@charset "utf-8";

/* CSS Document */

body {
	margin: 0px;
	padding: 0px;
	border: 0px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei";
	color: #555555;
	font-size: 14px;
	width: 100%;
	background: #ffffff;
}

a {
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
	color: #555555;
	font-size: 13px;
}

a:hover {
	text-decoration: none;
}

* {
	padding: 0px;
	margin: 0px;
	border: 0px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}


/* background:rgba(0,0,0,0);filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#7F000000,endcolorstr=#7F000000);*/

li {
	list-style: none;
}

.clear {
	clear: both !important;
	height: 0px !important;
	width: 0px !important;
	float: none !important;
	margin: 0px !important;
	padding: 0px !important;
	border: 0px !important;
	line-height: 0 !important;
	position: relative !important;
}

img {
	vertical-align: middle;
}

input:focus {
	outline: none;
}


/*去除按钮选中的高亮标签*/

textarea:focus {
	outline: none;
}


/*去除文本框选中的高亮标签*/

button:focus {
	outline: none;
}


/*去除按钮选中的高亮标签*/

select:focus {
	outline: none;
}


/*去除下拉框选中的高亮标签*/

img {
	vertical-align: middle;
}

div,
p,
table,
td,
ul,
li,
span,
a,
ol,
input,
label {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

input::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #999999;
	font-size: 13px;
}

input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #999999;
	font-size: 13px;
}

input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #999999;
	font-size: 13px;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
	font-size: 13px;
}

input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #999999;
	font-size: 13px;
}

textarea::-webkit-input-placeholder {
	color: #999999;
	font-size: 13px;
	font-family: "Helvetica Neue", Helvetica, Arial, "Microsoft Yahei", "Hiragino Sans GB", "Heiti SC", "WenQuanYi Micro Hei"
}

.search-input::-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #fff;
	font-size: 13px;
}

.search-input::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #fff;
	font-size: 13px;
}

.search-input::-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #fff;
	font-size: 13px;
}

.search-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 13px;
}

.search-input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #fff;
	font-size: 13px;
}

video::-internal-media-controls-download-button {
	display: none;
}

video::-webkit-media-controls-enclosure {
	overflow: hidden;
}

video::-webkit-media-controls-panel {
	width: calc(100% + 30px);
}

input:-webkit-autofill {
	-webkit-box-shadow: 0 0 0px 1000px white inset;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


/*渐变从左向右*/

.jianbian2 {
	height: 200px;
	background: -webkit-linear-gradient(to right, blue, yellow);
	/* Safari 5.1 - 6.0 */
	background: -o-linear-gradient(to right, blue, yellow);
	/* Opera 11.1 - 12.0 */
	background: -moz-linear-gradient(to right, blue, yellow);
	/* Firefox 3.6 - 15 */
	background: linear-gradient(to right, white, yellow);
	/* 标准的语法（必须放在最后） */
}


/*黑白照片*/

.gray {
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	filter: gray;
}

.gray:hover {
	-webkit-filter: grayscale(0%);
	-moz-filter: grayscale(0%);
	-ms-filter: grayscale(0%);
	-o-filter: grayscale(0%);
	filter: grayscale(0%);
	filter: gray;
}


/*圆角5px*/

.radius5 {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}


/*圆角10px*/

.radius10 {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}


/*图片变大*/

.tra {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	filter: scale(1);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
}

.tra:hover {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
}


/*透明度50%*/

.opacity5 {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}


/*投影*/

.shadow5 {
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.shadow7 {
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.shadow7:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-ms-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	-o-box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.5) 0px 0px 5px;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.shadow5:hover {
	-webkit-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
	-ms-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
	-o-box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
	box-shadow: rgba(0, 0, 0, 0.05) 5px 10px 10px;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.shadow6 {
	-webkit-box-shadow: rgba(0, 0, 0, 0.08) 5px 5px 30px;
	-moz-box-shadow: rgba(0, 0, 0, 0.08) 5px 5px 30px;
	-ms-box-shadow: rgba(0, 0, 0, 0.08) 5px 5px 30px;
	-o-box-shadow: rgba(0, 0, 0, 0.08) 5px 5px 30px;
	box-shadow: rgba(0, 0, 0, 0.08) 5px 5px 30px;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}


/*投影*/

.shadow10 {
	-webkit-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
	-moz-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
	-ms-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
	-o-box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
	box-shadow: rgba(0, 0, 0, 0.13) 0px 0px 10px;
}


/*图片居中*/

.chuizhi {
	-webkit-align-items: center;
	display: -webkit-flex;
	-webkit-justify-content: star;
}


/*图片居中2*/

.jz {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -moz-flex;
	display: -ms-flexbox;
	display: flex;
	/* 水平居中*/
	-webkit-box-align: center;
	-moz-box-align: center;
	-ms-flex-pack: center;
	/* IE 10 */
	-webkit-justify-content: center;
	-moz-justify-content: center;
	justify-content: center;
	/* IE 11+,Firefox 22+,Chrome 29+,Opera 12.1*/
	/* 垂直居中 */
	-webkit-box-pack: center;
	-ms-flex-align: center;
	-moz-box-pack: center;
	/* IE 10 */
	-webkit-align-items: center;
	-moz-align-items: center;
	align-items: center;
}


/*图片翻转*/

.flip {
	-webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.flip:hover {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
	cursor: pointer;
}

.neibanner {
	height: 450px;
	width: 100%;
	margin-top: 85px;
}

#sticker {
	transition: all 1s ease 0s;
	/*position: relative;*/
	top: 0;
}

#sticker.stick {
	position: fixed;
	transition: all 1s ease 0s;
	width: 100%;
	z-index: 9999;
	background: rgba(116, 121, 127, 0.6);
	height: 85px;
}

.qh {
	background: #043456;
	width: 43px !important;
	margin-left: 10px;
	border-radius: 5px;
}

.quan {
	width: 100%;
}

.pc_top {
	position: relative;
	border-bottom: none;
}

.pc_top:before {
	content: "";
	background: rgba(255, 255, 255, 0.22);
	position: absolute;
	bottom: 0;
	display: inline-block;
	height: 1px;
	width: 100%;
}

.pc_top {
	position: absolute;
	top: 0;
	z-index: 8
}

.pc_top .pc_top_nei {
	max-width: 1200px;
	margin: 0 auto;
	line-height: 85px;
	position: relative;
}

.pc_top .pc_top_nei .top_nei_logo {
	display: inline-block;
}
.top_nei_logo img{
	height: 80px;
}
.pc_top .pc_top_nei .top_nei_right .nei_right_yw {
	width: 120px;
	text-align: right;
}

.pc_top .pc_top_nei .top_nei_right .nei_right_yw a {
	color: #fff;
}

.mo_top {
	width: 100%;
	display: none
}

.mo_top .mot {
	width: 100%;
	padding: 0 2%;
	height: 50px;
	background: #fff;
}

.mo_top .mot .molo {
	float: left;
	display: inline-block;
	height: 30px;
	margin: 10px 0;
}

.mo_top .mot .molo img {
	height: 30px;
}

.mo_top .mot .momenuicon {
	float: right;
	height: 16px;
	margin: 17px 0;
}

.mo_top .mot .cloesicon {
	display: none;
}

.mo_top .moxl {
	left: -100%;
	top: 50px;
	background: rgba(6, 99, 164, 0.5);
	position: absolute;
	z-index: 99;
	width: 100%;
	transition: all ease 0.3s;
}

.mo_top .moxl_box {
	width: 60%;
	background: #0663a4;
	height: 100%;
	padding-top: 30px;
	box-sizing: border-box;
}

.mo_top .moxl .moxl_xun {
	width: 100%;
	margin: 5px 0;
	float: left;
	position: relative;
}

.mo_top .moxl .moxl_xun .moxl_xun_icon {
	width: 100%;
	height: 0px;
	position: absolute;
	padding-right: 10px;
}

.mo_top .moxl .moxl_xun .moxl_xun_icon img {
	float: right;
	height: 10px;
	margin: 10px 0;
}

.mo_top .moxl .moxl_xun .moxl_xun_icon img.moxl_xun_img2 {
	display: none;
	width: 10px;
	height: 7px
}

.mo_top .moxl .moxl_xun .moxl_xun_title {
	width: 100%;
	height: 30px;
	padding-left: 10px;
	display: inline-block;
	line-height: 30px;
	font-size: 14px;
	color: #FFFFFF;
}

.mo_top .moxl .moxl_xun .moxl_erji {
	width: 100%;
	overflow: hidden;
	display: none
}

.mo_top .moxl .moxl_xun .moxl_erji a {
	width: 100%;
	padding-left: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	display: inline-block;
	float: left;
}

.mo_bottom {
	width: 100%;
	background: #0663a4;
	display: none;
	margin-top: 20px;
	position: fixed;
	bottom: 0;
	z-index: 20;
}

.mo_bottom .mo_bottom_nei {
	width: 96%;
	margin: 0 auto;
	height: 50px;
}

.mo_bottom .mo_bottom_nei .mo_lj_font {
	padding-top: 5px;
}

.mo_lj {
	color: #fff;
	padding: 10px 0;
	text-align: center;
	font-size: 13px;
	width: 25%;
}

.mo_yc {
	width: 100%;
	height: 80px;
	display: none;
}

.bottom {
	background: url(../images/bg12.jpg) no-repeat 100%
}

.bottom .bottom_nei {
	margin: 0 auto;
	max-width: 1150px;
}

.bottom .bottom_nei .bottom_nei_top {
	padding-bottom: 20px;
}

.bottom .bottom_nei .bottom_nei_top .nei_top_xun {
	width: 19%;
}

.bottom .bottom_nei .bottom_nei_top .nei_top_xun a {
	display: inline-block;
	width: 100%;
}

.bottom .bottom_nei .bottom_nei_top .nei_top_xun .top_xun_title {
	font-size: 15px;
	color: #fff;
	padding-bottom: 15px;
}

.bottom .bottom_nei .bottom_nei_top .nei_top_xun .top_xun_title span {
	color: #fff;
	padding-right: 3px;
	line-height: inherit;
}

.bottom .bottom_nei .bottom_nei_top .nei_top_xun a {
	line-height: 27px;
	color: #fff;
	font-size: 13px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.bottom .bottom_nei .bottom_nei_top .nei_top_xun a:hover {
	color: #fff;
}

.bottom .bottom_nei .bottom_nei_top .nei_top_xun div {
	color: #fff;
	padding-bottom: 15px;
}

.bottom .bottom_nei .bottom_nei_top .nei_top_xun div span {
	width: 85px;
	display: inline-block;
	text-align: center;
	margin-right: 10px;
}

.bottom .bottom_nei .bottom_nei_top .nei_top_xun:nth-child(4) {
	width: 42%;
}

.bottom .bottom_nei .banqaun {
	line-height: 57px;
	border-top: 1px solid #67696b;
	overflow: hidden;
}

.bottom .bottom_nei .banqaun dd a {
	color: #fff;
	font-size: 13px;
}

.bottom .bottom_nei .banqaun dd span {
	color: #6fb7ea;
	padding: 0px 10px;
}

.bottom .bottom_nei .banqaun dt {
	color: #6fb7ea;
	font-size: 12px;
}

.bottom .bottom_nei .bottom_nei_title {
	padding: 25px 0px;
	border-bottom: 1px solid #67696b;
}

.bottom .bottom_nei .bottom_nei_title dd {
	font-size: 18px;
	color: #fff;
}

.bottom .bottom_nei .bottom_nei_title dt {
	color: #fff;
	line-height: 26px;
}

.bottom .bottom_nei .bottom_nei_title dt .nei_title_left {
	padding-right: 10px;
}

.bottom .bottom_nei .bottom_nei_top .nei_top_xun a:first-child {
	line-height: none;
	padding: 10px 0px;
}

.bdshare-button-style1-16 a {
	margin: 0px 6px 0px 0px !important;
}

#share a {
	width: 26px;
	height: 26px;
	background-size: 100% 100%;
	background-position: 0 0px;
	padding: 0;
}

#share .bds_tsina {
	background-image: url(../images/sr3.png);
}

#share .bds_sqq {
	background-image: url(../images/sr4.png);
}

#share .bds_weixin {
	background-image: url(../images/sr5.png);
}

#share .popup_fbook {
	background-image: url(../images/facebook.png);
}

#share .popup_linkedin {
	background-image: url(../images/in.png);
}

.de_tool a {
	height: 28px;
	line-height: 28px;
	border-radius: 3px;
	text-align: center;
	padding: 0 10px;
	color: #fff;
	margin-left: 5px;
}

.de_tool a.a1 {
	background: #ff6c0b;
}

.de_tool a.a2 {
	background: #f9576a;
}

.index_about {
	background: #f5f5f5;
}

.index_about .index_about_nei {
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0px;
}

.index_about .index_about_nei .about_nei_right {
	width: 54%;
	padding-left: 45px;
}

.index_about .index_about_nei .about_nei_right .nei_right_title {
	font-size: 26px;
	color: #333333;
}

.index_about .index_about_nei .about_nei_right .nei_right_body {
	padding-top: 50px;
	position: relative;
	padding-left: 60px;
}

.index_about .index_about_nei .about_nei_right .nei_right_body p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
	padding-bottom: 25px;
}

.index_about .index_about_nei .about_nei_right .nei_right_body:before {
	content: "";
	position: absolute;
	left: 0;
	top: 47px;
	background: url(../images/bn4.png) no-repeat;
	display: inline-block;
	width: 32px;
	height: 304px;
}

.index_about .index_about_nei .about_nei_right .nei_right_body a {
	display: inline-block;
	font-size: 13px;
	color: #0663a4;
	display: inline-block;
	border: 1px solid #0663a4;
	line-height: 42px !important;
	padding: 0px 50px;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.index_about .index_about_nei .about_nei_right .nei_right_body a .fa-angle-right {
	padding-left: 5px;
}

.index_about .index_about_nei .about_nei_right .nei_right_body a:hover {
	background: #0663a4;
	color: #fff;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.videobox {
	width: 547px;
	height: 386px;
	margin: 0 auto;
}

.videobox .videobox_nei {
	width: 547px;
	height: 315px;
	position: relative
}

#video_button {
	width: 547px;
	height: 386px;
	position: absolute;
	cursor: pointer;
	z-index: 10;
}

.ship {
	margin: auto;
	position: absolute;
	z-index: 1;
	visibility: visible;
	width: 547px;
	height: 386px;
}

.index_product {
	padding-top: 70px;
}

.index_product_nei {
	max-width: 1200px;
	margin: 0 auto;
}

.product_nei_title {
	width: 1200px;
	margin: auto;
	text-align: center
}

.product_nei_title p:nth-child(1) {
	font-size: 32px;
	color: #333333
}

.index_product .index_product_body {
	padding-top: 40px
}

.index_product .index_product_body img {
	width: 100%
}

.index_product .index_product_body .product_body_left {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.index_product .index_product_body .product_body_left:hover .tra {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
}

.index_product .index_product_body .product_body_left:hover .body_left_nei {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.index_product .index_product_body .product_body_left .body_left_nei {
	position: absolute;
	top: 310px;
	left: 0;
	width: 432px;
	margin: 0 auto;
	right: 0;
	bottom: 0;
	opacity: 0;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.index_product .index_product_body .product_body_left .body_left_nei .left_nei_title {
	font-size: 24px;
	color: #ffffff;
	position: relative
}

.index_product .index_product_body .product_body_left .body_left_nei .xian {
	width: 60px;
	height: 1px;
	background: #fff;
	margin-top: 22px;
	margin-bottom: 30px
}

.index_product .index_product_body .product_body_left .body_left_nei p {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.index_product .index_product_body .product_body_left .body_left_nei a {
	display: inline-block;
	padding: 0px 30px;
	line-height: 36px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
	margin-top: 30px
}

.index_product .index_product_body .product_body_left .body_left_nei a .fa-long-arrow-right {
	padding-left: 15px
}

.index_product .index_product_body .product_body_left .body_left_nei a:hover {
	color: #333;
	background: #fff;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.index_product .index_product_body .product_body_right {
	width: 50%
}

.index_product .index_product_body .product_body_right .body_right_top {
	position: relative;
}

.index_product .index_product_body .product_body_right .body_right_top:hover dt {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.index_product .index_product_body .product_body_right .body_right_top dd {
	width: 100%;
	overflow: hidden;
}

.index_product .index_product_body .product_body_right .body_right_top dt {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	padding: 30px;
	opacity: 0;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.index_product .index_product_body .product_body_right .body_right_top:hover .tra {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
}

.index_product .index_product_body .product_body_right .body_right_top dt .left_nei_title {
	font-size: 24px;
	color: #ffffff;
	position: relative
}

.index_product .index_product_body .product_body_right .body_right_top dt .xian {
	width: 60px;
	height: 1px;
	background: #fff;
	margin-top: 22px;
	margin-bottom: 30px
}

.index_product .index_product_body .product_body_right .body_right_top dt p {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.index_product .index_product_body .product_body_right .body_right_top dt a {
	display: inline-block;
	padding: 0px 30px;
	line-height: 36px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
	margin-top: 30px
}

.index_product .index_product_body .product_body_right .body_right_top dt a .fa-long-arrow-right {
	padding-left: 15px
}

.index_product .index_product_body .product_body_right .body_right_top dt a:hover {
	color: #333;
	background: #fff;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.index_product .index_product_body .product_body_right .body_right_top dd img {
	width: 100%;
}

.index_product .index_product_body .product_body_right .body_right_bottom .right_bottom_xun:hover dt {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
}

.index_product .index_product_body .product_body_right .body_right_bottom .right_bottom_xun {
	width: 50%;
	position: relative;
	overflow: hidden;
}

.index_product .index_product_body .product_body_right .body_right_bottom .right_bottom_xun dt {
	position: absolute;
	top: 0;
	width: 100%;
	margin: 0 auto;
	left: 0;
	right: 0;
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	padding: 25px;
	overflow: hidden;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	opacity: 0;
	-webkit-transform: scale(0.5);
	-moz-transform: scale(0.5);
	-ms-transform: scale(0.5);
	-o-transform: scale(0.5);
	transform: scale(0.5);
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	-moz-transition: -moz-transform 0.3s, opacity 0.3s;
	-o-transition: -o-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
}

.index_product .index_product_body .product_body_right .body_right_bottom .right_bottom_xun:hover .tra {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
}

.index_product .index_product_body .product_body_right .body_right_bottom .right_bottom_xun dt .left_nei_title {
	font-size: 24px;
	color: #ffffff;
	position: relative;
	width: 100%
}

.index_product .index_product_body .product_body_right .body_right_bottom .right_bottom_xun dt .xian {
	width: 60px;
	height: 2px;
	background: #fff;
	margin-top: 22px;
	margin-bottom: 30px
}

.index_product .index_product_body .product_body_right .body_right_bottom .right_bottom_xun dt p {
	color: #fff;
	font-size: 16px;
	line-height: 32px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
}

.index_product .index_product_body .product_body_right .body_right_bottom .right_bottom_xun dt a {
	display: inline-block;
	padding: 0px 30px;
	line-height: 36px;
	border: 1px solid #fff;
	color: #fff;
	font-size: 13px;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
	margin-top: 30px
}

.index_product .index_product_body .product_body_right .body_right_bottom .right_bottom_xun dt a .fa-long-arrow-right {
	padding-left: 15px
}

.index_product .index_product_body .product_body_right .body_right_bottom .right_bottom_xun dt a:hover {
	color: #333;
	background: #fff;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.body_left_bg1 {
	display: none;
}

.index_liny {
	max-width: 1200px;
	margin: 0 auto;
	padding: 70px 0px
}

.index_liny .index_liny_body {
	padding-top: 40px;
}

.index_liny .index_liny_body .liny_body_xun {
	display: inline-block;
	width: 24%;
	margin-right: 12px;
	position: relative;
	overflow: hidden;
}

.index_liny .index_liny_body .liny_body_xun:nth-child(4n) {
	margin-right: 0px;
}

.index_liny .index_liny_body .liny_body_xun .body_xun_img {
	position: relative;
	overflow: hidden;
}

.index_liny .index_liny_body .liny_body_xun .body_xun_img img {
	width: 100%;
	height: 195px;
}

.index_liny .index_liny_body .liny_body_xun .body_xun_img .xun_img_title {
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.index_liny .index_liny_body .liny_body_xun:hover .tra {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
}

.index_liny .index_liny_body .liny_body_xun .body_xun_more {
	position: absolute;
	top: 0;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	height: 100%;
	padding: 20px 20px;
	left: -372px;
	width: 100%;
	opacity: 0;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.index_liny .index_liny_body .liny_body_xun .body_xun_more dd {
	font-size: 16px;
	text-align: center;
}

.index_liny .index_liny_body .liny_body_xun .body_xun_more p {
	font-size: 14px;
	line-height: 26px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow: hidden;
	margin: 20px 0px;
}

.index_liny .index_liny_body .liny_body_xun .body_xun_more dt {
	font-size: 13px;
	line-height: 35px;
	padding: 0px 20px;
	border: 1px solid #fff;
	width: 60%;
	transition: all 0.5s ease 0s;
	position: absolute;
	bottom: 30px;
	left: 0;
	right: 0;
	margin: auto;
	-webkit-transform: all 0.5s ease 0s;
}

.index_liny .index_liny_body .liny_body_xun .body_xun_more dt:hover {
	background: #fff;
	color: #333;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.index_liny .index_liny_body .liny_body_xun .body_xun_more dt .fa-angle-right {
	padding-left: 10px;
}

.index_liny .index_liny_body .liny_body_xun:hover .body_xun_more {
	left: 0;
	opacity: 1;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.index_liny .index_liny_body .liny_body_xun:hover .xun_img_title {
	opacity: 0;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.index_news {
	background: #f5f5f5;
	padding: 70px 0px;
}

.index_news .index_news_nei {
	max-width: 1200px;
	margin: 0 auto;
}

.index_news .index_news_nei .news_nei_body {
	padding-top: 40px;
}

.index_news .index_news_nei .news_nei_body .nei_body_xun {
	display: inline-block;
	border: 1px solid #dcdcdc;
	background: #fff;
	width: 31%;
	margin-right: 38px;
}

.index_news .index_news_nei .news_nei_body .nei_body_xun .body_xun_img img {
	width: 100%;
	height: 100%;
}

.index_news .index_news_nei .news_nei_body .nei_body_xun:nth-child(3) {
	margin-right: 0px;
}

.index_news .index_news_nei .news_nei_body .nei_body_xun .body_xun_img {
	overflow: hidden;
	height: 188px;
}

.index_news .index_news_nei .news_nei_body .nei_body_xun .body_xun_title {
	line-height: 50px;
	padding: 0px 18px;
}

.index_news .index_news_nei .news_nei_body .nei_body_xun .body_xun_title dd {
	font-size: 15px;
	color: #666666;
	width: 210px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.index_news .index_news_nei .news_nei_body .nei_body_xun .body_xun_title dt {
	font-size: 13px;
	color: #999999;
}

.index_news .index_news_nei .news_nei_body .nei_body_xun:hover .tra {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
}

.index_news .index_news_nei .news_nei_body .nei_body_xun:hover .body_xun_title dd {
	color: #0663a4;
}

.zxun {
	line-height: 80px;
	margin: 0 auto;
}

.zxun {
	display: flex;
	justify-content: center;
}

.zxun .zxun_title {
	font-size: 16px;
	color: #666666;
}

.zxun div {
	padding-right: 20px;
}

.zxun .zxun_nei {
	width: 250px;
	line-height: 40px;
	border: 1px solid #dcdcdc;
	padding-left: 10px;
	height: 40px
}

.zxun .zxun_nei_fs {
	color: #fff;
	background: #0663a4;
	font-size: 13px;
	width: 85px;
	line-height: 40px;
	cursor: pointer;
}

.nei_daohang {
	position: relative;
	width: 1200px;
	margin: 0 auto;
}

.nei_daohang .nei_daohang_nei {
	position: absolute;
	right: 0;
	top: -46px;
	width: 100%
}

.nei_daohang .nei_daohang_nei .daohang_nei_left {
	left: 0;
	position: absolute;
	top: -92px;
}

.nei_daohang .nei_daohang_nei .daohang_nei_left a {
	color: #fff;
	margin-right: -4px;
	font-size: 14px
}

.nei_daohang .nei_daohang_nei .daohang_nei_left a i {
	padding: 0px 13px
}

.nei_daohang .nei_daohang_nei .daohang_nei_xun {
	display: inline-block;
	width: 130px;
	line-height: 46px;
	color: #666666;
	text-align: center;
	background: #0663a4;
	margin-right: 9px;
	color: #fff;
	font-size: 15px;
	transition: all 0.5s ease 0s;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-webkit-transform: all 0.5s ease 0s;
}

.nei_daohang .nei_daohang_nei .daohang_nei_xun:last-child {
	margin-right: 0px;
}

.nei_daohang .nei_daohang_nei .daohang_nei_xun:hover {
	background: #fff;
	color: #666666;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
}

.nei_daohang .nei_daohang_nei .daohang_nei_xun.on {
	background: #fff;
	color: #666666;
}

.pro_left {
	width: 96%;
	margin: 20px auto;
	position: relative;
	display: none
}

.pro_left .pro_left_top {
	display: none;
}

.pro_left .pro_left_top2 {
	display: block;
	border: #dcdcdc solid 1px;
	border-radius: 5px;
	text-align: center;
	float: left;
	width: 100%;
	margin-bottom: 15px;
	box-shadow: rgba(0, 0, 0, 0.20) 2px 2px 0px;
	height: 40px;
	line-height: 40px;
}

.pro_left .pro_left_top2:active {
	box-shadow: rgba(0, 0, 0, 0.20) 0px 0px 0px;
	transition: all ease 0.1s;
}

.pro_left .pro_left_top2 i {
	margin-left: 5px;
}

.pro_left .pro_left_menu {
	position: absolute;
	top: 40px;
	z-index: 9;
	border: #dcdcdc solid 1px;
	background: #FFFFFF;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	border-top: none;
	display: none;
	width: 100%
}

.pro_left .pro_left_menu li {
	width: 48%;
	margin: 0 1%;
}

.pro_left .pro_left_menu li {
	float: left;
	line-height: 45px;
	background: #FFFFFF;
	width: 100%;
	padding: 0 23px;
	text-align: center
}

.pro_left .pro_left_menu li a {
	display: inline-block;
	height: 45px;
	width: 100%;
	border-bottom: #e5e5e5 dashed 1px;
	position: relative;
}

.pro_left .pro_left_menu li a i {
	position: absolute;
	left: -15px;
	line-height: 45px;
	color: #e10019;
	font-size: 15px;
	opacity: 0;
	transition: all 0.3s ease;
}

.pro_left .pro_left_menu li a span {
	display: inline-block;
	height: 45px;
	width: 100%;
	overflow: hidden;
	white-space: pre;
	text-overflow: ellipsis;
	color: #666666;
	line-height: 45px;
	font-size: 14px;
}

.index_map {
	width: 100%;
	background: #f6f6f6;
	padding: 60px 0px;
}

.index_maps {
	width: 1200px;
	margin: 40px auto 0;
	position: relative;
}

.maps_dian {
	position: absolute;
}

.maps_dian>img {
	width: 25px;
	cursor: pointer;
}

.maps_dian1 {
	left: 544px;
	top: 154px;
}

.maps_dian2 {
	left: 614px;
	top: 165px;
}

.maps_dian3 {
	left: 631px;
	top: 197px;
}

.maps_dian4 {
	left: 815px;
	top: 270px;
}

.maps_dian5 {
	right: 243px;
	bottom: 206px;
}

.maps_dian6 {
	right: 234px;
	top: 257px;
}

.maps_con {
	line-height: 4em;
	text-align: center;
	background: #fff;
	font-size: 20px;
	font-weight: bold;
	padding: 0 3em;
	margin-top: 30px;
	margin-left: -150px;
	display: none;
}

.maps_con p {
	font-size: 16px;
	line-height: 3em;
}

.maps_con1 {
	position: absolute;
	width: 270px;
}

.index_maps>img {
	width: 100%;
}

.about {
	padding: 60px 0px;
}

.about .about_nei {
	max-width: 1200px;
	margin: 0 auto;
}

.about_nei_top {
	margin-top: 40px;
}

.about .about_nei .about_nei_top .nei_top_xun {
	padding-bottom: 60px;
}

.about .about_nei .about_nei_top .nei_top_xun .top_xun_left {
	width: 600px;
}

.about .about_nei .about_nei_top .nei_top_xun .top_xun_left .xun_left_title {
	font-size: 40px;
	color: #dddddd;
}

.about .about_nei .about_nei_top .nei_top_xun .top_xun_left dd {
	color: #333333;
	font-size: 26px;
	padding-top: 20px;
	padding-bottom: 30px;
}

.about .about_nei .about_nei_top .nei_top_xun .top_xun_left dt p {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	padding-bottom: 20px;
}

.about .about_nei .about_nei_top .nei_top_xun .top_xun_right {
	overflow: hidden;
	width: 547px;
}

.about .about_nei .about_nei_bottom {
	position: relative;
	margin-top: 150px;
}

.about .about_nei .about_nei_bottom .nei_bottom_nei {
	position: absolute;
	top: -90px;
	padding: 0px 60px;
}

.about .about_nei .about_nei_bottom .nei_bottom_nei .bottom_nei_xun {
	background: #fff;
	padding: 30px;
	width: 22%;
	text-align: center;
	border-radius: 5px;
	margin-right: 43px;
}

.about .about_nei .about_nei_bottom .nei_bottom_nei .bottom_nei_xun:nth-child(4) {
	margin-right: 0px;
}

.about .about_nei .about_nei_bottom .nei_bottom_nei .bottom_nei_xun dd {
	margin: 25px;
	height: 68px;
}

.about .about_nei .about_nei_bottom .nei_bottom_nei .bottom_nei_xun:hover dd .flip {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
	cursor: pointer;
}

.about .about_nei .about_nei_bottom .nei_bottom_nei .bottom_nei_xun dt {
	color: #666666;
	font-size: 13px;
	line-height: 24px;
}

.lin .lin_nei {
	background: #fff;
}

.lin .lin_nei .lin_nei_right {
	padding: 55px;
	width: 735px;
}

.lin .lin_nei .lin_nei_right .nei_right_title dd {
	font-size: 40px;
	color: #dddddd;
}

.lin .lin_nei .lin_nei_right .nei_right_title dt {
	font-size: 22px;
	color: #333333;
	padding-top: 20px;
	padding-bottom: 30px;
}

.lin .lin_nei .lin_nei_right .nei_right_wen .right_wen_xun {
	padding-bottom: 20px;
}

.lin .lin_nei .lin_nei_right .nei_right_wen .right_wen_xun:last-child {
	padding-bottom: 0px;
}

.lin .lin_nei .lin_nei_right .nei_right_wen .right_wen_xun dd {
	color: #333333;
	font-size: 14px;
	font-weight: bolder;
	padding-bottom: 10px;
}

.lin .lin_nei .lin_nei_right .nei_right_wen .right_wen_xun dt {
	color: #666666;
	font-size: 14px;
	line-height: 25px;
}

.fazhan .fazhan_title {
	text-align: center;
	font-size: 26px;
	color: #333333;
	padding-bottom: 30px;
}

.fazhan .fazhan_body {
	background: url(../images/bn14.png) no-repeat 50% 0%;
	position: relative;
	padding-top: 50px;
}

.fazhan .fazhan_body .fazhan_body_xun {
	width: 100%;
	position: relative;
}

.fazhan .fazhan_body .fazhan_body_xun:nth-child(2n) {
	margin-top: -150px;
}

.fazhan .fazhan_body .fazhan_body_xun:nth-child(3n) {
	margin-top: -150px;
}

.fazhan .fazhan_body .fazhan_body_xun:nth-child(7) {
	margin-top: -150px;
}

.fazhan .fazhan_body .fazhan_body_xun .body_xun_left {
	width: 50%;
}

.fazhan .fazhan_body .fazhan_body_xun .body_xun_right {
	width: 50%;
}

.fazhan .fazhan_body .fazhan_body_xun .body_xun_right:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0px;
	background: #0663a4;
	width: 11px;
	height: 11px;
	border-radius: 100%;
	margin: 4px auto;
}

.fazhan .fazhan_body .fazhan_body_xun .body_xun_right .xun_right_top {
	color: #333333;
	font-size: 14px;
	font-weight: bolder;
	padding-left: 20px;
}

.fazhan .fazhan_body .fazhan_body_xun .body_xun_right .xun_right_bottom dd {
	padding-bottom: 20px;
	color: #666666;
	font-size: 14px;
}

.fazhan .fazhan_body .fazhan_body_xun .body_xun_right .xun_right_bottom dd p {
	line-height: 26px;
}

.fazhan .fazhan_body .fazhan_body_xun .body_xun_right .xun_right_bottom dt img {
	width: 100%;
}

.case .case_nei {
	padding: 40px;
}

.case .case_nei .case_nei_right {
	width: 647px;
	padding: 0px 0px 0px 40px;
}

.case_bottom {
	padding-top: 30px;
}

.case_bottom .case_bottom_nei {
	max-width: 1200px;
	margin: 0 auto;
}

.gongc .gongc_xun {
	padding-bottom: 60px;
}

.gongc .gongc_xun:nth-child(3) {
	padding-bottom: 0px;
}

.gongc .gongc_xun .gongc_xun_title {
	font-size: 22px;
	color: #333333;
	text-align: center;
	padding-bottom: 30px;
}

.yiny_top {
	/* background: #f7f7f7; */
}

.yiny_top .yiny_top_nei {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0px;
}

.yiny_top .yiny_top_nei .top_nei_title {
	text-align: center;
	width: 100%;
	margin: 0 auto;
}
.yiny_top .yiny_top_nei .top_nei_title img{
	width: 70%;
}
.yiny_top .yiny_top_nei .top_nei_title dd {
	font-size: 26px;
	color: #333333;
	padding-bottom: 25px;
}

.yiny_top .yiny_top_nei .top_nei_title dt {
	color: #666666;
	font-size: 24px;
	line-height: 26px;
	text-align: center;
	color: #4e5fa2;
	margin-bottom: 20px;
}

.yiny_center {
	background: #fff;
}

.yiny_center .about_nei .about_nei_top,
.yiny_center .about_nei .about_nei_top .nei_top_xun {
	padding-bottom: 0px;
}

.yiny_center .about_nei .about_nei_top .nei_top_xun .yiny_center_left {
	width: 45%
}

.yiny_center .yiny_center_right {
	width: 52%;
}

.yiny_center .yiny_center_right .yiny_center_xun {
	position: relative;
	margin-right: 24px;
	margin-bottom: 24px;
	width: 48%;
}

.yiny_center .yiny_center_right .yiny_center_xun:nth-child(2n) {
	margin-right: 0px;
}

.yiny_center .yiny_center_right .yiny_center_xun:nth-child(3) {
	margin-bottom: 0px;
}

.yiny_center .yiny_center_right .yiny_center_xun:nth-child(4) {
	margin-bottom: 0px;
}

.yiny_center .yiny_center_right .yiny_center_xun .center_xun_img {
	overflow: hidden;
}

.yiny_center .yiny_center_right .yiny_center_xun .center_xun_img img {
	width: 100%
}

.yiny_center .yiny_center_right .yiny_center_xun .center_xun_title {
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	width: 100%;
	line-height: 40px;
}

.yiny_bottom .yiny_bottom_title {
	text-align: center;
}

.yiny_bottom .yiny_bottom_title dd {
	color: #dddddd;
	font-size: 40px;
	padding-bottom: 25px;
}

.yiny_bottom .yiny_bottom_title dt {
	color: #333333;
	font-size: 22px;
}

.yiny_bottom .yiny_bottom_wen {
	padding-top: 50px;
}

.yiny_bottom .yiny_bottom_wen .bottom_wen_left .wen_left_title {
	padding-bottom: 40px;
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
}

.yiny_bottom .yiny_bottom_wen .bottom_wen_left .wen_left_xun {
	padding-bottom: 30px;
}

.yiny_bottom .yiny_bottom_wen .bottom_wen_left .wen_left_xun p {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
}

.yiny_bottom .yiny_bottom_wen .bottom_wen_left .wen_left_xun p span {
	color: #333333;
	font-weight: bolder;
}

.yiny_bottom .yiny_bottom_wen .bottom_wen_left {
	width: 50%;
}

.yiny_bottom .yiny_bottom_wen .bottom_wen_right {
	width: 41%;
}

.content {
	background: #f7f7f7;
}

.content .content_nei {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0px;
}

.content .content_nei .content_nei_title .nei_title_xun {
	background: #fff;
	padding: 45px 30px;
	text-align: center;
	width: 32%;
	border-radius: 4px;
	margin-right: 24px;
	height: 273px;
}

.content .content_nei .content_nei_title .nei_title_xun:nth-child(3n) {
	margin-right: 0px;
}

.content .content_nei .content_nei_title .nei_title_xun dd {
	height: 57px;
	line-height: 57px;
}

.content .content_nei .content_nei_title .nei_title_xun dt {
	padding-top: 40px;
	font-size: 14px;
	color: #666666;
	text-align: left
}

.content .content_nei .content_nei_title .nei_title_xun dt .title_xun_top {
	line-height: 22px;
	padding-bottom: 10px
}

.content .content_nei .content_nei_title .nei_title_xun dt .title_xun_top div:nth-child(2) {
	width: 80%
}

.content .content_nei .content_nei_title .nei_title_xun dt div:last-child {
	padding-bottom: 0px;
}

.content .content_nei .content_nei_title .nei_title_xun:hover .flip {
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	transform: rotate(360deg);
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
	cursor: pointer;
}

.content .contact_map {
	height: 400px;
}

.liuy {
	background: url(../images/bg69.jpg) no-repeat 50% 0%;
	padding: 52px 0px;
}

.liuy .liuy_nei {
	max-width: 686px;
	margin: 0 auto;
	background: #fff;
	border-radius: 5px;
	padding: 37px 60px;
}

.liuy .liuy_nei .liuy_nei_title {
	padding-bottom: 30px;
	border-bottom: 1px solid #dcdcdc;
}

.liuy .liuy_nei .liuy_nei_title span:nth-child(1) {
	font-size: 24px;
	color: #333333;
}

.liuy .liuy_nei .liuy_nei_title span:last-child {
	font-size: 14px;
	color: #0663a4;
	padding-left: 20px;
}

.liuy .liuy_nei .liuy_nei_wen {
	padding-top: 15px;
}

.liuy .liuy_nei .liuy_nei_wen .nei_wen_xun dd {
	font-size: 15px;
	color: #666666;
	padding: 15px 0px;
}

.liuy .liuy_nei .liuy_nei_wen .nei_wen_xun dt {
	line-height: 44px;
	border: 1px solid #dcdcdc;
}

.liuy .liuy_nei .liuy_nei_wen .nei_wen_xun dt .wen_xun_nei {
	padding-left: 20px;
	line-height: 25px;
	width: 100%;
}

.liuy .liuy_nei .liuy_nei_wen .nei_wen_xun .wen_xun_textarea {
	width: 100%;
	border: 1px solid #dcdcdc;
	height: 125px;
	padding-top: 20px;
	padding-left: 20px;
}

.liuy .liuy_nei .liuy_nei_wen .nei_wen_xun .tij {
	width: 100%;
	background: #0663a4;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	color: #fff;
	border-radius: 100px;
	margin-top: 30px;
	cursor: pointer;
}

.join {
	background: #f7f7f7;
}

.join .join_nei {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0px;
}

.join .join_nei .join_nei_title {
	text-align: center;
}

.join .join_nei .join_nei_title dd {
	font-size: 26px;
	color: #333333;
	padding-bottom: 30px;
}

.join .join_nei .join_nei_title dt {
	font-size: 14px;
	color: #666666;
}

.join .join_nei .join_nei_body {
	margin-top: 55px;
}

.join .join_nei .join_nei_body .nei_body_xun {
	width: 48%;
	padding: 30px 40px;
	background: #fff;
	overflow: hidden;
	position: relative;
}

.join .join_nei .join_nei_body .nei_body_xun .body_xun_title {
	padding-bottom: 20px;
	border-bottom: 1px solid #dcdcdc;
}

.join .join_nei .join_nei_body .nei_body_xun .body_xun_title .xun_title_left {
	font-size: 18px;
	color: #333333;
	line-height: 36px;
}

.join .join_nei .join_nei_body .nei_body_xun .body_xun_title .xun_title_right {
	font-size: 13px;
	color: #fff;
	background: #0663a4;
	line-height: 36px;
	padding: 0px 24px;
	border-radius: 5px;
}

.join .join_nei .join_nei_body .nei_body_xun .body_xun_wen {
	height: 145px;
	overflow: hidden;
}

.join .join_nei .join_nei_body .nei_body_xun .body_xun_wen .xun_wen_xun {
	padding-top: 20px;
}

.join .join_nei .join_nei_body .nei_body_xun .body_xun_wen .xun_wen_xun:last-child {
	margin-bottom: 0px;
}

.join .join_nei .join_nei_body .nei_body_xun .body_xun_wen .xun_wen_xun dd {
	color: #333333;
	font-size: 16px;
	padding-bottom: 15px;
}

.join .join_nei .join_nei_body .nei_body_xun .body_xun_wen .xun_wen_xun dt p {
	color: #666666;
	font-size: 13px;
	line-height: 24px;
}

.join .join_nei .join_nei_body .nei_body_xun .dian {
	position: absolute;
	bottom: 10px;
	right: 45px;
}

.join .join_nei .join_nei_body .nei_body_xun .dian .sq {
	display: none;
}

.join .join_nei .join_nei_body .nei_body_xun .dian a {
	color: #0663a4;
	font-size: 12px;
	display: inline-block;
}

.join .join_nei .join_nei_body .nei_body_xun .dian a i {
	padding-left: 5px;
}

.join .join_nei .join_nei_body .nei_body_xun {
	margin-right: 48px;
	margin-bottom: 48px;
}

.join .join_nei .join_nei_body .nei_body_xun:nth-child(3) {
	margin-bottom: 0px;
}

.join .join_nei .join_nei_body .nei_body_xun:nth-child(4) {
	margin-bottom: 0px;
}

.join .join_nei .join_nei_body .nei_body_xun:nth-child(2n) {
	margin-right: 0px;
}

.jinz {
	background: #f7f7f7;
	padding: 60px 0px;
}

.jinz .jinz_nei {
	max-width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 55px 90px;
}

.jinz .jinz_nei .jinz_nei_title {
	text-align: center;
}

.jinz .jinz_nei .jinz_nei_title dd {
	font-size: 40px;
	color: #dddddd;
	padding-bottom: 15px;
	text-align: center;
}

.jinz .jinz_nei .jinz_nei_title dt {
	font-size: 22px;
	color: #333333;
}

.jinz .jinz_nei .jinz_nei_wen .nei_wen_xun {
	width: 45%;
	margin-top: 45px;
}

.jinz .jinz_nei .jinz_nei_wen .nei_wen_xun dd {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	padding-bottom: 5px
}

.jinz .jinz_nei .jinz_nei_wen .nei_wen_xun dt {
	color: #666666;
	font-size: 14px;
	line-height: 26px;
	height: 78px;
	margin-bottom: 20px;
	overflow: hidden;
}

.jinz .jinz_nei .jinz_nei_wen .nei_wen_xun .wen_xun_img img {
	width: 100%;
	height: 100%;
}

.jinz .jinz_nei .jinz_nei_wen .nei_wen_xun .wen_xun_img {
	height: 307px;
	overflow: hidden;
}

.zhil {
	background: #f7f7f7 !important;
}

.zhil .zhil_top {
	background: #fff;
}

.zhil .zhil_bottom {
	margin-top: 55px;
	background: #fff;
	padding: 55px;
}

.zhil .zhil_bottom .zhil_bottom_title {
	border-bottom: 1px solid #dcdcdc;
}

.zhil .zhil_bottom .zhil_bottom_title ul li {
	font-size: 22px;
	color: #333333;
	width: 50%;
	display: inline-block;
	text-align: center;
	position: relative;
	padding-bottom: 30px;
	cursor: pointer;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.zhil .zhil_bottom .zhil_bottom_title ul li:before {
	content: "";
	position: absolute;
	bottom: -1.5px;
	left: 0;
	right: 0;
	margin: 0 auto;
	display: inline-block;
	width: 138px;
	height: 3px;
	background: #0663a4;
	opacity: 0;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.zhil .zhil_bottom .zhil_bottom_title ul li:hover:before {
	opacity: 1;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.zhil .zhil_bottom .zhil_bottom_title ul li:hover {
	color: #0663a4;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.zhil .zhil_bottom .zhil_bottom_wen {
	padding-top: 35px;
}

.zhil .zhil_bottom .zhil_bottom_title ul li.on {
	color: #0663a4;
}

.zhil .zhil_bottom .zhil_bottom_title ul li.on:before {
	opacity: 1;
}

.honor {
	background: #f7f7f7;
}

.honor .honor_nei {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0px;
}

.honor .honor_nei .honor_nei_title {
	text-align: center;
	padding-bottom: 30px
}

.honor .honor_nei .honor_nei_title a {
	font-size: 26px;
	color: #333333;
	display: inline-block
}

.honor .honor_nei .honor_nei_title a:nth-child(1) {
	margin-right: 50px
}

.honor .honor_nei .honor_nei_title a.on {
	color: #0663a4
}

.fenye {
	width: 100%;
	text-align: center;
}

.fenye a {
	display: inline-block;
	border-radius: 100%;
	text-align: center;
	padding: 9px 13px;
	font-size: 13px;
	margin-right: 10px;
	transition: all 0.4s ease 0s;
	-webkit-transform: all 0.4s ease 0s;
	background: #fff;
}

.fenye a:last-child {
	margin-right: 0px;
}

.fenye a:hover {
	color: #fff;
	background: #0663a4;
	transition: all 0.4s ease 0s;
	-webkit-transform: all 0.4s ease 0s;
}

.fenye b {
	color: #fff;
	background: #0663a4;
	display: inline-block;
	padding: 9px 13px;
	border-radius: 100%;
	margin-right: 10px;
}

.news {
	background: #f7f7f7;
}

.news .news_nei {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0px;
}

.news .news_nei .news_nei_xun {
	display: inline-block;
	background: #fff;
}

.news .news_nei .news_nei_xun .nei_xun_wen {
	padding: 22px 25px;
}

.news .news_nei .news_xun {
	display: inline-block;
	width: 31%;
	overflow: hidden;
	margin-right: 42px;
	margin-bottom: 42px
}

.news .news_nei .news_xun:hover .tra {
	-webkit-transform: scale(1.15);
	-moz-transform: scale(1.15);
	-ms-transform: scale(1.15);
	-o-transform: scale(1.15);
	filter: scale(1.15);
	filter: transform;
	transition: all 0.5s ease 0s;
	-webkit-transform: all 0.5s ease 0s;
	cursor: pointer;
}

.news .news_nei .news_xun:nth-child(3n) {
	margin-right: 0px
}

.news .news_nei .news_xun:hover .news_xun_wen .xun_wen_more {
	color: #fff;
	background: #0663a4;
	border: 1px solid #0663a4;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.news .news_nei .news_xun .news_xun_img {
	overflow: hidden;
	height: 188px;
}

.news .news_nei .news_xun .news_xun_img img {
	width: 100%;
	height: 100%;
}

.news .news_nei .news_xun .news_xun_wen {
	padding: 25px;
	background: #fff;
}

.news .news_nei .news_xun .news_xun_wen dd {
	padding-bottom: 15px;
	font-size: 16px;
	color: #333333
}

.news .news_nei .news_xun .news_xun_wen dt {
	margin-bottom: 10px;
	font-size: 13px;
	color: #999999;
}

.news .news_nei .news_xun .news_xun_wen p {
	color: #666666;
	font-size: 14px;
	line-height: 25px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
}

.news .news_nei .news_xun .news_xun_wen .xun_wen_more {
	width: 100%;
	line-height: 38px;
	background: #fff;
	border: 1px dashed #dcdcdc;
	text-align: center;
	font-size: 13px;
	color: #999999;
	font-weight: bolder;
	margin-top: 15px;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.news .news_nei .news_xun .news_xun_wen .xun_wen_more .fa-long-arrow-right {
	padding-left: 10px
}

.news_details .news_details_title {
	text-align: center;
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 15px
}

.news_details .news_details_title dd {
	font-size: 26px;
	color: #333333;
	padding-bottom: 20px
}

.news_details .news_details_title dt div {
	color: #999999;
	font-size: 13px;
	padding-right: 50px;
	display: inline-block;
	line-height: 26px
}

.news_details .news_details_title dt div:nth-child(3) {
	padding-right: 0px
}

.news_icon a {
	width: 15px !important;
	height: 21px !important
}

.news_icon .bds_tsina {
	background: url(../images/bn38.png) no-repeat 50% !important;
}

.news_icon .bds_sqq {
	background: url(../images/bn39.png) no-repeat 50% !important;
}

.news_icon .bds_weixin {
	background: url(../images/bn40.png) no-repeat 50% !important;
}

.news_details .news_details_wen {
	padding: 40px 0px
}

.news_details .news_details_wen div img {
	width: 100%
}

.news_details .news_details_wen .details_wen_top {
	border-bottom: 1px solid #dcdcdc;
	padding-bottom: 30px
}

.news_details .news_details_wen .details_wen_top p {
	line-height: 26px;
	padding: 10px 0px;
	font-size: 14px;
	color: #666666
}

.news_details .news_details_wen .details_wen_top div {
	padding-bottom: 10px
}

.news_details .news_details_wen .news_fenye div {
	line-height: 60px
}

.news_details .news_details_wen .news_fenye div a {
	font-size: 13px;
	color: #333333;
	display: inline-block
}

.news_details .news_details_wen .news_fenye div a:hover {
	color: #0663a4
}

.product {
	background: #fff;
}

.product .product_nei {
	max-width: 1200px;
	margin: 0 auto;
	position: relative;
}

.product .product_nei .product_nei_top {
	background: #0663a4;
	line-height: 75px;
	border-radius: 5px;
	position: absolute;
	top: -32px;
	width: 100%;
}

.product .product_nei .product_nei_top .nei_top_xun {
	width: 33.33%;
	cursor: pointer;
	transition: all 0.2s ease;
}

.product .product_nei .product_nei_top .nei_top_xun:hover .img_dian {
	left: 0px;
	opacity: 1;
	transition: all 0.3s ease;
}

.product .product_nei .product_nei_top .nei_top_xun:hover .img_wei {
	left: 40px;
	opacity: 0;
	transition: all 0.3s ease;
}

.product .product_nei .product_nei_top .nei_top_xun dd {
	position: relative;
	overflow: hidden;
	width: 40px;
	height: 75px;
}

.product .product_nei .product_nei_top .nei_top_xun span {
	position: absolute;
	left: 0;
	right: 0;
	display: inline-block;
	transition: all 0.3s ease;
}

.product .product_nei .product_nei_top .nei_top_xun .img_dian {
	left: -45px;
}

.product .product_nei .product_nei_top .nei_top_xun dt {
	color: #fff;
	font-size: 15px;
	font-weight: bolder;
	padding-left: 10px;
}

.product .product_nei .product_nei_top .nei_top_xun:hover {
	background: #fff;
	transition: all 0.2s ease;
}

.product .product_nei .product_nei_top .nei_top_xun:hover dt {
	color: #0663a4;
	transition: all 0.2s ease;
}

.product .product_nei .product_nei_top .nei_top_xun.on {
	background: #fff;
}

.product .product_nei .product_nei_top .nei_top_xun.on dt {
	color: #0663a4;
}

.product .product_nei .product_nei_top .nei_top_xun.on .img_dian {
	left: 0px;
	opacity: 1;
}

.product .product_nei .product_nei_top .nei_top_xun.on .img_wei {
	left: 40px;
	opacity: 0;
}

.product .product_nei .product_nei_top .nei_top_xun.on {
	-webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
	-moz-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
	-ms-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
	-o-box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px;
	transition: all 0.3s ease 0s;
	-webkit-transform: all 0.3s ease 0s;
}

.product_xn {
	padding-bottom: 60px
}

.product_xn .product_xn_title {
	font-size: 26px;
	color: #333333;
	text-align: center;
	padding-top: 75px;
	padding-bottom: 35px;
}

.product_xn .product_xn_body .tab {
	background: #dcdcdc;
	width: 100%;
}

.product_xn .product_xn_body .tab tr:hover td {
	background: #0663a4;
	color: #fff
}

.product_xn .product_xn_body .tab tr td {
	background: #fff;
	width: 10%;
	text-align: center;
}

.product_xn .product_xn_body .tab tr td:first-child {
	width: 10%;
}

.product_xn .product_xn_body .tab tr td:last-child(1) {
	width: 10%;
}

.product_xn .product_xn_body .tab tr td p:nth-child(1) {
	font-size: 15px;
	color: #333333;
}

.product_xn .product_xn_body .tab tr td p span {
	font-weight: bolder;
}

.product_xn .product_xn_body .tab tr td p:nth-child(2) {
	font-size: 13px;
	color: #666666;
	padding-top: 5px;
}

.product_xn .product_xn_body .tab tr:nth-child(1) td {
	padding: 20px 0px;
	background: #eeeeee;
}

.product_xn .product_xn_body .tab tr td {
	padding: 13px 0px;
	font-size: 13px;
	color: #333333;
}

.product_xn .product_xn_bottom {
	padding-top: 20px
}

.product_xn .product_xn_bottom p {
	line-height: 26px;
	font-size: 13px;
	color: #333333
}

.product_cs {
	/* background: #f6f6f6 */
}

.product_cs .product_cs_wen {
	padding-bottom: 50px
}

.product_cs .product_cs_wen:last-child {
	padding-bottom: 0px
}

.product_cs .product_cs_wen .cs_wen_title {
	padding-bottom: 20px
}

.product_cs .product_cs_wen .cs_wen_title p {
	line-height: 30px
}





.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab {
	background: #dcdcdc;
	width: 100%
}

.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab tr td {
	background: #fff;
	line-height: 40px;
	font-size: 13px;
	color: #333333
}

/* .product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab tr:hover td {
	background: #0663a4;
	color: #fff
} */

.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab tr:nth-child(1) td {
	background: #0663a4 !important;
	color: #fff !important;
	font-size: 13px;
	font-weight: 700;
}

.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab tr:nth-child(1) td span {
	font-size: 15px;
	color: #333333;
	font-weight: bolder;
	padding-right: 15px;
	line-height: 80px
}
.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab tr .ts {
	width: 3%;
	padding: 0 1%;
	
}
.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab tr .t1 {
	width: 30%;
	text-align: center

}

.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab tr .t2 {
	width: 23%;
	text-align: center
}

.tce {
	text-align: center;
}

.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab tr .t3 {
	width: 23%;
	text-align: center
}
.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab tr .t4 {
	width: 23%;
	text-align: center
}

.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tabnext tr td {
	width: 20% !important;
	text-align: center;
	line-height: 20px !important;
	padding: 20px 0px
}

.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tabnext tr:nth-child(1) td p:nth-child(1) {
	font-size: 15px;
	color: #333333;
	font-weight: bolder
}

.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tabnext tr:nth-child(1) td p:nth-child(2) {
	font-size: 13px;
	color: #666666;
}

.product_qx .product_qx_wen .qx_wen_xun {
	text-align: center;
	width: 48%;
	margin-bottom: 45px
}

.product_qx .product_qx_wen .qx_wen_xun dd {
	padding-bottom: 20px;
	font-size: 20px;
	color: #333333;
	font-weight: bolder
}

.product_qx .product_qx_wen .qx_wen_xun:nth-child(3) {
	margin-bottom: 0px
}

.product_qx .product_qx_wen .qx_wen_xun:nth-child(4) {
	margin-bottom: 0px
}

.product_wg {
	background: #f6f6f6;
	padding-bottom: 60px
}

.product_wg .product_wg_nei {
	max-width: 1200px;
	margin: 0 auto
}

.product_wg .product_wg_nei .wg_nei_title {
	text-align: center;
	padding-top: 75px;
	padding-bottom: 35px;
}

.product_wg .product_wg_nei .wg_nei_title dd {
	font-size: 26px;
	color: #333333;
	padding-bottom: 30px
}

.product_wg .product_wg_nei .wg_nei_title dt {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.product_wg .product_wg_nei .product_wg_wen .wg_wen_left {
	width: 31%
}

.product_wg .product_wg_nei .product_wg_wen .wg_wen_left dl {
	padding-bottom: 55px
}

.product_wg .product_wg_nei .product_wg_wen .wg_wen_left dl dd {
	font-size: 14px;
	color: #333333;
	font-weight: bolder;
	padding-bottom: 10px
}

.product_wg .product_wg_nei .product_wg_wen .wg_wen_left dl dt {
	font-size: 14px;
	color: #666666;
}

.product_wg .product_wg_nei .product_wg_wen .wg_wen_left dl dt p {
	line-height: 26px
}

.product_wg .product_wg_nei .product_wg_wen .wg_wen_right {
	width: 61%
}

.product_wg .product_wg_nei .product_wg_wen .wg_wen_right .wen_right_xun dd {
	color: #333333;
	font-weight: bolder;
	font-size: 14px;
	padding-bottom: 20px
}

.product_wg .product_wg_nei .product_wg_wen .wg_wen_right .wen_right_xun {
	margin-bottom: 30px;
	width: 45%
}

.product_wg .product_wg_nei .product_wg_wen .wg_wen_right .wen_right_xun:nth-child(3) {
	margin-bottom: 0px
}

.product_wg .product_wg_nei .product_wg_wen .wg_wen_right .wen_right_xun:nth-child(4) {
	margin-bottom: 0px
}

.product_tx {
	background: #f0f0f0;
}

.product_tx .product_tx_wen dd p {
	color: #666666;
	font-size: 14px;
	line-height: 26px
}

.product_tx .product_tx_wen dd p span {
	color: #333333;
	font-size: 14px;
	font-weight: bolder
}

.product_tx .product_tx_wen dt p {
	color: #0663a4;
	font-size: 14px;
	line-height: 26px
}

.product_danhang {
	width: 100%
}

.product_danhang.product_danhang_on {
	position: fixed;
	top: 32px;
	z-index: 98;
	margin-top: 88px
}

.jj {
	height: 45px
}

.gongy_title {
	background: #fff
}

.gongy_title .yiny_top_nei .top_nei_title {
	width: 56%;
}

.gongy {
	background: #f6f6f6
}

.gongy .gongy_nei {}


/*.gongy .gongy_nei*/


/*.gongy .gongy_nei .gongy_xun{ margin:0 auto;}*/

.gongy .gongy_nei .gongy_xun_top {
	max-width: 1200px;
	margin: 0 auto;
	padding: 40px 0px;
	position: relative;
	cursor: pointer
}

.gongy .gongy_nei .gongy_xun_top:before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	background: url(../images/bn27.png) no-repeat 50%;
	width: 27px;
	height: 24px;
	display: inline-block;
	bottom: -24px;
	display: none
}

.gongy .gongy_nei .gongy_xun_top .gongy_nei_left {
	text-align: right;
	width: 40%;
	padding-right: 45px
}

.gongy .gongy_nei .gongy_xun_top .gongy_nei_left p:nth-child(1) {
	font-size: 24px;
	color: #cccccc;
	font-weight: bolder;
	padding-bottom: 8px
}

.gongy .gongy_nei .gongy_xun_top .gongy_nei_left p:nth-child(2) {
	font-size: 16px;
	color: #333333;
	padding-bottom: 8px
}

.gongy .gongy_nei .gongy_xun_top .gongy_nei_left p:nth-child(3) {
	font-size: 14px;
	color: #666666;
}

.gongy .gongy_nei .gongy_xun_top .gongy_nei_center {
	text-align: center;
}

.gongy .gongy_nei .gongy_xun_top .gongy_nei_center img {
	width: 100%
}

.gongy .gongy_nei .gongy_xun_top .gongy_nei_right {
	width: 40%;
	padding-left: 45px
}

.gongy .gongy_nei .gongy_xun_top .gongy_nei_right p:nth-child(1) {
	font-size: 16px;
	color: #333333;
	padding-bottom: 8px
}

.gongy .gongy_nei .gongy_xun_top .gongy_nei_right p:nth-child(2) {
	font-size: 14px;
	color: #666666;
}

.gongy_img {
	background: #fff url(../images/bn27.png) no-repeat 50% 0%;
	;
	display: none;
}

.gongy_img .gongy_nei {
	max-width: 1200px;
	margin: 0 auto;
	padding: 50px 0px
}

.gongy_img .gongy_img_xun {
	text-align: center;
	width: 32%;
	margin-right: 24px
}

.gongy_img .gongy_img_xun dd {
	overflow: hidden
}

.gongy_img .gongy_img_xun dt {
	font-size: 14px;
	color: #333333;
	padding-top: 15px
}

.gongy_img .gongy_img_xun:nth-child(3) {
	margin-right: 0px
}

.gongy_img .gongy_img_xun img {
	width: 100%
}

.wenti {
	background: #f6f6f6
}

.wenti .wenti_nei {
	margin-top: 40px
}

.wenti .wenti_nei .wenti_nei_xun {
	padding: 0px 30px;
	background: #fff;
	margin-bottom: 25px
}

.wenti .wenti_nei .wenti_nei_xun li {
	display: inline-block;
	line-height: 50px;
	width: 100%;
	font-size: 14px;
	color: #333333;
	cursor: pointer
}

.wenti .wenti_nei .wenti_nei_xun .nei_xun_img2 {
	display: none
}

.wenti .wenti_nei .wenti_nei_xun li span {
	color: #0663a4;
	font-weight: bolder;
	padding-right: 10px
}

.wenti .wenti_nei .wenti_nei_xun .nei_xun_xiala {
	padding: 20px 0px;
	border-top: 1px solid #dcdcdc;
	display: none
}

.wenti .wenti_nei .wenti_nei_xun .nei_xun_xiala p {
	line-height: 26px;
	font-size: 14px;
	color: #666666;
	padding-bottom: 20px
}

.wenti .wenti_nei .wenti_nei_xun .nei_xun_xiala p:last-child {
	padding-bottom: 0px
}

.wenti .wenti_nei .wenti_nei_xun .nei_xun_xiala p span {
	color: #0663a4;
	font-weight: bolder;
	padding-right: 10px
}

.daoh {
	background: #f7f7f7
}

.daoh .daoh_nei {
	max-width: 1200px;
	margin: 0 auto;
	padding: 60px 0px
}

.daoh .daoh_nei .daoh_nei_title {
	text-align: center;
	color: #333333;
	font-size: 26px;
	margin-bottom: 25px
}

.daoh .daoh_nei .daoh_nei_body .nei_body_xun {
	margin-bottom: 50px
}

.daoh .daoh_nei .daoh_nei_body .nei_body_xun:last-child {
	margin-bottom: 0px
}

.daoh .daoh_nei .daoh_nei_body .nei_body_xun dd {
	font-size: 16px;
	color: #333333;
	font-weight: bolder;
	margin-bottom: 20px;
	position: relative;
	padding-left: 15px
}

.daoh .daoh_nei .daoh_nei_body .nei_body_xun dd:before {
	content: "";
	position: absolute;
	left: 5px;
	top: 45%;
	width: 5px;
	height: 5px;
	background: #0663a4;
	border-radius: 100%;
	display: inline-block
}

.daoh .daoh_nei .daoh_nei_body .nei_body_xun dt {
	line-height: 26px;
	color: #666666;
	font-size: 14px
}

.map .map_nei_body .nei_body_xun {
	margin-bottom: 50px
}

.map .map_nei_body .nei_body_xun:last-child {
	margin-bottom: 0px
}

.map .map_nei_body .nei_body_xun dd {
	font-size: 18px;
	color: #333333;
	font-weight: bolder;
	padding-bottom: 20px
}

.map .map_nei_body .nei_body_xun dt a {
	display: inline-block;
	padding: 0px 40px;
	line-height: 40px;
	color: #666666;
	border: 2px solid #dcdcdc;
	margin-right: 40px;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.map .map_nei_body .nei_body_xun dt a:last-child {
	margin-right: 0px
}

.map .map_nei_body .nei_body_xun dt a:hover {
	background: #0663a4;
	color: #fff;
	border: 2px solid #0663a4;
	transition: all 0.3s ease;
	-webkit-transform: all 0.3s ease;
}

.fuwu .fuwu_nei_body .nei_body_title {
	font-size: 18px;
	color: #333333;
	padding-bottom: 30px
}

.fuwu .fuwu_nei_body .nei_body_wen .body_wen_xun dd {
	font-size: 14px;
	color: #333;
	font-weight: bold;
	padding-bottom: 10px
}

.fuwu .fuwu_nei_body .nei_body_wen .body_wen_xun dt p {
	line-height: 26px;
	color: #666666;
	font-size: 14px
}

.fuwu .fuwu_nei_body .nei_body_wen .body_wen_xun {
	padding-bottom: 20px;
}

.fuwu .fuwu_nei_body .nei_body_wen .body_wen_xun:last-child {
	margin-bottom: 0px
}

.gongy_nei_cente {
	padding: 0 20px
}

.xf {
	position: fixed;
	width: 50px;
	background: #4e5fa2;
	right: 0px;
	top: 30%;
	border-radius: 5px;
	z-index: 800;
	transition: all 0.4s ease 0s;
	-webkit-transform: all 0.4s ease 0s;
}

.xf .xf_xun {
	padding: 20px 0px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
	text-align: center;
	position: relative;
}

.xf .xf_xun:hover {
	background: #EA595F;
}

.xf .xf_xun .xf_xun_title {
	font-size: 12px;
	color: #fff;
}

.xf .xf_xun .xf_xun_title dt {
	margin-top: 10px;
	border-bottom: 0px solid rgba(255, 255, 255, 0.2);
}

.xf .xf_xun:last-child {
	padding: 10px 0px;
}

.xf .xf_xun:last-child .xf_xun_title dt {
	margin-top: 5px;
}

.xf .xf_xun .xf_xun_xiala {
	position: absolute;
	left: -185px;
	width: 169px;
	background: url(../images/bn99.png) no-repeat 0% 50%;
	line-height: 46px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	top: 20%;
	display: none;
}

.xf .xf_xun:hover .xf_xun_xiala {
	display: block;
}

.xf .xf_xun:nth-child(4) .xf_xun_xiala {
	background: none;
	left: -150px;
}

.xf .xf_nei {
	position: relative;
	cursor: pointer
}

.xf .xf_hover {
	position: absolute;
	top: 3%;
	left: -54%;
	width: 40px;
	height: 40px;
	background: #0663a4;
	text-align: center;
	line-height: 45px;
	border-radius: 5px 0px 0px 5px;
	cursor: pointer
}

.xf .xf_hover i {
	color: #fff;
	font-size: 22px
}

.xf.active {
	right: 0;
	transition: all 0.4s ease 0s;
	-webkit-transform: all 0.4s ease 0s;
}

@media screen and (max-width:1440px) {
	.index_product .index_product_body .product_body_left .body_left_nei {
		top: 200px;
	}
}

@media screen and (max-width:1210px) {
	.nei_daohang {
		display: none;
	}
	.bottom,
	.pc_top,
	.slick-dots,
	.xf {
		display: none !important;
	}
	.mo_top {
		display: block;
	}
	.mo_bottom {
		display: block;
	}
	.mo_yc,
	.pro_left {
		display: block;
	}
	.disable_text_highlighting,
	body {
		/*去除选中高亮*/
		-webkit-touch-callout: none;
		-webkit-user-select: none;
		/* Webkit */
		-moz-user-select: none;
		/* Firefox */
		-ms-user-select: none;
		/* IE 10  */
		/* Opera 目前不支持在Opera，但将很快 */
		-o-user-select: none;
		user-select: none;
	}
	.big,
	.point {
		display: none
	}
	.quan {
		width: 96%;
		margin: 0 auto;
		overflow: hidden;
	}
	.slick-next,
	.slick-prev {
		display: none !important;
	}
	.index_about .index_about_nei {
		padding: 30px 0px;
	}
	.index_liny .index_liny_body .liny_body_xun {
		margin-right: 10px;
		width: 32%;
	}
	.index_liny .index_liny_body .liny_body_xun:nth-child(1),
	.index_liny .index_liny_body .liny_body_xun:nth-child(2),
	.index_liny .index_liny_body .liny_body_xun:nth-child(3) {
		margin-bottom: 14px;
	}
	.index_liny .index_liny_body .liny_body_xun img {
		width: 100%
	}
	.index_liny .index_liny_body .liny_body_xun .body_xun_more {
		display: none;
	}
	.index_news .index_news_nei .news_nei_body .nei_body_xun {
		width: 32%;
		margin-right: 14px;
	}
	.index_news .index_news_nei .news_nei_body .nei_body_xun .body_xun_title dd {
		width: 124px;
	}
	.index_about_nei div {
		float: none;
	}
	.index_about .index_about_nei .about_nei_right {
		width: 100%;
		padding-left: 0px;
		padding-top: 20px;
	}
	.index_about .index_about_nei .about_nei_right .nei_right_title {
		padding-bottom: 20px;
		text-align: center;
	}
	.index_about .index_about_nei .about_nei_right .nei_right_body {
		padding: 0px;
	}
	.index_about .index_about_nei .about_nei_right .nei_right_body:before {
		display: none;
	}
	.body_left_bg1 {
		display: block;
	}
	.body_left_bg2,
	.index_product .index_product_body .product_body_left .body_left_nei {
		display: none;
	}
	.index_about .index_about_nei .about_nei_right .nei_right_body .nei_right_more {
		text-align: center;
		width: 100%;
	}
	.aos-init {
		opacity: 1 !important;
	}
	.about .about_nei .about_nei_top .nei_top_xun .top_xun_left,
	.about .about_nei .about_nei_top .nei_top_xun .top_xun_right {
		float: none;
		width: 100%;
	}
	.about .about_nei .about_nei_top .nei_top_xun .top_xun_right {
		text-align: center;
	}
	.nei_bottom_img img {
		width: 100%;
	}
	.about .about_nei .about_nei_bottom .nei_bottom_nei .bottom_nei_xun {
		margin-right: 8px;
		width: 24%;
		padding: 10px;
	}
	.about .about_nei .about_nei_bottom .nei_bottom_nei {
		padding: 0px 25px;
	}
	.about .about_nei .about_nei_bottom .nei_bottom_nei .bottom_nei_xun dd {
		height: 55px;
	}
	.ship {
		position: inherit;
	}
	.lin .lin_nei .lin_nei_left {
		text-align: center;
		width: 100%;
	}
	.lin .lin_nei .lin_nei_right {
		width: 100%;
	}
	.owl-carousel .owl-item {
		margin-right: 0px !important
	}
	#scroll .item {
		text-align: center
	}
	.owl-theme .owl-controls .owl-buttons .owl-prev {
		left: 0 !important
	}
	.owl-theme .owl-controls .owl-buttons .owl-next {
		right: 0 !important
	}
	.content .content_nei .content_nei_title .nei_title_xun {
		margin-right: 9px;
		width: 24%;
		padding: 45px 10px;
	}
	.join .join_nei .join_nei_body .nei_body_xun {
		margin-right: 10px;
		margin-bottom: 10px;
		width: 49%;
	}
	.join .join_nei .join_nei_body .nei_body_xun:nth-child(3) {
		margin-bottom: 10px;
	}
	.join .join_nei .join_nei_body .nei_body_xun:nth-child(4) {
		margin-bottom: 10px;
	}
	.join .join_nei .join_nei_body .nei_body_xun .dian {
		top: 110px;
	}
	.jinz .jinz_nei {
		padding: 20px;
	}
	.jinz .jinz_nei .jinz_nei_wen .nei_wen_xun {
		width: 48%;
	}
	.zhil .zhil_bottom img {
		width: 100%;
	}
	.zhil .zhil_bottom {
		padding: 10px;
	}
	.news .news_nei .news_xun {
		width: 31%;
		margin-right: 24px;
		margin-bottom: 24px;
	}
	.product .product_nei .product_nei_top .nei_top_xun dt {
		font-size: 12px
	}
	.product .product_nei .product_nei_top {
		position: inherit
	}
	.product_danhang.product_danhang_on {
		position: inherit
	}
	.product_xn .product_xn_title {
		padding-top: 30px;
		padding-bottom: 30px
	}
	.jj {
		display: none
	}
	.product_xn {
		padding-bottom: 30px
	}
	.product_wg .product_wg_nei .product_wg_wen .wg_wen_right .wen_right_xun dt img {
		width: 100%
	}
	.gongy .gongy_nei .gongy_xun .gongy_nei_left p:nth-child(1) {
		font-size: 18px
	}
	.gongy .gongy_nei .gongy_xun .gongy_nei_left p:nth-child(2) {
		font-size: 15px
	}
	.gongy .gongy_nei .gongy_xun .gongy_nei_left p:nth-child(3) {
		font-size: 12px
	}
	.gongy .gongy_nei .gongy_xun .gongy_nei_right p:nth-child(1) {
		font-size: 15px
	}
	.gongy .gongy_nei .gongy_xun .gongy_nei_right p:nth-child(2) {
		font-size: 12px
	}
	.gongy_img .gongy_img_xun {
		margin-right: 14px
	}
	.daoh .daoh_nei {
		padding: 30px
	}
	.map .map_nei_body .nei_body_xun dt a {
		width: 18%;
		margin-right: 8px;
		text-align: center;
		margin-bottom: 8px;
		padding: 0px
	}
	.zxun {
		display: inherit;
		justify-content: none;
	}
	.fazhan .fazhan_body .fazhan_body_xun .body_xun_right .xun_right_bottom {
		padding: 0px 30px
	}
	[aos=fade-up] {
		transform: translate(0, 0px) !important;
	}
	#rocket-to-top {
		display: none !important;
	}
	#sticker {
		display: none !important;
	}
}

@media screen and (max-width:780px) {
	.gongy .gongy_nei .gongy_xun {
		width: 100%
	}
	.index_maps,
	.product_nei_title {
		width: 100%;
		margin: 0;
	}
	.maps_dian1 {
		left: 44%;
		top: 21%;
	}
	.maps_dian2 {
		left: 50%;
		top: 23%;
	}
	.maps_dian3 {
		left: 51%;
		top: 28%;
	}
	.maps_dian4 {
		left: 67%;
		top: 42%;
	}
	.maps_dian5 {
		right: 19%;
		bottom: 35%;
	}
	.maps_dian6 {
		right: 20%;
		top: 38%;
	}
	.maps_dian>img {
		width: 15px;
	}
	.maps_con {
		line-height: 2em;
		font-size: 16px;
	}
	.neibanner,
	.banner {
		margin-top: 0!important;
	}
}

@media screen and (max-width:745px) {
	#video_button,
	.videobox .videobox_nei,
	.videobox,
	.ship {
		width: 100%;
		height: 224px;
	}
	#video_button img {
		width: 100%;
		height: 100%;
	}
	.index_product .index_product_body .product_body_left,
	.index_product .index_product_body .product_body_right {
		width: 100%;
		float: none;
	}
	.index_liny .index_liny_body .liny_body_xun,
	.index_news .index_news_nei .news_nei_body .nei_body_xun {
		width: 48%;
		margin-right: 10px;
		float: none;
	}
	.index_liny .index_liny_body .liny_body_xun img {
		width: 100%;
	}
	.index_liny .index_liny_body .liny_body_xun:nth-child(2n),
	.index_news .index_news_nei .news_nei_body .nei_body_xun:nth-child(2n) {
		margin-right: 0px;
	}
	.index_liny .index_liny_body .liny_body_xun:nth-child(3) {
		margin-right: 10px;
	}
	.index_liny .index_liny_body .liny_body_xun:nth-child(1),
	.index_liny .index_liny_body .liny_body_xun:nth-child(2),
	.index_liny .index_liny_body .liny_body_xun:nth-child(3),
	.index_liny .index_liny_body .liny_body_xun:nth-child(4) {
		margin-bottom: 14px;
	}
	.index_liny .index_liny_body .liny_body_xun .body_xun_more {
		display: none;
	}
	.index_news .index_news_nei .news_nei_body .nei_body_xun .body_xun_title dd {
		width: 100%;
		float: none;
	}
	.index_news .index_news_nei .news_nei_body .nei_body_xun .body_xun_title dt {
		float: none;
	}
	.index_news .index_news_nei .news_nei_body .nei_body_xun .body_xun_title {
		line-height: 30px;
	}
	.index_news .index_news_nei .news_nei_body .nei_body_xun:nth-child(3) {
		margin-top: 14px;
	}
	.index_news .index_news_nei .news_nei_body .nei_body_xun .body_xun_img {
		height: auto;
	}
	.zxun {
		line-height: 60px;
	}
	.zxun div {
		width: 100%;
		padding-right: 0px;
		float: none;
		text-align: center;
	}
	.zxun .zxun_nei {
		width: 100%;
	}
	.zxun .zxun_title {
		text-align: center;
	}
	.zxun .zxun_nei_fs {
		width: 50%;
	}
	.about .about_nei .about_nei_top {
		padding-bottom: 0px;
	}
	.about .about_nei .about_nei_bottom .nei_bottom_img {
		display: none;
	}
	.about .about_nei .about_nei_bottom .nei_bottom_nei {
		position: inherit;
		padding: 0px 20px;
	}
	.about .about_nei .about_nei_bottom .nei_bottom_nei .bottom_nei_xun {
		width: 100%;
		margin-bottom: 10px;
	}
	.about .about_nei .about_nei_bottom {
		position: inherit;
	}
	.about .about_nei .about_nei_top .nei_top_xun .top_xun_right img {
		width: 100%;
	}
	.lin .lin_nei .lin_nei_left img {
		width: 100%;
	}
	.lin .lin_nei .lin_nei_right {
		padding: 10px;
	}
	.fazhan .fazhan_body .fazhan_body_xun .body_xun_right .xun_right_bottom dd {
		font-size: 12px;
	}
	.case .case_nei {
		padding: 10px;
	}
	.yiny_center .yiny_center_right .yiny_center_xun {
		margin-right: 15px;
		margin-bottom: 15px;
	}
	.yiny_bottom .yiny_bottom_title dd {
		font-size: 30px;
	}
	.yiny_top .yiny_top_nei .top_nei_title {
		width: 100%;
	}
	.yiny_bottom .yiny_bottom_wen .bottom_wen_left,
	.yiny_bottom .yiny_bottom_wen .bottom_wen_right {
		width: 100%;
		float: none;
	}
	.content .content_nei .content_nei_title .nei_title_xun {
		width: 100%;
		margin-bottom: 10px;
	}
	.content .content_nei .content_nei_title {
		width: 90%;
		margin: 0 auto;
	}
	.liuy .liuy_nei {
		padding: 10px;
	}
	.liuy {
		background: #fff;
	}
	.liuy .liuy_nei .liuy_nei_title span:nth-child(2) {
		display: inline-block;
		width: 100%;
		padding-left: 0px;
		padding-top: 10px;
	}
	.join .join_nei .join_nei_body .nei_body_xun {
		margin-right: 0px;
		margin-bottom: 10px;
		width: 100%;
		padding: 10px;
	}
	.join .join_nei .join_nei_body .nei_body_xun:nth-child(3) {
		margin-bottom: 10px;
	}
	.join .join_nei .join_nei_body .nei_body_xun:nth-child(4) {
		margin-bottom: 10px;
	}
	.join .join_nei .join_nei_body .nei_body_xun .dian {
		top: 90px;
		right: 10px
	}
	.jinz .jinz_nei {
		padding: 10px;
	}
	.jinz .jinz_nei .jinz_nei_wen .nei_wen_xun {
		width: 100%;
	}
	.jinz .jinz_nei .jinz_nei_wen .nei_wen_xun .wen_xun_img,
	.jinz .jinz_nei .jinz_nei_wen .nei_wen_xun dt {
		height: 100%;
	}
	.zhil .zhil_bottom .zhil_bottom_title ul li {
		font-size: 15px;
	}
	.news .news_nei .news_xun {
		width: 48%;
		margin-right: 10px;
		margin-bottom: 10px;
	}
	.news .news_nei .news_xun:nth-child(3n) {
		margin-right: 10px;
	}
	.news .news_nei .news_xun .news_xun_wen {
		padding: 15px
	}
	.product_danhang {
		display: none
	}
	.product_wg .product_wg_nei .product_wg_wen .wg_wen_right,
	.product_wg .product_wg_nei .product_wg_wen .wg_wen_left,
	.product_qx .product_qx_wen .qx_wen_xun {
		float: none !important;
		width: 100%
	}
	.product_xn .product_xn_body .tab tr td p:nth-child(1),
	.product_xn .product_xn_body .tab tr td,
	.product_xn .product_xn_body .tab tr td p:nth-child(2),
	.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab tr td:nth-child(2) span,
	.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tabnext tr:nth-child(1) td p:nth-child(1),
	.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tabnext tr:nth-child(1) td p:nth-child(2) {
		font-size: 12px
	}
	.yiny_top .yiny_top_nei {
		padding: 20px 0px
	}
	.gongy .gongy_nei .gongy_xun .gongy_nei_center {
		padding: 0px 10px
	}
	.gongy_img .gongy_img_xun {
		margin-right: 6px
	}
	.gongy .gongy_nei .gongy_xun .gongy_xun_top .gongy_nei_left {
		padding-right: 0px
	}
	.gongy .gongy_nei .gongy_xun .gongy_xun_top .gongy_nei_right {
		padding-left: 0px
	}
	.wenti .wenti_nei .wenti_nei_xun li dd {
		width: 260px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
	}
	.wenti .wenti_nei .wenti_nei_xun {
		padding: 0px
	}
	.news_details .news_details_wen .news_fenye div {
		float: none;
		text-align: center
	}
	.news .news_nei {
		padding: 20px 0px
	}
	.map .map_nei_body .nei_body_xun dd {
		text-align: center
	}
	.map .map_nei_body .nei_body_xun dt a {
		width: 48%;
		margin-right: 8px;
		text-align: center;
		margin-bottom: 8px;
		padding: 0px
	}
	.map .map_nei_body .nei_body_xun dt a:nth-child(2n) {
		margin-right: 0px
	}
	.product_qx .product_qx_wen .qx_wen_xun img {
		width: 100%
	}
	.point-area {
		height: 100% !important
	}
	.point-area dd {
		width: 100% !important;
		height: 100% !important
	}
	.news_details .news_details_title dd {
		font-size: 18px
	}
}

@media screen and (max-width:667px) {
	.news .news_nei .news_xun {
		width: 100%;
		margin-right: 0px;
		margin-bottom: 10px;
	}
	.news .news_nei .news_xun:nth-child(3n) {
		margin-right: 0px;
	}
	.news .news_nei .news_nei_top {
		padding-bottom: 20px;
	}
}
@media screen and (max-width: 400px) {
	.product_cs .product_cs_wen .cs_wen_nei .wen_nei_tab tr .ts {
		display: none;
	}
}
@media screen and (max-width:360px) {
	.index_liny .index_liny_body .liny_body_xun,
	.index_news .index_news_nei .news_nei_body .nei_body_xun {
		width: 48%;
		margin-right: 9px;
	}
	.index_liny .index_liny_body .liny_body_xun:nth-child(2n) {
		margin-right: 0px;
	}
	.index_liny .index_liny_body .liny_body_xun:nth-child(3) {
		margin-right: 9px;
	}
	.index_liny .index_liny_body .liny_body_xun:nth-child(1),
	.index_liny .index_liny_body .liny_body_xun:nth-child(2),
	.index_liny .index_liny_body .liny_body_xun:nth-child(3),
	.index_liny .index_liny_body .liny_body_xun:nth-child(4) {
		margin-bottom: 13px;
	}
	.map .map_nei_body .nei_body_xun dt a {
		margin-right: 7px
	}
	.yiny_center .yiny_center_right .yiny_center_xun {
		margin-right: 13px;
		margin-bottom: 13px;
	}
}

@media screen and (max-width:320px) {
	.index_liny .index_liny_body .liny_body_xun,
	.index_news .index_news_nei .news_nei_body .nei_body_xun {
		width: 48%;
		margin-right: 8px;
	}
	.index_liny .index_liny_body .liny_body_xun:nth-child(2n) {
		margin-right: 0px;
	}
	.index_liny .index_liny_body .liny_body_xun:nth-child(3) {
		margin-right: 8px;
	}
	.index_liny .index_liny_body .liny_body_xun:nth-child(1),
	.index_liny .index_liny_body .liny_body_xun:nth-child(2),
	.index_liny .index_liny_body .liny_body_xun:nth-child(3),
	.index_liny .index_liny_body .liny_body_xun:nth-child(4) {
		margin-bottom: 12px;
	}
	.gongy_img .gongy_img_xun {
		margin-right: 6px
	}
	.yiny_center .yiny_center_right .yiny_center_xun {
		margin-right: 11px;
		margin-bottom: 11px;
	}
	.map .map_nei_body .nei_body_xun dt a {
		margin-right: 5px
	}
}

.indexpro {
	width: 100%;
	min-height: 605px;
	max-width: 100%;
	padding: 30px 50px;
	box-sizing: border-box;
	background: #2c3035;
}

.indexpro img {
	width: 100%;
	height: 100%;
}

.indextitle1 {
	text-align: center;
	font-size: 30px;
	color: #fff;
}

.indextitle .indextitle2 {
	font-size: 24px;
	color: #fff;
	text-align: center;
}

.prosel {
	width: 1200px;
	margin: auto;
}

.pro-uls {
	text-align: center;
	margin: 30px 0;
	overflow: hidden;
}

.pro-uls li {
	display: inline-block;
	width: 120px;
	height: 32px;
	line-height: 32px;
	border-bottom: 2px solid transparent;
	color: #fff;
	cursor: pointer;
}

.pro-list {
	width: 280px;
	height: 355px;
	overflow: hidden;
	cursor: pointer;
	float: left;
	margin-right: 26px;
}

.pro-list:last-child {
	margin-right: 0;
}

.pro-img {
	width: 280px;
	height: 285px;
	position: relative;
}

.pro-bg {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	padding: 30px 0;
	color: #fff;
	text-transform: uppercase;
	/*将文字转换为大写*/
	font-size: 20px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	box-sizing: border-box;
}

.pro-bg::before {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.5);
	content: '';
	-webkit-transition: -webkit-transform 0.6s;
	transition: transform 0.6s;
	-webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
	transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, -100%, 0);
}

.pro-list:hover .pro-bg::before {
	-webkit-transform: scale3d(3.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
	transform: scale3d(3.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 100%, 0);
}

.pro-bg p {
	position: absolute;
	right: 15px;
	bottom: 74px;
	padding: 0 1em;
	max-width: 250px;
	border-right: 4px solid #fff;
	opacity: 0;
	-webkit-transition: opacity 0.35s;
	transition: opacity 0.35s;
}

.pro-list:hover .pro-bg p {
	opacity: 1;
	-webkit-transition-delay: 0.1s;
	transition-delay: 0.1s;
}

.pro-fs1 {
	font-size: 14px;
	line-height: 40px;
	color: #fff;
}

.pro-fs2 {
	font-size: 12px;
	line-height: 15px;
	color: #737577;
}

.pro-txt {
	padding-bottom: 10px;
	border-bottom: 2px solid #666;
}

.pro-lis {
	color: #0663a4!important;
	border-bottom: 2px solid #0663a4!important;
}

.pro-list:hover .pro-txt {
	border-bottom: 2px solid #0663a4;
}


/*轮播css*/

.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}

.swiper-slide {
	/*background: #fff;*/
	Center slide text vertically display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}

.hider {
	display: none;
}

.of {
	overflow: hidden;
}

@media screen and (max-width:780px) {
	.indexpro {
		padding: 20px;
		height: auto;
		padding-bottom: 10px;
	}
	.prosel {
		width: 100%;
	}
	.w-50 {
		width: 100%!important;
	}
	.pro-uls {
		margin: 0;
	}
	.pro-list {
		width: 48%;
		height: auto;
		margin-right: 10px;
		margin-bottom: 20px;
	}
	.pro-list:nth-child(2n) {
		margin-right: 0;
	}
	.pro-bg {
		display: none;
	}
	.pro-img {
		width: 100%;
		height: 200px;
	}
}

.et_monarch .et_social_sidebar_networks li,
.et_monarch .et_social_mobile li {
	background: #9bcfca;
}

.et_monarch .et_social_sidebar_networks .et_social_icons_container li:hover,
.et_monarch .et_social_mobile .et_social_icons_container li:hover {
	background: #004366 !important;
}

.et_social_sidebar_border li {
	border-color: #004366 !important;
}

.et_monarch .et_social_sidebar_networks .et_social_icons_container li i,
.et_monarch .et_social_sidebar_networks .et_social_icons_container li .et_social_count,
.et_monarch .et_social_mobile .et_social_icons_container li i,
.et_monarch .et_social_mobile .et_social_icons_container li .et_social_count {
	color: #ffffff;
}

.et_monarch .et_social_sidebar_networks .et_social_icons_container li:hover i,
.et_monarch .et_social_sidebar_networks .et_social_icons_container li:hover .et_social_count,
.et_monarch .et_social_mobile .et_social_icons_container li:hover i,
.et_monarch .et_social_mobile .et_social_icons_container li:hover .et_social_count {
	color: #ffffff !important;
}

.table tr:nth-child(1) td {
	background: #eeeeee!important;
	color: #666666!important;
	font-size: 13px;
}

.table tr td {
	background: #fff;
	line-height: 40px;
	font-size: 13px;
}
.table  tr:hover td {
    background: #0663a4;
    color: #fff;
}
.table {
	background: #dcdcdc;
	width: 100%;
	text-align: center;
}

.mar-au {
	margin: auto;
}

.wen_n tr:nth-child(1) td {
	background: #eeeeee;
	color: #666666;
	font-size: 13px;
}

.wen_n tr td {
	background: #fff;
	line-height: 40px;
	font-size: 13px;
	color: #333333;
}

.tce_fs p {
	font-size: 16px;
	line-height: 2em;
	margin-left: 40px;
	text-align: justify;
}

.w-50 {
	width: 50%;
	float: left;
}

#span_fs {
	width: 378px;
	vertical-align: top;
	text-align: left;
}