#center {
	padding: 50px 0px;
}
.page {
	margin: 0 auto;
	width: 1200px
}
.box {
	margin: 0 auto;
	width: 1400px
}
.bg {
	width: 100%;
	min-width: 1200px;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
/*左右浮动清除*/

.clear {
	clear: both;
	height: 0px;
	overflow: hidden;
}
/*间隙*/

.top10 {
	padding-top: 10px;
}
.top20 {
	padding-top: 20px;
}
.top30 {
	padding-top: 30px;
}
.top40 {
	padding-top: 40px;
}
.top50 {
	padding-top: 50px;
}
.top60 {
	padding-top: 60px;
}
.top70 {
	padding-top: 70px;
}
.top80 {
	padding-top: 80px;
}
.top90 {
	padding-top: 90px;
}
.top100 {
	padding-top: 100px;
}
/*英文样式*/

.font_en {
	font-family: 'Noto Sans SC', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
	text-transform: uppercase;
	font-weight: normal;
}
/*公共标题样式*/

.t {
	text-align: center;
}
.t p {
	font-size: 40px;
	color: #333;
	margin-bottom: 2px;
	font-weight: bold;
}
.t b {
	color: #06a0ed;
}
.t span {
	display: block;
	font-size: 16px;
	font-weight: lighter;
}
/*抬头*/

.head_bg {
	background: url(../images/20200409194426_1678494825.jpg)no-repeat center;
	height: 120px;
	position: relative;
}
.logo {
	margin-top: 10px;
	margin-left: 30px;
}
.head_w {
	width: 1124px;
	padding-left: 32px;
}
.head_top {
	height: 40px;
	line-height: 40px;
	font-size: 13px;
	color: #999;
}
.head_r a {
	display: block;
	float: left;
	padding-left: 42px;
	width: 70px;
	border-left: 1px #eee solid;
	color: #999;
}
.head_r a:nth-child(1) {
	background: url(../images/20200409200201_876988420.png)no-repeat 16px center;
}
.head_r a:nth-child(2) {
	background: url(../images/20200409200234_1884178628.png)no-repeat 16px center;
	border-right: 1px #eee solid;
}
.head_tel {
	background: url(../images/20200409200813_36740069.png)no-repeat center left;
	font-size: 16px;
	color: #06a0ed;
	font-weight: bold;
	padding-left: 25px;
	margin-left: 14px;
	border-right: 1px #eee solid;
	padding-right: 10px;
}
.head_l {
	font-size: 18px;
	font-weight: lighter;
}
/*导航栏*/

.hnav {
	margin-left: 32px;
}
.hnav>ul>li {
	padding: 0 24px;
	position: relative;
	float: left;
}
.hnav>ul>li>a {
	display: block;
	line-height: 80px;
	font-size: 18px;
	position: relative;
}
.hnav>ul>li.cur>a, .hnav>ul>li:hover>a {
	color: #069feb;
	font-weight: bold;
}
.hnav>ul>li>a {
	color: #444;
}
.hnav>ul>li:nth-child(3)>a:after {
	content: '';
	width: 153%;
	left: -26%;
	height: 3px;
	background: #069feb;
	position: absolute;
	bottom: 15px;
	opacity: 0;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.hnav>ul>li>a:after {
	content: '';
	width: 167%;
	left: -33%;
	height: 3px;
	background: #069feb;
	position: absolute;
	bottom: 15px;
	opacity: 0;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.hnav>ul>li.cur>a:after, .hnav>ul>li:hover>a:after {
	bottom: 0;
	opacity: 1;
	-webkit-transition: 500ms;
	transition: 500ms;
}
.hnav>ul>li .xl {
	width: 100%;
	background: #038cd0;
	position: absolute;
	top: 80px;
	left: 0;
	z-index: 99999;
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
	-webkit-transform: perspective(600px) rotateX(-90deg);
	transform: perspective(600px) rotateX(-90deg);
	-webkit-transition: 600ms ease;
	transition: 600ms ease;
}
.hnav>ul>li .xll {
	width: 450px;
}
.hnav>ul>li .xll a:nth-child(2n) {
	float: right;
}
.hnav>ul>li .xll a:nth-child(2n-1) {
	float: left;
}
.hnav>ul>li .xll a {
	width: 225px;
}
.hnav>ul>li:hover .xl {
	-webkit-transform: perspective(600px) rotateX(0deg);
	transform: perspective(600px) rotateX(0deg);
	-webkit-transition: 600ms ease;
	transition: 600ms ease;
}
.hnav>ul>li .xl a {
	font-size: 14px;
	display: block;
	line-height: 42px;
	text-align: center;
	color: #fff;
	background: #038cd0;
	margin-bottom: 1px;
	-webkit-transition: 600ms ease;
	transition: 600ms ease;
}
.hnav>ul>li .xl a:hover {
	line-height: 42px;
	background: #069feb;
	-webkit-transition: 600ms ease;
	transition: 600ms ease;
}
.hnav>ul>li .xl td b {
	font-size: 0;
	line-height: 0;
}
.hnav>ul>li .xl td b a {
	font-size: 16px;
	color: #fff !important;
}

@media (max-width:1660px) {
.hnav>ul>li {
	padding: 0 20px;
}
}

@media (max-width:1455px) {
.hnav>ul>li {
	padding: 0 15px;
}
}

@media (max-width:1380px) {
.hnav>ul>li {
	padding: 0 10px;
}
}
/*搜索*/

.search-bg {
	width: 956px;
	height: 60px;
	line-height: 60px;
	padding-left: 10px;
	float: left;
}
.search-i {
	width: 60px;
	overflow: hidden;
	height: 60px;
	float: left;
	cursor: pointer;
}
.head_bg .searchIcon {
	float: right;
	width: 80px;
	height: 80px;
	background: url("../images/20200410132527_1697947990.png") no-repeat center;
	cursor: pointer;
}
.head_bg .slideDown {
	display: none;
	text-align: center;
	font-size: 0;
	overflow: hidden;
	position: absolute;
	right: 0;
	top: 100%;
	width: 100%;
	height: 204px;
	background: rgba(6,159, 235,0.7);
	z-index: 9999;
}
.head_bg .slideDown .searchBox {
	overflow: hidden;
	display: inline-block;
	width: 1028px;
	height: 60px;
	margin-top: 50px;
	margin-bottom: 15px;
	background: #fff;
	border-radius: 50px;
}
.head_bg .slideDown .searchBox {
*display: inline
}
.head_bg .slideDown .searchHot {
	font-size: 14px;
	color: #fff;
}
.head_bg .slideDown .searchHot a {
	color: #fff;
}
.head_bg .slideDown .searchBox input[type='text'] {
	font-size: 14px;
	color: #666;
	float: left;
	width: 840px;
	height: 100%;
	border: none;
	outline: none;
	background: none;
	line-height: 60px;
	margin-left: 25px;
	font-size: 14px;
	color: #666;
}
.head_bg .slideDown .searchBox button[type='submit'] {
	cursor: pointer;
	float: right;
	margin-right: 15px;
	width: 60px;
	height: 60px;
	border: none;
	background: url("../images/20200411105721_2099816913.png") no-repeat center;
}
/*幻灯片*/

.focus {
	width: 100%;
	min-width: 1200px;
	height: 700px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}
.focus ul {
	height: 100%;
	position: absolute;
	overflow: hidden;
}
.focus ul li {
	float: left;
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: relative;
	background: #000;
}
.focus ul li div {
	position: absolute;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
.focus .btnBg {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 0;
	background: #000;
	display: none;
}
.focus .btn {
	position: absolute;
	width: 952px;
	height: 23px;
	margin-left: -480px;
	left: 50%;
	bottom: 30px;
	text-align: center;
}
.focus .btn span {
	font-size: 0;
	display: inline-block;
	_display: inline;
	_zoom: 1;
	width: 60px;
	height: 10px;
	text-align: center;
	_font-size: 0;
	margin-left: 16px;
	cursor: pointer;
	background: #efe2e7;
}
.focus .btn span.on {
	background: #069feb;
}
.focus .preNext {
	width: 45px;
	height: 100px;
	position: absolute;
	top: 250px;
	background: url(../images/20200411105800_2029749779.png) no-repeat 0 0;
	cursor: pointer;
}
.focus .pre {
	left: 0;
}
.focus .next {
	right: 0;
	background-position: right top;
}
/*实力*/

.feat_bg {
	background: #fff;
}
.feat_box {
}
.feat_box {
	font-size: 0;
	text-align: center;
}
.feat_box>dl {
	width: 19.9%;
	padding: 34px 0;
	display: inline-block;
	vertical-align: top;
	font-size: 0;
}
.feat_box>dl+dl {
	border-left: 1px solid #e8e8e8;
}
.feat_box>dl dt, .ewm_box>dl dd {
	display: inline-block;
	vertical-align: top;
}
.feat_box>dl dt {
}
.feat_box>dl dd {
	margin-left: 15px;
	display: inline-block;
	text-align: left;
	line-height: 20px;
	padding-top: 8px;
}
.feat_box>dl dd b {
	font-size: 16px;
	color: #0d6b60;
}
.feat_box>dl dd p {
	font-size: 16px;
	line-height: 1em;
	color: #666666;
}
.feat_box>dl dd i {
	font-size: 12px;
	text-transform: capitalize;
	margin-top: 8px;
	color: #999999;
	font-style: normal;
}
/*产品*/

.prod_bg {
	background: #f9f9f9 url(../images/20200410145223_918551877.jpg) center top;
}
.list {
	overflow: hidden;
	width: 270px;
}
.list_t {
	background: url(../images/20200410144134_1282405709.jpg)no-repeat center;
	height: 128px;
	color: #fff;
	text-align: center;
}
.list_t p {
	font-size: 28px;
	font-weight: bold;
	padding-top: 34px;
}
.list_t span {
	display: block;
	font-size: 16px;
	margin-top: 6px;
}
.list_d > table > tbody > tr, .prod_list_row2 > table > tbody, .prod_list_row2 > table {
	display: block;
	width: 100%;
	border: 0 none;
	position: relative;
}
.list_d > table > tbody > tr:after {
	content: '';
	width: 3px;
	height: 100%;
	position: absolute;
	background: #e1e1e1;
	left: 0;
	top: 0;
	transition: 0.3s all ease
}
.list_d > table > tbody > tr > td:first-child {
	line-height: 60px;
	width: 100%;
	display: block;
	padding: 0 !important;
	height: 60px;
	border-top: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5;
}
.list_d > table > tbody > tr > td:first-child > b > a {
	color: #343434 !important;
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	top: 0;
	font-size: 18px;
	font-weight: normal;
	padding: 0 45px 0 40px;
	background: #efefef url(../images/20200416111624_2121041014.png) no-repeat 260px center;
	transition: 0.3s all ease;
}
.list_d > table > tbody > tr:hover> td:first-child > b > a {
	color: #06a0ed !important;
	font-weight: bold;
}
.list_d > table > tbody > tr:hover:after {
	background: #06a0ed
}
.list_d > table > tbody > tr > td:first-child > b > a:after {
	content: '';
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	left: 30px;
	top: 15px;
}
.list_d > table > tbody > tr:nth-child(2) > td:first-child > b > a:after {
}
.list_d > table > tbody > tr > td:first-child > b {
	font-size: 0px;
	font-size: 0em;
	display: block;
	position: relative;
	height: 60px;
}
.list_d > table > tbody > tr > td > div {
	width: 100%;
	padding: 10px 0 5px;
	background: #f8f8f8;
	line-height: 0
}
.list_d > table > tbody > tr > td > div:after {
	content: '';
	display: block;
	clear: both;
}
.list_d > table > tbody > tr > td > div > a {
	display: block;
	line-height: 30px;
	padding: 0 45px 0 70px !important;
	line-height: 36px;
	width: 100%;
	font-size: 14px;
	color: #888 !important;
	float: left;
	position: relative;
}
.list_d > table > tbody > tr > td > div > a:first-child {
	border-top: 0 none;
}
.list_d > table > tbody > tr > td > div > a:after {
	content: '';
	clear: both;
	width: 6px;
	height: 1px;
	background: #ccc;
	position: absolute;
	display: block;
	left: 45px;
	top: 20px;
}
.list_d > table > tbody > tr:nth-child(7) #showtyepname {
	display: none;
}
#showtyepname {
	width: 270px;
}
.prod_r {
	width: 894px;
}
.prod_r table tr td {
	display: block;
	float: left;
	background: #fff;
	width: 280px;
	overflow: hidden;
	margin-bottom: 22px;
	position: relative;
	margin-right: 18px;
	padding: 0px !important;
}
.prod_r table tr td>a {
	display: block;
	overflow: hidden;
}
.prod_r table tr td>a img {
	display: block;
	height: auto !important;
}
.prod_r table tr td>a:before, .prod_r table tr td>a:after {
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	transition: 0.6s;
}
.prod_r table tr td>a:before {
	background: rgba(0,0,0,0.3);
	transform-origin: 0 100%;
	transform: rotate(-90deg);
	bottom: 0;
	left: 0;
}
.prod_r table tr td>a:after {
	background: url(../images/20200414201154_917550993.png) no-repeat center;
	transform: scale(0);
	top: 0;
	left: 0;
}
.prod_r table tr td:hover>a:before {
	transform: rotate(0deg);
	transition: 0.6s;
}
.prod_r table tr td:hover>a:after {
	transform: scale(1);
	transition: 0.6s;
}
.prod_r table tr td:nth-child(3) {
	margin-right: 0px;
}
.prod_r table tr td br {
	display: none;
}
.prod_r table tr td span a {
	display: block;
	text-align: left;
	font-size: 16px;
	color: #333;
	line-height: 50px;
	height: 50px;
	border-bottom: 1px #ccc dotted;
	position: relative;
	padding-left: 16px;
}
.prod_r table tr td span a:before {
	content: "查看详情";
	position: absolute;
	top: 50px;
	left: 16px;
	font-size: 14px;
	color: #999;
}
.prod_r table tr td span a:after {
	content: "";
	position: absolute;
	top: 68px;
	right: 16px;
	background: url(../images/20200414201217_428986551.png);
	width: 8px;
	height: 17px;
}
.prod_r table tr:nth-child(3) td {
	margin-bottom: 0px;
}
/*广告图*/

.banner_bg1 {
	background: url(../images/20200414195443_341123198.jpg)no-repeat center;
	height: 285px;
}
.banner_l {
	margin-top: 64px;
}
.banner_l p {
	color: #fff;
	font-weight: bold;
	font-size: 36px;
	letter-spacing: 3px;
}
.banner_l p b {
	font-size: 44px;
}
.banner_l em {
	font-style: normal;
	display: block;
	color: #a9def9;
	font-size: 18px;
	letter-spacing: 1px;
	margin-top: 5px;
}
.banner_l span {
	width: 140px;
	line-height: 50px;
	font-size: 16px;
	color: #fff;
	float: left;
	margin-left: 15px;
	height: 0;
	border-width: 0px 20px 50px 0px;
	border-style: none solid solid;
	border-color: transparent transparent #0384c4;
	text-align: center;
	margin-top: 20px;
	display: block;
}
.banner_ll {
	margin-left: 0px !important;
}
.banner_r {
	margin-top: 68px;
}
/*应用*/

.app_bg {
	background: #f9f9f9;
	height: 922px;
}
.solution_bg {
	width: 1560px;
	height: 747px;
}
.industry ul a {
	height: 125px;
	margin-left: 1px;
	float: left;
	width: 202px;
	background-position: 50px 2px;
	background-repeat: no-repeat;
	transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	position: relative;
	text-align: center;
	cursor: pointer;
}
.industry ul a:after {
	content: "";
	display: block;
	width: 1px;
	height: 60px;
	background: #eee;
	position: absolute;
	top: 30px;
	left: 202px;
}
.industry ul a p {
	font-size: 18px;
	color: #333;
	margin-top: 65px;
	font-weight: bold
}
.industry ul a span {
	font-size: 12px;
	color: #999;
	line-height: 25px;
}
.industry #ul {
	margin-top: 35px;
	height: 125px;
	background: #fff;
}
.industry ul a:nth-child(1) {
	margin-left: 0px;
	background: url(../images/20200411105832_412742251.png) no-repeat center -5px;
}
.industry ul a:nth-child(2) {
	background: url(../images/20200411105909_954073835.png) no-repeat center -5px;
}
.industry ul a:nth-child(3) {
	background: url(../images/20200411105922_506988165.png) no-repeat center -5px;
}
.industry ul a:nth-child(4) {
	background: url(../images/20200411105935_249915785.png) no-repeat center -5px;
}
.industry ul a:nth-child(5) {
	background: url(../images/20200411105948_1382877867.png) no-repeat center -5px;
}
.industry ul a:nth-child(6) {
	background: url(../images/20200411110010_3870690.png) no-repeat center -5px;
}
.industry ul .on {
	background-position: center -95px !important;
	background-color: #069feb !important;
}
.industry ul .on p {
	color: #fff;
}
.industry ul .on span {
	color: #fff;
}
.industry ul a.on:nth-child(1) {
	background-color: #069feb !important;
}
.ind_r {
	width: 540px;
	background: #000;
	height: 546px;
	padding-left: 60px;
	background-color: rgba(0, 0, 0, 0.4);
	position: relative;
	top: -546px;
}
.ind_r b {
	color: #fff;
	font-weight: bold;
	font-size: 30px;
	margin-top: 105px;
	display: block;
}
.ind_r b:after {
	content: "";
	display: block;
	height: 30px;
	width: 1px;
	margin: 25px 0;
	background: #fff;
}
.ind_r p {
	color: #fff;
	font-size: 16px;
	font-weight: lighter;
	line-height: 40px;
	width: 420px;
}
.ind_r a {
	width: 110px;
	height: 50px;
	padding-left: 70px;
	line-height: 50px;
	display: block;
	background: #069feb;
	color: #fff;
	margin-top: 35px;
	font-size: 16px;
	font-weight: bold;
	border-radius: 50px;
	position: relative;
}
.ind_r a:before {
	content: "";
	display: block;
	background: #fff url(../images/20200411110110_807884788.png)no-repeat center;
	width: 30px;
	height: 30px;
	border-radius: 50%;
	position: absolute;
	top: 10px;
	left: 30px;
}
.ind_r a:hover {
	background: #eee;
	color: #333;
}
.industry .tempWrap {
	width: 1560px !important;
	height: 618px;
}
.industry_cont {
	height: 546px;
}
/*优势*/



.adv_option {
	width: 1200px;
	margin: 0 auto;
	height: 100px;
	margin-top: 30px;
}
.adv_option .tub {
	width: 56px;
	height: 56px;
	border-radius: 56px;
	background: #e1e1e1;
	margin: 22px 25px;
	-webkit-transition: .3s all ease-in-out;
	transition: .3s all ease-in-out;
}
.adv_option li {
	display: block;
	float: left;
	width: 280px;
	height: 100px;
	margin-left: 26.6px;
	cursor: pointer;
	background: #f5f5f5;
}
.adv_option li:nth-child(1) .tub {
	background-image: url(../images/20200411110417_1772453485.png);
	background-position: center 2px;
}
.adv_option li:nth-child(2) .tub {
	background-image: url(../images/20200411110358_1964022027.png);
	background-position: center 2px;
}
.adv_option li:nth-child(3) .tub {
	background-image: url(../images/20200411110339_1266487155.png);
	background-position: center 2px;
}
.adv_option li:nth-child(4) .tub {
	background-image: url(../images/20200411110711_365143180.png);
	background-position: center 2px;
}
.adv_option li.on:nth-child(1) .tub {
	background-image: url(../images/20200411110417_1772453485.png);
	background-position: center 53px;
}
.adv_option li.on:nth-child(2) .tub {
	background-image: url(../images/20200411110358_1964022027.png);
	background-position: center 53px;
}
.adv_option li.on:nth-child(3) .tub {
	background-image: url(../images/20200411110339_1266487155.png);
	background-position: center 53px;
}
.adv_option li.on:nth-child(4) .tub {
	background-image: url(../images/20200411110711_365143180.png);
	background-position: center 53px;
}
.adv_option .on {
	color: #fff;
}
.adv_option li.on {
	background: #069feb;
}
.adv_option .on p {
	color: #fff;
}
.adv_option .on d {
	color: #fff;
}
.adv_option .on .tub {
	background: #fff;
}
.adv_option li:nth-child(1) {
	margin-left: 0px;
}
.adv_option li p {
	font-size: 28px;
	color: #333;
	margin-top: 20px
}
.adv_option li d {
	font-size: 12px;
	line-height: 25px;
	color: #999;
}
.adv_option li.on:after {
	display: block;
}
#adv_bg {
	background: url(../images/20200411110743_254351989.jpg)no-repeat center;
	height: 807px;
	margin-top: 45px;
}
.adv_box {
	width: 1200px;
	height: 720px;
	background: #fff;
	margin: 0 auto;
}
.adv_bbox {
	width: 1200px;
	margin: 0 auto;
	border-right: 50px #fff solid;
	border-left: 50px #fff solid;
}
.adv_l {
	width: 280px;
	height: 444px;
}
.adv_l p {
	font-size: 40px;
	color: #222;
	margin-top: 20px;
}
.adv_l .dian {
	width: 9px;
	height: 9px;
	border-radius: 9px;
	background: #ddd;
	float: left;
	margin-top: 20.5px;
	margin-right: 20px;
}
.adv_l .numb {
	padding-top: 80px;
}
.adv_l ul {
	position: relative;
	margin-top: 50px;
}
.adv_l li {
	line-height: 50px;
	color: #222;
	font-size: 20px;
}
.adv_l .xian {
	width: 1px;
	height: 100px;
	background: #ddd;
	position: absolute;
	top: 25px;
	left: 4px;
}
.adv_b {
	width: 570px;
}
.adv_b p {
	font-size: 24px;
	color: #333;
	margin-top: 60px;
}
.adv_b span {
	font-size: 16px;
	color: #666;
	line-height: 30px;
	margin-top: 20px;
	display: block;
}
.adv_img {
	margin-left: 20px;
	margin-top: 27px;
}
.adv .tempWrap {
	width: 1200px !important;
	margin: 0 auto;
}
/*客户见证*/

.partner_t table tr td {
	display: block;
	float: left;
	padding: 0px !important;
	width: 240px;
	overflow: hidden;
	position: relative;
	margin-left: 0px;
	margin-bottom: 20px;
}
.partner_t table tr td img {
	display: block;
	width: 218px;
	height: 108px;
	border: 1px #eee solid;
}
.partner_t table tr td br {
	display: none;
}
.partner_t table tr td:nth-child(1) {
	margin-left: 0px;
}
.partner_t table tr td div {
	display: none;
}
/*流程*/

.pess_bg {
	height: 427px;
	background: url(../images/20200411110851_108246102.jpg) no-repeat center bottom;
}
.pess_t {
	text-align: left;
}
.pess_t p {
	font-size: 34px;
	line-height: 34px;
	margin-bottom: 6px;
}
.pess_b li {
	float: left;
	width: 152px;
	height: 152px;
	border: 1px #ccc solid;
	background: #fff;
	margin-left: 20px;
	text-align: center;
	font-weight: bold;
	position: relative;
	cursor: pointer;
}
.pess_b li:first-child {
	margin-left: 0;
}
.pess_b li:before, .pess_b li:after {
	content: "";
	display: block;
	width: 16px;
	height: 100%;
	position: absolute;
	top: 0;
	background: url(../images/20200411110920_448311192.png) no-repeat center;
}
.pess_b li:before {
	left: -2px;
}
.pess_b li:after {
	right: -15px;
}
.pess_b li:first-child::before, .pess_b li:last-child::after {
	display: none;
}
.pess_b li p {
	font-size: 18px;
	color: #222;
}
.pess_b li p:before {
	content: "";
	display: block;
	width: 50px;
	height: 50px;
	border: 2px #ccc solid;
	background: #f5f5f5;
	border-radius: 100%;
	margin: 18px auto 10px auto;
	overflow: hidden;
	background-position: center;
}
.pess_b li:nth-child(1) p:before {
	background-image: url(../images/20200411110940_923346150.png);
}
.pess_b li:nth-child(2) p:before {
	background-image: url(../images/20200411111003_1001660132.png);
}
.pess_b li:nth-child(3) p:before {
	background-image: url(../images/20200411111024_1760975890.png);
}
.pess_b li:nth-child(4) p:before {
	background-image: url(../images/20200411111045_538826430.png);
}
.pess_b li:nth-child(5) p:before {
	background-image: url(../images/20200411111107_190031046.png);
}
.pess_b li:nth-child(6) p:before {
	background-image: url(../images/20200411111129_1062411635.png);
}
.pess_b li:nth-child(7) p:before {
	background-image: url(../images/20200411111209_1739398354.png);
}
.pess_b li span {
	font-weight: bold;
	font-size: 16px;
	line-height: 36px;
}
.pess_b li:hover {
	border: 1px #069feb solid;
	background: #069feb;
	color: #fff;
}
.pess_b li:hover p {
	color: #fff;
}
.pess_b li:hover::after {
	background: url(../images/20200411101018_1314171414.png) no-repeat center;
}
.padv_bw p {
	font-size: 18px;
	font-weight: bold;
	color: #222;
	padding-left: 26px;
	line-height: 34px;
	background: url(../images/20200411111240_215433111.png)no-repeat center left;
}
.padv_bw b {
	font-size: 34px;
	font-weight: bold;
	color: #069feb;
}
/*简介*/

.com_bg {
	height: 680px;
	padding-top: 90px;
	background: url(../images/20200411101353_178545581.jpg) no-repeat center top;
}
.com_r {
	width: 580px;
}
.com_r p {
	font-size: 24px;
	color: #222;
	margin-top: 35px;
}
.com_r b {
	font-size: 18px;
	color: #069feb;
	display: block;
	margin-top: 6px;
}
.com_r em {
	display: block;
	background: url(../images/20200411111309_1807607284.png)no-repeat;
	width: 24px;
	height: 23px;
	margin-top: 10px;
}
.com_r span {
	display: block;
	font-size: 14px;
	font-weight: lighter;
	line-height: 28px;
	margin-top: 12px;
}
.com_r a {
	display: block;
	float: left;
	width: 118px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #333;
	color: #fff;
	font-size: 15px;
	font-weight: lighter;
	margin-right: 13px;
	margin-top: 40px;
	transition: all linear 0.3s;
	-webkit-transition: all linear 0.3s;
}
.com_a {
	margin-right: 0px !important;
	background: #069feb !important;
}
.com_r a:hover {
	width: 140px;
}
/*新闻*/

.news_lt {
	float: left;
	width: 791px;
}
.news_l {
	float: left;
}
.news_l a {
	height: 58px;
	width: 394px;
	position: relative;
	display: block;
	float: left;
	font-size: 18px;
	color: #fff;
	background: #333;
	line-height: 58px;
}
.news_l a:hover, .news_l a.active {
	background: #069feb;
	color: #fff;
}
.news_l a > * {
	position: relative;
	z-index: 3
}
.news_l a i {
	display: block;
	float: left;
	margin-left: 24px;
	margin-top: 13px;
	margin-right: 11px;
}
.news_l a span {
	font-weight: bold;
}
.news_nor {
	height: 492px;
	width: 791px;
	overflow: hidden;
}
.new_cont .news_row2 {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 746px;
	height: 472px;
	border: 1px #ccc solid;
	padding: 0px 20px;
}
.new_cont {
	position: relative;
	width: 791px;
	height: 495px;
	display: block;
}
.news_row2 .divdgweb_new_div, .news_row2 .news_div {
	height: 495px;
	font-weight: normal;
	margin-top: 10px;
}
.news_row2 .news_div_item, .news_row2 .divdgweb_new_div_item {
	position: relative;
	height: 45px;
	overflow: hidden;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.news_row2 .divdgweb_new_div_item_date, .news_row2 .news_div_item_date {
	position: absolute;
	right: 10px;
	top: 17px;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.news_row2 .divdgweb_new_div_item_date > div, .news_row2 .news_div_item_date > div {
	display: inline-block;
	color: #787878;
	font-size: 13px;
	font-family: 'Noto Sans SC', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
}
.news_row2 .news_div_item_title, .news_row2 .divdgweb_new_div_item_title {
	position: relative;
}
.news_row2 .news_div_item_year:after, .news_row2 .news_div_item_year::after, .news_row2 .divdgweb_new_div_item_year:after, .news_row2 .divdgweb_new_div_item_year::after {
	content: '-';
}
 .news_row2 .on .news_div_item_year:after, .news_row2 .on .divdgweb_new_div_item_year:after, {
content: '';
}
.news_row2 .news_div_item_title:after, .news_row2 .divdgweb_new_div_item_title:after {
	content: '';
	background: url(../images/20200411111339_1457978273.png);
	width: 6px;
	height: 8px;
	position: absolute;
	left: 10px;
	top: 17px;
}
.news_row2 .on .news_div_item_title:after, .news_row2 .on .divdgweb_new_div_item_title:after {
	content: '';
	display: none;
}
.news_row2 .news_div_item_title .news_div_item_a, .news_row2 .divdgweb_new_div_item_title .divdgweb_new_div_item_a {
	font-size: 15px;
	color: #444;
	padding-left: 26px;
	display: block;
	line-height: 40px;
	width: 425px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.news_row2 .news_div_item_pic, .news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body {
	-webkit-transition: 0.3s all ease;
	transition: 0.3s all ease;
}
.news_row2 .news_div_item_pic {
	padding-top: 15px;
	padding-left: 15px;
}
.news_row2 .news_div_item_pic a, .news_row2 .news_div_item_pic a img {
	display: block;
	width: 241px;
	height: 180px;
}
.news_row2 .news_div_item.on, .news_row2 .divdgweb_new_div_item.on {
	height: 199px;
	border-bottom: 1px solid #e1e1e1;
	padding: 0 0 20px;
	background: #fff;
}
.news_row2 .news_div_item_body, .news_row2 .divdgweb_new_div_item_body {
	line-height: 24px;
	color: #999;
	font-size: 15px;
	width: 447px;
	text-align: justify;
	position: absolute;
	right: 20px;
	top: 60px;
}
.news_row2 .on .divdgweb_new_div_item_date, .news_row2 .on .news_div_item_date {
	top: 23px;
	right: 436px;
	display: none;
}
.news_row2 .on .news_div_item_title .news_div_item_a, .news_row2 .on .divdgweb_new_div_item_title .divdgweb_new_div_item_a {
	position: absolute;
	left: 252px;
	top: 17px;
	width: 245px;
	font-size: 18px;
	font-weight: bold;
	color: #333;
}
.news_row2 .on .divdgweb_new_div_item_date > div, .news_row2 .on .news_div_item_date > div {
	font-weight: bold;
	color: #333;
	font-size: 24px;
	line-height: 30px;
}
.news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year, .news_row2 .on .news_div_item_date > .news_div_item_year {
	font-size: 12px;
	display: block;
	font-weight: 100;
	line-height: 20px;
	text-indent: 1px;
}
.news_row2 .on .news_div_item_date > .news_div_item_year:after, .news_row2 .on .divdgweb_new_div_item_date > .divdgweb_new_div_item_year:after {
	content: '';
}
.news_row2 .news_div_item_content, .news_row2 .divdgweb_new_div_item_content {
	position: relative;
}
.news_row2 .news_div_item_content:before, .news_row2 .divdgweb_new_div_item_content:before {
	content: "了解详细";
	position: absolute;
	top: 150px;
	left: 280px;
	font-size: 15px;
}
.news_row2 .news_div_item_content:after, .news_row2 .divdgweb_new_div_item_content:after {
	content: "";
	position: absolute;
	top: 157px;
	left: 348px;
	background: url(../images/20200411111339_1457978273.png);
	width: 6px;
	height: 8px;
}
.wend {
	float: right;
	margin-right: 0;
	width: 388px;
	height: 530px;
	background: #fff;
	border: 1px #ccc solid;
}
.wend h2 {
	left: 0;
	margin-bottom: 0;
	height: 58px;
	background: url(../images/20200411101735_197426974.jpg)no-repeat center top;
	padding-bottom: 20px;
}
.wend h2 a {
	font-size: 20px;
	color: #fff;
	line-height: 58px;
	font-weight: bold;
}
.wend h2 a i {
	float: left;
	display: block;
	margin-left: 24px;
	margin-top: 13px;
	margin-right: 11px;
}
.wend .news_div_item_a {
	font-size: 15px;
}
.wend .news_div_item_content {
	border-bottom: 1px solid #eee;
	padding: 22px 0 0 0;
}
.wend .lastdl {
	border-bottom: none;
}
.wend .news_div_item_title {
	height: 26px;
	padding-left: 40px;
	line-height: 26px;
	background: url(../images/20200411103412_951964146.png) no-repeat left top;
	font-size: 16px;
	color: #333333;
	overflow: hidden;
	font-weight: bold;
}
.wend .news_div_item_title a {
	color: #333333;
}
.wend .news_div_item_title a:hover {
	color: #333
}
.wend .news_div_item_body {
	padding-left: 40px;
	background: url(../images/20200411103440_6743644.png) no-repeat left top;
	line-height: 24px;
	color: #666;
	height: 75px;
	font-size: 14px;
	overflow: hidden;
	margin-top: 12px;
}
.news_row2 .news_div_item_pic a img {
	border: 1px #e1e1e1 solid;
}
.wend #coleexx {
	padding: 20px;
}
.wend .fr a {
	font-size: 14px;
	color: #fff;
	display: block;
	font-weight: normal;
	margin-right: 20px;
}
/*版权*/

.footer_bg {
	background: url(../images/20200411102538_792759363.jpg)no-repeat center;
	width: 100%;
	min-width: 1200px;
	height: 400px;
}
.footer_wt li {
	display: block;
	float: left;
	width: 168px;
}
.footer_t {
	font-size: 16px;
	color: #fff;
}
.footer_a {
	margin-top: 25px;
}
.footer_a a {
	display: block;
	font-size: 14px;
	color: #999;
	line-height: 32px;
}
.footer_w {
	font-size: 14px;
	color: #999;
	line-height: 32px;
}
.footer_wt li:nth-child(5) {
	width: 238px;
}
.footer_r {
	width: 150px;
	text-align: center;
	color: #999;
	font-size: 14px;
}
.footer_r img {
	display: block;
	width: 150px;
	height: 150px;
	margin-bottom: 8px;
}
.copy {
	line-height: 30px;
	font-size: 14px;
	color: #fff;
	padding-top: 70px;
}
.copy a {
	font-size: 14px;
	color: #fff;
}
.copy a:hover {
	color: #fff;
}
.footer a:hover {
	color: #fff;
}
/* 客服样式*/

.y-kefu-box {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 9999;
	font-size: 13px;
}
.y-kefu-box img {
	display: block;
	width: 100%;
	height: auto;
}
.y-kefu-box01 .icon {
	display: block;
	background: url(../images/20200409192350_1182177539.png) no-repeat;
	margin: 0 auto 6px;
}
.y-kefu-box01 {
	width: 54px;
	color: #666;
	text-align: center;
}
.y-kefu-box01 .kf-close-btn {
	width: 27px;
	height: 27px;
	background-position: -5px -115px;
	position: relative;
	cursor: pointer;
}
.y-kefu-box01 .kf-close-btn:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #06a0ed;
	position: absolute;
	bottom: -12px;
	left: 13px;
	z-index: 1;
}
.y-kefu-box01 .kf-close-btn:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #06a0ed;
	position: absolute;
	bottom: -12px;
	left: 13px;
	z-index: 1;
}
.y-kefu-box01 .show-status>a, .y-kefu-box01 .show-status>div {
	display: block;
	width: 52px;
	padding: 8px 0 12px;
	background-color: #fff;
	border-left: solid 1px #efefef;
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	position: relative;
	border-bottom: 1px #efefef solid;
}
.y-kefu-box01 .show-status {
	position: relative;
}
.y-kefu-box01 .show-status .kf-zixun {
	background-color: #06a0ed;
	border-color: #06a0ed;
	color: #fff;
	margin: 10px 0 7px;
}
.y-kefu-box01 .show-status .kf-zixun {
	background-color: #06a0ed;
	border-color: #06a0ed;
	color: #fff;
	margin: 10px 0 7px;
}
.y-kefu-box01 .kf-zixun {
	border-radius: 2px;
}
.y-kefu-box01 .kf-zixun i {
	width: 21px;
	height: 22px;
	background-position: -5px -5px;
}
.y-kefu-box01 .kf-mobile {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}
.y-kefu-box01 .kf-mobile>i {
	width: 18px;
	height: 18px;
	background-position: -5px -32px;
}
.y-kefu-box01 .kf-mobile:hover>i {
	background-position: -30px -32px;
}
.y-kefu-box01 .kf-weChat>i {
	width: 22px;
	height: 19px;
	background-position: -5px -55px;
}
.y-kefu-box01 .kf-weChat:hover>i {
	background-position: -30px -55px;
}
.y-kefu-box01 .kf-email {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}
.y-kefu-box01 .kf-email>i {
	width: 18px;
	height: 14px;
	background-position: -5px -80px;
}
.y-kefu-box01 .kf-email:hover>i {
	background-position: -30px -80px;
}
.y-kefu-box01 .back-top i {
	width: 13px;
	height: 11px;
	background-position: -5px -98px;
}
.y-kefu-box01 .back-top:hover i {
	background-position: -30px -98px;
}
.y-kefu-box01 .kf-email, .y-kefu-box01 .back-top {
	border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .back-top {
	margin-top: 20px;
	border-radius: 2px;
	left: 55px;
}
.y-kefu-box01 .hver:hover {
	background-color: #06a0ed;
	border-color: #06a0ed;
}
.y-kefu-box01 .hver:hover>p {
	color: #fff;
}
.y-kefu-box01 .kf-zixun1 {
	border-radius: 2px;
}
.y-kefu-box01 .kf-zixun1 i {
	width: 21px;
	height: 22px;
	background-position: -5px -180px;
}
.y-kefu-box01 .kf-zixun1:hover>i {
	background-position: -30px -180px;
}
.y-kefu-box01 .mobile-infos, .y-kefu-box01 .y-ewm-box, .y-kefu-box01 .y-email-infos {
	background-color: #fff;
	border: solid 1px #efefef;
	position: absolute;
	right: 90px;
	z-index: 2;
	border-radius: 2px;
	display: none;
}
/*咨询热线*/

.y-kefu-box01 .mobile-infos {
	width: 260px;
	text-align: left;
	top: 0;
}
.y-kefu-box01 .mobile-infos>div {
	padding: 20px 0 20px 45px;
	position: relative;
}
.y-kefu-box01 .mobile-infos>div i {
	width: 15px;
	height: 15px;
	background-position: -52px -32px;
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 2;
}
.y-kefu-box01 .mobile-infos .online1 {
	border-bottom: solid 1px #efefef;
}
.y-kefu-box01 .mobile-infos span {
	color: #b9b9b9;
}
.y-kefu-box01 .mobile-infos p {
	color: #06a0ed;
	font-size: 18px;
}
y-kefu-box .right {
	width: 12px;
	height: 12px;
	position: absolute;
	right: -12px;
	top: 24px;
}
y-kefu-box .right-arrow1,  y-kefu-box .right-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 6px transparent dashed;
	border-right: 6px transparent dashed;
	border-bottom: 6px transparent dashed;
	border-left: 6px white solid;
	overflow: hidden;
}
y-kefu-box .right-arrow1 {
	left: 1px;
	border-left: 6px #efefef solid;
}
y-kefu-box .right-arrow2 {
	border-left: 6px white solid;
}
/*二维码*/

.y-kefu-box01 .y-ewm-box {
	width: 151px;
	height: 178px;
	top: -60px;
}
.y-kefu-box01 .y-ewm-box>div {
	width: 151px;
	height: 178px;
}
.y-kefu-box01 .y-ewm-box img {
	width: 115px;
	height: 114px;
	margin: 20px auto 10px;
}
.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
	width: 150px;
	border-right: solid 1px #efefef;
}
.y-kefu-box01 .y-ewm-box .right {
	top: 84px;
}
/*email*/

.y-kefu-box01 .y-email-infos {
	padding: 28px 20px 28px 45px;
	color: #b9b9b9;
	text-align: left;
	bottom: 0;
	width: 170px;
}
.y-kefu-box01 .y-email-infos p {
	color: #06a0ed;
	font-size: 16px;
}
.y-kefu-box01 .y-email-infos>i {
	width: 18px;
	height: 13px;
	background-position: -52px -80px;
	position: absolute;
	left: 15px;
	top: 30px;
}
.y-kefu-box01 .y-email-infos .right {
	top: 55px;
}
.y-kefu-box01 .hide-status {
	width: 54px;
	height: 65px;
	background-color: #f55b1b;
	position: absolute;
	top: 37px;
	left: 55px;
	z-index: 9;
}
.y-kefu-box01 .hide-status .kf-zixun {
	padding: 10px 0 7px;
	color: #fff;
	cursor: pointer;
}
/*内页banner*/

.banner_com {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414185051_1065616296.jpg) center;
	overflow: hidden;
	position: relative;
}
.banner_prod {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414193424_216656860.jpg) center;
	overflow: hidden;
	position: relative;
}
.banner_news {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414184934_213191693.jpg) center;
	overflow: hidden;
	position: relative;
}
.banner_cont {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414184958_1761731270.jpg) center;
	overflow: hidden;
	position: relative;
}
.banner_fb {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414185025_990857975.jpg) center;
	overflow: hidden;
	position: relative;
}
.banner_job {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414192844_1512967897.jpg) center;
	overflow: hidden;
	position: relative;
}
.banner_xy {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414185051_1065616296.jpg) center;
	overflow: hidden;
	position: relative;
}
.banner_sc {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414185051_1065616296.jpg) center;
	overflow: hidden;
	position: relative;
}
.banner_fw {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414184812_428144217.jpg) center;
	overflow: hidden;
	position: relative;
}
.banner_ry {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414184849_266268794.jpg) center;
	overflow: hidden;
	position: relative;
}
.banner_kh {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414184834_650033329.jpg) center;
	overflow: hidden;
	position: relative;
}
.banner_jj {
	width: 100%;
	min-width: 1200px;
	height: 350px;
	background: url(../images/20200414192733_2018294217.jpg) center;
	overflow: hidden;
	position: relative;
}
/*内页新闻文章样式*/

.xw {
	font-size: 15px;
	line-height: 32px;
	text-align: justify;
}
.xw img{
	width: 100%;
}
/*nban*/

.nban {
	width: 100%;
	height: 350px;
	position: relative;
}
.nban:before {
	content: '';
	width: 100%;
	height: 100%;
	background: rgba(22,16,7,0.5);
	position: absolute;
	top: 0;
	left: 0;
}
.nban .page {
	position: relative;
	height: 350px;
}
.nban_txt {
	width: 100%;
	position: absolute;
	top: 40%;
	left: 0;
	margin-top: -39px;
	text-align: center;
}
.nban_txt span {
	font-size: 52px;
	font-weight: bold;
	color: #fff;
	letter-spacing: 5px;
	display: inline-block;
	animation: nbanA 2s infinite;
}
.nban_txt span:nth-child(2) {
	animation-delay: 0.2s;
}
.nban_txt span:nth-child(3) {
	animation-delay: 0.4s;
}
.nban_txt span:nth-child(4) {
	animation-delay: 0.6s;
}
.nban_txt span:nth-child(5) {
	animation-delay: 0.8s;
}
.nban_txt span:nth-child(6) {
	animation-delay: 1s;
}
.nban_txt span:nth-child(7) {
	animation-delay: 1.2s;
}
.nban_txt p.desc {
	display: block;
	color: #fff;
	font-size: 20px;
	margin-top: 10px;
	letter-spacing: 3px;
	background: url(../images/20200411174222_958025050.jpg) no-repeat center;
	background-clip: content-box;
	-webkit-background-clip: text;
	color: transparent;
	animation: moveBg 10s linear infinite;
	-webkit-animation: moveBg 10s linear infinite;
}
 @keyframes nbanA {
 0% {
transform: translateY(0px);
}
 50% {
transform: translateY(-20px);
}
 100% {
transform: translateY(0px);
}
}
 @keyframes moveBg {
 0% {
 background-position: 0% 30%;
}
 100% {
 background-position: 100% 50%;
}
}
/*内页*/

#webdh, p.desc, #bodycon #left, .pcontent_title_h4 {
	display: none;
}
/*mianbxContent*/

.mian_box {
	width: 100%;
	height: 62px;
	background: #f9f8f7;
	border-top: 1px solid #efeae0;
	border-bottom: 1px solid #efeae0;
}
.mianbxContent {
	width: 1175px !important;
	text-align: left !important;
	height: 62px !important;
	line-height: 62px !important;
	padding-left: 25px;
	background: url(../images/20200411174008_1221025437.png) no-repeat left center;
	margin: auto;
}
.mianbxContent, .mianbxContent a {
	color: #666;
	margin: auto
}
/*内页新闻列表*/

.strong_title {
	display: none;
}
.nswsfenlei_2019 {
	margin-bottom: 30px;
	text-align: center;
}
.nswsfenlei_2019 ul {
	font-size: 0;
}
.nswsfenlei_2019 li {
	display: inline-block;
	vertical-align: top;
	width: 182px;
	height: 50px;
	border: 1px solid #e0e0e0;
}
.nswsfenlei_2019 li+li {
	margin-left: 12px;
}
.nswsfenlei_2019 li:hover, .nswsfenlei_2019 li.curNewsType_2019 {
	background: #069feb;
	border-color: #069feb;
}
.nswsfenlei_2019 li a {
	display: block;
	line-height: 50px;
	font-size: 14px;
	text-align: center;
}
.nswsfenlei_2019 li:hover a, .nswsfenlei_2019 li.curNewsType_2019 a {
	color: #fff;
}
.news_2019 {
	height: 182px;
	padding: 20px 0;
	border-bottom: 1px solid #e0e0e0;
	position: relative;
}
.news_2019:hover {
	border-bottom: none;
}
.news_2019:before, .news_2019:after {
	content: '';
	width: 0;
	height: 223px;
	background: #f4f4f4;
	position: absolute;
	top: 50%;
	margin-top: -111px;
	z-index: -1;
}
.news_2019:before {
	left: 50%;
}
.news_2019:after {
	right: 50%;
}
.news_2019:hover:before, .news_2019:hover:after {
	width: 100%;
	transition: 0.6s;
}
.news_2019:last-child {
	border-bottom: 0px solid #e0e0e0;
}
.news_img_2019, .news_nor_2019, .news_time_2019 {
	float: left;
}
.news_img_2019 {
	height: 182px;
	border: 1px solid #f0f0f0;
	overflow: hidden;
}
.news_2019:hover .news_img_2019 {
	border-color: #069feb;
}
.news_img_2019 img {
	width: 376px;
	transition: 0.6s;
	margin-top: -53px;
}
.news_2019:hover .news_img_2019 img {
	transform: scale(1.2);
	transition: 0.6s;
}
.news_nor_2019 {
	width: 575px;
	height: 182px;
	margin-left: 35px;
	padding-right: 35px;
	border-right: 1px solid #e0e0e0;
	margin-right: 34px;
}
.news_biaoti_2019 a {
	font-size: 18px;
	font-weight: bold;
}
.news_2019:hover .news_biaoti_2019 a {
	color: #069feb;
}
.news_miaou_2019 {
	height: 60px;
	margin-top: 15px;
	line-height: 30px;
}
.news_miaou_2019 a {
	display: block;
	line-height: 30px;
}
.news_class {
	margin-top: 50px;
}
.news_class a {
	color: #999;
}
.news_more_2019 {
	margin-top: 70px;
}
.news_more_2019 a {
	font-size: 0;
	position: relative;
}
.news_more_2019 a:before, .news_more_2019 a:after {
	content: '';
	width: 16px;
	height: 16px;
	transform: rotate(45deg);
	position: absolute;
	top: 0;
	left: 0;
}
.news_more_2019 a:before {
	background: #000;
}
.news_2019:hover .news_more_2019 a:before {
	left: 16px;
	background: #069feb;
	transition: 0.6s;
}
.news_more_2019 a:after {
	background: #fff;
	left: -2px;
}
.news_2019:hover .news_more_2019 a:after {
	left: 14px;
	background: #f4f4f4;
	transition: 0.6s;
}
.news_time_2019 {
	font-size: 0;
	position: relative;
	margin-top: 27px;
}
.news_ny_year_2019 {
	position: absolute;
	top: 52px;
	left: 0;
	font-size: 16px;
	color: #999;
}
.news_ny_year_1_2019 {
	display: none;
}
.news_ny_month_2019, .news_ny_month_1_2019, .news_ny_day_2019 {
	display: inline-block;
	vertical-align: midden;
	font-size: 32px;
}
/*新闻详情*/

.nyxqnews_rightcont a {
	line-height: 36px;
}
.nyxqnews_righttit strong {
	font-size: 18px;
	color: #069feb !important;
}
.nyxqnews_righttit:before {
	background: #069feb !important;
}
/*留言*/

#center > .fee_box {
	padding: 15px;
	border: 1px solid #d7d7d7;
}
.fee_box #form1 {
	padding: 0 30px;
}
#bodycontent #tianxieone {
	overflow: hidden;
}
.fee_box #tianxieone, .fee_box #tfour, .fee_box #liuyanshenming, .fee_box #lytijiao {
	width: 1140px !important;
	border: none !important;
}
 .fee_box #tianxieone .clear(display:block;
)  .fee_box #tfour {
padding-bottom:10px;
}
.fee_box #tianxiethree, .fee_box #tfive {
	width: 1000px !important;
}
.fee_box .tianXoImg {
	border: none !important;
}
.fee_box .tianXoImg input+input {
	height: 26px;
	border: 1px solid #d7d7d7;
}
.fee_box .bodycon_box {
	width: 100%;
	background: #f7f7f7;
}
.fee_box #lytijiao input {
	width: 120px;
	height: 36px;
	cursor: pointer;
}
.fee_box #lytijiao input:hover {
	background: #069feb;
	color: #fff;
}
.fee_box #chakantwo {
	width: 1200px !important;
	height: 65px !important;
	padding-left: 30px;
	text-align: left;
	font-size: 0;
}
.fee_box #chakantwo a {
	display: inline-block;
	width: 120px;
	height: 42px;
	line-height: 42px;
	border: 1px solid #2b0103;
	text-align: center;
}
.fee_box #chakantwo a+a {
	margin-left: 2px;
}
/*自定义*/

.pro_list_box {
	font-size: 0;
}
.pro_list_box+.pro_list_box .dgweb_list_item {
	margin-top: 25px;
}
.dgweb_list_item:nth-child(4) {
	margin-left: 0px !important;
}
.dgweb_list_item:nth-child(7) {
	margin-left: 0px !important;
}
.dgweb_list_item_pic, .dgweb_list_item_pic img {
	width: 100%;
	height: auto;
}
.dgweb_list_item_pic {
	overflow: hidden;
	height: auto !important;
}
.dgweb_list_item_pic img {
	transition: 0.6s;
}
.dgweb_list_item:hover .dgweb_list_item_pic img {
	transform: scale(1.2);
	transition: 0.6s;
}
.dgweb_list_item {
	width: 386px !important;
	display: inline-block;
	vertical-align: top;
	border: 1px solid #e9e9e9;
	overflow: hidden;
	margin-bottom: 25px;
}
.dgweb_list_item+.dgweb_list_item {
	margin-left: 16px;
}
.dgweb_list_item_a {
	padding: 0 !important;
	position: relative;
}
.dgweb_list_item_a:before {
	content: '';
	width: 100%;
	height: 1px;
	background: #e9e9e9;
	position: absolute;
	top: 0;
	left: 0;
}
.dgweb_list_item_a a {
	display: block;
	line-height: 52px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	font-size: 15px;
	text-align: center;
}
.content_image {
	text-align: center;
}
.content_image>img {
	width: 600px !important;
	height: auto !important;
}
/*分页*/

.pages_info {
	margin-top: 0px !important;
	width: 900px !important;
	margin-bottom: 40px !important;
}
.page_total, .pages_box a, .page_jump {
	display: inline-block;
	vertical-align: middle;
	padding: 0 14px;
	height: 36px;
	border-radius: 36px;
	background: #eee;
	line-height: 36px;
	border: 1px solid #eee;
	font-size: 13px;
	cursor: pointer;
}
.pages_box {
	text-align: center;
}
.pages_box a {
	margin-left: 10px;
	color: #999;
}
.pages_box a.page_curr, .pages_box a:hover {
	background: #069feb;
	color: #fff;
	font-size: 13px;
}
.page_jump {
	margin-left: 10px;
}
/*联系我们*/

.headliner {
	margin-top: 60px;
	padding-bottom: 30px;
}
.headliner h2 {
	line-height: 30px;
	font-size: 30px;
	padding-top: 27px;
	color: #333;
	z-index: 1;
	text-align: center;
	font-weight: bold;
	position: relative;
	letter-spacing: 1px;
}
.headliner em {
	line-height: 43px;
	display: block;
	text-transform: uppercase;
	text-align: center;
	font-weight: bold;
	font-size: 100px;
	color: #f6f6f6;
	font-style: normal;
	position: absolute;
	top: 0;
	left: 40%;
	z-index: -1;
}
.headliner:nth-child(1) {
	left: 40%;
}
.headliner p {
	line-height: 50px;
	font-size: 15px;
	color: #999;
	text-align: center;
	margin-top: 0;
}
.contactus {
	height: 250px;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 30px;
}
.contactus ul {
	list-style: none;
	padding: 0 !important;
}
.contactus ul li {
	float: left;
	width: 383px;
	height: 200px;
	text-align: center;
	background: #fff;
	box-shadow: 0 0 10px #eee;
	transition: 0.6s;
}
.contactus ul li+li {
	margin-left: 25px;
}
.contactus ul li:hover {
	transition: 0.6s;
	transform: scale(1.1);
	box-shadow: -7px 2px 20px rgba(6, 33, 58, 0.4);
}
.contactus ul li:hover em {
	transform: scale(1);
}
.contactus ul li:hover i {
	transform: scale(1);
}
.contactus ul li:hover span {
	transform: scale(1);
}
.contactus ul li em {
	height: 70px;
	margin-top: 40px;
	display: block;
}
.contactus ul li em img {
	display: block;
	margin: 0 auto;
}
.contactus ul li i {
	display: block;
	font-style: normal;
	font-size: 16px;
	font-weight: bold;
	color: #069feb;
}
.contactus ul li span {
	display: block;
	font-size: 14px;
	color: #999;
	padding: 10px 20px;
	line-height: 24px;
}
.cont_Sol {
	background: url(../images/20200411175807_1482484966.jpg) no-repeat center;
	max-width: 100%;
	width: 100%;
	height: 500px;
	position: relative;
}
.sol_box {
	display: table;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
	text-align: center;
}
.sol_top {
	color: #fff;
}
.sol_top em {
	margin-bottom: 35px;
	line-height: 80px;
	font-size: 80px;
	font-family: gothicb;
	color: #e4e4e4;
	display: block;
	font-style: inherit;
}
.sol_top b {
	display: block;
	line-height: 30px;
	font-size: 30px;
	color: #fff;
}
.sol_top i {
	background: #069feb;
	margin-bottom: 80px;
	height: 5px;
	width: 40px;
	margin: 30px auto;
	display: inline-block;
}
.sol-share-one {
	position: relative;
	display: inline-block;
	border: 1px solid #706f6f;
	margin-right: 148px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 50%;
	text-align: center;
	vertical-align: top;
	cursor: pointer;
	padding: 20px;
}
.sol-share-one:last-child {
	margin-right: 0;
}
.ss-one-qrcode {
	position: absolute;
	top: 80px;
	left: 50%;
	z-index: 10;
	transform: translateX(-50%) translateY(-20px);
	opacity: 0;
	visibility: hidden;
	transition: .35s .05s;
}
.ss-one-qrcode img {
	padding: 7px;
	background: rgba(255, 255, 255, .1);
}
.ss-one-qrcode .share-name {
	font-size: 12px;
	color: #dedede;
	line-height: 30px;
}
.sol-share-one:hover .ss-one-qrcode {
	transform: translateX(-50%) translateY(0px);
	opacity: 1;
	visibility: visible;
}
.ss-one-qrcode .wx {
	width: 100px;
}
a.call {
	position: relative;
	display: inline-block;
	height: 66px;
	line-height: 66px;
	text-align: center;
}
.call-img {
	position: relative;
	z-index: 10;
	background: #069feb;
	border-radius: 50%;
	padding: 21px;
}
a.call img {
	position: relative;
	z-index: 10;
}
a.call::before, a.call::after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background: #069feb;
	border-radius: 50%;
	opacity: 0;
	animation: circleGo 2s linear infinite;
}
a.call::after {
	animation: circleGo 2s 1s linear infinite;
}
.call-desc {
	position: absolute;
	left: 0;
	top: 0;
	z-index: 5;
	width: 66px;
	height: 100%;
	border-radius: 100px;
	background: #2e2e2e;
	text-align: right;
	overflow: hidden;
	transition: .55s;
}
a.call:hover .call-desc {
	width: 168px;
}
.call-desc span.desc {
	position: relative;
	top: 0px;
	padding-right: 12px;
	display: inline-block;
	font-size: 14px;
	color: #fff;
}
.call-desc::after {
	content: '';
	position: absolute;
	top: 45px;
	left: 97px;
	transform: translateX(-100px);
	width: 15px;
	height: 8px;
	background-image: url(../images/20200411175830_1847231962.png);
	background-size: 15px 8px;
	transition: .45s;
}
a.call:hover .call-desc::after {
	transform: translateX(0px);
	transition: .55s;
}
 @keyframes circleGo {
 0% {
 transform: scale(1);
 opacity: .5;
}
 100% {
 transform: scale(2.2);
 opacity: 0;
}
}
/*内页*/

.pro_all_class {
	width: 1200px !important;
	font-size: 0;
	height: auto !important;
	border-bottom: none !important;
	display: inline-block;
	margin-bottom: 30px !important;
	margin-top: 0px !important;
}
.pro_all_class a {
	line-height: 44px;
	border: 1px solid #eee;
	transition: 500ms;
	float: left;
	width: 159px;
	margin: 5px 5px;
	font-size: 17px;
	font-weight: 100;
	text-align: center;
}
.pro_all_class a:hover, .pro_all_class .pro_cur {
	border-color: #069feb;
	background: #069feb;
	color: #fff;
	box-shadow: 0 0 10px rgba(88, 87, 155, 0.5);
	transition: 500ms;
}
/*产品列表*/

.pro_list_box+.pro_list_box {
	margin-top: 15px !important;
}
.pro_list_box_mt {
	margin-top: 0 !important;
}
.pro_one_box {
	width: 307px !important;
	display: inline-block;
	vertical-align: top;
	background: #fff;
	position: relative;
	margin-bottom: 22px;
	margin-right: 11px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
}
.pro_one_box:nth-child(3) {
	margin-right: 0px;
}
.pro_one_box:nth-child(6) {
	margin-right: 0px;
}
.pro_one_box:nth-child(9) {
	margin-right: 0px;
}
.pro_one_box:before, .pro_one_box:after {
	content: '';
	width: 3px;
	height: 0;
	background: #069feb;
	position: absolute;
	transition: 600ms ease;
	z-index: 9;
}
.pro_pic:before, .pro_beizhu:after {
	content: '';
	width: 0;
	height: 3px;
	background: #069feb;
	position: absolute;
	transition: 600ms ease;
	z-index: 9;
}
.pro_one_box:before, .pro_pic:before, .pp_more:before {
	top: -1px;
	left: -1px;
}
.pro_one_box:after, .pro_beizhu:after, .pp_more:after {
	bottom: -1px;
	right: -1px;
}
.pro_one_box:hover:before, .pro_one_box:hover:after {
	height: 100%;
	transition: 600ms ease;
}
.pro_one_box:hover .pro_pic:before, .pro_one_box:hover .pro_beizhu:after {
	width: 100%;
	transition: 600ms ease;
}
.pro_pic {
	position: relative;
	width: 308px !important;
	height: auto !important;
	padding-top: 0 !important;
}
.pro_pic:after {
	content: '';
	width: 308px;
	height: 0;
	background: rgba(3,3,6,0.5);
	position: absolute;
	bottom: 0;
	left: 0;
	opacity: 0;
	transition: 600ms ease;
}
.pro_one_box:hover .pro_pic:after {
	height: 100%;
	opacity: 1;
	transition: 600ms ease;
}
.pro_pic img {
	width: 100%;
	height: 100%;
}
.pro_pic a {
	display: block;
	width: 100%;
	height: 100%;
}
.pp_more {
	width: 80px;
	height: 42px;
	text-align: center;
	background: url(../images/20200414223020_631769748.png) no-repeat center;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -21px 0 0 -40px;
	opacity: 0;
	z-index: 9;
	transition: 600ms ease;
}
.pro_one_box:hover .pp_more {
	opacity: 1;
	transition: 600ms ease;
}
.pp_more:before, .pp_more:after {
	content: '';
	width: 0;
	height: 1px;
	background: #fff;
	position: absolute;
	transition: 600ms ease;
}
.pro_one_box:hover .pp_more:before {
	width: 80px;
	transition: 600ms ease;
}
.pro_one_box:hover .pp_more:after {
	width: 80px;
	transition: 600ms ease;
}
.pro_beizhu {
	width: 268px !important;
	height: 50px !important;
	border-top: 1px solid #eee;
	padding: 30px 20px;
	position: relative;
}
.pro_beizhu br {
	display: none;
}
.pro_beizhu_a_zdy, .pro_beizhu_a_zdy strong {
	display: block;
}
.pro_beizhu_a_zdy {
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 17px;
}
.pro_beizhu_a_zdy:before {
	content: '';
	width: 38px;
	height: 2px;
	background: #333;
	position: absolute;
	bottom: 0;
	left: 0;
	transition: 600ms ease;
}
.pro_one_box:hover .pro_beizhu_a_zdy:before {
	width: 100%;
	background: #069feb;
	transition: 600ms ease;
}
.pro_beizhu_a_zdy strong {
	font-size: 18px;
	line-height: 22px;
	font-weight: 400;
}
.pro_one_box:hover .pro_beizhu_a_zdy strong {
	color: #069feb;
}
.pro_beizhu_ad, .pro_beizhu_ad b {
	font-size: 16px;
	font-weight: bold;
	line-height: 16px;
}
.pro_one_box:hover .pro_beizhu_ad, .pro_one_box:hover .pro_beizhu_ad b {
	color: #069feb;
}
.propic_desc {
	color: #999;
	line-height: 28px;
	margin-top: 10px;
}
.pro_one_box:hover .propic_desc {
	color: #333;
}
.pro_beizhu_more_zdy {
	width: 80px;
	height: 22px;
	border: 1px solid #999;
	position: absolute;
	top: 30px;
	right: 30px;
	text-align: center;
	line-height: 20px;
	border-radius: 22px;
}
.pro_one_box:hover .pro_beizhu_more_zdy {
	border: none;
	background: #333;
}
.pro_beizhu_more_zdy a {
	font-size: 12px;
	color: #999 !important;
}
.pro_one_box:hover .pro_beizhu_more_zdy a {
	color: #fff !important;
}
/*产品详情*/

.product_content {
	background: #fff;
}
.pro_main_box {
	background: #fff;
	padding: 30px;
	position: relative;
}
.propic_show_left {
	width: 642px;
	float: left;
	overflow: hidden;
}
.propic_show_piclist {
	width: 127px;
	height: 370px;
	float: left;
	overflow: hidden;
}
.propic_show_list {
	height: 450px;
	position: relative;
	overflow: hidden;
	transition: 500ms;
}
.propic_show_piclist.on_top .propic_show_list, .propic_show_piclist.on_bottom .propic_show_list {
	height: 430px;
	transition: 500ms;
}
.propic_show_piclist ul {
	width: 127px;
	position: absolute;
	top: 0;
	left: 0;
}
.propic_show_piclist li {
	height: 100px;
	border: 3px solid #333;
	cursor: pointer;
	overflow: hidden;
}
.propic_show_piclist li+li {
	margin-top: 25px;
}
.propic_show_piclist.on_top .propic_show_list li+li, .propic_show_piclist.on_bottom .propic_show_list li+li {
	margin-top: 15px;
	transition: 500ms;
}
.propic_show_piclist li.cur {
	border-color: #069feb;
	transition: 500ms;
}
.propic_show_piclist li img {
	width: 127px;
	transition: 500ms;
}
.propic_show_piclist li:hover img {
	transform: scale(1.1);
	transition: 500ms;
}
.propic_show_btn_bottom {
	width: 100%;
	background-color: #333;
	background-image: url(../images/20200414201404_1595692882.png);
	background-repeat: no-repeat;
	background-position: center;
	height: 0px;
	position: relative;
	z-index: 2;
	transition: 500ms;
}
.propic_show_piclist.on_bottom .propic_show_btn_bottom {
	height: 15px;
	background-color: #069feb;
	margin-top: 5px;
	transition: 500ms;
}
.propic_show_btn_top {
	background-image: url(../images/20200414201424_798402825.png);
}
.propic_img {
	width: 490px;
	float: right;
	border: 1px solid #eee;
	position: relative;
	overflow: hidden;
}
.propic_le {
	left: 5px;
	background: url(../images/20200414201446_1703323460.png);
}
.propic_ri {
	right: 5px;
	background: url(../images/20200414201508_515194651.png);
}
.propic_img img {
	width: 490px;
	transition: 500ms;
}
.propic_img:hover img {
	transform: scale(1.1);
	transition: 500ms;
}
.propic_img>div {
	width: 35px;
	height: 34px;
	position: absolute;
	top: 50%;
	margin-top: -17px;
	cursor: pointer;
	z-index: 10;
	opacity: 0.5;
}
.propic_show_right {
	width: 500px;
	float: right;
	text-align: left;
}
.propic_show_right br {
	display: none;
}
.propic_show_right .propic_desc {
	height: 84px;
	margin-top: 20px;
	overflow: hidden;
}
.propic_show_right .propic_desc strong {
	font-weight: bold;
}
.pro_detail_title {
	font-size: 22px;
	display: block;
	line-height: 56px;
	border-bottom: 1px solid #eee;
	margin-bottom: 20px;
}
.pro_return {
	width: 37px;
	height: 37px;
	float: right;
	margin-top: 10px;
	background: url(../images/20200414201530_553533271.png) no-repeat;
	cursor: pointer;
}
.propic_show_con_box {
	margin-top: 20px;
}
.pro_show_ewm {
	font-size: 0;
}
.pro_ewm_left {
	width: 200px;
	height: 230px;
	background: url(../images/20200414145110_281395870.png) no-repeat center top;
	border: 1px solid #e9e9e9;
	position: relative;
	float: left;
}
.pro_ewm_left:after {
	content: "关注微信";
	width: 200px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	color: #999;
	position: absolute;
	bottom: 3px;
	left: 0;
	font-size: 17px;
}
.pro_ewm_left .ewm img {
	width: 198px;
	;
}
.pro_ewm_left .ewm p {
	text-align: center;
	color: #999;
}
.pro_tel_right {
	width: 280px;
	position: relative;
	float: right;
	padding-top: 4px;
	margin-bottom: 20px;
}
.pro_tel_right p {
	font-size: 16px;
	color: #9fa0a4;
	line-height: 1em;
}
.pro_tel_right p img {
	margin-right: 10px;
}
.pro_tel_right em {
	font-size: 26px;
	font-weight: bold;
	color: #333;
	line-height: 26px;
	margin-top: 10px;
	text-transform: inherit;
	font-style: normal;
}
.pro_tel_right em+p {
	margin-top: 15px;
}
.pro_tel_right em b {
	font-size: 20px;
	vertical-align: top;
}
.pro_tel_right .hbit_num {
	width: 100%;
	border-bottom: 1px solid #eee;
	padding-bottom: 44px;
	margin-bottom: 34px;
	text-align: left;
	position: initial;
	left: inherit;
	right: inherit;
	transform: perspective(300px) rotateX(-0deg);
	font-size: 0;
	top: initial;
	margin-top: 25px;
	border-radius: initial;
	background-position: 10px center;
	padding-left: 40px;
	padding-bottom: 56px;
	line-height: 52px;
}
.pro_tel_right .hbit_num p {
	display: none;
}
.pro_show_btn {
	margin-top: 15px;
	font-size: 0;
}
.pro_show_btn button {
	width: 130px;
	height: 42px;
	border: none;
	background: #333;
}
.pro_show_btn button+button {
	margin-left: 10px;
}
.pro_show_btn button.advisory {
	background: #069feb;
}
.pro_show_btn button a {
	font-size: 16px;
	color: #fff;
	display: block;
}
.feed {
	margin-left: 20px;
}
.psh_box {
	background: #fff;
	padding: 30px 0;
	width: 100% !important;
	font-size: 16px;
}
.psh_box a {
	font-size: 16px;
}
.pshangxia {
	padding: 10px 40px;
	background: #f5f5f5;
	border: 1px #eee solid;
}
.pcontent_title_h4 {
	display: none;
}
.dgcontent_title_h5 {
	background: #fff;
	padding: 20px;
	text-align: center;
}
.dgcontent_title_h5 h5 strong {
	font-size: 16px;
}
.detail_title {
	margin-top: 30px;
	background: #fff;
	width: 100% !important;
	margin-left: 0 !important;
	font-size: 0;
	padding: 0 !important;
}
.detail_title strong {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	padding-left: 25px;
	background: #069feb url(../images/20200414201555_1579823155.png) no-repeat 35px center;
}
.product_content {
	width: 100% !important;
}
.pro_detail_box {
	background: #fff;
	overflow: hidden;
	border: none !important;
	margin-top: 20px !important;
}
.pro_detail_rel_hd {
	font-size: 0;
	padding: 0 !important;
}
.pro_detail_rel_hd strong {
	font-size: 16px;
	display: inline-block;
	vertical-align: top;
	width: 180px;
	height: 62px;
	line-height: 62px;
	text-align: center;
	color: #fff;
	padding-left: 36px;
	background: #069feb url(../images/20200414201619_1350883251.png) no-repeat 22px center;
}
.pro_detail_rel_item {
	margin-top: 12px !important;
	padding-bottom: 15px;
}
.pro_detail_rel_item>div {
	display: inline-block;
	float: none !important;
	border: 1px solid #eee;
	width: 390px !important;
	padding: 0px !important;
}
.pro_detail_rel_item>div+div {
	margin-left: 12px;
}
/*放大镜*/

.propic_le_mag {
	width: 276px;
	height: 276px;
	overflow: hidden;
	position: absolute;
	top: 30px;
	left: 630px;
	z-index: 99;
	display: none;
	border: 1px solid #eee;
}
.propic_le_mag img {
	position: absolute;
}
.propic_img:hover .magnifier {
	display: block !important;
}
.propic_img .magnifier {
	width: 160px;
	height: 160px;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	margin-top: 0;
	cursor: inherit;
	z-index: 9;
}
.page-title .left {
	position: relative;
	height: 630px;
	width: 390px;
}
.page-title .en {
	font-size: 30px;
	text-transform: capitalize;
	display: block;
	line-height: 40px;
	padding: 20px 0 0;
}
.page-title .cn {
	font-size: 30px;
	line-height: 40px;
	padding: 0 0 30px;
	font-weight: normal;
}
.pic-plus {
	box-shadow: 0px 0px 60px 0px rgba(0,0,0,0.1);
}
.intro-num {
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #069feb;
	width: 390px;
	height: 142px;
}
.intro-num li {
	display: inline-block;
	text-align: left;
	width: 148px;
	float: left;
	margin-left: 38px;
	padding-top: 8px;
}
.intro-num li p {
	color: #fff;
	font-size: 16px;
	display: block;
	line-height: 10px;
}
.intro-num li p i {
	display: inline-block;
	font-size: 34px;
	color: #fff;
	font-family: 'Noto Sans SC', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
	font-weight: bold;
	font-style: normal;
	vertical-align: middle;
	line-height: 40px;
	padding-bottom: 5px;
	padding-right: 3px;
}
.jianjie_right {
	float: right;
	width: 688px;
	padding: 60px;
	box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
	background: #f9f8f7;
	height: 500px;
	padding-top: 50px;
}
.tit {
	font-size: 36px;
	font-weight: normal;
	display: block;
	line-height: 36px;
	padding-bottom: 40px;
	border-bottom: 1px solid #f3edf0;
	margin-bottom: 30px;
	color: #069feb;
	font-weight: bold;
}
.des {
    line-height: 30px;
    font-size: 14px;
    text-align: justify;
}
.abt_img {
	width: 600px;
	height: 450px;
}
.abt {
	width: 560px;
	line-height: 34px;
	color: #333;
	font-size: 15px;
}
.abt p {
	font-size: 28px;
	font-weight: bold;
	margin: 10px 0;
}
.abt .font_en {
	font-size: 18px;
	color: #ccc;
	margin-bottom: 10px;
	display: block;
}
.strength_cc ul li:nth-child(1) {
	background: none;
}
.strength_cc ul li:nth-child(4) {
	width: 300px;
}
.strength_cc li:nth-child(3) b {
	left: 222px;
}
.strength_cc li:nth-child(4) b {
	left: 222px;
}
.strength_cc {
	background: #fff;
	width: 1200px;
	height: 193px;
	box-shadow: 0 0 25px #eee;
	margin: 85px 0px;
}
.counter {
	font-size: 60px;
	font-weight: bold;
	color: #069feb !important;
}
.ngrhjg {
	font-size: 18px;
	color: #069feb !important;
}
.counter {
	font-size: 60px;
	font-weight: bold;
	color: #222;
}
.jdygkdn {
	margin-top: 54px;
}
.jdygkdn p {
	color: #cecece;
	line-height: 36px;
}
.ngrhjgn {
	font-size: 18px;
	color: #666;
}
.bd {
	margin-top: 70px;
}
.jianjie3 td {
	padding-left: 0px !important;
	position: relative;
	float: left;
	margin-top: 30px;
	width: 380px;
	height: 285px;
	margin-right: 16px;
}
.jianjie3 td div {
	background: rgba(0,0,0,0.6);
	position: absolute;
	bottom: 0px;
	width: 380px;
	height: 40px;
	padding: 0 !important;
}
.jianjie3 td div a {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
}
.jianjie3 tr {
	display: block;
}
.jianjie3 tr:nth-child(2) {
	margin-top: 30px;
}
.jianjie3_botto img {
	display: block;
	margin: 0 auto;
	padding: 35px 0 60px 0;
}
.jianjie_bt_dz3 {
	padding: 70px 0 45px 0;
}
.jianjie_bt p {
	font-size: 36px !important;
	color: #000 !important;
	text-align: center;
	margin-bottom: 20px;
}
.jianjie_bt span {
	width: 44px;
	height: 5px;
	background: #069feb;
	display: block;
	margin: 0 auto;
}
.jianjie_bt2 p {
	color: #fff !important;
	padding-top: 110px;
}
.jianjie_bt1 {
	padding-top: 96px;
}
.jianjie_bt3 {
	padding: 60px 0 40px 0;
}
.content {
	width: 1200px;
	margin: 0 auto;
	font-family: 'Noto Sans SC', 'Source Han Sans', 'OPPO Sans', 'Roboto', 'MiSans', 'HarmonyOS Sans', '思源黑体', sans-serif;
}
.profile_info {
	overflow: hidden;
	position: relative;
	float: right;
}
.mCSB_inside > .mCSB_container {
	margin-right: 15%;
}
.profile_des {
	width: 550px;
	line-height: 28px;
}
.profile_des p {
	padding-bottom: 20px;
}
.mCustomScrollbar {
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom;
}
.jianjie4 td img {
	border: 1px solid #eee;
}
.jianjie4 td > div a {
	font-size: 16px;
}
.Introduction_Features {
	background: #069feb;
	height: 130px;
	width: 390px;
	text-align: center;
	font-size: 18px;
	color: #fff;
}
.Introduction_Features span {
	display: block;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 10px;
	padding-top: 33px;
}
.des img {
	width: 220px;
	margin-right: 4px;
	border: 1px solid #eee;
	margin-top: 26px;
}
/*企业文化*/

.culture {
	margin: 0 auto;
	width: 1200px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.culture1 {
	float: left;
	width: 320px;
	padding-top: 20px;
	background: url(../images/20200414180107_925523839.png) 163px 30px no-repeat;
	line-height: 30px;
	font-size: 15px;
}
.culture1 span {
	font-size: 32px;
	line-height: 36px;
	font-weight: bold;
	color: #333;
	font-weight: normal;
}
.culture1 em {
	display: block;
	font-family: Tw Cen MT;
	font-size: 22px;
	line-height: 50px;
}
.culture2 {
	float: right;
	width: 860px;
}
.culture2 dl {
	width: 183px;
	float: left;
	margin-left: 30px;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.1);
    border: 1px solid #fff;
}
.culture2 dt {
	width: 183px;
	height: 213px;
	overflow: hidden;
}
.culture2 dt img {
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
.culture2 dl:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.culture2 dd {
	height: 70px;
	padding-top: 20px;
	text-align: center;
	color: #FFF;
	line-height: 24px;
	font-size: 15px;
	background: #069feb;
}
/*企业形象*/

.hyaj_imgt {
	text-align: center;
	height: 100px;
}
.hyaj_imgt p {
	font-size: 34px;
	color: #2f2f2f;
	font-weight: bold;
}
.hyaj_imgt span {
	font-size: 18px;
	line-height: 30px;
	color: #999;
	font-weight: lighter;
}
.hyaj_imgt i {
	display: block;
	margin: 0 auto;
	width: 64px;
	height: 1px;
	background: #ccc;
}
.bz table tr td {
	display: block;
	float: left;
	padding: 0px !important;
	overflow: hidden;
	width: 378px;
	margin-left: 30px;
	margin-bottom: 26px;
	box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.1);
	border: 1px solid #fff;
}
.bz table tr td:nth-child(1) {
	margin-left: 0px;
}
.bz table tr td img {
	transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-webkit-transition: all linear 0.5s;
	display: block;
	width: 380px;
	height: 285px;
}
.bz table tr td:hover img {
	-webkit-transform: scale(1.12, 1.12);
	transform: scale(1.12, 1.12);
}
.bz table tr td br {
	display: none;
}
.bz table tr td div {
	line-height: 80px!important;
	height: 80px;
	width: 100%;
	padding: 0px !important;
	background: #eee;
	position: relative;
	z-index: 2;
}
.bz table tr td div a {
	display: block;
	text-align: center;
	line-height: 80px;
	font-size: 18px;
}
.bz table tr td:hover div {
	background: #069feb;
}
.bz table tr td:hover div a {
	color: #fff;
}
/**/

.ncom_t {
	text-align: center;
}
.ncom_t p {
	font-size: 40px;
	color: #333;
	margin-bottom: 10px;
	line-height: 40px;
	font-weight: bold;
}
.custom_wt {
	background: url(../images/20200414213825_719102681.jpg)no-repeat center bottom;
	width: 1200px;
	height: 340px;
	margin-top: 30px;
}
.custom_w1 {
	color: #fff;
	font-size: 16px;
	line-height: 40px;
	width: 530px;
	margin-top: 45px;
	margin-right: 122px;
}
/*定制优势*/

.ncustom_bg1 {
	background: url(../images/20200414213506_1831906703.jpg)no-repeat center;
	width: 100%;
	min-width: 1200px;
	height: 624px;
}
.ncustom_wt {
	margin-top: 44px;
}
.ncustom_wt li {
	display: block;
	float: left;
	width: 383px;
	height: 349px;
	background: #fff;
	text-align: center;
	margin-left: 25px;
}
.ncustom_wt li:nth-child(1) {
	margin-left: 0px;
}
.ncustom_img {
	margin-top: 64px;
}
.ncustom_w1 {
	margin-top: 28px;
}
.ncustom_w1 p {
	font-size: 30px;
	font-weight: bold;
}
.ncustom_w1 p>t {
	color: #069feb;
}
.ncustom_w1 span {
	display: block;
	font-size: 16px;
	line-height: 30px;
	margin-top: 20px;
}
