
.delay100 {
	-webkit-animation-delay: .1s;
	animation-delay: .1s;
}

.delay200 {
	-webkit-animation-delay: .2s;
	animation-delay: .2s;
}

.delay300 {
	-webkit-animation-delay: .3s;
	animation-delay: .3s;
}

.delay400 {
	-webkit-animation-delay: .4s;
	animation-delay: .4s;
}

.delay500 {
	-webkit-animation-delay: .5s;
	animation-delay: .5s;
}

.delay600 {
	-webkit-animation-delay: .6s;
	animation-delay: .6s;
}

.delay700 {
	-webkit-animation-delay: .7s;
	animation-delay: .7s;
}

.delay800 {
	-webkit-animation-delay: .8s;
	animation-delay: .8s;
}

.delay900 {
	-webkit-animation-delay: .9s;
	animation-delay: .9s;
}

.delay1000 {
	-webkit-animation-delay: 1s;
	animation-delay: 1s;
}

.delay1200 {
	-webkit-animation-delay: 1.2s;
	animation-delay: 1.2s;
}

.delay1400 {
	-webkit-animation-delay: 1.4s;
	animation-delay: 1.4s;
}

.delay1600 {
	-webkit-animation-delay: 1.6s;
	animation-delay: 1.6s;
}

.delay1800 {
	-webkit-animation-delay: 1.8s;
	animation-delay: 1.8s;
}

.delay2000 {
	-webkit-animation-delay: 2s;
	animation-delay: 2s;
}

.delay2400 {
	-webkit-animation-delay: 2.4s;
	animation-delay: 2.4s;
}

.delay3000 {
	-webkit-animation-delay: 3s;
	animation-delay: 3s;
}

.ico {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../img/ico.png);
	color: transparent;
	text-indent: -99em;
	white-space: nowrap;
	letter-spacing: -1em;
}

.ico:before {
	content: '\3000';
}

.ico1_2 {
	background-position: -20px 0;
}

.ico1_3 {
	background-position: -40px 0;
}

.ico1_4 {
	background-position: -60px 0;
}

.ico1_5 {
	background-position: -80px 0;
}

.ico2_1 {
	background-position: 0 -20px;
}

.ico2_2 {
	background-position: -20px -20px;
}

.ico2_3 {
	background-position: -40px -20px;
}

.ico2_4 {
	background-position: -60px -20px;
}

.ico2_5 {
	background-position: -80px -20px;
}

.ico3_1 {
	background-position: 0 -40px;
}

.ico3_2 {
	background-position: -20px -40px;
}

.ico3_3 {
	background-position: -40px -40px;
}

.ico3_4 {
	background-position: -60px -40px;
}

.ico3_5 {
	background-position: -80px -40px;
}

.ico4_1 {
	background-position: 0 -60px;
}

.ico4_2 {
	background-position: -20px -60px;
}

.ico4_3 {
	background-position: -40px -60px;
}

.ico4_4 {
	background-position: -60px -60px;
}

.ico4_5 {
	background-position: -80px -60px;
}

html {
	overflow-x: auto;
}

.wrap,body,html {
	min-width: 1200px;
}

.wrap {
	margin-right: auto;
	margin-left: auto;
	width: 1200px;
}

body {
	background: #fff;
	color: #555;
	font-size: 13px;
	line-height: 1.6;
}

a {
	color: inherit;
}

a:hover {
	color: #a05085;
}

::-moz-selection {
	background: #39f;
	color: #fff;
}

::selection {
	background: #39f;
	color: #fff;
}

::-webkit-input-placeholder {
	color: #aaa;
}

.placeholder {
	color: #aaa;
}

.btn,.form-control,.input-group-addon {
	border-radius: 2px;
}

.form-control:focus {
	outline: 0;
	border-color: #66afe9;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 6px rgba(102,175,233,.6);
}

.imgY180 img,.imgZoom img {
	-webkit-transition: all .8s ease 0s;
	-moz-transition: all .8s ease 0s;
	-o-transition: all .8s ease 0s;
	transition: all .8s ease 0s;
	-ms-transition: all .8s ease 0s;
}

.imgZoom {
	overflow: hidden;
}

.imgZoom:hover img {
	-webkit-transform: scale(1.1,1.1);
	-moz-transform: scale(1.1,1.1);
	-o-transform: scale(1.1,1.1);
	transform: scale(1.1,1.1);
	-ms-transform: scale(1.1,1.1);
}

.imgY180:hover img {
	cursor: pointer;
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
	-ms-transform: rotateY(180deg);
}

.pageHeader .nav_area {
	position: fixed;
	top: 0;
	z-index: 5;
	width: 100%;
	height: 86px;
	line-height: 86px;
	background: #fff;
}

.pageHeader .nav_area .wrap {
	background: #fff;
}

.pageHeader .logo_area {
	width: 14%;
}

.pageHeader .logo_area img {
	margin-top: 8px;
	margin-left: 4px;
}

.pageHeader .head_nav {
	width: 71%;
}

.pageHeader .sl_area {
	position: relative;
	float: right;
	width: 15%;
}

.pageHeader .sl_area .lan_xiala {
	position: absolute;
	top: 100%;
	display: none;
	width: 100%;
	background: #a05085;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 50px;
}

.pageHeader .sl_area .lan_xiala li>a {
	display: inline-block;
	width: 100%;
	height: 100%;
	transition: .3s all ease;
}

.pageHeader .sl_area .lan_xiala li>a:hover {
	padding-left: 10px;
	color: inherit;
}

.pageHeader .head_nav .nav_bar {
	float: left;
	width: 100%;
}

.head_nav .nav_bar .nav_bar_li {
	position: relative;
	float: left;
	display: inline-block;
	width: 16.6%;
	text-align: center;
	font-size: 16px;
}

.head_nav .nav_bar .nav_bar_li .xiala {
	position: absolute;
	top: 100%;
	left: 0;
	display: none;
	width: 100%;
	background: #a05085;
	color: #fff;
}

.head_nav .nav_bar .nav_bar_li .xiala_box {
	padding: 5px;
}

.head_nav .nav_bar .nav_bar_li .xiala_ul>li {
	height: 42px;
	font-size: 15px;
	line-height: 42px;
	transition: .3s all ease;
	overflow: hidden;
}

.head_nav .nav_bar .nav_bar_li .xiala_ul>li:hover a {
	padding-left: 10px;
	color: inherit;
}

.head_nav .nav_bar .nav_bar_li a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 17px;
}

.pageHeader .head_search {
	float: left;
	width: 50%;
	background: #a05085;
	color: #fff;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.pageHeader .head_search .search_logo img {
	vertical-align: middle;
}

.pageHeader .head_lan {
	float: right;
	width: 50%;
	background: #c21515;
	color: #fff;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
}

.pageHeader .search_area {
	position: absolute;
	top: 100%;
	display: none;
	width: 100%;
	background: #a05085;
}

.pageHeader .search_area form {
	background: #a05085;
	text-align: center;
}

.pageHeader .search_area .search_input {
	box-sizing: border-box;
	margin-top: 20px;
	padding-left: 45px;
	width: 91%;
	height: 45px;
	border: none;
	background: url(../img/h_ser_t.png) 10px center no-repeat #fff;
	color: #c70025;
	vertical-align: top;
	font-size: 16px;
	line-height: 45px;
}

.pageHeader .search_area button {
	margin: 0;
	/* margin-top: 20px; */
	padding: 0;
	width: 60px;
	height: 45px;
	border: none;
	border-radius: 0;
	background-color: transparent;
	color: #fff;
	vertical-align: middle;
	text-align: center;
	font-weight: 700;
	font-size: 18px;
	line-height: 45px;
}

.mobile_key {
	display: none;
}

.pageFooter {
	padding-top: 65px;
	background: #f5f5f5;
}

.pageFooter .foot1 {
	float: left;
	width: 33.3%;
}

.pageFooter .foot1 .tit {
	margin-bottom: 30px;
	color: #a05085;
	font-size: 27px;
}

.pageFooter .foot1 span {
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 29px;
	height: 29px;
}

.pageFooter .foot1 .dingwei span {
	background: url(../img/dingwei.png);
}

.pageFooter .foot1 .tel span {
	background: url(../img/tel.png);
}

.pageFooter .foot1 .mail span {
	background: url(../img/mail.png);
}

.pageFooter .foot1 .dingwei,.pageFooter .foot1 .mail,.pageFooter .foot1 .tel {
	position: relative;
	margin-bottom: 15px;
	padding-left: 40px;
	color: #383838;
	font-size: 14px;
	line-height: 35px;
}

.pageFooter .foot1 .share {
	position: relative;
	font-size: 17px;
}

.pageFooter .foot1 .bds_sqq,.pageFooter .foot1 .bds_tsina,.pageFooter .foot1 .bds_weixin {
	background: url(../img/bottom_share.png);
	background-repeat: no-repeat;
}

.pageFooter .foot1 .bds_weixin {
	background-position: 0 0;
}

.pageFooter .foot1 .bds_sqq {
	background-position: -40px 0;
}

.pageFooter .foot1 .bds_tsina {
	background-position: -85px 0;
}

.pageFooter .foot1 .share_word {
	float: left;
	line-height: 40px;
}

.pageFooter .foot1 .bdsharebuttonbox {
	margin-left: 100px;
}

.pageFooter .foot2,.pageFooter .foot3,.pageFooter .foot4 {
	float: left;
	width: 15%;
}

.pageFooter .foot2 .bnav_tit,.pageFooter .foot3 .bnav_tit,.pageFooter .foot4 .bnav_tit {
	margin-bottom: 30px;
	font-size: 18px;
}

.pageFooter .foot2 .bnav_erji,.pageFooter .foot3 .bnav_erji,.pageFooter .foot4 .bnav_erji {
	margin-bottom: 14px;
	font-size: 14px;
}

.pageFooter .foot5 {
	float: right;
	width: 21%;
}

.pageFooter .foot5 .ewm1 {
	padding-bottom: 13px;
	border-bottom: 1px solid #cfcfcf;
}

.pageFooter .foot5 .tit {
	margin-bottom: 30px;
	padding-left: 15px;
	color: #a05085;
	font-size: 27px;
}

.pageFooter .foot5 .left_txt {
	float: left;
}

.pageFooter .foot5 .left_txt .left_box {
	padding-left: 15px;
}

.pageFooter .foot5 .left_txt .ewm_tit {
	padding-top: 10px;
	font-size: 14px;
	line-height: 2;
}

.pageFooter .foot5 .left_txt .ewm_name {
	font-size: 18px;
}

.pageFooter .foot5 .right_pic {
	float: right;
	width: 31%;
}

.pageFooter .foot5 .right_pic .pic_box {
	padding-right: 15px;
}

.pageFooter .foot5 .ewm2 .pic_box {
	padding-top: 15px;
}

.pageFooter .foot_bottom {
	background: #a05085;
}

.pageFooter .foot_bottom .left_area {
	float: left;
	padding-top: 15px;
	padding-bottom: 15px;
	color: #fff;
}

.pageFooter .foot_bottom .left_area a {
	color: inherit;
}

.pageFooter .foot_bottom .right_area {
	float: right;
	padding-top: 15px;
}

.banner {
	position: fixed;
	top: 0;
	z-index: -1;
	overflow: hidden;
	width: 100%;
	height: 510px;
}

.banner .banner_area {
	position: relative;
	width: 100%;
	height: 100%;
}

.banner .banner_area img {
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	height: 510px;
	max-width: none;
}

.xc_tongyong {
	position: relative;
	margin-top: 510px;
	min-height: 300px;
	background: #fff;
}

.xc_tongyong .pt_onbanner {
	position: absolute;
	top: -109px;
	width: 100%;
	height: 266px;
}

.xc_tongyong .pt_onbanner .wrap {
	height: 100%;
}

.xc_tongyong .onbanner_area {
	width: 100%;
	height: 100%;
	background: url(../img/onbanner.png);
	background-position: top left;
	background-repeat: no-repeat;
}

.xc_tongyong .onbanner_area .onbanner_box {
	padding-top: 50px;
	padding-left: 40px;
}

.xc_tongyong .onbanner_area .part_name {
	color: #fff;
	font-size: 40px;
	line-height: 1.4;
}

.xc_tongyong .onbanner_area .part_en {
	color: #c1c1c1;
	font-size: 65px;
	line-height: 1.4;
}

.xc_tongyong .onbanner_area .part_bottom {
	height: 35px;
}

.xc_tongyong .onbanner_area .part_bottom .breadcrumb {
	float: left;
	color: #787878;
	font-size: 13px;
}

.xc_tongyong .onbanner_area .part_bottom .breadcrumb i {
	font-size: 13px;
	-webkit-text-stroke-width: 0;
}

.xc_tongyong .onbanner_area .part_bottom .erji_nav {
	float: right;
	width: 75%;
}

.xc_tongyong .onbanner_area .part_bottom .erji_li {
	float: right;
	display: inline-block;
	width: 21%;
	color: #777;
	text-align: center;
	font-size: 18px;
	line-height: 35px;
}

.xc_tongyong .onbanner_area .part_bottom .erji_li.cur a {
	color: #a05085;
	font-size: 18px;
	transition: .1s all ease;
}

.xc_tongyong .onbanner_area .part_bottom .erji_li:hover a {
	color: #a05085;
	font-size: 18px;
}

.rect-85 {
	padding-bottom: 85%;
}

.rect-6878 {
	padding-bottom: 68.78%;
}

.news_dongtai .nd_part1 {
	padding-top: 200px;
}

.news_dongtai .nd_part1 .pt_box ul>li {
	position: relative;
}

.news_dongtai .nd_part1 .txt_area {
	position: absolute;
	bottom: 0;
	width: 100%;
	background: #fff;
}

.news_dongtai .nd_part1 .txt_box {
	padding: 25px 30px;
	border: 1px solid;
	border-color: transparent #dedede #dedede #dedede;
}

.news_dongtai .nd_part1 .txt_box .li_tit {
	overflow: hidden;
	margin-bottom: 20px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-weight: 700;
	font-size: 16px;
}

.news_dongtai .nd_part1 .txt_box .li_dec {
	overflow: hidden;
	margin-bottom: 0;
	height: 0;
	font-size: 14px;
	line-height: 1.6;
	transition: .3s all ease;
}

.news_dongtai .nd_part1 li:hover .txt_area {
	background: url(../img/li_touch.png);
	background-size: cover;
	background-repeat: no-repeat;
}

.news_dongtai .nd_part1 li:hover .li_dec {
	margin-bottom: 20px;
	height: 3.2em;
	color: #fff;
}

.news_dongtai .nd_part1 li:hover .li_tit {
	color: #fff;
}

.news_dongtai .nd_part1 li:hover .li_riqi {
	color: #fff;
}

.news_dongtai .nd_part2 {
	padding-top: 50px;
	padding-bottom: 120px;
}

.news_dongtai .nd_part2 .neirong_box {
	padding: 30px 0;
}

.news_dongtai .nd_part2 .riqi {
	float: left;
	width: 14%;
}

.news_dongtai .nd_part2 .riqi_box {
	padding: 0 15px;
}

.news_dongtai .nd_part2 .riqi .year {
	padding-top: 5px;
	text-align: right;
	transition: .3s all ease;
}

.news_dongtai .nd_part2 .riqi .md {
	text-align: right;
	font-size: 46px;
	transition: .3s all ease;
}

.news_dongtai .nd_part2 .news_xiangqing {
	float: left;
	width: 66%;
}

.news_dongtai .nd_part2 .news_xiangqing .xiangqing_box {
	padding: 0 15px;
}

.news_dongtai .nd_part2 .news_xiangqing .tit {
	margin-bottom: 20px;
	font-weight: 700;
	font-size: 22px;
}

.news_dongtai .nd_part2 .news_xiangqing .dec {
	margin-bottom: 20px;
}

.news_dongtai .nd_part2 .news_pic {
	float: left;
	width: 20%;
}

.news_dongtai .nd_part2 .pic_box {
	padding: 0 15px;
}

.news_dongtai .nd_part2 li {
	cursor: pointer;
	transition: .3s all ease;
}

.news_dongtai .nd_part2 li:hover {
	background: #f4f4f4;
}

.news_dongtai .nd_part2 li:hover .year {
	color: #a05085;
}

.news_dongtai .nd_part2 li:hover .md {
	color: #a05085;
}

.news_dongtai .nd_part2 li:hover .tit {
	color: #555;
}

.news_dongtai .nd_part2 li:hover .dec {
	color: #555;
}

.news_dongtai .nd_part2 li:hover .more {
	color: #555;
}

.news_dongtai .nd_part2 .page {
	padding-top: 80px;
	text-align: center;
	line-height: 22px;
}

.news_dongtai .nd_part2 .page span {
	padding: 0 5px;
	color: #a05085;
	font-size: 24px;
}

.news_dongtai .nd_part2 .page a {
	padding: 0 5px;
	font-size: 20px;
}

.news_dongtai .nd_part2 .page a:hover {
	color: #a05085;
	font-size: 24px;
}

.news_dongtai .nd_part2 .page .page_but {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
	width: 12px;
	height: 21px;
	background: url(../img/new_pn.png);
}

.news_dongtai .nd_part2 .page .page_prev {
	background-position: 0 0;
}

.news_dongtai .nd_part2 .page .page_next {
	background-position: -12px 0;
}

.news_dongtai .nd_part2 .page_but:hover {
	background-position-y: -21px;
}

.news_dongtai .nd_part2 .page .sl {
	color: #555;
	line-height: 10px;
}

.news_detail .detail_box {
	padding-top: 180px;
	padding-bottom: 110px;
}

.news_detail .widget-newsdetail-8 .ion {
	color: #676767;
}

.news_detail .widget-newsdetail-8 .n_left {
	float: left;
	width: 66.8%;
}

.news_detail .widget-newsdetail-8 ._head ._title {
	margin-bottom: 20px;
	color: #333;
	font-weight: 700;
	font-size: 30px;
}

.news_detail .widget-newsdetail-8 ._tools {
	margin-bottom: 15px;
	color: #7e7e7e;
	font-size: 0;
}

.news_detail .widget-newsdetail-8 ._tools_border {
	height: 45px;
	border-bottom: #d8d8d8 1px solid;
}

.news_detail .widget-newsdetail-8 ._tools ._tool {
	display: inline-block;
	overflow: hidden;
	margin-right: 10px;
	height: 40px;
	font-size: 12px;
	line-height: 40px;
}

.news_detail .widget-newsdetail-8 ._tools .ion {
	display: inline-block;
	height: 30px;
	vertical-align: -2px;
	font-size: 18px;
	line-height: 30px;
}

.news_detail .widget-newsdetail-8 ._tools b {
	font-weight: 400;
}

.news_detail .widget-newsdetail-8 ._tools #switcher {
	margin-left: 10px;
}

.news_detail .widget-newsdetail-8 ._tools #switcher ._title {
	margin-right: 5px;
	color: #7e7e7e;
	font-size: 12px;
}

.news_detail .widget-newsdetail-8 ._tools #switcher .ion {
	font-size: 14px;
}

.news_detail .widget-newsdetail-8 ._tools .bds_more {
	float: none;
	padding: 0;
	background: 0 0;
}

.news_detail .widget-newsdetail-8 .myart {
	margin-top: 40px;
	min-height: 200px;
	color: #555;
	font-size: 14px;
	line-height: 2;
}

.news_detail .widget-newsdetail-8 .n_right {
	float: right;
	padding-top: 90px;
	width: 30%;
}

.news_detail .widget-newsdetail-8 .n_right ._tools {
	text-align: right;
}

.news_detail .widget-newsdetail-8 .n_right ._tools ._tool_l {
	float: left;
	border-left: #ccc 1px solid;
}

.news_detail .widget-newsdetail-8 ._tools ._back {
	padding-right: 0;
	height: 40px;
	color: #676767;
	vertical-align: 5px;
	font-weight: 400;
	font-size: 14px;
	line-height: 40px;
}

.news_detail .widget-newsdetail-8 ._tools ._back ._tool_back_img {
	padding-right: 4px;
	width: 40px;
	height: 40px;
}

.news_detail .widget-newsdetail-8 ._tools ._back ._tool_back_img img {
	width: 40%;
}

.news_detail .widget-newsdetail-8 ._tools .share,.widget-newsdetail-8 ._tools .print {
	overflow: hidden;
	margin-right: 0;
	margin-left: 15px;
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #80939e;
	text-align: center;
	line-height: 40px;
	cursor: pointer;
}

.news_detail .widget-newsdetail-8 ._tools .share {
	margin-left: 7px;
}

.news_detail .widget-newsdetail-8 ._tools .share:hover,.widget-newsdetail-8 ._tools .print:hover {
	background-color: #ec7f00;
}

.news_detail .widget-newsdetail-8 ._tools .share .ion,.widget-newsdetail-8 ._tools .print .ion {
	color: #fff;
	font-size: 18px;
}

.news_detail .widget-newsdetail-8 ._tools .share:hover .ion,.widget-newsdetail-8 ._tools .print:hover .ion {
	color: #fff;
}

.news_detail .widget-newsdetail-8 ._tools .share .ion {
	font-size: 20px;
}

.news_detail .widget-newsdetail-8 ._detailPage_bottom li strong,.widget-newsdetail-8 ._detailPage_bottom li a,.widget-newsdetail-8 ._detailPage_bottom li span {
	display: block;
}

.news_detail .widget-newsdetail-8 ._detailPage_bottom {
	margin-top: 45px;
	border: #f3f3f3 10px solid;
}

.news_detail .widget-newsdetail-8 ._detailPage_bottom ul {
	padding: 10px 7%;
}

.news_detail .widget-newsdetail-8 ._detailPage_bottom li ._mark {
	padding-bottom: 8px;
	color: #000;
	font-weight: 700;
	font-size: 19px;
}

.news_detail .widget-newsdetail-8 ._detailPage_bottom ._date {
	margin-bottom: 7px;
	height: 30px;
	color: #676767;
	font-size: 13px;
	font-family: Arial;
	line-height: 30px;
}

.news_detail .widget-newsdetail-8 ._detailPage_bottom ._date .ion {
	margin-left: 0;
	height: 30px;
	vertical-align: -2px;
	font-size: 20px;
}

.news_detail .widget-newsdetail-8 ._detailPage_bottom li ._title:hover {
	color: #5c5c5c;
}

.news_detail .widget-newsdetail-8 ._detailPage_bottom li ._title {
	color: #5c5c5c;
	font-weight: 700;
	font-size: 16px;
}

.news_detail .widget-newsdetail-8 ._detailPage_bottom li {
	padding: 27px 0;
}

.news_detail .widget-newsdetail-8 ._detailPage_bottom li._prev {
	border-bottom: 1px #ececec solid;
}

@media only screen and (max-device-width:1024px) {
	.news_detail .widget-newsdetail-8 .n_right {
		padding-top: 0;
	}

	.news_detail .widget-newsdetail-8 ._detailPage_bottom {
		margin-top: 10px;
	}

	._tools,.news_detail .widget-newsdetail-8-tools {
		display: none;
	}

	.news_detail .widget-newsdetail-8 ._detailPage_bottom ul {
		padding-right: 3%;
	}
}

@media only screen and (max-device-width:760px) {
	.news_detail .widget-newsdetail-8 ._head ._title {
		font-size: 24px;
	}

	.news_detail .widget-newsdetail-8 .n_left,.news_detail .widget-newsdetail-8 .n_right,.news_detail .widget-newsdetail-8 .news_img {
		float: none;
		width: 100%;
	}

	.news_detail .widget-newsdetail-8 .n_left {
		margin-bottom: 20px;
	}
}

.pro_dt_part1 {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 620px;
}

.pro_dt_part1 .pro_pic {
	width: 100%;
	height: 620px;
}

.pro_dt_part1 .pro_pic li {
	display: block;
	overflow: hidden;
	height: auto;
	text-align: center;
}

.pro_dt_part1 .pro_pic li img {
	display: inline-block;
	margin: 0 -100%;
	width: auto;
	max-width: none;
}

.pro_dt_part1 .pic_arr_box {
	position: absolute;
	top: 480px;
	left: 0;
	z-index: 3;
	width: 100%;
	text-align: center;
}

.pro_dt_part1 .my_navs {
	position: relative;
	display: inline-block;
}

.pro_dt_part1 .my_navs a {
	display: inline-block;
	margin: 0 8px;
	width: 74px;
}

.pro_dt_part1 .my_navs .img_box {
	border: 1px solid #ccc;
}

.pro_dt_part1 .my_navs .on .img_box {
	border-color: #a20c4d;
}

.pro_dt_part1 .my_navs .detail_hd_arr {
	position: absolute;
	top: 50%;
	margin-top: -18px;
	width: 31px;
	height: 36px;
	background: url(../img/pro_detail_hd_arr.jpg) no-repeat;
}

.pro_dt_part1 .my_navs .hd_arr_prev {
	left: -50px;
}

.pro_dt_part1 .my_navs .hd_arr_next {
	right: -50px;
	background-position: -31px 0;
}

.pro_dt_part1 .hd_text_box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.pro_dt_part1 .hd_text_box .main_box {
	padding: 200px 0 0;
	width: 40%;
}

.pro_dt_part1 .hd_text_box .pro_title {
	margin-bottom: 25px;
	color: #a05085;
	font-weight: 400;
	font-size: 53px;
}

.pro_dt_part1 .hd_text_box .pro_text {
	color: #000;
	font-size: 14px;
}

.pro_dt_part1 .pic_arr_box.arr_fixed {
	position: fixed;
	top: 86px;
	left: 0;
}

.pro_dt_part2 .dt_part2_hd_cloth {
	height: 114px;
}

.pro_dt_part2 .dt_part2_hd ul {
	width: 100%;
	background-color: #a05085;
}

.dt_part2_hd_fix {
	position: fixed;
	top: 148px;
	z-index: 4;
	width: 100%;
}

.pro_dt_part2 .dt_part2_hd .list_box {
	padding-bottom: 16px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}

.pro_dt_part2 .dt_part2_hd .list_title {
	font-weight: 400;
}

.pro_dt_part2 .dt_part2_hd .list_ico {
	display: block;
	margin: 24px auto 10px;
	width: 40px;
	height: 40px;
	background: url(../img/pro_detail_ico.png) no-repeat;
}

.pro_dt_part2 .dt_part2_hd .li2 .list_ico {
	background-position: -40px 0;
}

.pro_dt_part2 .dt_part2_hd .li3 .list_ico {
	background-position: -80px 0;
}

.pro_dt_part2 .dt_part2_hd .li4 .list_ico {
	background-position: -120px 0;
}

.pro_dt_part2 .dt_part2_hd .li5 .list_ico {
	background-position: -160px 0;
}

.pro_dt_part2 .dt_part2_hd .li6 .list_ico {
	background-position: -200px 0;
}

.pro_dt_part2 .dt_part2_hd li.active {
	background-color: #bf0000;
}

.pro_dt_part2 .dt_part2_title {
	margin-bottom: 25px;
	color: #6f6f6f;
	text-align: center;
	font-weight: 400;
	font-size: 40px;
}

.pro_dt_part2 .dt_part2_p {
	margin-bottom: 36px;
	padding: 0 250px;
	color: #585858;
	font-size: 13px;
}

.pro_dt_part2 .dt_part2_bd {
	padding: 60px 0 70px;
}

.pro_dt_part2 .part2_hd01_t {
	width: 22%;
	height: 46px;
	border: 1px solid #bdbdbd;
	border-right: 0;
	color: #bdbdbd;
	color: #6f6f6f;
	text-align: center;
	font-size: 15px;
	line-height: 46px;
	cursor: pointer;
}

.pro_dt_part2 .part2_hd01_t.tab_t_cur {
	background-color: #f0f0f0;
}

.pro_dt_part2 .part2_hd01_t03 {
	border-right: 1px solid #bdbdbd;
}

.pro_dt_part2 .part2_hd01_c {
	padding-top: 110px;
}

.pro_dt_part2 .dt_part2_bd02,.pro_dt_part2 .dt_part2_bd04 {
	background-color: #f8f8f8;
}

.pro_dt_part2 .dt_part2_bd06 {
	padding: 60px 0 40px;
}

.pro_dt_part2 .dt_part2_bd07 {
	background: url(../img/pro_detail_bj.jpg) no-repeat center top;
}

.pro_dt_part2 .part2_hd06_hd {
	margin-bottom: 44px;
}

.pro_dt_part2 .part2_hd06_hd .dt_part2_title {
	margin-bottom: 0;
	width: 17%;
	text-align: left;
	line-height: 50px;
}

.pro_dt_part2 .part2_hd06_hd .part2_hd02_p {
	width: 50%;
	color: #262626;
	line-height: 27px;
}

.pro_dt_part2 .part2_hd06_main li {
	margin-bottom: 18.5px;
}

.pro_dt_part2 .part2_hd06_main .list_box {
	position: relative;
}

.pro_dt_part2 .part2_hd06_main .list_title {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: url(../img/gray_66.png);
	color: #fff;
	font-weight: 400;
	font-size: 18px;
}

.pro_dt_part2 .part2_hd06_main .title_box {
	display: block;
	padding: 8px 4%;
}

.pro_dt_part2 .part2_hd02_main {
	min-height: 200px;
}

.pro_dt_part2 .dt_part2_hd .full-row {
	width: 1200px;
}

.pro_dt_part2 .part2_hd06_hd .part2_hgpn {
	float: none;
	text-align: right;
}

.pro_dt_part2 .part2_hd06_hd .part2_hgpn_bac {
	display: inline-block;
	width: 90px;
	height: 44px;
	background: url(../img/pro_detail_pn.jpg);
	background-repeat: no-repeat;
}

.pro_dt_part2 .part2_hd06_hd .part2_hg_prev {
	background-position: 0 0;
}

.pro_dt_part2 .part2_hd06_hd .part2_hg_next {
	background-position: -91px 0;
}

.pro_dt_part2 .part2_hd06_main ul {
	overflow: hidden;
	height: 440px;
}

.pro_dt_part2 .part2_hd06_main ul .row .imgZoom {
	margin-bottom: 18px;
}

.pro_dt_part2 .dt_part2_hd .list_box {
	padding-bottom: 8px;
}

.pro_dt_part2 .dt_part2_hd .list_ico {
	margin: 10px auto 10px;
}

.pro_dt_part2 .dt_part2_hd_cloth {
	overflow: hidden;
	height: 92px;
}

.pro_dt_part1 .pro_pic {
	background: url(../img/prod_bac_01.jpg);
	background-position: top;
	background-repeat: no-repeat;
}

.pro_dt_part1 .pro_pic li img {
	margin: 12% 0 12% 44%;
}

.pro_dt_part1 .hd_text_box .main_box {
	padding: 200px 45px 0;
}

.rect-9225 {
	padding-bottom: 92.25%;
}

.rect-4625 {
	padding-bottom: 46.25%;
}

.rect-455 {
	padding-bottom: 45.5%;
}

.rect-145 {
	padding-bottom: 145%;
}

.product .pt1 {
	padding-top: 55px;
}

.product .pt_tit {
	margin: 0 auto;
	width: 61%;
}

.product .pt_title {
	text-align: center;
	font-size: 36px;
	line-height: 2;
}

.product .pt_dec {
	color: #737373;
	line-height: 2;
}

.product .pt1_neirong {
	padding: 45px 0;
}

.product .pt1_neirong .txt_box1 {
	padding: 10.5% 35px;
}

.product .pt1_neirong .txt_box1 .title {
	color: #fff;
	font-size: 27px;
	line-height: 2;
}

.product .pt1_neirong .txt_box1 .dec {
	overflow: hidden;
	height: 3.6em;
	color: #fff;
	line-height: 1.8;
}

.product .pt1_neirong .txt_box1 .dec_box {
	position: absolute;
	top: 0;
	transition: .3s all ease;
}

.product .pt1_neirong .txt_box1 .dec1 {
	overflow: hidden;
	height: 3.2em;
}

.product .pt1_neirong .txt_box1 .dec2 {
	overflow: hidden;
	height: 3.2em;
}

.product .pt1_neirong .txt_box1 .ylh_dian {
	position: absolute;
	top: 0;
	right: -40px;
	width: 40px;
	height: 40px;
	background: url(../img/ylh_dian.png);
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s all ease;
}

.product .pt1_neirong li:hover .ylh_dian {
	right: -5px;
}

.product .pt1_neirong li:hover .dec_box {
	top: -3.2em;
}

.product .pt1_neirong .txt_box3 {
	padding: 10.5% 35px;
}

.product .pt1_neirong .txt_box3 .title {
	color: #fff;
	font-size: 27px;
	line-height: 2;
}

.product .pt1_neirong .txt_box3 .dec {
	overflow: hidden;
	height: 3.6em;
	color: #fff;
	line-height: 1.8;
}

.product .pt1_neirong .txt_box3 .dec_box {
	position: absolute;
	top: 0;
	transition: .3s all ease;
}

.product .pt1_neirong .txt_box3 .dec1 {
	overflow: hidden;
	height: 3.2em;
}

.product .pt1_neirong .txt_box3 .dec2 {
	overflow: hidden;
	height: 3.2em;
}

.product .pt1_neirong .txt_box3 .ylh_dian {
	position: absolute;
	top: 0;
	right: -40px;
	width: 40px;
	height: 40px;
	background: url(../img/ylh_dian.png);
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s all ease;
}

.product .pt1_neirong .mid_box {
	position: absolute;
	top: 0;
	width: 100%;
	background: rgba(226,11,0,.93);
}

.product .pt1_neirong .left_box {
	background: rgba(134,154,164,.93);
}

.product .pt1_neirong .right_box {
	background: rgba(255,168,0,.93);
}

.product .pt1_neirong .left_box,.product .pt1_neirong .right_box {
	position: absolute;
	bottom: 0;
	width: 100%;
}

.product .pt1_neirong .txt_box2 {
	padding: 10.5% 35px;
}

.product .pt1_neirong .txt_box2 .title {
	color: #fff;
	font-size: 27px;
	line-height: 2;
}

.product .pt1_neirong .txt_box2 .dec {
	overflow: hidden;
	height: 3.6em;
	color: #fff;
	line-height: 1.8;
}

.product .pt1_neirong .txt_box2 .dec_box {
	position: absolute;
	top: 0;
	transition: .3s all ease;
}

.product .pt1_neirong .txt_box2 .dec1 {
	overflow: hidden;
	height: 3.2em;
}

.product .pt1_neirong .txt_box2 .dec2 {
	overflow: hidden;
	height: 3.2em;
}

.product .pt1_neirong .txt_box2 .ylh_dian {
	position: absolute;
	top: 0;
	right: -40px;
	width: 40px;
	height: 40px;
	background: url(../img/ylh_dian.png);
	background-position: center;
	background-repeat: no-repeat;
	transition: .3s all ease;
}

.product .pt2 {
	padding-bottom: 80px;
}

.product .pt2 .pt_tit {
	padding-bottom: 50px;
}

.product .pt3 {
	padding-top: 50px;
	padding-bottom: 60px;
	background: #f8f8f8;
}

.product .pt3 .pt_tit {
	padding-bottom: 50px;
}

.product .pt3 .ion_area {
	display: inline-block;
	margin-bottom: 20px;
	width: 59px;
	height: 65px;
	background: url(../img/pro_ion.png);
	background-repeat: no-repeat;
}

.product .pt3 .iontxt_area li {
	text-align: center;
}

.product .pt3 .iontxt_area li .it_box {
	padding: 0 18px;
}

.product .pt3 .iontxt_area li .tit {
	margin-bottom: 40px;
	font-size: 20px;
}

.product .pt3 .iontxt_area li .dec {
	text-align: left;
	line-height: 1.8;
}

.product .pt3 .iontxt_area li:hover .ion_area {
	background-position-y: -65px;
}

.product .pt3 .ion1 {
	background-position: 0 0;
}

.product .pt3 .ion2 {
	background-position: -59px 0;
}

.product .pt3 .ion3 {
	background-position: -118px 0;
}

.product .pt3 .ion4 {
	background-position: -177px 0;
}

.product_hg ul {
	overflow: hidden;
	white-space: nowrap;
}

.product_hg ul>li {
	display: inline-block;
	width: 60%;
}

.product_hg ul>li .li_box {
	padding: 0 5% 0 5%;
}

.product_hg ul>li .li_box .txt_area {
	padding: 20px 0 0 0;
	text-align: center;
	font-size: 18px;
}

.product_hg .hg_prev {
	position: absolute;
	top: 50%;
	left: 19%;
	display: block;
	margin-top: -21px;
	width: 22px;
	height: 42px;
	background: url(../img/pro_hg_pn.png);
	background-position: 0 0;
}

.product_hg .hg_next {
	position: absolute;
	top: 50%;
	right: 19%;
	display: block;
	margin-top: -21px;
	width: 22px;
	height: 42px;
	background: url(../img/pro_hg_pn.png);
	background-position: -22px 0;
}

.product_hg .mb1 {
	position: absolute;
	top: 0;
	left: 0;
	width: 17%;
}

.product_hg .mb1 .rect-145 {
	background: #fff;
	opacity: .61;
}

.product_hg .mb2 {
	position: absolute;
	top: 0;
	right: 0;
	width: 17%;
}

.product_hg .mb2 .rect-145 {
	background: #fff;
	opacity: .61;
}

.product .pt4 {
	height: 331px;
	background: url(../img/pt4_bac_09.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.product .pt4 .download {
	width: 30%;
	height: 100%;
	background: rgba(207,13,34,.84);
}

.product .pt4 .wrap {
	height: 100%;
}

.product .pt4 .download_box {
	padding: 55px 40px;
}

.product .pt4 .download_tit {
	padding-bottom: 30px;
	color: #fff;
	font-size: 36px;
}

.product .pt4 .download_dec {
	padding-bottom: 20px;
	color: #fff;
	font-size: 14px;
}

.rect-37 {
	padding-bottom: 37%;
}

.rect-576 {
	padding-bottom: 57.6%;
}

.zp_banner_tit {
	position: absolute;
	top: 180px;
	left: 0;
	width: 100%;
}

.zp_banner_tit .zpbt_box {
	padding-left: 45px;
}

.zp_banner_tit .big_tit {
	position: relative;
	margin-bottom: 20px;
	color: #d50016;
	font-size: 40px;
}

.zp_banner_tit .dec {
	font-size: 14px;
	line-height: 1.8;
}

.zp_banner_tit .dec .mail {
	color: #d50016;
}

.zp_banner_tit .big_tit:after {
	position: absolute;
	bottom: -10px;
	left: 0;
	width: 78px;
	height: 4px;
	background: #d50016;
	content: '';
}

.zhaopin {
	padding-top: 470px;
}

.zhaopin .pt1 {
	position: absolute;
	top: -70px;
	width: 100%;
}

.zhaopin .pt1_top_txt {
	width: 39%;
	background: #f5f5f5;
}

.zhaopin .pt1_top_txt .pt1_tt_box {
	padding: 55px 35px 40px;
}

.zhaopin .pt1_top_txt .title {
	margin-bottom: 15px;
	font-size: 24px;
}

.zhaopin .pt1_top_txt .dec {
	font-size: 14px;
}

.zhaopin .pt1_top_pic {
	overflow: hidden;
	width: 61%;
}

.zhaopin .pt1_top_pic img {
	transition: .3s all ease;
}

.zhaopin .pt1_top_pic:hover img {
	transform: scale(1.2,1.2);
}

.zhaopin .pt1_bottom_txt {
	width: 61%;
	background: url(../img/zhaopin_pt1bac_03.jpg);
	background-position: right top;
	background-size: cover;
	background-repeat: no-repeat;
}

.zhaopin .pt1_bottom_pic {
	overflow: hidden;
	width: 39%;
}

.zhaopin .pt1_bottom_pic img {
	transition: .3s all ease;
}

.zhaopin .pt1_bottom_pic:hover img {
	transform: scale(1.2,1.2);
}

.zhaopin .pt1_bottom_txt .title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 24px;
}

.zhaopin .pt1_bottom_txt .dec {
	color: #fff;
	font-size: 14px;
}

.zhaopin .pt1_bottom_txt .pt1_bt_box {
	padding: 55px 35px 40px;
}

.zhaopin .pt2 {
	padding-top: 60px;
	padding-bottom: 60px;
}

.zhaopin .pt2 .png {
	display: inline-block;
	margin-bottom: 25px;
	width: 88px;
	height: 88px;
	background: url(../img/zhaopin_pn.png);
	background-repeat: no-repeat;
}

.zhaopin .pt2 .title {
	margin-bottom: 20px;
	font-size: 22px;
}

.zhaopin .pt2 .dec {
	text-align: left;
}

.zhaopin .pt2 .pt2_ul>li {
	text-align: center;
}

.zhaopin .pt2 .pt2_ul>li:hover .png {
	background-position-y: -88px;
}

.zhaopin .pt2 .png1 {
	background-position: 0 0;
}

.zhaopin .pt2 .png2 {
	background-position: -88px 0;
}

.zhaopin .pt2 .png3 {
	background-position: -176px 0;
}

.zhaopin .pt2 .sz_box {
	padding-right: 50px;
}

.zhaopin .pt2 .xz_box .dec {
	text-align: center;
}

.zhaopin .pt2 .lx_box .dec_box {
	padding-left: 110px;
}

.zhaopin .pt2 .lx_box .dec_box .dec_tel a {
	cursor: default;
}

.zhaopin .pt2 .lx_box .dec_box .dec_tel a:hover {
	color: inherit;
}

.rect-425 {
	padding-bottom: 42.5%;
}

.rect-395 {
	padding-bottom: 39.5%;
}

.hxjz_jishuyanfa {
	padding-top: 230px;
	padding-bottom: 80px;
}

.hxjz_jishuyanfa .pt1 {
	margin-bottom: 50px;
}

.hxjz_jishuyanfa .pt2 .left_pic {
	float: left;
	overflow: hidden;
	width: 64.25%;
}

.hxjz_jishuyanfa .pt2 .right_pic {
	float: right;
	overflow: hidden;
	margin-bottom: 6px;
	width: 34%;
}

.hxjz_jishuyanfa .pt2 .left_pic img {
	transition: .3s all ease;
}

.hxjz_jishuyanfa .pt2 .left_pic:hover img {
	transform: scale(1.2,1.2);
}

.hxjz_jishuyanfa .pt2 .right_pic img {
	transition: .3s all ease;
}

.hxjz_jishuyanfa .pt2 .right_pic:hover img {
	transform: scale(1.2,1.2);
}

.rect-667 {
	padding-bottom: 66.7%;
}

.rect-222 {
	padding-bottom: 22.2%;
}

.about_shehuizeren {
	padding-top: 200px;
	padding-bottom: 60px;
}

.about_shehuizeren .pt1 {
	margin-bottom: 50px;
}

.about_shehuizeren .pt1 .title {
	margin-bottom: 10px;
	font-weight: 700;
	font-size: 36px;
}

.about_shehuizeren .pt1 .dec {
	font-size: 14px;
}

.about_shehuizeren .pt2 .pt2_li {
	margin-bottom: 10px;
}

.about_shehuizeren .pt2 .pt2_li .txt_area {
	background: #f9f9f9;
}

.about_shehuizeren .pt2 .pt2_li .txt_box {
	padding: 45px 40px 0 40px;
}

.about_shehuizeren .pt2 .pt2_li .title {
	margin-bottom: 20px;
	color: #000;
	font-weight: 700;
	font-size: 20px;
}

.about_shehuizeren .pt2 .pt2_li .dec {
	margin-bottom: 20px;
	color: #555;
	font-size: 14px;
	line-height: 1.9;
}

.about_shehuizeren .pt2 .pt2_li .jiantou {
	width: 20px;
	height: 11px;
	background: url(../img/jiantou.png);
}

.about_shehuizeren .pt2 .jishu .txt_area {
	float: right;
	width: 66.7%;
}

.about_shehuizeren .pt2 .jishu .pic_area {
	float: left;
	width: 33.3%;
}

.about_shehuizeren .pt2 .oushu .txt_area {
	float: left;
	width: 66.7%;
}

.about_shehuizeren .pt2 .oushu .pic_area {
	float: right;
	width: 33.3%;
}

.about_shehuizeren .pt2 .pt2_li:hover .txt_area {
	background: url(../img/zeren_li_hover_07.jpg);
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
}

.about_shehuizeren .pt2 .pt2_li:hover .title {
	color: #fff;
}

.about_shehuizeren .pt2 .pt2_li:hover .dec {
	color: #fff;
}

.about_shehuizeren .pt2 .pt2_li:hover .jiantou {
	background: url(../img/jiantou2.png);
}

.about_shehuizeren .pt2 .more {
	padding-top: 50px;
	text-align: center;
}

.about_shehuizeren .pt2 .more a {
	display: inline-block;
	padding: 15px 145px;
	border: 1px solid #efefef;
	font-size: 18px;
	transition: .3s all ease;
}

.about_shehuizeren .pt2 .more a:hover {
	border-color: #a05085;
	background: #a05085;
	color: #fff;
}

.core .pt1 {
	padding: 50px 0;
}

.core .pt1 .title {
	margin-bottom: 35px;
	color: #333;
	text-align: center;
	font-weight: 400;
	font-size: 27px;
	line-height: 1;
}

.core .pt1 .title span {
	margin-right: 20px;
}

.core .pt1 .info {
	margin: 0 auto 40px;
	width: 60%;
	color: #575757;
	text-align: center;
	font-size: 14px;
}

.core .pt1 .info_box .left_box {
	width: 32%;
}

.core .pt1 .info_box .right_box {
	width: 66%;
}

.core .pt1 .info_box .left_box .tit {
	position: absolute;
	bottom: 0;
	left: 0;
	padding-left: 20px;
	width: 100%;
	height: 46px;
	background: url(../img/core_pt1_bg1.png) repeat;
	color: #d10a1f;
	font-weight: 700;
	font-size: 18px;
	line-height: 46px;
}

.core .pt1 .info_box .left_box .text_box {
	padding: 24px 20px;
	background-color: #f6f8f9;
}

.core .pt1 .info_box .left_box .text {
	overflow: hidden;
	margin-bottom: 25px;
	height: 90px;
	color: #575757;
	font-size: 14px;
	line-height: 30px;
}

.core .pt1 .info_box .left_box .more_btn {
	width: 88px;
	height: 35px;
	border: 1px solid #dbdcdd;
	border-radius: 5px;
	color: #555;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
}

.core .pt1 .info_box .right_box .top_box {
	margin-bottom: 20px;
	height: 270px;
	background: url(../img/core_pt1_rbg.jpg) center top no-repeat;
}

.core .pt1 .info_box .right_box .top_box .pd {
	padding: 55px 40px 0;
}

.core .pt1 .info_box .right_box .top_box .t_box {
	padding: 20px;
	width: 80px;
	height: 80px;
	border: 2px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 32px;
	line-height: 40px;
}

.core .pt1 .info_box .right_box .top_box .text_box {
	overflow: hidden;
	padding-left: 40px;
	color: #fff;
}

.core .pt1 .info_box .right_box .top_box .text_box .name {
	margin-bottom: 30px;
	font-size: 21px;
	line-height: 1;
}

.core .pt1 .info_box .right_box .top_box .text_box .text {
	font-size: 14px;
	line-height: 2;
}

.core .pt2 {
	height: 353px;
	background: url(../img/core_pt2_bg.jpg) center top no-repeat;
}

.core .pt2 .tit {
	padding-top: 80px;
	padding-bottom: 20px;
	color: #fff;
	text-align: center;
	font-size: 27px;
	line-height: 1;
}

.core .pt2 .info {
	margin: 0 auto 25px;
	width: 60%;
	color: #fff;
	text-align: center;
	font-size: 14px;
}

.core .pt2 .more_btn {
	margin-right: auto;
	margin-left: auto;
	width: 88px;
	height: 35px;
	border: 1px solid #a19998;
	border-radius: 5px;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	cursor: pointer;
}

.core .pt2 .more_btn a {
	display: block;
}

.core .pt3 {
	padding: 55px 0 85px;
	background: url(../img/core_pt3_bg.jpg) center top no-repeat;
}

.rect-41 {
	padding-bottom: 41%;
}

.rect-38 {
	padding-bottom: 38%;
}

.rect-76 {
	padding-bottom: 76%;
}

.core .pt3 .show_box .zl {
	overflow: hidden;
	background-color: #f0f0f0;
}

.core .pt3 .show_box .l_box {
	width: 50%;
}

.core .pt3 .show_box .r_box {
	width: 50%;
}

.core .pt3 .show_box .r_box .pd {
	display: block;
	padding: 50px 50px 0 50px;
}

.core .pt3 .show_box .r_box .title {
	margin-bottom: 25px;
	color: #3f3f3f;
	font-size: 28px;
	line-height: 1;
}

.core .pt3 .show_box .r_box .info {
	color: #3f3f3f;
	font-size: 14px;
	line-height: 28px;
}

.core .pt3 .hj .l_box .text_box {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	width: 50%;
	height: 100%;
	background: url(../img/core_red_bg.png) repeat;
}

.core .pt3 .hj .l_box .text_box .pd {
	padding: 40px 30px 0;
}

.core .pt3 .hj .l_box .text_box .tit {
	margin-bottom: 20px;
	color: #fff;
	font-size: 28px;
	line-height: 1;
}

.core .pt3 .hj .l_box .text_box .info {
	color: #fff;
	font-size: 14px;
}

.core .pt3 .hj .l_box .text_box:after {
	position: absolute;
	top: 50%;
	left: -10px;
	margin-top: -10px;
	width: 0;
	height: 0;
	border-top: 10px solid transparent;
	border-right: 10px solid #aa091a;
	border-bottom: 10px solid transparent;
	content: "";
}

.core .pt3 .hj .r_box .img_box {
	width: 50%;
}

.core .pt3 .hj .r_box .text_box {
	width: 50%;
}

.core .pt3 .hj .r_box {
	background: url(../img/core_pt3_last.jpg) right top no-repeat;
}

.core .pt3 .hj .r_box .text_box .text {
	margin-top: 95px;
	color: #fff;
	text-align: center;
	font-size: 28px;
	line-height: 1;
}

.about_fazhan {
	padding-top: 200px;
	padding-bottom: 160px;
}

.about_fazhan .more {
	position: absolute;
	bottom: 50px;
	padding-top: 0;
	width: 100%;
	text-align: center;
}

.about_fazhan .more a {
	display: inline-block;
	padding: 15px 145px;
	border: 1px solid #efefef;
	font-size: 18px;
	transition: .3s all ease;
}

.about_fazhan .more a:hover {
	border-color: #a05085;
	background: #a05085;
	color: #fff;
}

.fazhanpic {
	position: relative;
	min-height: 1393px;
	background: url(../img/licheng_bac_03.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.licheng_cell {
	position: absolute;
	width: 530px;
	background: #f6f6f6;
}

.licheng_cell.l:after {
	position: absolute;
	top: 31px;
	right: -32px;
	border: 18px solid;
	border-color: transparent transparent transparent #f6f6f6;
	content: '';
}

.licheng_cell.r:before {
	position: absolute;
	top: 31px;
	left: -32px;
	border: 18px solid;
	border-color: transparent #f6f6f6 transparent transparent;
	content: '';
}

.licheng_cell.l .licheng_area {
	padding: 10px 40px 20px 40px;
}

.licheng_cell.r .licheng_area {
	padding: 10px 40px 20px 40px;
}

.licheng_year {
	color: #cb3333;
	font-size: 36px;
	line-height: 2em;
}

.licheng_dec {
	font-size: 15px;
	line-height: 1.8em;
}

.licheng_cell.l {
	text-align: right;
}

.licheng_cell.r {
	text-align: left;
}

.right_2015 {
	top: 60px;
	right: 0;
}

.left_2014 {
	top: 100px;
}

.right_2013 {
	top: 300px;
	right: 0;
}

.left_2012 {
	top: 370px;
}

.right_2010 {
	top: 595px;
	right: 0;
}

.left_2008 {
	top: 640px;
}

.right_2007 {
	top: 805px;
	right: 0;
}

.left_2006 {
	top: 880px;
}

.right_2004 {
	top: 1085px;
	right: 0;
}

.fazhan_part01_left .getmore {
	position: absolute;
	top: 83.5%;
}

.licheng_cell:hover {
	background: #cb3333;
	color: #fff;
}

.licheng_cell:hover .licheng_year {
	color: #fff;
}

.licheng_cell.l:hover:after {
	border-color: transparent transparent transparent #cb3333;
}

.licheng_cell.r:hover:before {
	border-color: transparent #cb3333 transparent transparent;
}

.shehui_detail {
	padding-top: 0;
}

.job .pt1 {
	padding-top: 180px;
	padding-bottom: 40px;
}

.job .pt1 .type_box {
	padding-left: 40px;
	line-height: 65px;
}

.job .pt1 .type_box .type {
	margin-right: 50px;
	color: #525252;
	font-size: 14px;
}

.job .pt1 .type_box .job_type {
	margin-right: 30px;
	color: #6b6b6b;
	font-size: 13px;
}

.job .pt1 .search_box {
	padding-left: 40px;
	line-height: 45px;
}

.job .pt1 .search_box .title {
	margin-right: 15px;
	color: #434343;
	font-size: 22px;
}

.job .pt1 .search_box .input_box {
	display: inline-block;
	margin-right: 15px;
	padding: 0 10px;
	width: 230px;
	height: 43px;
	border: 1px solid #ccc;
}

.job .pt1 .search_box .input_box input {
	width: 100%;
	outline: 0;
	border: none;
}

.job .pt1 .search_box .s_btn {
	display: inline-block;
	width: 100px;
	height: 45px;
	border-radius: 5px;
	background-color: #e70920;
	color: #fff;
	text-align: center;
	font-size: 17px;
}

.job .pt1 .search_box .s_btn a {
	display: block;
}

.job .pt1 .search_box .s_btn a:hover {
	color: #fff;
}

.widget-job-2 ._jt {
	overflow: hidden;
	height: 60px;
	border-bottom: 1px solid #e9e9e9;
	background-color: #fff;
	line-height: 60px;
	cursor: pointer;
}

.widget-job-2 ._jt_act {
	border: none;
}

.widget-job-2 ._jt strong {
	float: left;
	width: 20%;
	color: #555;
	text-align: center;
	font-weight: 400;
	font-size: 14px;
}

.widget-job-2 ._jt strong.time {
	width: 15%;
}

.widget-job-2 ._jt strong.jia {
	width: 5%;
	color: #e70920;
	font-size: 35px;
}

.widget-job-2 ._jc {
	display: none;
	background-color: #f9f9f9;
}

.widget-job-2 ._jcon {
	padding: 10px 0 40px 80px;
	color: #555;
	font-size: 13px;
	line-height: 2;
}

.widget-job-2 ._jcon .job_rule {
	margin-top: 30px;
	color: #3b3b3b;
	font-size: 16px;
}

.widget-job-2 ._jcon .job_btn {
	margin-top: 40px;
	width: 160px;
	height: 40px;
	border-radius: 5px;
	background-color: #e70920;
	color: #fff;
	text-align: center;
	font-size: 16px;
	line-height: 40px;
}

.widget-job-2 ._jcon .job_btn a {
	display: block;
}

.widget-job-2 ._jcon .job_btn a:hover {
	color: #fff;
}

@media only screen and (max-width:40rem) {
	.widget-job-2 ._jt span {
		display: none;
	}
}

.job .pt2 {
	padding-bottom: 60px;
}

.job .pt2 .tit_box {
	height: 60px;
	background-color: #7b7b7b;
	color: #fff;
	font-weight: 700;
	font-size: 19px;
	line-height: 60px;
}

.job .pt2 .tit_box .tit_ul>li {
	width: 20%;
	text-align: center;
}

.job .pt2 .tit_box .tit_ul>li.time {
	width: 15%;
}

.job .pt2 .tit_box .tit_ul>li.jia {
	width: 5%;
}

.page {
	padding-top: 80px;
	text-align: center;
	line-height: 22px;
}

.page span {
	padding: 0 5px;
	color: #a05085;
	font-size: 24px;
}

.page a {
	padding: 0 5px;
	font-size: 20px;
}

.page a:hover {
	color: #a05085;
	font-size: 24px;
}

.page .page_but {
	display: inline-block;
	margin-right: 20px;
	margin-left: 20px;
	padding: 0;
	width: 12px;
	height: 21px;
	background: url(../img/new_pn.png);
}

.page .page_prev {
	background-position: 0 0;
}

.page .page_next {
	background-position: -12px 0;
}

.page_but:hover {
	background-position-y: -21px;
}

.page .sl {
	color: #555;
	line-height: 10px;
}

.tech .pt1 {
	padding-top: 180px;
	padding-bottom: 70px;
}

.contact_us {
	padding-top: 200px;
}

.contact_content {
	margin-bottom: 50px;
}

.contact_content ._title {
	margin-bottom: 30px;
	padding-bottom: 19px;
	font-weight: 700;
	font-size: 31px;
}

.contact_content ._title ._title_span {
	display: inline-block;
	padding-bottom: 20px;
	border-bottom: solid 4px #e7091e;
}

.contact_content ._content {
	margin-bottom: 70px;
	width: 50%;
	color: #b6b6b6;
	font-size: 13px;
	line-height: 23px;
}

.contact_content ._content_list ._lists {
	position: relative;
	float: left;
}

.contact_content ._content_list ._cont1 {
	background-color: #f8f8f8;
}

.contact_content ._content_list ._cont2 {
	background-color: #f2f2f2;
}

.contact_content ._content_list ._cont3 {
	background-color: #f8f8f8;
}

.contact_content ._content_list ._cont4 {
	background-color: #fcfcfc;
}

.contact_content ._content_list .ico {
	position: absolute;
	top: -30px;
	left: 50%;
	margin-left: -25px;
	width: 50px;
	height: 50px;
	border: solid 3px #fff;
	border-radius: 50%;
	background: url(../img/contact_bg.png);
}

.contact_content ._content_list .ico1_1 {
	background-color: #b5b5b5;
}

.contact_content ._content_list .ico1_2 {
	background-color: #b5b5b5;
	background-position: -50px 0;
}

.contact_content ._content_list .ico1_3 {
	background-color: #b5b5b5;
	background-position: -100px 0;
}

.contact_content ._content_list .ico1_4 {
	background-color: #b5b5b5;
	background-position: -150px 0;
}

.contact_content ._content_list ._lists ._lists_content {
	padding: 50px 0;
	min-height: 100px;
}

.contact_content ._content_list ._lists ._lists_content .c_cont {
	padding: 0 30px;
}

._content_list .mail:hover,._content_list .tel:hover {
	color: inherit;
}

._content_list .tel {
	cursor: default;
}

._content_map {
	position: relative;
	width: 100%;
}

._content_map ._map_img {
	height: 550px;
	background: #f5f3f0;
}

._content_map ._map_cotent {
	position: absolute;
	top: 40px;
	right: 140px;
	padding: 30px 30px;
	width: 30%;
	background: #fff;
}

._content_map ._map_cotent ._liuyan {
	font-size: 30px;
}

._content_map ._map_cotent ._input {
	margin: 10px 0;
	padding: 10px 20px;
	border: solid 1px #e8e8e8;
}

._content_map ._map_cotent ._input_cont {
	border: none;
}

._content_map ._map_cotent ._textarea_cont {
	margin: 10px 0;
	padding: 10px 20px;
	border: solid 1px #e8e8e8;
}

._content_map ._map_cotent #content {
	width: 100%;
	min-height: 135px;
	border: none;
}

._content_map ._map_cotent ._btn {
	padding: 10px 60px;
	background: #a05085;
	color: #fff;
}

.rect-432 {
	padding-bottom: 43.2%;
}

.rect-562 {
	padding-bottom: 56.2%;
}

.index .pt1 .wrap {
	position: relative;
}

.index .pt1_item {
	position: absolute;
	bottom: -163px;
	overflow: hidden;
	width: 33.3%;
}

.index .pt1_left {
	left: 0;
	background: url(../img/index_pt11_04.jpg);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.index .pt1_mid {
	left: 33.3%;
	background: url(../img/index_pt12_05.jpg);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.index .pt1_right {
	left: 66.6%;
	background: url(../img/index_pt13_06.jpg);
	background-position: bottom;
	background-size: cover;
	background-repeat: no-repeat;
}

.index .pt1 .pt1_box {
	padding: 60px 40px;
}

.index .pt1 .title {
	color: #fff;
	text-align: center;
	font-size: 27px;
}

.index .pt1 .en_title {
	overflow: hidden;
	height: 0;
	color: #bfc6ca;
	font-size: 23px;
	transition: .3s all ease;
}

.index .pt1 .dec {
	overflow: hidden;
	height: 0;
	color: #fff;
	font-size: 14px;
	line-height: 1.8;
	transition: .3s all ease;
}

.index .pt1 .jiantou {
	overflow: hidden;
	height: 0;
	transition: .3s all ease;
}

.index .pt1 .index_pn {
	position: absolute;
	top: 0;
	right: -54px;
	width: 54px;
	height: 54px;
	background: url(../img/index_pn.png);
	transition: .3s all ease;
}

.index .pt1 .jiantou .index_jiantou {
	display: inline-block;
	width: 16px;
	height: 13px;
	background: url(../img/index_jiantou.png);
}

.index .pt1_item:hover .title {
	margin-bottom: 10px;
	text-align: left;
}

.index .pt1_item:hover .en_title {
	margin-bottom: 10px;
	height: 1.6em;
}

.index .pt1_item:hover .dec {
	margin-bottom: 30px;
	height: 7.2em;
}

.index .pt1_item:hover .jiantou {
	height: 13px;
}

.index .pt1_item:hover .index_pn {
	right: -6px;
}

.index .pt2 {
	padding-top: 230px;
	padding-bottom: 55px;
}

.index .index_tit {
	text-align: center;
}

.index .entit {
	font-size: 40px;
	/* text-transform: uppercase; */
}

.index .chtit {
	font-size: 25px;
}

.index .pt2 .pt2_li a {
	color: inherit;
}

.index .pt2 .pt2_ul .li_box {
	padding: 20px;
	text-align: center;
}

.index .pt2 .pt2_ul .li_box .li_pn {
	display: inline-block;
	width: 104px;
	height: 104px;
	background: url(../img/index_part2.png);
	background-position: center;
	background-repeat: no-repeat;
}

.index .pt2 .pt2_ul .li_box .li_tit {
	padding: 25px;
	font-size: 18px;
}

.index .pt2 .pt2_ul .li_box .li_dec {
	text-align: left;
}

.index .pt2 .pt2_ul .li_box .li_pn1 {
	background-position: 0 0;
}

.index .pt2 .pt2_ul .li_box .li_pn2 {
	background-position: -104px 0;
}

.index .pt2 .pt2_ul .li_box .li_pn3 {
	background-position: -208px 0;
}

.index .pt2 .pt2_ul .li_box .li_pn4 {
	background-position: -312px 0;
}

.index .pt2 .pt2_li:hover .li_pn {
	background-position-y: -104px;
}

.index .pt3 {
	padding: 45px 0 100px 0;
	background: #e4e8f3;
}

.index .pt3 .index_tit {
	margin-bottom: 45px;
}

.index .pt3 .txt_area {
	width: 50%;
}

.index .pt3 .txt_area a {
	color: inherit;
}

.index .pt3 .pic_area {
	width: 50%;
}

.index .pt3 .pic_area img {
	transition: .3s all ease;
}

.index .pt3 .pic_area:hover img {
	transform: scale(1.2,1.2);
}

.index .pt3_top .txt_area {
	background: #fff;
}

.index .pt3_bottom .txt_area {
	background: #a05085;
	color: #fff;
}

.index .pt3 .txt_area .txt_box {
	padding: 60px 25px 0 40px;
}

.index .pt3 .txt_area .tit {
	margin-bottom: 20px;
	text-align: center;
	font-size: 20px;
}

.index .pt4 {
	padding: 60px 0;
}

.index .pt4_ul {
	overflow: hidden;
	white-space: nowrap;
}

.index .pt4_ul>li {
	float: none;
	display: inline-block;
}

.index .pt4 .riqi {
	margin-bottom: 10px;
}

.index .pt4 .yueri {
	color: #a05085;
	font-size: 36px;
	line-height: 1;
}

.index .pt4 .year {
	position: absolute;
	right: 0;
	bottom: 0;
	color: #a05085;
	font-size: 16px;
}

.index .pt4 .title {
	margin-bottom: 15px;
	color: #221815;
	font-size: 18px;
}

.index .pt4 .pic_area {
	margin-bottom: 30px;
}

.index .pt4 .pic_area img {
	transition: .3s all ease;
}

.index .pt4 .dec {
	overflow: hidden;
	margin-bottom: 25px;
	height: 5.4em;
	white-space: normal;
	line-height: 1.8;
}

.index .pt4 .news_btn {
	display: inline-block;
	padding: 5px 10px;
	background: #9d9d9d;
	color: #fff;
	transition: .3s all ease;
}

.index .pt4 a:hover {
	color: inherit;
}

.index .pt4_li:hover .pic_area img {
	transform: scale(1.2,1.2);
}

.index .pt4_li:hover .news_btn {
	background: #a05085;
}

.index .pt4 .pn_but {
	position: absolute;
	top: 50%;
	display: block;
	margin-top: -34px;
	width: 35px;
	height: 68px;
	background: url(../img/index_pt4pn.png);
	background-repeat: no-repeat;
}

.index .pt4 .pt4_prev {
	left: -60px;
	background-position: 0 0;
}

.index .pt4 .pt4_next {
	right: -60px;
	background-position: -35px 0;
}

.index .pt4 .index_tit {
	margin-bottom: 40px;
}

.index .pt5 {
	height: 285px;
	background: url(../img/shouye_bg_19.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.index .pt5_box {
	padding-top: 55px;
}

.index .pt5 .title {
	margin-bottom: 15px;
	color: #fff;
	font-size: 30px;
}

.index .pt5 .dec {
	margin-bottom: 40px;
	color: #fff;
	font-size: 16px;
}

.index .pt5 .join {
	display: inline-block;
	padding: 10px 40px 10px 60px;
	border: 1px solid #fff;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	transition: .3s all ease;
}

.index .pt5 .join .join_jiantou {
	display: inline-block;
	margin-left: 15px;
	width: 16px;
	height: 13px;
	background: url(../img/index_jiantou.png);
}

.index .pt5 .join:hover {
	border-color: #a05085;
	background: #a05085;
}

.rect-7237 {
	padding-bottom: 72.37%;
}

.rect-458 {
	padding-bottom: 45.8%;
}

.hezuohuoban {
	padding-top: 200px;
}

.hezuohuoban .pt2 {
	padding-bottom: 50px;
	background: #f8f8f8;
}

.hezuohuoban .pt2_tit {
	margin-bottom: 50px;
	padding-top: 45px;
	padding-left: 50px;
	font-size: 25px;
}

.hezuohuoban .pt2 .li_box {
	padding: 9px;
	border: 1px solid #ebebeb;
	background: #fff;
}

.hezuohuoban .pt2 .kehu_li {
	margin-top: -1px;
	margin-left: -1px;
}

.hezuohuoban .pt2 .kehu_li:hover .li_box {
	background: #f1f1f1;
}

.tech .pt1 {
	padding-top: 180px;
	padding-bottom: 70px;
}

.tech .pt1 .tech_btn {
	margin-top: 30px;
	width: 170px;
	height: 40px;
	border-radius: 5px;
	background-color: #e70920;
}

.tech .pt1 .tech_btn a {
	display: block;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 40px;
}

.tech .pt1 .tech_btn .chain {
	display: inline-block;
	width: 28px;
	height: 40px;
	background: url(../img/tech_chain.png) center center no-repeat;
	vertical-align: middle;
}

.honor_banner {
	height: 720px;
}

.honor {
	margin-top: 310px;
	background-color: transparent;
}

.honor .pt1 {
	margin-bottom: 40px;
	padding-bottom: 218px;
	padding-left: 25px;
}

.honor .pt1 .title {
	margin-bottom: 20px;
	color: #252525;
	font-size: 40px;
	line-height: 1;
}

.honor .pt1 .entit {
	margin-bottom: 20px;
	color: #fff;
	font-size: 60px;
	line-height: 1;
}

.honor .pt1 .bread_pos span {
	padding: 0 5px;
}

.honor .pt2 {
	padding-bottom: 45px;
	background-color: #fff;
}

.honor .pt2 .tab_t {
	top: -218px!important;
	padding-top: 45px;
	width: 49%;
	height: 140px;
	background: #fff;
}

.honor .pt2 .tab_t_cur {
	background: url(../img/honor_tab_t.png) right top no-repeat;
}

.honor .pt2 .l_t {
	margin-right: 2%;
}

.honor .pt2 .tab_t .img_box {
	margin-right: auto;
	margin-bottom: 20px;
	margin-left: auto;
	width: 60px;
	height: 63px;
}

.honor .pt2 .l_t .img_box {
	background: url(../img/honor_t1.png) center center no-repeat;
}

.honor .pt2 .r_t .img_box {
	background: url(../img/honor_t2.png) center center no-repeat;
}

.honor .pt2 .tab_t .title {
	color: #585858;
	text-align: center;
	font-size: 20px;
}

.honor .pt2 .tab_t_cur .title {
	color: #fff;
}

.honor .pt2 .tab_t_cur.l_t .img_box {
	background: url(../img/honor_t1h.png) center center no-repeat;
}

.honor .pt2 .tab_t_cur.r_t .img_box {
	background: url(../img/honor_t2h.png) center center no-repeat;
}

.honor .pt2 .tab_c {
	padding-top: 40px;
}

.honor .pt2 .tab_c li {
	margin-bottom: 15px;
	width: 48.5%;
	height: 56px;
	border: 1px solid #e9e9e9;
	line-height: 56px;
	cursor: pointer;
}

.honor .pt2 .tab_c li .fdj {
	display: inline-block;
	margin: 0 20px;
	width: 25px;
	height: 56px;
	background: url(../img/honor_fdj.png) center center no-repeat;
	vertical-align: middle;
}

.honor .pt2 .tab_c li a:hover {
	background-color: #f2f3f5;
}

.honor .pt2 .tab_c li a {
	display: block;
}

.honor .pt2 .tab_c li img {
	display: none;
}

.honor .pt2 .shuaxin {
	display: none;
	width: 100%;
}

.honor .pt2 .shuaxin .img_box {
	margin: 0 auto;
	width: 40px;
	height: 40px;
}

.honor .pt2 .shuaxin .img_box img {
	width: 100%;
	height: auto;
}

.about {
	background: url(../img/ab_bg.jpg) center top no-repeat;
	background-color: #fff;
}

.about .pt1 {
	padding: 50px 0;
}

.about .pt1 .tit {
	margin-bottom: 30px;
	color: #333;
	text-align: center;
	font-size: 26px;
	line-height: 1;
}

.about .pt1 .info {
	margin: 0 auto 50px;
	width: 66%;
	color: #555;
	text-align: center;
	font-size: 14px;
	line-height: 25px;
}

.about .pt1 .top_box .simg_box {
	width: 50%;
}

.about .pt1 .top_box .text_box {
	width: 50%;
}

.about .pt1 .btm_box .simg_box {
	width: 50%;
}

.about .pt1 .btm_box .text_box {
	width: 50%;
}

.about .pt1 .top_box {
	background-color: #f8f8f8;
}

.about .pt1 .btm_box {
	background-color: #f8f8f8;
}

.about .pt1 .text_box .pd {
	padding: 26px 13% 0 13%;
}

.about .pt1 .text_box .tit {
	margin-bottom: 20px;
	color: #333;
	text-align: center;
	font-weight: 700;
	font-size: 24px;
	line-height: 1;
}

.about .pt1 .text_box .text {
	margin-bottom: 20px;
	color: #555;
	text-align: center;
	font-size: 14px;
}

.about .pt1 .text_box .ab_btn {
	margin: 0 auto;
	width: 66%;
	height: 38px;
	border: 1px solid #dcdcdc;
	border-radius: 5px;
	color: #555;
	text-align: center;
	font-size: 14px;
	line-height: 38px;
}

.about .pt1 .top_box a {
	display: block;
}

.about .pt1 .btm_box a {
	display: block;
}

.about .pt1 .top_box a:hover .ab_btn {
	background-color: #e01d34;
	color: #fff;
}

.about .pt1 .btm_box a:hover .ab_btn {
	background-color: #e01d34;
	color: #fff;
}

.about .pt2 {
	padding-bottom: 100px;
}

.about .pt2 .tit {
	margin-bottom: 50px;
	width: auto;
	color: #333;
	font-weight: 700;
	font-size: 27px;
	line-height: 30px;
}

.about .pt2 .tit_box .jiantou {
	color: #333;
	color: #c8c8c8;
	font-size: 27px;
	line-height: 30px;
}

.about .pt2 .info_box .day {
	color: #bcbcbc;
	font-size: 36px;
	line-height: 36px;
}

.about .pt2 .info_box .y {
	color: #bcbcbc;
	font-size: 18px;
	line-height: 36px;
}

.about .pt2 .info_box .time_box {
	margin-bottom: 30px;
}

.about .pt2 .info_box .title {
	margin-bottom: 25px;
	color: #333;
	font-size: 18px;
}

.about .pt2 .info_box .text {
	color: #555;
	font-size: 13px;
}

.about .pt3 {
	position: relative;
	height: 676px;
	background: url(../img/about3_02.jpg);
	background-position: center;
	background-repeat: no-repeat;
}

.about .part03_title {
	padding-top: 45px;
	text-align: center;
}

.about .part03_title2 {
	padding-top: 20px;
	color: #fff;
	text-align: center;
	font-size: 15px;
}

.about .licheng {
	padding-top: 50px;
	height: 350px;
}

.about .licheng_ul {
	overflow: hidden;
}

.about .licheng_ul>li {
	position: relative;
	float: left;
	display: inline-block;
	width: 25%;
	height: 100%;
	background: url(../img/part3_2.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.about .licheng_dec {
	position: absolute;
	padding: 10px 35px;
	color: #fff;
	font-size: 14px;
}

.about .licheng_year {
	position: absolute;
	left: 50%;
	margin-left: -40px;
	width: 80px;
	height: 80px;
	border-radius: 50%;
	background: #fff;
	text-align: center;
	font-size: 24px;
	font-family: Arial;
	line-height: 80px;
}

.about .licheng_dec_top {
	top: 0;
}

.about .licheng_dec_bottom {
	bottom: 0;
}

.about .licheng_year_top {
	top: 0;
}

.about .licheng_year_bottom {
	bottom: 0;
}

.about .licheng_ul>li.cur .licheng_year {
	background: #c70025;
	color: #fff;
}

.about .next,.about .prev {
	position: absolute;
	top: 61%;
	display: block;
	width: 35px;
	height: 68px;
	background: url(../img/pn.png);
	background-repeat: no-repeat;
	cursor: pointer;
}

.about .prev {
	left: 0;
	background-position: 0 0;
}

.about .next {
	right: 0;
	background-position: -35px 0;
}

.ajax_licheng .licheng_cell {
	position: relative;
}

.ajax_licheng .right_area {
	display: inline-block;
	margin-top: 30px;
	width: 44%;
}

.ajax_licheng .left_area {
	display: inline-block;
	margin-top: 80px;
	width: 44%;
}

.ajax_licheng {
	position: relative;
	background: url(../img/licheng_zhou_03.jpg);
	background-position: center;
	background-repeat: repeat-y;
}

.ajax_licheng .right_dian {
	position: absolute;
	top: 75px;
	right: 50%;
	margin-right: -8px;
	width: 16px;
	height: 16px;
	background: url(../img/licheng_dian.png);
}

.ajax_licheng .left_dian {
	position: absolute;
	top: 125px;
	left: 50%;
	margin-left: -8px;
	width: 16px;
	height: 16px;
	background: url(../img/licheng_dian.png);
}

.ajax_licheng .red_dian {
	background-position: -16px 0;
}

.index {
	margin-top: 628px;
}

.index_banner {
	position: fixed;
	top: 0;
	z-index: 0;
	overflow: hidden;
	width: 100%;
	height: 628px;
}

.index_banner .banner_area {
	position: relative;
	width: 100%;
	height: 100%;
}

.index_banner .banner_li img {
	position: absolute;
	left: 50%;
	margin-left: -960px;
	width: 1920px;
	max-width: 1920px;
}

.index_banner .slide_nav {
	position: absolute;
	top: 575px;
	left: 50%;
	margin-left: -100px;
	width: 200px;
	height: 30px;
}

.index_banner .slide_nav a {
	display: inline-block;
	margin-left: 10px;
	width: 13px;
	height: 13px;
	border-radius: 10px;
	background-color: #fff;
	color: #fff;
	font-size: 0;
}

.index_banner .slide_nav .on {
	display: inline-block;
	width: 35px;
	height: 13px;
	border-radius: 10px;
	background-color: #e9394b;
}

.index_banpn {
	position: absolute;
	top: 50%;
	width: 100%;
}

.index_banner_btn {
	display: block;
	width: 60px;
	height: 60px;
	background: url(../img/bann_btn2.png);
	background-repeat: no-repeat;
}

.index_banner_btn:hover {
	background-position-y: -60px;
}

.index_banner_prev {
	margin-left: 20px;
	background-position: 0 0;
}

.index_banner_next {
	margin-right: 20px;
	background-position: -60px 0;
}

.xc_tongyong .onbanner_area .part_bottom .erji_nav:after,.xc_tongyong .onbanner_area .part_bottom .erji_nav:before {
	clear: both;
	display: table;
	content: '';
}

.xc_tongyong .onbanner_area .part_bottom .erji_nav_area {
	float: right;
	width: 80%;
}

.xc_tongyong .onbanner_area .part_bottom .erji_ul {
	text-align: right;
}

.xc_tongyong .onbanner_area .part_bottom .erji_li {
	float: none;
}

.xc_tongyong {
	padding-top: 200px;
}

.xc_tongyong .onbanner_area .part_en {
	font-family: hero_lightlight;
}

.about,.core,.index,.product {
	padding-top: 0;
}

.pageHeader .nav_area .wrap {
	background: rgba(256,256,256,.9);
}

.pageHeader .head_nav .nav_bar {
	/* padding-top: 10px; */
	height: 76px;
}

.nav_bar .nav_bar_li {
	height: 76px;
}

.pageHeader .nav_area .wrap.white_bac {
	background: #fff;
}

.index .pt1_item:hover .en_title {
	margin-bottom: 5px;
}

.index .pt1_item:hover .title {
	margin-bottom: 5px;
}

.index .pt1_item:hover .dec {
	margin-bottom: 20px;
}

.index .pt1_item:hover .index_pn {
	top: -7px;
	right: -10px;
}

.index .pt4 .title {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.pageFooter .foot1 .tit {
	line-height: 1;
}

.pageFooter .foot5 .tit {
	line-height: 1;
}

.pageFooter {
	padding-top: 45px;
}

.pageFooter .foot2 .bnav_tit,.pageFooter .foot3 .bnav_tit,.pageFooter .foot4 .bnav_tit {
	line-height: 1.2;
}

.pageFooter .foot_top {
	padding-bottom: 10px;
}

.about .pt1 .text_box .text {
	text-align: left;
}

.about .pt1 .text_box .pd {
	padding-top: 40px;
}

.about .licheng_dec {
	overflow: hidden;
	padding: 0 35px;
	height: 6.4em;
	line-height: 1.6em;
}

.xc_tongyong .onbanner_area .onbanner_box {
	padding-top: 30px;
}

.xc_tongyong .onbanner_area .part_name {
	margin-bottom: 20px;
}

.about .part03_title2 {
	display: none;
}

.xc_tongyong .onbanner_area .part_bottom .erji_li {
	margin-right: 3px;
	margin-left: 3px;
}

body {
	overflow: hidden;
	text-transform: uppercase;
}

.about_fazhan .more a {
	visibility: hidden;
}

.honor_banner .banner_area img {
	height: 720px;
}

.honor {
	margin-top: 260px;
	padding-top: 0;
}

.xc_tongyong .onbanner_area .part_bottom .erji_nav {
	width: 75%;
}

.xc_tongyong .onbanner_area .part_bottom .erji_nav_area {
	width: 100%;
}

.product .pt1_neirong li:hover .ylh_dian {
	top: -10px;
}

.news_dongtai {
	padding-top: 0;
}

.news_detail {
	padding-top: 0;
}

.zhaopin {
	padding-top: 470px;
}

.news_detail .widget-newsdetail-8 ._tools .share,.widget-newsdetail-8 ._tools .print {
	margin-left: 7px;
}

.news_detail .widget-newsdetail-8 ._tools .share {
	margin-left: 4px;
}

.news_detail .widget-newsdetail-8 ._tools ._tool {
	margin-right: 0;
}

.tech {
	padding-top: 0;
}

.job {
	padding-top: 0;
}

.pageFooter {
	position: relative;
	z-index: 2;
}

.index .pt4 .yueri {
	font-family: hero_lightlight;
}

.index .pt4 .year {
	right: 7px;
	font-family: hero_lightlight;
}

.about .pt1 .top_box .ab_btn i {
	display: inline-block;
	margin-top: -1px;
	width: 16px;
	height: 13px;
	background: url(../img/jiantou_555.png);
	font-size: 0;
}

.about .pt1 .top_box a:hover .ab_btn i {
	background: url(../img/index_jiantou.png);
}

.about .pt1 .text_box .ab_btn i {
	display: inline-block;
	margin-top: -1px;
	width: 16px;
	height: 13px;
	background: url(../img/jiantou_555.png);
	font-size: 0;
}

.about .pt1 .btm_box a:hover .ab_btn i {
	background: url(../img/index_jiantou.png);
}

.about .pt2 .tit_box .jiantou i {
	display: inline-block;
	width: 29px;
	height: 23.5px;
	background: url(../img/jiantou_bc.png);
	background-position: center;
	background-repeat: no-repeat;
	font-size: 0;
}

.about .pt2 .tit_box .jiantou:hover i {
	background: url(../img/jiantou_red.png);
	background-position: center;
	background-repeat: no-repeat;
}

.loading {
	position: absolute;
	bottom: 50px;
	width: 100%;
	text-align: center;
}

.about .next,.about .prev {
	top: 54.5%;
}

.product_hg .hg_prev {
	top: 44%;
}

.product_hg .hg_next {
	top: 44%;
}

.channelCurrent {
	margin: 10px 0 30px;
	color: #000;
	font-size: 36px;
}

.Form-J1 .Form-J1-Left {
	float: left;
	width: 48%;
}

.Form-J1 .Form-J1-right {
	float: right;
	width: 48%;
}

.Form-J1 .Form-J1-li {
	position: relative;
	margin-bottom: 15px;
	padding: 10px 2%;
	background: #f7f7f7;
}

.Form-J1 .Form-J1-li label {
	display: inline-block;
	width: 5em;
	color: #666;
	vertical-align: middle;
}

.Form-J1 .Form-J1-li input {
	width: 83%;
	height: 28px;
	border: none;
	background: 0 0;
	vertical-align: middle;
	line-height: 28px;
}

.Form-J1 .Form-J1-li textarea {
	width: 83%;
	height: 132px;
	border: none;
	background: 0 0;
	vertical-align: middle;
}

.Form-J1 .Form-J1-li em {
	padding-left: 10px;
	color: red;
	vertical-align: middle;
}

.Form-J1 .Form-J1-li input._yzm {
	width: 20%;
}

.Form-J1 .Form-J1-li img {
	padding-left: 10px;
	width: 100px;
	height: 30px;
	vertical-align: middle;
	cursor: pointer;
}

.Form-J1 .Form-J1-li b {
	padding-left: 4px;
	color: #666;
	font-size: 12px;
}

.Form-J1 .Form-J1-li select {
	width: 83%;
	height: 30px;
	border: none;
	background: 0 0;
	line-height: 30px;
}

.Form-J1 .Form-J1-Btn {
	clear: both;
	padding-top: 40px;
	text-align: center;
}

.Form-J1 .Form-J1-Btn button {
	padding: 0;
	width: 120px;
	height: 32px;
	outline: 0;
	border: none;
	color: #fff;
	text-align: center;
	font-size: 15px;
	line-height: 32px;
	cursor: pointer;
}

.Form-J1 .Form-J1-Btn ._submit {
	margin-right: 10px;
	background: #f37020;
}

.Form-J1 .Form-J1-Btn ._reset {
	background: #909090;
}

.Form-J1 .Form-J1-li .Validform_wrong {
	position: absolute;
	top: 13px;
	right: 7%;
}

@media only screen and (max-width:40em) {
	.Form-J1 .Form-J1-Left {
		width: 100%;
	}

	.Form-J1 .Form-J1-li input {
		width: 86%;
	}

	.Form-J1 .Form-J1-li select {
		width: 54%;
	}

	.Form-J1 .Form-J1-right {
		width: 100%;
	}

	.Form-J1 .Form-J1-li textarea {
		width: 84%;
	}

	.Form-J1 .Form-J1-li input._yzm {
		width: 27%;
	}

	.Form-P1 .Form-P1-li b {
		display: none;
	}

	.Form-J1 .Form-J1-li label {
		display: block;
		width: 100%;
	}

	.Form-J1 .Form-J1-Btn {
		text-align: left;
	}
}

.jltd {
	padding-bottom: 50px;
}

.widget-download-2 {
	padding-bottom: 50px;
}

.widget-download-2 ._bd li,.widget-download-2 ._bd ul,.widget-download-2 ._hd li {
	float: left;
}

.widget-download-2 ._hd {
	padding: 14px 0;
	border-top: 2px solid #8c8c8c;
	border-bottom: 1px #888 dotted;
	background-color: #f7f7f7;
	color: #3e3a39;
	text-align: center;
	font-size: 18px;
}

.widget-download-2 ._hd li {
	position: relative;
	height: 18px;
	line-height: 18px;
}

.widget-download-2 ._d1 {
	width: 40%;
}

.widget-download-2 ._d2 {
	width: 20%;
	color: #9c9a9a;
}

.widget-download-2 ._d3 {
	width: 20%;
}

.widget-download-2 ._d4 {
	width: 20%;
}

.widget-download-2 ._bd ul {
	padding: 16px 0;
	width: 100%;
	border-bottom: 1px #888 dotted;
	text-align: center;
}

.widget-download-2 ._bd li {
	height: 1.8em;
	line-height: 1.8em;
}

.widget-download-2 ._bd img {
	margin-top: -3px;
	margin-right: 3px;
	vertical-align: middle;
}

.widget-download-2 ._bd ._d1 {
	overflow: hidden;
	text-align: left;
	text-indent: 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 16px;
}

.widget-download-2 ._bd ._d3 a,.widget-download-2 ._bd ._d4 a {
	color: #ea5413;
}

.widget-download-2 ._bd ul:hover {
	background-color: #f6f6f6;
}

.widget-download-2 ._bd ul:hover ._d1,.widget-download-2 ._bd ul:hover ._d1 a {
	color: #ea5413;
}

@media only screen and (max-width:480px) {
	.widget-download-2 ._d2,.widget-download-2 ._d4 {
		display: none;
	}

	.widget-download-2 ._d1 {
		width: 70%;
	}

	.widget-download-2 ._d3 {
		width: 30%;
	}
}

.about .pt2 .info_box .day,.about .pt2 .info_box ul>li:hover .y {
	transition: .5s all ease;
}

.about .pt2 .info_box ul>li:hover .day {
	color: #a05085;
}

.about .pt2 .info_box ul>li:hover .y {
	color: #a05085;
}

.news_dongtai .nd_part2 .riqi {
	font-family: hero_lightlight;
}

.news_dongtai .nd_part2 .riqi .year {
	font-size: 20px;
}

.news_dongtai .nd_part2 .np_li .news_xiangqing {
	width: 86%;
}

.news_detail .widget-newsdetail-8 .n_right {
	padding-top: 0;
}

.honor .pt2 .tab_c li {
	margin-right: .7%;
	margin-left: .6%;
}

.contact_content ._content_list ._lists ._lists_content {
	padding: 50px 0 50px 50px;
}

.BMap_shadow,.BMap_shadow div,.BMap_shadow img {
	display: none;
}

.about .pt2 .info_box ul>li:hover .title {
	color: #a05085;
}

.index .pt1 .en_title {
	font-family: hero_lightlight;
}

.about .pt2 {
	padding-top: 50px;
}

.about .pt2 .info_box .text {
	overflow: hidden;
	height: 4.8em;
}

.pro_dt_part1 .pro_pic li {
	display: none;
}

.pro_dt_part1 .pro_pic li img {
	margin: 10% 0 12% 41%;
}

.pro_dt_part1 .pic_arr_box .wrap {
	background: #fff;
}

.pro_dt_part2 .dt_part2_hd li.active {
	background: url(../img/product_ck_03.jpg);
	background-position: top right;
	background-size: cover;
	background-repeat: no-repeat;
}

@keyframes ripple {
	0% {
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

@-webkit-keyframes ripple {
	0% {
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

@-moz-keyframes ripple {
	0% {
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

@-o-keyframes ripple {
	0% {
		top: 0;
		left: 0;
		width: 0;
		height: 0;
		opacity: 1;
	}

	100% {
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		opacity: 0;
	}
}

.delay1 .point:after {
	animation-delay: 2s!important;
	-webkit-animation-delay: 2s!important;
}

.delay2 .point:after {
	animation-delay: 4s!important;
	-webkit-animation-delay: 4s!important;
}

.delay3 .point:after {
	animation-delay: 6s!important;
	-webkit-animation-delay: 6s!important;
}

.feizhou {
	position: absolute;
	top: 240px;
	left: 70px;
	width: 90px;
	height: 90px;
	font-size: 15px;
}

.feizhou .txtarea {
	position: absolute;
	top: 31px;
	left: 27px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.redc {
	display: inline-block;
	margin-right: 3px;
	width: 11px;
	height: 11px;
	border-radius: 50% 50%;
	background: #a05085;
}

.point-area .point-dot {
	border: 0 solid rgba(0,205,236,.37);
	background-color: #6ad7e9;
}

.point-area .point {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 10px;
	height: 10px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background: 0 0;
	background-clip: padding-box;
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding;
}

.point-area .point-10 {
	width: 100%;
	height: 100%;
}

.point-area .point-10:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	border: 2px solid #a05085;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 225ms infinite;
	-moz-animation: ripple 4.5s ease-out 225ms infinite;
	-o-animation: ripple 4.5s ease-out 225ms infinite;
	animation: ripple 4.5s ease-out 225ms infinite;
}

.point-area .point-20 {
	width: 100%;
	height: 100%;
}

.point-area .point-20:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	border: 2px solid #a05085;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 450ms infinite;
	-moz-animation: ripple 4.5s ease-out 450ms infinite;
	-o-animation: ripple 4.5s ease-out 450ms infinite;
	animation: ripple 4.5s ease-out 450ms infinite;
}

.point-area .point-30 {
	width: 100%;
	height: 100%;
}

.point-area .point-30:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	border: 2px solid #a05085;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 675ms infinite;
	-moz-animation: ripple 4.5s ease-out 675ms infinite;
	-o-animation: ripple 4.5s ease-out 675ms infinite;
	animation: ripple 4.5s ease-out 675ms infinite;
}

.point-area .point-40 {
	width: 100%;
	height: 100%;
}

.point-area .point-40:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	border: 2px solid #a05085;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out .9s infinite;
	-moz-animation: ripple 4.5s ease-out .9s infinite;
	-o-animation: ripple 4.5s ease-out .9s infinite;
	animation: ripple 4.5s ease-out .9s infinite;
}

.point-area.point_shadow.point-80 {
	width: 100%;
	height: 100%;
}

.point-area .point-50 {
	width: 100%;
	height: 100%;
}

.point-area .point-50:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	border: 2px solid #a05085;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1125ms infinite;
	-moz-animation: ripple 4.5s ease-out 1125ms infinite;
	-o-animation: ripple 4.5s ease-out 1125ms infinite;
	animation: ripple 4.5s ease-out 1125ms infinite;
}

.point-area .point-60 {
	width: 100%;
	height: 100%;
}

.point-area .point-60:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	border: 2px solid #a05085;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1.35s infinite;
	-moz-animation: ripple 4.5s ease-out 1.35s infinite;
	-o-animation: ripple 4.5s ease-out 1.35s infinite;
	animation: ripple 4.5s ease-out 1.35s infinite;
}

.point-area .point-70 {
	width: 100%;
	height: 100%;
}

.point-area .point-70:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	border: 2px solid #a05085;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1575ms infinite;
	-moz-animation: ripple 4.5s ease-out 1575ms infinite;
	-o-animation: ripple 4.5s ease-out 1575ms infinite;
	animation: ripple 4.5s ease-out 1575ms infinite;
}

.point-area .point-80 {
	width: 100%;
	height: 100%;
}

.point-area .point-80:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	border: 2px solid #a05085;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 1.8s infinite;
	-moz-animation: ripple 4.5s ease-out 1.8s infinite;
	-o-animation: ripple 4.5s ease-out 1.8s infinite;
	animation: ripple 4.5s ease-out 1.8s infinite;
}

.point-area .point-90 {
	width: 100%;
	height: 100%;
}

.point-area .point-90:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	border: 2px solid #a05085;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 2025ms infinite;
	-moz-animation: ripple 4.5s ease-out 2025ms infinite;
	-o-animation: ripple 4.5s ease-out 2025ms infinite;
	animation: ripple 4.5s ease-out 2025ms infinite;
}

.point-area .point-100 {
	width: 100%;
	height: 100%;
}

.point-area .point-100:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	display: block;
	margin: auto;
	border: 2px solid #a05085;
	border-radius: 50%;
	content: '';
	opacity: 0;
	-webkit-animation: ripple 4.5s ease-out 2.25s infinite;
	-moz-animation: ripple 4.5s ease-out 2.25s infinite;
	-o-animation: ripple 4.5s ease-out 2.25s infinite;
	animation: ripple 4.5s ease-out 2.25s infinite;
}

.point-area .point-shadow:after {
	-webkit-box-shadow: inset 0 0 5em rgba(203,24,44,.16);
	-moz-box-shadow: inset 0 0 5em rgba(203,24,44,.16);
	box-shadow: inset 0 0 5em rgba(203,24,44,.16);
}

.point_area {
	position: relative;
	width: 150px;
	height: 150px;
	text-align: center;
	-webkit-transition: opacity .5s ease-out;
	-moz-transition: opacity .5s ease-out;
	-o-transition: opacity .5s ease-out;
	transition: opacity .5s ease-out;
}

.ouzhou {
	position: absolute;
	top: 90px;
	left: 80px;
	width: 100px;
	height: 100px;
	font-size: 15px;
}

.ouzhou .txtarea {
	position: absolute;
	top: 37px;
	left: 33px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.yazhou {
	position: absolute;
	top: 90px;
	left: 280px;
	width: 110px;
	height: 110px;
	font-size: 15px;
}

.yazhou .txtarea {
	position: absolute;
	top: 41px;
	left: 37px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.eluosi {
	position: absolute;
	top: 50px;
	left: 360px;
	width: 80px;
	height: 80px;
	font-size: 15px;
}

.eluosi .txtarea {
	position: absolute;
	top: 26px;
	left: 30px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.riben {
	position: absolute;
	top: 157px;
	left: 471px;
	width: 40px;
	height: 40px;
	font-size: 15px;
}

.riben .txtarea {
	position: absolute;
	top: 6px;
	left: 2px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.xianggang {
	position: absolute;
	top: 235px;
	left: 347px;
	width: 70px;
	height: 70px;
	font-size: 15px;
}

.xianggang .txtarea {
	position: absolute;
	top: 21px;
	left: 17px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.xinjiapo {
	position: absolute;
	top: 287px;
	left: 376px;
	width: 50px;
	height: 50px;
	font-size: 15px;
}

.xinjiapo .txtarea {
	position: absolute;
	top: 12px;
	left: 15px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.aodaliya {
	position: absolute;
	top: 368px;
	left: 391px;
	width: 90px;
	height: 90px;
	font-size: 15px;
}

.aodaliya .txtarea {
	position: absolute;
	top: 32px;
	left: 31px;
	width: 88px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.jianada {
	position: absolute;
	top: 70px;
	left: 810px;
	width: 50px;
	height: 50px;
	font-size: 15px;
}

.jianada .txtarea {
	position: absolute;
	top: 12px;
	left: 15px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.beimeizhou {
	position: absolute;
	top: 95px;
	left: 820px;
	width: 80px;
	height: 80px;
	font-size: 15px;
}

.beimeizhou .txtarea {
	position: absolute;
	top: 27px;
	left: 30px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.meiguo {
	position: absolute;
	top: 135px;
	left: 835px;
	width: 60px;
	height: 60px;
	font-size: 15px;
}

.meiguo .txtarea {
	position: absolute;
	top: 16px;
	left: 12px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.nanmeizhou {
	position: absolute;
	top: 310px;
	left: 960px;
	width: 110px;
	height: 110px;
	font-size: 15px;
}

.nanmeizhou .txtarea {
	position: absolute;
	top: 41px;
	left: 45px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.yingluohua {
	position: absolute;
	top: 156px;
	left: 326px;
	width: 130px;
	height: 130px;
	font-size: 15px;
}

.yingluohua .txtarea {
	position: absolute;
	top: 51px;
	left: 55px;
	width: 66px;
	height: 26px;
	border: 1px solid #cbcbcb;
	border-radius: 10px 10px;
	background: #fff;
	text-align: center;
}

.pro_dt_part2 .dt_part2_hd ul .md_li {
	display: inline-block;
	width: 14%;
}

.pro_dt_part2 .dt_part2_bd {
	text-align: center;
}

.content-42029 .job_form_row ._input {
	border: none!important;
}

.content-42029 .job_form ._act button {
	border: none;
}

.job_form_row ._select {
	width: 110%!important;
}

.content-42029 .job_form_row .inp,.job_form_row ._select {
	padding: 8px 15px;
}

.content-42029 {
	padding-bottom: 80px;
}

.content-42029 .job_form_row ._long {
	width: 82.8%!important;
}

.content-42029 .job_form_row {
	line-height: 50px!important;
}

.pageHeader .sl_area {
	width: 9%;
	height: 86px;
}

.pageHeader .head_search {
	position: absolute;
	bottom: 22px;
	left: 43px;
	float: right;
	height: 50%;
	background: #bcbcbc;
	line-height: 43px;
}

.pageHeader .head_lan {
	position: absolute;
	bottom: 0;
	left: 50%;
	float: none;
	height: 50%;
	background: #a5a5a5;
	line-height: 43px;
}

.pageHeader .head_gupiao {
	position: absolute;
	top: 0;
	left: 0;
	float: none;
	width: 100%;
	height: 50%;
	background: #de1515;
	color: #fff;
	text-align: center;
	font-size: 14px;
	line-height: 43px;
}

.product .pt1_neirong .right_box {
	background: rgba(213,164,15,.93);
}

.pageHeader .head_gupiao a {
	display: block;
	width: 100%;
	height: 100%;
}

.pageHeader .head_gupiao a:hover {
	color: inherit;
}

.pageHeader .nav_bar .nav_bar_li {
	width: 13.5%;
}

.pageHeader .head_search .sou_ico {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../img/head_sousuo.png);
	vertical-align: -4px;
}

.pageHeader .head_search:hover .sou_ico {
	background-position: -21px;
}

.pageHeader .head_lan:hover {
	color: #de1515;
}

.pageHeader .nav_bar .nav_bar_li .xiala_ul>li:hover a {
	padding: 0;
	color: #f5f5f5;
}

.index {
	padding-bottom: 0;
}

.product .pt1_neirong li:hover .ylh_dian {
	top: -5px;
	right: -8px;
}

.about_shehuizeren .pt2 .pt2_li .jiantou {
	background: url(../img/jiantou_555.png) no-repeat;
}

.about_shehuizeren .pt2 .pt2_li:hover .jiantou {
	background: url(../img/index_jiantou.png) no-repeat;
}

.chanpinzhuanli {
	padding-bottom: 40px;
}

.chanpinzhuanli .product_hg ul>li .li_box .txt_area {
	font-size: 15px;
}

.chanpinzhuanli .product_hg .mb1 .rect-145 {
	background: #efefef;
}

.chanpinzhuanli .product_hg .mb2 .rect-145 {
	background: #efefef;
}

.part2_hd07_main {
	overflow: hidden;
	height: 500px;
}

.pro_dt_part2 .part2_hd02_main {
	min-height: 0;
}

.product_hg ul>li .li_box .txt_area {
	visibility: hidden;
}

.product_hg ul>li.tit_show .li_box .txt_area {
	visibility: visible;
}

.zscq_ul {
	margin-bottom: 50px;
}

.job_bottom {
	position: relative;
	top: -30px;
	text-align: center;
}

.job_bottom .job_bottom_link {
	display: inline-block;
	margin-top: 20px;
	padding: 10px 35px;
	background: #d70c25;
	color: #fff;
}

.job_bottom .job_bottom_link:hover {
	color: inherit;
}

.about .licheng_ul>li.last_nianfen {
	background: url(../img/last_nianfen.png);
	background-position: center;
	background-repeat: no-repeat;
}

.about .licheng_ul>li.first_nianfen {
	background: url(../img/first_pic.png);
	background-position: center;
	background-size: contain;
	background-repeat: no-repeat;
}

.bdshare_dialog_box {
	display: none!important;
}

.banner {
	z-index: 0;
}

.util-page {
	color: #000;
	text-align: center;
	font-size: 0;
}

.util-page .gobutton,.util-page .num,.util-page .sl {
	display: inline-block;
	margin: 0 0 10px -1px;
	padding: 5px 10px;
	border: 1px solid #ededed;
	background: #fff;
	color: #000;
	vertical-align: middle;
	font-weight: 400;
	font-size: 16px;
}

.util-page .current,.util-page .gobutton:hover,.util-page .num:hover {
	background: #a05085;
	color: #fff;
}

.util-page span.gobutton,.util-page span.gobutton:hover {
	background-color: #eee;
	color: #000;
}

.util-page .gobutton .ion {
	font-size: .8em;
}

.pro_dt_part2 .dt_part2_hd ul:after,.pro_dt_part2 .dt_part2_hd ul:before {
	clear: both;
	display: block;
	content: '';
}

.pro_dt_part2 .dt_part2_hd ul .md_li {
	float: left;
}

.content-42029 .job_form_row ._input {
	position: relative;
}

.content-42029 .job_form_row ._input .Validform_wrong {
	position: absolute;
	top: 0;
	right: 0;
}

.widget-job-2 ._jt strong {
	overflow: hidden;
	height: 60px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.zsxz .page {
	padding-top: 0;
	padding-bottom: 30px;
}

.about .pt2 .info_box .title {
	overflow: hidden;
	overflow: hidden;
	height: 28px;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 28px;
}

.util-page {
	padding: 30px 0;
}

.yingluohua .txtarea {
	background: #a05085;
	color: #fff;
}

.yingluohua .redc {
	width: 10px;
	height: 10px;
	background: #fff;
}

.pro_dt_part2 .dt_part2_title {
	font-size: 32px;
}

.contact_content ._content_list ._lists:hover {
	background-color: #a05085;
	color: #fff;
}

.contact_content ._content_list ._lists.on {
	background-color: #a05085;
	color: #fff;
}

.contact_content ._content_list ._lists:hover .ico {
	background-color: #a05085;
}

.contact_content ._content_list ._lists.on .ico {
	background-color: #a05085;
}

.contact_content ._content_list ._lists a:hover {
	color: #fff;
}

.about .pt1 .text_box .tit {
	margin-bottom: 10px;
	font-size: 22px;
}

.about .pt1 .btm_box a,.about .pt1 .top_box a {
	overflow: hidden;
	padding-bottom: 37.5%;
	height: 0;
}

.about .pt2 .info_box .text {
	height: 8em;
}
