body, h1, h2, h3, h4, h5, h6, hr, p, blockquote, dl, dt, dd, ul, ol, li, pre, form, fieldset, legend, button, input, textarea, th, td { margin:0; padding:0;box-sizing: border-box; }
body, button, input, select, textarea {color:#666; }
button, input, select, textarea, h1, h2, h3, h4, h5, h6 { font-size:100%; }
h2, h3 { font-size:14px; }
button, input, select, textarea, label { vertical-align:middle; border: 0; outline: none;}
img { vertical-align:middle; border:none; display:inline-block; max-width: 100%;}
ul, ol { list-style:none; }
a { text-decoration:none; color:#333; vertical-align:baseline; cursor:pointer; }
a:hover { color:#000; }
table { border-collapse:collapse; border-spacing:0; }
body { word-wrap:break-word; word-break:break-all;background-color: #fff}
::-webkit-scrollbar {display: none !important;width: 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{-webkit-appearance: none;} 
/*input,select{-webkit-appearance: none;}*/ 
input::-webkit-input-placeholder {  color: #333333;}
input:-moz-placeholder { color: #333333; opacity: 1;}
input::-moz-placeholder { color: #333333; opacity: 1;}
input:-ms-input-placeholder { color: #333333;}

textarea::-webkit-input-placeholder { color: #333333;}
textarea:-moz-placeholder { color: #333333; opacity: 1;}
textarea::-moz-placeholder { color: #333333; opacity: 1;}
textarea:-ms-input-placeholder { color: #333333;}

html{font-size:62.5%;}
body{font-size:1.2rem;}
@media only screen and (min-width: 320px) and (max-width: 399px){ 
	html { font-size: 45%; } 
}
@media only screen and (min-width: 400px) and (max-width: 479px){ 
	html { font-size: 48.5%; } 
}
@media only screen and (min-width: 480px) and (max-width: 639px){ 
	html { font-size: 50%; } 
} 
@media only screen and (min-width: 640px) and (max-width: 749px){ 
	html { font-size: 54%; } 
}
@media only screen and (min-width: 750px) and (max-width: 959px){ 
	html { font-size: 58%; } 
} 
@media only screen and (min-width: 960px) and (max-width: 1199px){ 
	html { font-size: 59%; } 
}
@media only screen and (min-width: 1200px) and (max-width: 1439px){ 
	html { font-size: 60%; } 
}
@media only screen and (min-width: 1440px){ 
	html { font-size: 62.5%; } 
}

.wrap{ width: 100%; max-width: 1920px; margin: 0 auto; overflow: hidden; }
.container{ width: 1200px; margin: 0 auto; }

/*header*/
.header1 {
	background: #333333;
}
.header1 .container {
	position: relative;
	color: #ffffff;
	line-height: 42px;
	font-size: 1.4rem;
}
.header1 a {
	position: absolute;
	right: 265px;
	display: inline-block;
	color: #f3f3f3;
	font-size: 1.6rem;
	top: 0;
	line-height: 42px;
	padding-left: 30px;
	background: url(../images/icon1.png) no-repeat left center;
}
.header1 span {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	line-height: 42px;
	color: #f3f3f3;
	font-size: 1.6rem;
	padding-left: 30px;
	background: url(../images/icon2.png) no-repeat left center;
}
.hd_con1 {
	position: relative;
}
.hd_con1 .logo {
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -27px;
}
.hd_con1 .logo img {
	height: 54px;
}
.naver{
	float: right;
	margin-right: 30px;
}
.naver ul {
	text-align: right;
}
.naver ul li {
	height: 108px;
	padding: 0 21px;
	position: relative;
	display: inline-block;
	line-height: 108px;
}
.naver ul li > a {
	color: #333333;
	font-size: 1.8rem;
	display: inline-block;
	position: relative;
	transition: all ease-in-out 0.36s;
}
.naver ul li > a:before {
	position: absolute;
	content: "";
	width: 0;
	left: 50%;
	height: 2px;
	background: #dd2430;
	bottom: 35%;
	transform: translateX(-50%);
	transition: all ease-in-out 0.36s;
}
.naver ul li:hover > a ,.naver ul li.active > a{
	color: #dd2430;
}
.naver ul li:hover > a:before ,.naver ul li.active > a:before {
	width: 100%;
}
.naver ul li dl {
	position: absolute;
	left: 0;
	top: 108px;
	width: 190px;
	left: 50%;
	margin-left: -95px;
	background: rgba(255,255,255,0.85);
	padding: 20px 0;
	text-align: left;
	z-index: 5;
	display: none;
}
.naver ul li dl dd {
	line-height: 42px;
}
.naver ul li dl dd a {
	display: inline-block;
	font-size: 1.8rem;
	color: #666666;
	text-indent: 48px;
}
.naver ul li dl dd a:hover {
	color: #dd2430;
}
.search_icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -10px;
}
.active .logo {
	transition-delay: 2s;
	animation: bounceInLeft ease-in-out 1.2s;
}
.active .naver {
	transition-delay: 2s;
	animation: bounceInRight ease-in-out 1.2s;
}

/*-------æ‰‹æœºå¯¼èˆª--------*/
.m_header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	background: #FFFFFF;
	display: none;
	height: 58px;
	box-shadow: 5px 0 13px rgba(51,51,51,0.11);
}
.m_hd_con {
	position: relative;
	height: 58px;
}
.m_logo {
	display: inline-block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -20px;
}
.m_logo img {
	height: 40px;
}
.m_nav_icon {
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -11px;
}
.m_nav_icon span { 
    background: #333333;
    border-radius: 2px;
    display: block;
    height: 2px;
    position: relative;
    top: 0;
    -webkit-transition: background 400ms ease,top 300ms ease,-webkit-transform 300ms ease;
    transition: background 400ms ease,top 300ms ease,-webkit-transform 300ms ease;
    -o-transition: background 400ms ease,transform 300ms ease,top 300ms ease;
    transition: background 400ms ease,transform 300ms ease,top 300ms ease;
    transition: background 400ms ease,transform 300ms ease,top 300ms ease,-webkit-transform 300ms ease;
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    width: 30px;
}
.m_nav_icon span:nth-child(2) {
	margin: 8px 0;
}
.m_nav_icon.on span:nth-child(1) {
	top: 10px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.m_nav_icon.on span:nth-child(2) {
	opacity: 0;
}
.m_nav_icon.on span:nth-child(3) {
	top: -10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.m_naver {
	position: fixed;
	width: 100%;
	left: 0;
	top: 58px;
	background: #FFFFFF;
	border-top: 1px solid #CCCCCC;
	box-shadow: 0 4px 8px rgba(0,0,0,.1);
	display: none;
}
.m_naver ul {
	padding: 15px 0;
}
.m_naver ul li {
	text-indent: 6%;
	font-size: 2rem;
	line-height: 40px;
	padding-right: 15px;
	box-sizing: border-box;
}
.m_naver ul li > a {
	display: block;
	color: #333333;
}
.m_naver ul li > a.icon1{
	position: relative;
}
.m_naver ul li > a.active {
	color: #dd2430;
}
.m_naver ul li > a.icon1:before {
	position: absolute;
	content: "";
	width: 10px;
	height: 18px;
	transition: all ease-in-out .36s;
	right: 0;
	top: 50%;
	margin-top: -9px;
	background: url(../images/x.png) no-repeat center;
	background-size: cover;
}
.m_naver ul li > a.icon1.active:before {
	transform: rotate(90deg);
}
.m_naver ul li dl {
	display: none;
}
.m_naver ul li dl dd {
	font-size: 1.8rem;
	line-height: 34px;
	text-indent: 10%;
}
.m_naver ul li dl dd a {
	color: #666666;
}

.p_banner .swiper-slide a{
	display: block;
	width: 100%;
	background-size: cover;
	background-position: center;
}
.p_banner .swiper-button-prev ,.p_banner .swiper-button-next{
	width: 24px;
	height: 14px;
	background: url(../images/btn3.png) no-repeat center;
	left: 48.2%;
	right: auto;
	top: auto;
	margin-top: 0;
	bottom: 28px;
}
.p_banner .swiper-button-next{
	background: url(../images/btn4.png) no-repeat center;
	left: auto;
	right: 48.2%;
}
.p_banner {
	position: relative;
}
.banner_btn {
	position: absolute;
	left: 50%;
	bottom: 62px;
	z-index: 5;
	cursor: pointer;
	margin-left: -13px;
	animation: downward infinite 2s;
}
@keyframes downward{
    0%{opacity:0; transform:translate(0,-15px);}
    50%{opacity:1; transform:translate(0,-5px);}
    100%{opacity:0; transform:translate(0,10px);}
}
.index_con1{
	padding-top: 40px;
}
.index_title {
	padding: 0 0 20px 0;
}
.index_title h1 {
	text-align: center;
	font-size: 3.4rem;
	color: #000000;
	font-weight: normal;
}
.active .index_title{
	transition-delay: 4s;
	animation: bounceInUp ease-in-out 1.2s;
}

.index_list1 {
	margin-bottom: 32px;
}
.index_list1 ul {
	text-align: center;
}
.index_list1 ul li {
	display: inline-block;
	margin: 0 40px;
}
.index_list1 ul li a {
	display: inline-block;
	color: #666666;
	font-size: 1.6rem;
	transition: all ease-in-out .36s;
}
.index_list1 ul li a img {
	display: inline-block;
	transition: all ease-in-out .36s;
}
.index_list1 ul li a img + img {
	display: none;
}
.index_list1 ul li.active a{
	color: #dd2430;
}
.index_list1 ul li.active a img{
	display: none;
}
.index_list1 ul li.active a img + img {
	display: inline-block;
}
.active .index_list1 , .active .index_list2 {
	transition-delay: 8s;
	animation: bounceInUp ease-in-out 1.8s;
}
.active .index_lunbo , .active .enter_swiper1{
	transition-delay: 10s;
	animation: bounceInUp ease-in-out 2.6s;
}
.index_swiper1{
	position: relative;
	display: none;
}
.index_swiper1 .swiper-container {
	width: 1200px;
	margin-bottom: 26px;
}
.index_a1 {
	position: relative;
}
.index_a1 a {
	display: block;
	width: 100%;
	position: relative;
}
.custom_info1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	background: rgba(0,0,0,0.35);
	z-index: 2;
	padding: 0 30px;
	box-sizing: border-box;
}
.custom_info1 h2 {
	color: #ffffff;
	font-size: 2rem;
	font-weight: normal;
	line-height: 60px;
}
.custom_info1 span {
	position: absolute;
	right: 30px;
	top: 0;
	line-height: 60px;
	display: inline-block;
	color: #ffffff;
	font-size: 1.4rem;
}
.custom_info1 span a {
	line-height: 60px;
	display: inline-block;
	color: #ffffff;
	font-size: 1.4rem;
}
.index_swiper1 .swiper-button-next ,
.index_swiper1 .swiper-button-prev {
	width: 37px;
	height: 37px;
	margin-top: -14px;
	background: url(../images/btn1.png) no-repeat;
	left: 14%;
	right: auto;
}
.index_swiper1 .swiper-button-next {
	background: url(../images/btn2.png) no-repeat;
	right: 14%;
	left: auto;
}
.enter_swiper1 {
	display: none;
}
.custom_img1 {
	overflow: hidden;
}
.custom_img1 img {
	transition: all ease-in-out .36s;
}
.custom_img1 img:hover {
	transform: scale(1.05);
}

.index_list2{
	text-align: center;
	margin-top: 10px;
}
.index_list2 ul {
	text-align: center;
	display: inline-block;
	position: relative;
}
.index_list2 ul:before {
	position: absolute;
	content: "";
	width: 66%;
	height: 1px;
	background: #dfdfdf;
	top: 7px;
	left: 16%;
}
.index_list2 ul li {
	display: inline-block;
	color: #666666;
	font-size: 1.6rem;
	transition: all ease-in-out .36s;
	cursor: pointer;
	margin: 0 45px;
	padding-top: 28px;
	position: relative;
}
.index_list2 ul li:before {
	position: absolute;
	content: "";
	width: 12px;
	height: 12px;
	border-radius: 50%;
	border: 2px solid #dfdfdf;
	background: #FFFFFF;
	top: 0;
	left: 50%;
	margin-left: -6px;
}
.index_list2 ul li.active {
	color: #ec3940;
}
.index_list2 ul li.active:before {
	background: #ec3940;
	border-color: #ec3940;
}
.index_list2 {
	margin-bottom: 36px;
}
.brand_swiper1 {
	display: none;
}

/*-----footer------*/
.footer{
	background: #FFFFFF;
}
.footer_list1 {
	background: #f7f7f7;
	margin-bottom: 20px;
}
.footer_list1 ul li {
	width: 20%;
	float: left;
	text-align: center;
	line-height: 34px;
	position: relative;
}
.footer_list1 ul li:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 22px;
	background: #999999;
	top: 50%;
	margin-top: -10px;
	right: 0;
}
.footer_list1 ul li:last-child:before {
	display: none;
}
.footer_list1 ul li a {
	display: inline-block;
	color: #999999;
	font-size: 1.4rem;
}
.footer_c1{
	position: relative;
	padding-bottom: 45px;
}
.f_item {
	display: inline-block;
	vertical-align: top;
	margin-right: 65px;
}
.f_item h2 {
	color: #333333;
	font-size: 1.6rem;
	font-weight: normal;
	margin-bottom: 7px;
}
.f_item ul li {
	padding: 4px 0;
}
.f_item ul li a {
	color: #999999;
	font-size: 1.4rem;
	transition: all ease-in-out .36s;
}
.f_item ul li a:hover {
	color: #ec3940;
}
.f_tel h3 {
	color: #666666;
	font-size: 2.6rem;
	font-weight: normal;
	margin-top: 5px;
}
.f_tel h4 {
	color: #666666;
	font-size: 1.4rem;
	font-weight: normal;
	padding-top: 16px;
}
.f_ewm {
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
}
.f_ewm p {
	color: #999999;
	font-size: 1.4rem;
}
.footer_b {
	background: #333333;
	color: #ffffff;
	font-size: 1.4rem;
	padding: 18px 15px 17px;
	box-sizing: border-box;
	text-align: center;
}

/*floatBottom*/
.floatBottom {
	position: fixed;
	width: 100%;
	left: 0;
	bottom: -120px;
	height: 120px;
	background: rgba(0,0,0,0.64);
	z-index: 5;
	transition: all ease-in-out .5s;
}
.floatBottom .container {
	position: relative;
	height: 120px;
	padding-top: 40px;
	box-sizing: border-box;
	transition: all ease-in-out .5s;
}
.close1 {
	position: absolute;
	right: -15px;
	top: 0;
}
.b_f1{
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -35px;
}
.float_form form {
	margin-left: 232px;
}
.float_form form > * {
	display: inline-block;
	vertical-align: middle;
	color: #333333;
	font-size: 1.8rem;
	background: #FFFFFF;
	border-radius: 5px;
	width: 128px;
	height: 40px;
	line-height: 40px;
	margin-right: 5px;
	padding: 0 8px;
	box-sizing: border-box;
}
.float_form input + input {
	width: 192px;
}
.float_form button {
	width: 128px;
	text-align: center;
	height: 40px;
	color: #FFFFFF;
	border-radius: 8px;
	background: #dd2430;
	padding: 0;
}
.floatBottom.fold {
	width: 0;
}
.floatBottom.fold .container {
	display: none;
}
/*-------headerfixed-------*/
/*.p_header.header_fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 10;
	width: 100%;
    -webkit-animation: headfixed .5s ease-in-out;
    -o-animation: headfixed .5s ease-in-out;
    -moz-animation: headfixed .5s ease-in-out;
    animation: headfixed .5s ease-in-out;
    background: #fff;
    -webkit-box-shadow: rgba(0,0,0,.1) 0 2px 10px;
    box-shadow: rgba(0,0,0,.1) 0 2px 10px;
    -moz-box-shadow: rgba(0,0,0,.1) 0 2px 10px;
}
@-webkit-keyframes headfixed{
	0%{
		top:-50px
	}to{
		top:0
	}
}
@-o-keyframes headfixed{
	0%{
		top:-50px
	}to{
		top:0
	}
}
@-moz-keyframes headfixed{
	0%{
		top:-50px
	}to{
		top:0
	}
}
@-ms-keyframes headfixed{
	0%{
		top:-50px
	}to{
		top:0
	}
}
@keyframes headfixed{
	0%{
		top:-50px
	}to{
		top:0
	}
}*/

.ny_hd {
	position: relative;
}
.ny_fu1 {
	position: absolute;
	width: 100%;
	left: 0;
	bottom: 0;
	z-index: 2;
	background: rgba(60,60,60,0.7);
}
.s_naver ul li {
	width: 20%;
	float: left;
	text-align: center;
	font-size: 1.6rem;
}
.s_naver ul li a {
	color: #d9d9d9;
	display: block;
	transition: all ease-in-out .36s;
	line-height: 55px;
}
.s_naver ul li a img {
	margin-left: 5px;
}
.s_naver ul li:hover a ,.s_naver ul li.active a{
	background: rgba(44,44,44,0.9);
	color: #ffffff;
}

/*-------å®šåˆ¶å®¶å±…--------*/
.dzjj_j1 {
	/*display: flex;
	align-content: center;
	align-items: center;*/
	margin: 70px 0 110px 0;
}
.dzjj_r1 {
	margin-left: 95px;
	display: inline-block;
	vertical-align: middle;
}
.dzjj_l1 {
	display: inline-block;
	width: 58.33%;
}
.dzjj_r1 h2 {
	color: #111111;
	font-size: 3.6rem;
	font-weight: normal;
}
.dzjj_r1 h3 {
	color: #222222;
	font-size: 2.8rem;
	font-weight: normal;
}
.dzjj_ul1{
	margin-top: 34px;
}
.dzjj_ul1 li {
	color: #111111;
	font-size: 1.6rem;
	line-height: 35px;
	position: relative;
}
.dzjj_ul1 li:before {
	position: absolute;
	/*content: "";*/
	width: 7px;
	height: 7px;
	background: #76161b;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -3px;
}
.dzjj_t1 {
	text-align: center;
	margin-bottom: 40px;
}
.dzjj_t1 h1 {
	color: #000000;
	font-size: 3.4rem;
	font-weight: normal;
}
.dzjj_list1 {
	margin-bottom: 34px;
}
.dzjj_list1 ul {
	text-align: center;
}
.dzjj_list1 ul li {
	display: inline-block;
	width: 122px;
	color: #666666;
	font-size: 1.6rem;
	background: #f7f7f7;
	line-height: 36px;
	border-radius: 18px;
	margin: 0 13px;
	cursor: pointer;
}
.dzjj_list1 ul li.on {
	background: #ec3940;
	color: #FFFFFF;
}

.div1 {
	display: none;
}
.dzjj_swiper1 {
	position: relative;
}
.dzjj_swiper1 .swiper-container {
	width: 965px;
}
.dzjj_swiper1 .swiper-button-next , .dzjj_swiper1 .swiper-button-prev {
	background: none;
	opacity: 1;
	width: 37px;
	height: 37px;
	margin-top: -16px;
}
.dzjj_swiper1 .swiper-slide img {
	border: 1px solid #e7e7e7;
}
.tip1 {
	text-align: center;
	margin-top: 40px;
	font-size: 1.4rem;
	color: #333333;
	margin-bottom: 120px;
}
.product_c1 .product_list2{
	display: none;
}
.product_list2 ul {
	margin-bottom: 50px;
}
.product_list2 ul li {
	width: 31.5%;
	float: left;
	margin-right: 2.75%;
	margin-bottom: 50px;
}
.product_list2 ul li:nth-child(3n) {
	margin-right: 0;
}
.product_list2 ul li a {
	display: block;
	width: 100%;
	text-align: center;
}
.product_img1 {
	overflow: hidden;
}
.product_img1 img {
	transition: all ease-in-out .45s;
}
.product_list2 ul li a:hover .product_img1 img{
	transform: scale(1.08);
}
.product_info1 {
	padding: 18px 10px;
	background: #f7f7f7;
}
.product_info1 h3 {
	font-weight: normal;
	color: #333333;
	font-size: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.page {
	text-align: center;
}
.page * {
	display: inline-block;
	vertical-align: middle;
	color: #777777;
	font-size: 1.4rem;
	line-height: 28px;
	padding: 0 5px;
	margin: 0 2px;
}
.page input {
	width: 28px;
	line-height: 26px;
	border: 1px solid #ec3940;
	padding: 0;
	text-align: center;
}
.page button {
	padding: 0 26px;
	line-height: 36px;
	background: #ec3940;
	color: #FFFFFF;
}
.product_list2 {
	margin-bottom: 85px;
}
.page a.active {
	color: #FFFFFF;
	background: #ec3940;
	border-color: #ec3940 !important;
}

.jjyg_list1 ul li.on{
	background: #ed6100;
}
.jjyg_list2 {
	margin-bottom: 115px;
}
.jjyg_list2 ul li {
	width: 18.75%;
	float: left;
	margin-right: 1.5625%;
	margin-bottom: 12px;
}
.jjyg_list2 ul li:last-child {
	margin-right: 0;
}
.jjyg_info1 {
	height: 230px;
	padding: 44px 12px 0 12px;
	background: #f7f7f7;
	box-sizing: border-box;
	transition: all ease-in-out .36s;
}
.jjyg_info1 h4 {
	color: #333333;
	font-size: 2.4rem;
	text-align: center;
	font-weight: normal;
	margin-bottom: 20px;
	transition: all ease-in-out .36s;
}
.jjyg_info1 p {
	color: #333333;
	font-size: 1.4rem;
	line-height: 22px;
	max-height: 88px;
    overflow: hidden;
	transition: all ease-in-out .36s;
}
.dzjj_info2 h2 {
	font-size: 3.2rem;
}
.dzjj_info2 .dzjj_ul1 {
	margin-top: 0;
}
.jjyg_i1 {
	margin-top: 15px;
}
.jjyg_i1 dl {
	text-align: justify;
	/*text-align: center;*/
	/*display: flex;
	justify-content: space-around;*/
}
.jjyg_i1 dl dd {
	text-align: center;
	font-size: 1.2rem;
	color: #221815;
	vertical-align: top;
	/*margin: 0 10px;*/
	display: inline-block;
	width: 19%;
}
.jjyg_i1 dl dd:first-child {
	margin-left: 0;
}
.jjyg_i1 dl dd:last-child {
	margin-right: 0;
}
.jjyg_i1 dl dd img {
	/*margin-bottom: 8px;*/
	height: 64px;
}
.dzjj_r2 {
	margin-left: 50px;
	width: 35%;
}
.page1 a.on , .page1 button {
	background: #ed6100;
}
.page1 input {
	border-color: #ed6100;
}
.jjmm_list1 ul li {
	width: 22%;
	margin-right: 4%;
}
.jjmm_list1 ul li:last-child {
	margin-right: 0;
}
.jjmm_list1 ul li:hover .jjyg_info1 , .jjyg_list2 ul li:hover .jjyg_info1{
	background: #DD2430;
}
.jjmm_list1 ul li:hover .jjyg_info1 > * ,.jjyg_list2 ul li:hover .jjyg_info1 > *{
	color: #FFFFFF;
}
.team_c1 {
	background: #f7f7f7;
	position: relative;
	margin-bottom: 115px;
}
.team_img1 {
	width: 73.33%;
	float: left;
}
.team_r1 {
	width: 26.67%;
	float: right;
	padding: 52px 0 0 3.75%;
	box-sizing: border-box;
}
.team_r1 .txt {
	color: #000000;
	font-size: 1.4rem;
	line-height: 22px;
	margin-bottom: 65px;
}
.team_t1 h3 {
	color: #d65e18;
	font-size: 2rem;
	font-weight: normal;
}
.team_t1 h4 {
	color: #d65e18;
	font-size: 2.2rem;
}
.team_r1 a.more1 {
	position: absolute;
	right: 10px;
	bottom: 10px;
	color: #221815;
	font-size: 1.2rem;
}
.product_list3 ul {
	margin-bottom: 0;
}
.more2 a {
	color: #221815;
	font-size: 1.2rem;
}
.jjmm_j2 {
	position: relative;
}
.jjmm_t1 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.jjmm_p1 {
	width: 100%;
	text-align: center;
	color: #FFFFFF;
	font-size: 1.8rem;
}
.jjmm_p1 span {
	display: inline-block;
	padding: 0 30px;
	position: relative;
}
.jjmm_p1 span:before {
	position: absolute;
	content: "";
	width: 1px;
	height: 28px;
	background: #ffffff;
	right: 0;
	top: 50%;
	margin-top: -14px;
}
.jjmm_p1 span:last-child:before {
	display: none;
}
.jjmm_p1 span b {
	font-weight: bold;
	font-size: 3.2rem;
}
.jjmm_t2 {
	text-align: center;
}
.dzjj_r3 {
	width: 44%;
	margin-left: 6%;
}
.jjmm_t2 h5 {
	color: #222222;
	font-size: 2.6rem;
	font-weight: normal;
	padding: 12px 0 20px 0;
}
.jjmm_i1 .txt {
	color: #111111;
	line-height: 34px;
}
.dzjj_l2 {
	width: 50%;
	vertical-align: middle;
}
.cfyp_swiper1 .swiper-pagination {
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}
.cfyp_swiper1 .swiper-pagination-bullet{
	background: #FFFFFF;
	opacity: 1;
}
.cfyp_swiper1 .swiper-pagination-bullet-active {
	background: #dd2430;
}
.dzjj_r4 {
	/*margin-left: 35px;*/
	margin-left:3%;
	width:47%;
}
.dzjj_ul2 {
	margin-top: 5px;
}
.dzjj_r4 h3 {
	margin-top: 35px;
}
.cfyp_i1{
	position: relative;
}
.cfyp_i1 > img {
	position: absolute;
	right: 0;
	bottom: 0;
	height: 100px;
}
.cfyp_list1 {
	margin-bottom: 80px;
}
.cfyp_list1 ul li {
	width: 29.16%;
	float: left;
	margin-left: 3.33%;
	margin-bottom: 46px;
}
.cfyp_info1 {
	background: #f7f7f7;
	padding: 16px 0;
	margin-top: 10px;
	text-align: center;
	color: #333333;
	font-size: 1.6rem;
	line-height: 28px;
	transition: all ease-in-out .36s;
}


.cfyp_list2 .product_info1 h3 {
	text-align: left;
	background: url(../images/icon6.png) right center no-repeat;
}
.cfyp_list1 ul li:hover .cfyp_info1 {
	background: #DD2430;
	color: #FFFFFF;
}

/*---------äº§å“è¯¦æƒ…---------*/
.detail_hd {
	background: #f7f7f7;
}
.detail_c1 {
	padding: 24px 0 50px 0;
}
.crumbs > * {
	display: inline-block;
	vertical-align: middle;
}
.crumbs p {
	color: #666666;
	font-size: 1.4rem;
	margin-left: 5px;
}
.crumbs p a {
	color: #666666;
}
.detail_t1 {
	text-align: center;
	padding: 20px 0;
}
.detail_t1 h2 {
	color: #111111;
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 15px;
}
.detail_t1 h3 {
	color: #e8eaed;
	font-size: 2.4rem;
}
.detail_slide {
	padding: 14px 10px 20px 10px;
	background: #FFFFFF;
	box-sizing: border-box;
}
.preview {
    margin-top: 8px;
}
.preview .swiper-container {
    width: 100%;
    height: 125px;
}
.preview .swiper-slide {
    width: 236px;
    height: 121px;
    cursor: pointer;
}
.preview .swiper-slide img {
	max-height: 100%;
}
.preview .swiper-slide.active-nav:before {
	position: absolute;
	content: "";
	width: 91%;
	height: 100%;
	border: 3px solid #dd2430;
	top: 0;
	left: 0;
	box-sizing: border-box;
}
.detail_c2 {
	padding-top: 30px;
}
.detail_c2 .txt {
	margin-bottom: 50px;
}
.back1 {
	text-align: center;
}
.back1 a {
	display: inline-block;
}
.back1 a > * {
	display: inline-block;
	vertical-align: middle;
}
.back1 a span {
	color: #999999;
	font-size: 1.6rem;
}
.detail_c2 {
	margin-bottom: 185px;
}

/*-------è®¾è®¡å¸ˆåˆ—è¡¨--------*/
.designer_h1 {
	border-bottom: 1px solid #000000;
}
.designer_t1 {
	padding: 56px 0 22px 0;
}
.designer_t1 h1 {
	text-align: center;
	color: #221815;
	font-size: 2.4rem;
	font-weight: normal;
}
.designer_list1 ul li {
	margin-top: 40px;
	width: 48.33%;
	float: left;
	margin-right: 3.34%;
}
.designer_list1 ul li:nth-child(2n) {
	margin-right: 0;
}
.designer_list1 ul li a {
	display: block;
	width: 100%;
}
.designer_img1 {
	overflow: hidden;
}
.designer_img1 img {
	transition: all ease-in-out .36s;
}
.designer_list1 ul li a:hover .designer_img1 img {
	transform: scale(1.06);
}
.designer_info1 {
	padding: 20px 0;
}
.designer_info1 h2 {
	color: #000000;
	font-size: 2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 10px;
}
.designer_info1 p {
	color: #9e9e9e;
	font-size: 1.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.designer_list1 ul {
	margin-bottom: 40px;
}
.designer_list1 {
	padding-bottom: 40px;
}
.designer_con {
	border-bottom: 1px solid #000000;
	margin-bottom: 65px;
}
.designer_t2 {
	text-align: center;
	padding: 35px 0 15px 0;
	position: relative;
	margin-bottom: 20px;
}
.designer_t2:before {
	position: absolute;
	content: "";
	width: 80%;
	height: 1px;
	background: #cecece;
	left: 10%;
	bottom: 0;
}
.designer_t2 h1 {
	color: #333333;
	font-size: 3.2rem;
	margin-bottom: 15px;
	font-weight: normal;
}
.designer_t2 h2 {
	color: #999999;
	font-size: 1.6rem;
	font-weight: normal;
}
.designer_info2 .txt {
	text-align: justify;
	color: #666666;
	font-size: 1.8rem;
	line-height: 30px;
}
.detail_hd1 {
	background: #f1f1f1;
}
.detail_01 {
	margin-bottom: 100px;
}
.pian {
	text-align: center;
}
.pian a {
	display: inline-block;
	width: 31%;
	color: #999999;
	font-size: 1.6rem;
	line-height: 28px;
	border: 1px solid #b7b7b7;
	margin: 0 1%;
	overflow: hidden !important;
	text-overflow: ellipsis;
	white-space: nowrap;
}

/*--------èµ°è¿›é‡‘ç‰Œ-å…³äºŽé‡‘ç‰Œ----------*/
.crumbs1 {
	padding: 30px 0 22px 0;
}
.about_list1 {
	margin-bottom: 70px;
}
.about_list1 ul {
	text-align: center;
}
.about_list1 ul li {
	display: inline-block;
	margin: 0 30px;
}
.about_list1 ul li a {
	display: inline-block;
	font-size: 1.6rem;
	padding: 0 20px;
	line-height: 34px;
	color: #666666;
	background: #f7f7f7;
	border-radius: 20px;
}
.about_list1 ul li.active a {
	background: #ec3940;
	color: #FFFFFF;
}
.about_swiper1 .swiper-pagination {
	text-align: right;
	padding-right: 20px;
	box-sizing: border-box;
}
.about_swiper1 .swiper-pagination-bullet {
	background: #FFFFFF;
	opacity: 1;
}
.about_swiper1 .swiper-pagination-bullet-active {
	background: #dd2430;
}
.about_info1 {
	margin-top: 45px;
}
.about_info1 .txt {
	color: #666666;
	font-size: 1.4rem;
	line-height: 28px;
}
.about_y1 {
	margin-bottom: 110px;
}
.about_info2 {
	width: 52%;
	margin: 250px auto;
}
.about_info2 h3 {
	text-align: center;
	color: #333333;
	font-size: 3.2rem;
	margin-bottom: 30px;
	font-weight: normal;
}
.about_info2 .txt {
	color: #666666;
	font-size: 1.6rem;
	line-height: 30px;
}
.about_y2 .about_info3 {
	width: 34%;
	text-align: center;
	padding: 50px 0;
	margin: 0 auto;
}
.about_y2 .about_info3 h3 {
	color: #333333;
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 18px;
}
.about_y2 .about_info3 .txt {
	color: #666666;
	font-size: 1.6rem;
	line-height: 28px;
}

/*---èµ°è¿›é‡‘ç‰Œ-å…¨çƒçš„é‡‘ç‰Œ--*/
.about_tit1 {
	text-align: center;
	margin-bottom: 55px;
}
.about_tit1 h2 {
	color: #111111;
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 10px;
	margin-bottom: 5px;
}
.about_tit1 h3 {
	color: #e8eaed;
	font-size: 2.4rem;
}
.global_info1 {
	text-align: center;
}
.global_info1 h4 {
	color: #111111;
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 30px;
}
.global_info1 .txt {
	color: #333333;
	font-size: 2.4rem;
	line-height: 42px;
}
.global_c1 {
	margin-bottom: 60px;
}
.about_tit1 h4 {
	color: #333333;
	font-size: 1.8rem;
	font-weight: normal;
}
.about_tit2 h3 {
	font-size: 1.4rem;
}
.scale_list1 ul li {
	width: 48.75%;
	float: left;
	margin-right: 2.5%;
	margin-bottom: 30px;
}
.scale_list1 ul li:nth-child(2) ,
.scale_list1 ul li:nth-child(3) {
	margin-right: 0;
}
.scale_list1 ul li:nth-child(3) {
	width: 100%;
}
.global_i1 {
	margin-top: 50px;
}
.global_l1 {
	width: 56.6%;
	float: left;
}
.global_i1 h5 {
	color: #333333;
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 10px;
}
.global_l1 ul li {
	font-size: 2.4rem;
	color: #333333;
	position: relative;
	padding: 6px 0 6px 35px;
}
.global_l1 ul li:before {
	position: absolute;
	/*content: "";*/
	width: 9px;
	height: 9px;
	background: #000000;
	border-radius: 50%;
	left: 0;
	top: 50%;
	margin-top: -4px;
}
.global_r1 {
	width: 43.4%;
	float: right;
}

/*----èµ°è¿›é‡‘ç‰Œ-äººå·¥æ™ºèƒ½----*/
.rgzn_list1 ul {
	margin-top: 38px;
}
.rgzn_list1 ul li {
	width: 33.33%;
	float: left;
	margin-bottom: 30px;
	text-align: center;
	cursor: pointer;
}
.rgzn_list1 ul li .rgzn_icon1 {
	margin-bottom: 15px;
}
.rgzn_list1 ul li .rgzn_icon1 img + img {
	display: none;
}
.rgzn_info1 h4 {
	color: #222222;
	font-size: 1.8rem;
	font-weight: normal;
	margin-bottom: 14px;
}
.rgzn_info1 p {
	color: #666666;
	font-size: 1.4rem;
	line-height: 20px;
	height: 80px;
	overflow: hidden;
	width: 50%;
	margin: 0 auto;
}
.rgzn_list1 ul li:hover .rgzn_icon1 img {
	display: none;
}
.rgzn_list1 ul li:hover .rgzn_icon1 img + img {
	display: inline-block;
}
.rgzn_t1 {
	text-align: center;
	margin-bottom: 40px;
}
.rgzn_t1 h1 {
	color: #000000;
	font-size: 3.4rem;
	font-weight: normal;
}
.video1 {
	width: 1110px;
	margin: 0 auto;
	height: 625px;
}
/*.rgzn_c1 {
	margin-bottom: 125px;
}*/
.rgzn_ts {
	background: #f7f7f7;
}
.rgzn_t2 {
	text-align: center;
	padding: 94px 0 100px 0;
}
.rgzn_t2 h1 {
	color: #000000;
	font-size: 3.4rem;
	font-weight: normal;
	position: relative;
	padding-bottom: 14px;
	margin-bottom: 24px;
}
.rgzn_t2 h1:after {
	position: absolute;
	content: "";
	width: 50px;
	height: 2px;
	background: #EC3940;
	left: 50%;
	margin-left: -25px;
	bottom: 0;
}
.rgzn_t2 p {
	color: #222222;
	font-size: 1.8rem;
	line-height: 28px;
}
.rgzn_swiper1 {
	position: relative;
	padding-bottom: 140px;
}
.rgzn_s1 {
	width: 94%;
	margin: 0 auto 20px auto;
}
.rgzn_t3 {
	padding: 0 0 0 15px;
	position: relative;
	background: #FFFFFF;
	cursor: pointer;
}
.rgzn_t3 h3 {
	color: #022222;
	font-size: 1.8rem;
	font-weight: normal;
	line-height: 56px;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.rgzn_t3 > img {
	position: absolute;
	right: 15px;
	top: 50%;
	margin-top: -10px;
	transition: all ease-in-out .36s;
}
.rgzn_info2 {
	background: #FFFFFF;
	padding: 24px 16px;
	box-sizing: border-box;
	margin-top: 3px;
	display: none;
}
.rgzn_info2 .txt {
	color: #787878;
	font-size: 1.6rem;
	text-align: justify;
	line-height: 24px;
}
.rgzn_swiper1 .swiper-pagination {
	width: 100%;
	bottom: 55px;
}
.rgzn_swiper1 .swiper-pagination-bullet {
	background: #cfcfcf;
	opacity: 1;
	margin: 0 4px;
}
.rgzn_swiper1 .swiper-pagination-bullet-active {
	background: #dd2430;
}
.rgzn_t3.on h3 {
	color: #ec3940;
}
.rgzn_t3.on > img {
	transform: rotateZ(45deg);
}
.rgzn_list2 {
	margin-bottom: 140px;
}
.rgzn_list2 ul li{
	width: 28.9%;
	float: left;
	margin-left: 3.325%;
	margin-bottom: 20px;
}
.rgzn_list2 ul li a {
	display: block;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	-moz-box-shadow: 0 4px 6px rgba(0,0,0,0.05);
    -webkit-box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;
	-webkit-transition: transform .15s ease-in-out,box-shadow .15s ease-in-out;	
	border-bottom-left-radius: 8px;
	border-bottom-right-radius: 8px;
}
.rgzn_img1 img {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}
.rgzn_info3 {
	padding: 38px 12px 28px 12px;
	box-sizing: border-box;
}
.rgzn_info3 h3 {
	color: #222222;
	font-size: 1.8rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
}
.rgzn_info3 p {
	color: #787878;
	font-size: 1.6rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin: 10px 0;
}
.rgzn_info3 h4 {
	color: #999999;
	font-size: 1.4rem;
	font-weight: normal;
}
.rgzn_list2 ul li a:hover {
	transform: translateY(-2px);
	box-shadow: 0 4px 6px rgba(0,0,0,0.05),0 4px 16px rgba(0,0,0,0.16);
}
.zhcf_swiper1,
.zhcf_swiper2{
	display: block;
}
.zhcf_c1 {
	margin-bottom: 125px;
}

/*----èµ°è¿›é‡‘ç‰Œ-åŽ¨æˆ¿å®¶----*/
.cfjg_c1 {
	margin: 60px 0 80px 0;
}
.cfjg_img1 {
	text-align: center;
}
.cfjg_i1 {
	width: 90.6%;
	margin: 0 auto 190px auto;
}
.cfjg_l1 {
	width: 49%;
}
.cfjg_r1 {
	width: 38.6%;
}
.cfjg_info1 {
	margin-top: 15px;
}
.cfjg_info1 h5 {
	color: #111111;
	font-size: 2.8rem;
	font-weight: normal;
	margin-bottom: 20px;
}
.cfjg_info1 .txt {
	color: #333333;
	font-size: 1.8rem;
	line-height: 32px;
}

/*------é‡‘ç‰ŒæœåŠ¡--------*/
.jpfw_fu1 .container1 {
	width: 73%;
}
.s_naver1 ul li {
	width: 14.28%;
}
.ny_section1 {
	background: #F1F1F1;
	margin-bottom: 107px;
}
.search_f1 {
	text-align: center;
	margin-bottom: 52px;
}
.yewu_1 {
	width: 18%;
	margin: 0 0.5%;
}
#select{
    height: 60px;
    font-size: 1.6rem;
    color: #666666;
    border-radius: 5px;
    background: #FFFFFF;
}
.select-head{
    overflow: hidden;
    width: 100%;
    height: 60px;
    box-sizing: border-box;
    padding: 0 10px;
    line-height: 60px;
}
.select-head .select-head-cont{
    float: left;
}
.select-head .select-icon{
    float: right;
    color: #666666;
}
.option{
    text-indent: 10px;
    margin-top: 1px;
    width: 100%;
    color: black;
    background: #FFFFFF;
    line-height: 30px;
    border: 1px #cfcfcf solid;
    display: none;
    position: relative;
    z-index: 1;
    text-align: left;
}
.option-item:hover{
    background: #CCCCCC;
}
.search_f1 > * {
	display: inline-block;
	vertical-align: middle;
}
#distpicker1 {
	width: 62.4%;
}
#distpicker1 select {
	width: 31%;
	height: 60px;
	border-radius: 5px;
	font-size: 1.6rem;
	color: #666666;
	padding: 0 10px;
	margin: 0 1%;
	box-sizing: border-box;
	background: #fff;
	/*position: relative;*/
}
/*#distpicker1 select::before {
	position: absolute;
	content: "";
	right: 10px;
	top: 0;
	color: #666666;
	display: inline-block;
	width: 15px;
	height: 60px;
	background: url(../images/xiangxia1.png) no-repeat center;
}*/
.search_b {
	width: 16%;
}
.search_b button {
	width: 100%;
	height: 60px;
	border-radius: 5px;
	color: #FFFFFF;
	background: #666666;
	font-size: 1.6rem;
}
.web_address {
	width: 33.33%;
	float: left;
	background: #FFFFFF;
	height: 100%;
}
.web_address ul li {
	transition: all ease-in-out .36s;
	padding: 12px 0;
	text-indent: 35px;
	position: relative;
	box-sizing: border-box;
}
.address_info1 > * {
	line-height: 30px;
	font-size: 1.4rem;
	font-weight: normal;
	color: #333333;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.address_info1 h3 {
	color: #222222;
}
.web_address ul{
	margin-bottom: 90px;
}
.web_address ul li:before {
	position: absolute;
	content: "";
	width: 5px;
	height: 100%;
	left: 0;
	top: 0;
	background: #ec3940;
	display: none;
}
.web_address ul li.on:before ,.web_address ul li:hover:before{
	display: block;
}
.web_address ul li.on ,.web_address ul li:hover{
	background: #f7f9fa;
}
.web_address ul li.on .address_info1 h3 ,.web_address ul li:hover .address_info1 h3 {
	color: #ec3940;
}
.web_maps {
	width: 66.67%;
	float: right;
}
.web_m1 {
	display: none;
}
.web_fb {
	height: 615px;
}
.jpfw_con1 {
	padding-bottom: 80px;
}
.web_table table{
	width: 100%;
	text-align: center;
	border-color: #000000;
}
.web_table table tr th {
	font-weight: normal;
	color: #444444;
	font-size: 1.4rem;
	padding: 8px 0;
}
.web_table table tr td {
	line-height: 32px;
	color: #555555;
	font-size: 1.4rem;
}

/*---------é‡‘ç‰ŒæœåŠ¡-æœåŠ¡æµç¨‹---------*/
.process_list1 ul li {
	width: 24.16%;
	float: left;
	margin-right: 1.12%;
	margin-bottom: 20px;
}
.process_list1 ul li:last-child {
	margin-right: 0;
}
.process_info1 {
	padding: 20px 0;
	background: #FFFFFF;
	text-align: center;
	transition: all ease-in-out .4s;
}
.process_info1 h3 {
	font-weight: normal;
	color: #333333;
	font-size: 2rem;
	margin: 15px 0 4px 0;
}
.process_info1 .txt {
	color: #999999;
	font-size: 1.4rem;
	line-height: 22px;
}
.process_list1 ul li:hover .process_info1{
	box-shadow: 0 4px 6px rgba(0,0,0,0.05);
	transform: translateY(-1px);
}
.special_t1 {
	text-align: center;
	padding: 40px 0;
}
.special_t1 h1 {
	color: #333333;
	font-size: 3.2rem;
}
.special_l1 {
	width: 49.16%;
	float: left;
}
.special_i1 {
	background: #FFFFFF;
}
.special_r1 {
	width: 50.84%;
	float: right;
	padding: 8% 2% 0 4.5%;
	box-sizing: border-box;
}
.special_u1 {
	margin-top: 8%;
}
.special_u1 ul li {
	display: inline-block;
	color: #999999;
	text-align: center;
	font-size: 1.4rem;
	color: #999999;
	margin: 0 2.5%;
}
.special_u1 ul li img{
	margin-bottom: 5px;
}
.special_info1 .txt {
	color: #666666;
	line-height: 28px;
	font-size: 1.8rem;
}

/*---é‡‘ç‰ŒæœåŠ¡-å“è´¨ä¿è¯----*/
.pzbz_t1 {
	text-align: center;
	padding: 30px 0 0;
}
.pzbz_i .pzbz_info1 h3 {
	margin: 22px 0;
	font-weight: normal;
}
.pzbz_i .pzbz_info1 h3 > * {
	display: inline-block;
	vertical-align: middle;
}
.pzbz_i .pzbz_info1 h3 span {
	color: #333333;
	font-size: 2.4rem;
	margin-left: 10px;
}
.pzbz_i .pzbz_info1 .txt {
	color: #666666;
	font-size: 1.6rem;
	line-height: 32px;
}

/*-----å¸¸è§é—®é¢˜----*/
.question_list1 ul li{
	transition: all ease-in-out .36s;
}
.ques_info1 {
	width: 1200px;
	margin: 0 auto;
	border-bottom: 2px solid #d8d8d8;
	padding: 34px 0 34px 24px;
	transition: all ease-in-out .36s;
}
.ques_info1 h3 {
	color: #333333;
	font-size: 2.4rem;
	font-weight: normal;
	transition: all ease-in-out .36s;
}
.ques_info1 .txt {
	color: #666666;
	font-size: 1.4rem;
	margin-top: 14px;
	display: none;
}
.question_list1 ul li:hover {
	background: #f7f7f7;
}
.question_list1 ul li:hover .ques_info1 {
	border-bottom-color: #f7f7f7;
}
.question_list1 ul li:hover .ques_info1 .txt {
	display: block;
}
.question_list1 ul li:hover .ques_info1 h3 {
	color: #dd2430;
}
.question_list1 {
	margin-bottom: 400px;
}

/*-------åœ¨çº¿åé¦ˆ-----*/
.feedback_l {
	width: 51.3%;
	float: left;
}
.feedback_l .form_group {
	margin-bottom: 14px;
}
.feedback_l .form_group1 {
	border: 1px solid #d9d9d9;
	padding: 0 10px;
	box-sizing: border-box;
}
.feedback_l .form_group1 * {
	display: inline-block;
	vertical-align: middle;
}
.feedback_l .form_group1 span {
	color: #333333;
	font-size: 1.6rem;
}
.feedback_l .form_group2 input,.feedback_l .form_group3 input  {
	width: 48.7%;
	float: left;
	margin-right: 2.6%;
	border: 1px solid #d9d9d9;
	line-height: 56px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 1.6rem;
	color: #333333;
}
.feedback_l .form_group2 input + input {
	margin-right: 0;
}
.feedback_l .form_group3 input {
	width: 100%;
	float: inherit;
}
.g_li ul li {
	font-size: 1.6rem;
	color: #666666;
	padding-left: 25px;
	line-height: 56px;
	margin-right: 15px;
	cursor: pointer;
}
.g_li ul li.on {
	color: #dd2430;
}
.g_li ul li:nth-child(1) {
	background: url(../images/K1.png) no-repeat left center;
}
.g_li ul li:nth-child(2) {
	background: url(../images/K2.png) no-repeat left center;
}
.g_li ul li:nth-child(3) {
	background: url(../images/K3.png) no-repeat left center;
}
.g_li ul li:nth-child(4) {
	background: url(../images/K4.png) no-repeat left center;
}
.g_li ul li:nth-child(5) {
	background: url(../images/K5.png) no-repeat left center;
}
.g_li ul li:nth-child(1).on {
	background: url(../images/K1X.png) no-repeat left center;
}
.g_li ul li:nth-child(2).on {
	background: url(../images/K2X.png) no-repeat left center;
}
.g_li ul li:nth-child(3).on {
	background: url(../images/K3X.png) no-repeat left center;
}
.g_li ul li:nth-child(4).on {
	background: url(../images/K4X.png) no-repeat left center;
}
.g_li ul li:nth-child(5).on {
	background: url(../images/K5X.png) no-repeat left center;
}
.feedback_l .form_group4 textarea {
	width: 100%;
	height: 286px;
	resize: none;
	padding: 10px;
	box-sizing: border-box;
	border: 1px solid #d9d9d9;
	font-size: 1.6rem;
	font-family: "å¾®è½¯é›…é»‘";
    color: #333333;
}
.feedback_l .form_group5 {
	border: 1px solid #d9d9d9;
	padding: 0 10px;
	box-sizing: border-box;
}
.feedback_l .form_group5 * {
	display: inline-block;
	vertical-align: middle;
}
.feedback_l .form_group5 span {
	font-size: 1.6rem;
	color: #333333;
	line-height: 56px;
	margin-right: 10px;
}
.feedback_l .form_group button {
	width: 100%;
	height: 58px;
	background: #666666;
	color: #ffffff;
	font-size: 2.4rem;
}
.feedback_f {
	margin-bottom: 230px;
}
.feedback_r {
	width: 47%;
	float: right;
}

/*-------å“ç‰Œèµ„è®¯------*/
.s_naver2 ul {
	text-align: center;
	margin-bottom: 0;
}
.s_naver2 ul li {
	float: inherit;
	display: inline-block;
}
.news_list1 ul , .news_list2 ul{
	margin-bottom: 176px;
}
.news_list1 ul li {
	margin-bottom: 36px;
}
.news_list1 ul li a {
	display: block;
	width: 100%;
	position: relative;
	transition: all ease-in-out .36s;
}
.news_l {
	width: 43.33%;
	float: left;
}
.news_r {
	width: 56.67%;
	float: right;
	padding: 4% 5% 0 4%;
	box-sizing: border-box;
	position: absolute;
	height: 100%;
	right: 0;
}
.news_info1 {
	position: relative;
	height: 100%;
}
.news_info1 h2 {
	color: #111111;
	font-size: 2.4rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: normal;
	margin-bottom: 25px;
}
.news_info1 .txt {
	color: #666666;
	font-size: 1.4rem;
	line-height: 22px;
	max-height: 66px;
	overflow: hidden;
	width: 70%;
}
.news_info1 h3 {
	color: #333333;
	font-size: 1.6rem;
	font-weight: normal;
	position: absolute;
	left: 0;
	bottom: 20%;
}
.news_info1 img {
	position: absolute;
	right: 0;
	bottom: 20%;
}
.news_list1 ul li a:hover {
	background: #f5f5f5;
}
.news_list2 ul {
	padding-top: 30px;
	border-top: 1px solid #e9e9e9;
}
.news_list2 ul li {
	padding: 21px 0;
}
.news_list2 ul li a {
	display: block;
	width: 100%;
	position: relative;
}
.news_list2 ul li a span {
	display: inline-block;
	padding-left: 40px;
	background: url(../images/icon13.png) no-repeat left center;
	color: #666666;
	font-size: 1.8rem;
	max-width: 80%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 26px;
	transition: all ease-in-out .36s;
}
.news_list2 ul li a em {
	position: absolute;
	right: 0;
	top: 0;
	display: inline-block;
	color: #999999;
	font-size: 1.6rem;
	line-height: 26px;
	font-style: normal;
}
.news_list2 ul li a:hover span {
	color: #dd2430;
	background: url(../images/icon13x.png) no-repeat left center;
}

/*------åŠ å…¥é‡‘ç‰Œ-----*/
.recruit_table table {
	width: 100%;
	border: none;
}
.recruit_table table th {
	font-weight: normal;
	color: #333333;
	font-size: 2rem;
	padding: 22px 0;
	border: none;
	border-bottom: 1px solid #eaeaea;
	text-align: center;
}
.recruit_table table th:first-child ,.recruit_table table td:first-child{
	text-align: left;
}
.recruit_table table td {
	color: #666666;
	font-size: 1.6rem;
	padding: 16px 0;
	text-align: center;
	border: none;
	border-bottom: 1px solid #eaeaea;
}
.recruit_table table td a {
	color: #666666;
}
.recruit_table table {
	margin-bottom: 120px;
}
.recruit_table table td.sq{
	cursor: pointer;
}
.recruit_table table td.sq:hover ,.recruit_table table td a:hover {
	color: #dd2430;
}
.recruit_table {
	margin-bottom: 65px;
}
.shadow{position: fixed;width: 100%;height: 100%;left: 0;top: 0;background: rgba(0,0,0,0.1);z-index: 4;display: none;}
.tankuang{position: fixed;width: 510px;height: 380px;left: 50%;margin-left: -255px;top: 50%;transform: translateY(-50%);background: #FFFFFF;z-index: 5;display: none;}
.tk_hd{background: #666666;position: relative;padding: 0 14px;}
.tk_hd h3{color: #FFFFFF;font-size: 1.8rem;line-height: 40px;margin: 0;}
.tk_hd img{position: absolute;right: 14px;top: 50%;margin-top: -7px;cursor: pointer;}
.tk_form{padding: 18px 0 0 40px;}
.tk_form .form_group{margin-bottom: 9px;}
.tk_form .form_group span {width: 90px;float: left;color: #333333;font-size: 1.4rem;text-align: right;line-height: 28px;height: 28px;}
.tk_form .form_group span i {color: #dd2430;}
.tk_form .form_group input[type='text']{width: 250px;float: left;line-height: 26px;border: 1px solid #e7e7e7;padding: 0 8px;color: #333333;}
.radio1 {width: 250px;float: left;}
.radio1 div {display: inline-block;margin-right: 16px;}
.radio1 div input{width: 0;margin: 0;}
.radio1 div label{font-weight: normal;color: #333333;padding-left: 22px;background: url(../images/check.png) no-repeat left center;cursor: pointer;line-height: 28px;font-size: 1.4rem;}
.radio1 div input:checked + label {background: url(../images/checked.png) no-repeat left center;}
.tk_form .form_group button {color: #FFFFFF;width: 236px;height: 38px;background: #dd2430;border-radius: 20px;font-size: 1.8rem;}
.tk_form .form_group1 {margin-top: 32px;}

.recruit_detail {
	width: 88%;
	margin: 0 auto 64px auto;
	border-bottom: 1px solid #e9e9e9;
}
.recruit_t1 h1 {
	color: #333333;
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 12px;
}
.share1 em {
	color: #999999;
	font-size: 1.6rem;
	font-style: normal;
}
.recruit_t2 {
	background: #f7f7f7;
	padding: 0 30px;
	box-sizing: border-box;
	margin: 30px 0 16px 0;
}
.recruit_t2 ul li {
	width: 33.33%;
	float: left;
	color: #666666;
	font-size: 1.6rem;
	padding: 15px 0;
}
.recruit_t2 ul li span {
	color: #333333;
}
.recruit_info1 h3 {
	color: #444444;
	font-size: 2.4rem;
	margin-bottom: 18px;
	font-weight: normal;
}
.recruit_info1 {
	padding-bottom: 110px;
}
.recruit_info1 .txt {
	color: #666666;
	font-size: 1.6rem;
	line-height: 24px;
}

/*------é‡‘ç‰ŒæœåŠ¡-é‡‘ç‰ŒæœåŠ¡å­£--------*/
.service_f1 {
	width: 40.6%;
	float: left;
}
.service_f1 h1 {
	color: #333333;
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 20px;
	padding-left: 12%;
}
.service_f1 h1 > * {
	display: inline-block;
	vertical-align: middle;
}
.service_f1 h1 i {
	width: 30px;
	height: 2px;
	background: #333333;
	margin-left: 12px;
}
.service_f1 h3 {
	font-weight: normal;
	color: rgba(51,51,51,0.13);
	font-size: 4rem;
	line-height: 42px;
	padding-left: 12%;
}
.service_r1 {
	width: 52.5%;
	float: left;
}
.service_info1 h4 {
	font-weight: normal;
	color: #999999;
	font-size: 1.8rem;
	margin-bottom: 34px;
	padding-left: 20px;
}
.service_info1 h4 big {
	font-size: 3.8rem;
	color: #666666;
}
.service_info1 .txt {
	color: #999999;
	font-size: 1.8rem;
	line-height: 28px;
}
.service_1 {
	margin-bottom: 55px;
}
.service_2 {
	background-image: url(../images/fuwuji57.png);
	background-size: 100% 970px;
	background-repeat: no-repeat;
	background-position: center top;
}
.service_info2 {
	width: 47%;
	margin: 0 auto;
	padding: 96px 0 120px 0;
	text-align: center;
}
.service_info2 h2 {
	color: #ffffff;
	font-size: 3.2rem;
	line-height: 46px;
	font-weight: normal;
	margin-bottom: 45px;
}
.service_info2 .txt {
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 38px;
}
.service_c2 {
	width: 1280px;
	margin: 0 auto;
}
.service_p1 ul li {
	width: 50%;
	float: left;
}
.service_info3 {
	padding: 72px 8% 105px 6%;
	box-sizing: border-box;
}
.service_info3 h3 {
	color: #333333;
	font-size: 3.2rem;
	font-weight: normal;
	margin-bottom: 20px;
}
.service_info3 .txt {
	color: #999999;
	font-size: 1.8rem;
	line-height: 30px;
	text-align: justify;
}
.service_info4 {
	padding: 74px 7% 0 7%;
	height: 500px;
	box-sizing: border-box;
}
.service_info4 h3 {
	font-weight: normal;
	color: #ffffff;
	font-size: 3.2rem;
	margin-bottom: 25px;
	font-weight: normal;
}
.service_info4 .txt {
	color: #ffffff;
	font-size: 1.8rem;
	line-height: 38px;
}
.service_info5 {
	height: 560px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #abc0c0;
}
.service_info5 p {
	font-size: 3.2rem;
	color: #ffffff;
	padding-bottom: 36px;
	position: relative;
}
.service_info5 p:before {
	position: absolute;
	content: "";
	width: 30px;
	height: 2px;
	background: #FFFFFF;
	left: 50%;
	margin-left: -15px;
	bottom: 0;
}
.service_p2 ul li {
	width: 50%;
	float: left;
}
.service_season {
	margin-bottom: 300px;
}

/*-------èµ°è¿›é‡‘ç‰Œ-å“ç‰ŒåŽ†å²----------*/
.history_swiper {
	position: relative;
	width: 1450px;
	margin: 0 auto 68px auto;
}
.history_swiper .swiper-container {
	width: 1040px;
	padding-bottom: 195px;
	padding-top: 15px;
}
.history_swiper .swiper-slide {
    width: 486px;
    height: 270px;
    background: #fff;
    box-shadow: 1px 0 13px rgba(0,0,0,0.11);
}
.history_c1 {
	padding: 28px 0 0 20px;
	box-sizing: border-box;
	position: relative;
	height: 100%;
	background: #fff;
	z-index: 5;
}
.history_c1 h2 {
	color: #222222;
	font-size: 3.2rem;
	margin-bottom: 55px;
}
.history_c1 .txt {
	color: #333333;
	font-size: 1.6rem;
}
.history_c1 img {
	position: absolute;
	right: 20%;
	top: 50%;
	margin-top: -54px;
	height: 108px;
	display: none;
}
.history_swiper .swiper-slide i {
	position: absolute;
	left: -20%;
	width: 140%;
	color: #ebebeb;
	font-size: 24rem;
	font-style: normal;
	bottom: -190px;
	font-family: arial;
	text-align: center;
	display: none;
	z-index: 4;
}
.history_swiper .swiper-slide.swiper-slide-active i {
	display: inline-block;
}
.history_swiper .swiper-slide.swiper-slide-active .history_c1 h2 {
	color: #dd2430;
}
.history_swiper .swiper-slide.swiper-slide-active .history_c1 img {
	display: inline-block;
}
.history_swiper .swiper-button-next , .history_swiper .swiper-button-prev {
	background: none;
	opacity: 1;
	width: 37px;
	height: 37px;
	margin-top: -18px;
	z-index: 99;
}
.history_swiper .swiper-pagination {
	width: 100%;
	text-align: center;
}
.history_b1 {
	width: 100%;
	position: relative;
	height: 60px;
	background: #f1f1f1;
}
.history_swiper .swiper-pagination-bullet {
	width: auto;
	height: auto;
	opacity: 1;
	background: none;
	font-size: 1.6rem;
	color: #333333;
	line-height: 60px;
	margin: 0 3%;
}
.history_swiper .swiper-pagination-bullet-active {
	background: none;
	color: #dd2430;
}
.m_history_swiper {
	width: 94%;
	margin: 0 auto 40px auto;
	position: relative;
}
.m_history_swiper .swiper-slide {
	position: relative;
}
.m_history_swiper .swiper-slide > img {
	position: absolute;
	right: 5%;
	top: 50%;
	margin-top: -40px;
	height: 80px;
	z-index: 1;
}
.m_history_c1 {
	padding: 15px 10px 40px 10px;
	background: #FFFFFF;
	margin: 1.5%;
	box-shadow: 1px 0 6px rgba(0,0,0,0.11);
	position: relative;
}
.m_history_c1 h2 {
	font-size: 2.2rem;
	margin-bottom: 10px;
}
.enter_jinpai {
	padding-bottom: 27px;
}
.index_news {
	margin-bottom: 48px;
}
.third_section {background: #F7F7F7;}
.web_maps{
	height: 100%;
}
.search_head {
	position: absolute;
	right: -160px;
	top: 50%;
	margin-top: -16px;
	transition: all ease-in-out .36s;
	display: none;
}
.search_head input {
	width: 180px;
	height: 36px;
	line-height: 36px;
	background: rgba(60,60,60,0.1);
	padding: 0 15px;
	border-radius: 20px;
	color: #000;
	font-size: 14px;
}
.search_head button {
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -9px;
	background: none;
	line-height: normal;
} 
.search_head button img {
	height: 18px;
}
.jjyg_list2 ul li:hover .jjyg_info1 {
	background: #ed6100;
}


/*æ–°å¢ž*/
.history_swiper .gallery-thumbs {
	padding: 0;
}
.gallery-thumbs {
	/*display: flex;*/
	/*align-content: center;*/
	/*justify-content: center;*/
	height: 60px;
}
/*.gallery-thumbs .swiper-wrapper {*/
	/*display: flex;*/
	/*justify-content: center;*/
/*}*/
.gallery-thumbs .swiper-slide {
	color: #333;
	font-size: 1.6rem;
	/*margin: 0 2%;*/
	line-height: 60px;
	cursor: pointer;
	height: auto;
	box-shadow: none;
	background: none;
	text-align: center;
}
.gallery-thumbs .swiper-slide-thumb-active {
	color: #dd2430;
}
.history_b1 {
	position: absolute;
}
.history_b2 {
	background: none;
	top: 30px;
}
.history_b2 .swiper-button-next ,
.history_b2 .swiper-button-prev {
	width: 180px;
	height:200px;
	/*display: flex;
	justify-content:center;
	align-items: center;*/
}
.history_b2 .swiper-button-next {
	right: 100px;
}
.history_b2 .swiper-button-prev {
	left: 100px;
}
.p_www {
	position: relative;
	width:1040px;
	margin:0 auto;
	padding:0 80px;
}
.p_www .history_b1 {
	left: 0;
	top:0;
}