html,
body {
	font-family: "微软雅黑", Verdana;
}

select,
input,
textarea,
button {
	font-family: "微软雅黑", Verdana;
}

.bgf7 {
	background: #f7f7f7;
}

.header {
	position: relative;
	background: #363e49;
	position: relative;
	z-index: 11;
}

.logo {
	width: 180px;
	height: 130px;
}

.logo img {
	display: block;
	max-width: 100%;
}

.head_r {
	width: 1020px;
	padding-left: 66px;
}

.head_r_top {
	padding-top: 23px;
	padding-bottom: 6px;
	padding-right: 15px;
}

.head_r_clm {
	float: right;
	margin-right: 30px;
	line-height: 25px;
	color: #888;
	position: relative;
}

.head_r_clm .icon {
	float: left;
	margin-right: 8px;
	line-height: 25px;
	font-size: 18px;
	color: #fff;
}

.head_r_clm .text {
	float: left;
}

.head_r_clm .text,
.head_r_clm a.text,
.head_r_clm .text a {
	color: #fff;
}

.head_r_clm .text a {
	color: #fff;
}

.head_r_clm a.text:hover,
.head_r_clm .text a:hover {
	color: #0a54ab;
	text-decoration: underline;
}

.head_r_clm_t {
	cursor: pointer;
}

.head_r_clm_t .icon-xiangxia {
	font-size: 10px;
	margin-left: 10px;
}

.head_r_clm_t .text {
	margin-left: 2px;
	font-size: 14px;
}

.head_r_clm_down {
	display: none;
	position: absolute;
	left: 25px;
	top: 25px;
	z-index: 2;
	width: 75px;
	padding: 8px 0;
	background: #fff;
}

.head_r_clm_down a {
	display: block;
	color: #333;
	text-align: center;
	font-size: 14px;
}

.head_r_clm_down a:hover {
	text-decoration: underline;
}

.head_r_clm:hover .head_r_clm_down {
	display: block;
}

.head_search {
	width: 180px;
	height: 25px;
	border-radius: 2px;
	border: 1px solid #bababa;
	overflow: hidden;
	position: relative;
	background: #fff;
}

.head_search_inp {
	float: left;
	width: 145px;
	height: 23px;
	line-height: 24px;
	padding-left: 10px;
	border: 0;
}

.head_search_btn_box {
	position: relative;
	width: 33px;
	height: 15px;
	border-left: 1px solid #ddd;
	margin-top: 5px;
}

.head_search_btn {
	position: relative;
	z-index: 2;
	width: 33px;
	height: 23px;
	opacity: 0;
	cursor: pointer;
	background: none;
	display: block;
	margin-top: -5px;
}

.head_search_btn_icon {
	position: absolute;
	right: 0;
	top: 0;
	width: 33px;
	height: 23px;
	line-height: 23px;
	text-align: center;
	color: #666;
	font-size: 16px;
	margin-top: -3px;
}

.menu {
	float: left;
	/*margin-left: 30px;*/
}

.menu_dl dd {
	float: left;
	position: relative;
	margin-right: 18px;
}

.menu_dl dd:last-child {
	margin-right: 0;
}

.menu_tt a {
	font-family: arial;
	position: relative;
	display: block;
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	height: 76px;
	line-height: 56px;
	color: #fff;
	padding: 0 10px;
	/*margin: 0 7px;*/
	text-transform: capitalize;
	transition: all 0s;
	-webkit-transition: all 0s;
}

.menu_tt_ico {
	float: right;
	display: none;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	color: #333;
	font-size: 16px;
	margin-top: 4px;
}

.menu_dl dd .menu_tt a:after {
	position: absolute;
	opacity: 0;
	content: "";
	width: 100%;
	height: 3px;
	bottom: -1px;
	left: 0;
	background: #b6d0d9;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.menu_dl dd.hover .menu_tt a:after {
	opacity: 1;
	transition: all 0.6s;
	-webkit-transition: all 0.6s;
}

.menu_dl dd:nth-child(2) .menu_second_box {
	left: -340px;
}

.menu_dl dd:nth-child(3) .menu_second_box {
	left: -463px;
}

.menu_second_box {
	clear: both;
	display: none;
	position: absolute;
	left: 0;
	top: 77px;
	z-index: 111;
	background: #fff;
	min-height: 505px;
}

.menu_second_box .wrapper {
	height: 100%;
}

body {
	position: relative;
}

.after {
	display: none;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 130px;
	background: rgba(0, 0, 0, .7);
	z-index: 11;
}

.menu_sec_l {
	width: 360px;
	float: left;
	border-right: 1px solid #efefef;
	height: 100%;
}

.menu_sec_l li {
	height: 70px;
	line-height: 70px;
	padding-left: 20px;
	border-bottom: 1px solid #efefef;
}

.menu_sec_l li:last-child {
	border-bottom: none;
}

.menu_sec_l li.hover {
	background: #efefef;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_sec_l li a {
	display: block;
	font-family: arial;
	font-size: 15px;
	color: #696969;
	position: relative;
	padding-left: 20px;
}

.menu_sec_l li a:after {
	position: absolute;
	left: 0;
	top: -2px;
	content: "■";
	color: #888c98;
	font-size: 12px;
}

.menu_sec_r {
	width: calc(100% - 362px);
	float: left;
	padding: 35px 35px 0 35px;
}

.menu_r_wrap {
	display: none;
}

.menu_r_wrap.active {
	display: block;
}

.menu_sec_r .menu_third {
	width: 220px;
	float: left;
	text-align: center;
	margin-right: 53px;
	margin-bottom: 30px;
}

.menu_sec_r .menu_third:nth-child(3n) {
	margin-right: 0;
}

.menu_sec_r .menu_third .tt {
	font-family: arial;
	font-size: 15px;
	color: #696969;
	margin-top: 15px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_sec_r .menu_third .pic {
	width: 220px;
	height: 164px;
	overflow: hidden;
	border: 1px solid transparent;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_sec_r .menu_third:hover .pic {
	border: 1px solid #ddd;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_sec_r .menu_third .pic img {
	max-width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_sec_r .menu_third:hover .pic img {
	transform: scale(1.02);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_sec_r .menu_third:hover .tt {
	color: #363e49;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.menu_btn {
	display: none;
	float: right;
	position: absolute;
	right: 0;
	top: 8px;
	padding: 15px 17px;
	cursor: pointer;
}

.menu_btn span {
	display: block;
	height: 4px;
	width: 34px;
	background: #fff;
	border-radius: 4px;
	margin-bottom: 7px;
}

.ad_fixed {
	display: block;
	position: fixed;
	top: 300px;
	right: 0;
	z-index: 999;
}

.ad_fixed dd {
	width: 55px;
	height: 55px;
	background: rgba(135, 140, 152, .5);
	color: #fff;
	margin-bottom: 1px;
	text-align: center;
	line-height: 55px;
	cursor: pointer;
	position: relative;
}

.ad_fixed dd a {
	display: block;
	position: absolute;
	height: 55px;
	min-width: 200px;
	padding: 0 20px;
	top: 0;
	right: 56px;
	background: rgba(135, 140, 152, .8);
	color: #fff;
	display: none;
	font-size: 14px;
}

.ad_fixed dd i {
	font-size: 22px;
}

.ad_fixed dd:nth-child(1) {
	font-size: 26px;
}

.ad_fixed dd:hover a {
	display: block;
}


/*
 * banner
 */

.banner_box {
	position: relative;
	z-index: 1;
	/*height: 607px;*/
}

.banner {
	clear: both;
}

.banner_box .owl-controls {
	position: absolute;
	left: 50%;
	margin-left: -48px;
	bottom: 10px;
}

.banner_box .con {
	position: absolute;
	left: 0;
	bottom: 0;
	height: 206px;
	width: 100%;
	background: rgba(54, 62, 73, .5);
}

.banner_box .con .con_l {
	width: 483px;
	font-size: 34px;
	font-weight: bold;
	color: #fff;
	float: left;
	padding: 12px 0;
	margin-top: 40px;
	border-right: 1px solid #9ea5b7;
}

.banner_box .con .con_r {
	width: calc(100% - 485px);
	float: left;
	margin-top: 35px;
	padding-left: 40px;
	font-family: "Open Sans";
	font-size: 15px;
	color: #fff;
	line-height: 30px;
}

.owl-theme .owl-dots .owl-dot span {
	width: 12px!important;
	height: 12px!important;
	border-radius: 12px!important;
	background: #d6d6da!important;
	position: relative;
}

.owl-theme .owl-dots .owl-dot span:after {
	position: absolute;
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 8px;
	background: #8f8f99;
	top: 2px;
	left: 2px;
	display: none;
}

.banner_box .owl-theme .owl-dots .owl-dot.active span {
	background: #fff!important;
}

.banner_box .owl-theme .owl-dots .owl-dot.active span:after {
	display: block;
}

.banner_next_btns,
.banner_prev_btns {
	position: absolute;
	top: 50%;
	width: 50px;
	height: 87px;
	line-height: 87px;
	text-align: center;
	background: rgba(0, 0, 0, .5);
	z-index: 1;
}

.banner_next_btns i,
.banner_prev_btns i {
	color: #fff;
	font-size: 22px;
}

.banner_prev_btns {
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}

.banner_next_btns {
	right: 0;
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}


/***title****/

.ind_title1 {
	display: block;
	padding: 10px 0 20px;
	position: relative;
	margin-bottom: 25px;
}

.ind_title1 .tt {
	font-size: 30px;
	font-family: arial;
	font-weight: bold;
	color: #3d3d3d;
	margin-bottom: 10px;
	font-weight: bold;
}

.ind_title1 .text {
	color: #3d3d3d;
	font-family: arial;
	font-size: 20px;
}

.ind_title1 .text span {
	position: relative;
	display: inline-block;
}

.ind_title1 .text span:before,
.ind_title1 .text span:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 1px;
	background: #dcdcdc;
	left: -40px;
	top: 10px;
}

.ind_title1 .text span:after {
	left: auto;
	right: -40px;
}


/*
	more_btn 	
*/

.more_btn1 {
	display: block;
	width: 120px;
	height: 35px;
	color: #fff;
	font-size: 12px;
	font-family: "Open Sans";
	line-height: 35px;
	text-align: center;
	background: #222;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.more_btn2 {
	width: 92px;
	height: 32px;
	line-height: 32px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	font-family: "Open Sans";
	background: #222;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.more_btn1:hover,
.more_btn2:hover {
	background: #e50615;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/**page**/

.page {
	/*margin-top: 20px;*/
	padding: 25px 0;
	text-align: center;
	font-family: arial;
}

.page a {
	display: inline-block;
	padding: 0 11px;
	height: 30px;
	line-height: 30px;
	margin: 0 5px;
	font-size: 14px;
	color: #696969;
	font-weight: bold;
	background: none;
}

.page a:first-child,
.page a:last-child {
	padding: 0 20px;
	font-size: 13px;
	background: #888c98;
	color: #fff;
}

.page a:hover,
.page a.hover,
.page a.page-num-current{
	background: #888c98;
	color: #fff;
}

.page a i {
	font-size: 12px;
	font-weight: 100;
}


/***footer***/

.footer {
	background: #363e49;
	position: relative;
	z-index: 10;
}

.footer .wrapper {
	overflow: hidden;
}

.footer_t {
	padding: 55px 0 30px 0;
	overflow-x: hidden;
	overflow-y: auto;
}

.foot_list {
	float: left;
	width: 25%;
}

.foot_list:nth-child(2) {
	width: 22%;
}

.foot_list:nth-child(3) {
	width: 28%;
}

.foot_list:nth-child(4) {
	padding-left: 5%;
}

.foot_list:nth-child(4) dd:last-child {
	margin-top: 15px;
}

.foot_list .tt {
	font-family: arial;
	font-weight: bold;
	color: #fff;
	font-size: 16px;
	position: relative;
	margin-bottom: 23px;
}

.foot_list dd {
	line-height: 35px;
}

.foot_list dd a {
	display: block;
	font-family: arial;
	font-size: 15px;
	color: #c5c5da;
	margin-bottom: 0px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.foot_list dd a:hover {
	color: #fff;
	transform: translateX(6px);
	-webkit-transform: translateX(6px);
	/*text-decoration: underline;*/
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.foot_share {
	margin-top: 22px;
}

.foot_share a {
	display: block;
	float: left;
	width: 35px;
	height: 35px;
	text-align: center;
	line-height: 35px;
	color: #fff;
	border-radius: 35px;
	margin-right: 10px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.foot_share a:nth-child(1) {
	background: #138ac6;
}

.foot_share a:nth-child(2) {
	background: #4d70bb;
}

.foot_share a:nth-child(3) {
	background: #4591ff;
}

.foot_share a:nth-child(4) {
	background: #d25237;
}

.foot_share a:nth-child(5) {
	background: #4bac5d;
	margin-right: 0;
}

.foot_share a:nth-child(1) i {
	font-size: 16px;
}

.foot_share a:nth-child(3) i,
.foot_share a:nth-child(4) i {
	font-size: 18px;
}

.foot_share a i {
	font-size: 20px;
}

.foot_share a:hover {
	transform: translateY(-3px);
	-webkit-transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer_b {
	color: #c5c5da;
	font-size: 13px;
	line-height: 45px;
	background: #2d343e;
}

.footer_b a {
	color: #c5c5da;
}

.footer_b a:hover {
	color: #fff;
	text-decoration: underline;
}

.footer .wrapper {
	position: relative;
}

.footer_sharebox {
	width: 30%;
	float: left;
	padding: 60px 20px 0 0px;
	text-align: center;
}

.footer_sharebox .share_tips {
	margin-bottom: 30px;
}

.footer_sharebox .share_items {
	padding-left: 30px;
}

.footer_sharebox dd {
	float: left;
	width: 46px;
	height: 46px;
	line-height: 46px;
	text-align: center;
	border-radius: 46px;
	margin-left: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.footer_sharebox dd i {
	font-size: 22px;
	color: #fff;
}

.footer_sharebox dd:nth-child(1) {
	background: #d81e06;
}

.footer_sharebox dd:nth-child(2) {
	background: #107ab6;
}

.footer_sharebox dd:nth-child(3) {
	background: #3c599b;
}

.footer_sharebox dd:nth-child(4) {
	background: #5eaade;
}

.footer_sharebox dd:nth-child(1) i {
	font-size: 25px;
	line-height: 52px;
}

.footer_sharebox dd:nth-child(3) i {
	font-size: 25px;
}

.footer_sharebox dd:hover {
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.share_fl {
	text-align: right;
	color: #CBCBCB;
	padding-top: 65px;
	margin: 0 20px 0 80px;
}

.share_fr {
	text-align: center;
	color: #cbcbcb;
	font-size: 14px;
}

.share_fl p {
	font-size: 14px;
}

.share_fl span {
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 30px;
	line-height: 30px;
	text-align: center;
	background: #bdbcbc;
	margin-left: 8px;
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.share_fl .share_box {
	margin-top: 10px;
}

.share_fl .share_box i {
	color: #595757;
	font-size: 20px;
}

.share_fl .share_box span:nth-child(2) {
	line-height: 32px;
}

.share_fl .share_box span:nth-child(2) i {
	font-size: 22px;
}

.share_fl .share_box span:hover {
	background: #fff;
	-webkit-transform: translateY(-3px);
	transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.share_fl .share_box span:hover i {}

.share_fr img {
	margin-bottom: 7px;
}


/*
 *sub_banner 
 */

.sub_banner {
	height: 354px;
	background-size: auto 100%;
	position: relative;
	top: 0px;
}


/*
 * location
 */

.location {
	height: 60px;
	line-height: 60px;
	color: #838383;
	font-size: 14px;
	position: relative;
	font-family: arial;
	border-bottom: 1px solid #e8e8e8;
}

.location .tt i {
	font-size: 22px;
	margin-right: 10px;
	float: left;
	color: #c4c4c4;
}

.location_l .text {
	/*float: right;*/
	display: inline-block;
}

.location_l .text a {
	color: #696969;
	font-size: 14px;
	margin: 0 3px;
	font-family: arial;
}

.location_l .text a:hover {
	color: #363e49;
}


/*nav*/

.nav {
	line-height: 50px;
	margin-top: 30px;
}

.nav dd {
	width: 16.53%;
	float: left;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	text-align: center;
	background: #878c98;
	margin-right: 1px;
	position: relative;
}

.nav dd:after {
	position: absolute;
	top: 50px;
	content: "";
	width: 0;
	height: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 8px 10px 0;
	border-style: solid;
	border-color: #363e49 transparent transparent;
	display: none;
}

.nav dd a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	font-family: arial;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.nav dd:hover,
.nav dd.hover {
	background: #363e49;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.nav dd.hover:after {
	display: block;
}


/*faq-BOX*/

.faq_box {
	padding: 0 0 15px;
	background: #fff;
	font-family: "微软雅黑";
}

.faq_title .tt {
	color: #333;
	font-size: 26px;
	padding: 20px 0;
}

.faq_title .tt span {
	padding-bottom: 10px;
}

.faq_title .tt span:first-child {
	border-bottom: 2px solid #f08300;
}

.faq_title .tt span:nth-child(2) {
	border-bottom: 2px solid #595757;
}

.faq_title .text {
	min-height: 46px;
	padding-top: 30px;
	font-size: 12px;
	color: #888;
}

.faq_list {
	clear: both;
	margin: 0 auto;
	padding: 30px 0;
	min-height: 370px;
	overflow: hidden;
}

.faq_list dd {
	height: auto;
	margin-bottom: 15px;
	float: left;
	float: left;
	width: 300px;
}

.faq_list dd:last-child {
	width: 660px;
}

.faq_list dd .tt .red {
	color: #f00;
	font-size: 18px;
}

.faq_list dd:nth-child(1),
.faq_list dd:nth-child(3),
.faq_list dd:nth-child(5) {
	margin-right: 60px;
}

.faq_inp,
.faq_area {
	width: 100%;
	height: 40px;
	padding-left: 12px;
	font-size: 14px;
	color: #333;
	border: 1px solid #999;
	resize: none;
	margin-top: 10px;
}

.faq_inp::-webkit-input-placeholder,
.faq_area::-webkit-input-placeholder {
	color: #b0b0b0;
	font-size: 12px;
	font-family: arial;
	line-height: 30px;
}
.faq_area::-webkit-input-placeholder{
   line-height: 1.5em;

  
}
.faq_inp:focus,
.faq_area:focus {
	border-color: #34BEFF;
}

.doub .faq_inp {
	margin-bottom: 25px;
}

.faq_area {
	height: 95px;
	padding: 8px 12px;
}

.faq_lists {
	overflow: auto;
}

.faq_btnwrap {
	position: relative;
	width: 500px;
	left: 50%;
	margin-left: -250px;
}

.faq_btn_box {
	width: 220px;
	height: 42px;
	border-radius: 2px;
	background: #363e49;
	position: relative;
	float: left;
	margin-right: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.faq_btn_box.gray {
	background: #888c98;
}

.faq_btn {
	position: absolute;
	left: 0;
	top: 0;
	display: block;
	width: 220px;
	height: 42px;
	border: none;
	background: none;
	cursor: pointer;
}

.faq_btn_text {
	color: #fff;
	font-size: 14px;
	line-height: 42px;
	text-align: center;
	font-family: "Open Sans";
}

.faq_btn_text i {
	font-size: 26px;
	float: left;
	margin-left: 60px;
}

.faq_btn_text span {
	float: left;
	margin-left: 15px;
	font-size: 18px;
}

.faq_btn_text:nth-child(2) i {
	font-size: 25px;
	margin-right: 8px;
}

.faq_btn_text:nth-child(2) i.icon-pen {
	font-size: 22px;
}

.faq_btn_box:hover {
	transform: translateY(-3px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*index*/


/*ind_box1*/

.ind_box1 {
	padding: 40px 0;
	overflow: hidden
}

.ind_box1 .fir_dl dd,
.ind_box1 .sec_dl dd {
	width: 295px;
	height: 155px;
	background: #f1f2f3;
	float: left;
	margin-right: 5px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-bottom: 5px;
}

.ind_box1 .fir_dl dd:last-child,
.ind_box1 .sec_dl dd:nth-child(3n) {
	margin-right: 0;
}

.ind_box1 .fir_dl dd .pic,
.ind_box1 .sec_dl dd .pic {
	float: left;
	/*padding-left: 40px;*/
	overflow: hidden;
	height: 100%;
	width: 122px;
	display:flex;
	display:-ms-flexbox;
	display:-webkit-flex;
	align-items: flex-end;
	-webkit-align-items: flex-end;
	-ms-align-items:flex-end;
}
.ind_box1 .sec_dl dd .pic{
    padding-left: 0;
}
.ind_box1 .fir_dl dd .pic img,
.ind_box1 .sec_dl dd .pic img {
	margin-top: 10px;
}

.ind_box1 .fir_dl dd .con,
.ind_box1 .sec_dl dd .con {
	width: calc(100% - 122px);
	float: left;
	padding: 30px 22px 0 30px;
}

.ind_box1 .fir_dl dd .con .tt,
.ind_box1 .sec_dl dd .con .tt {
	font-family: arial;
	font-size: 16px;
	line-height: 25px;
	font-weight: bold;
	color: #696969;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1 .det {
	width: 24px;
	height: 24px;
	line-height: 22px;
	padding-left: 2px;
	text-align: center;
	border-radius: 24px;
	border: 1px solid #ddddde;
	margin-top: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1 .det i {
	color: #ddddde;
	font-size: 12px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1 dd:hover {
	background: #878c98;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1 .fir_dl dd:hover .con .tt,
.ind_box1 .sec_dl dd:hover .con .tt {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1 dd:hover .con .det {
	background: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1 dd:hover .con .det i {
	color: #224694;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1 .sec_dl dd {
	width: 395px;
	height: 155px;
}

.ind_box1 .sec_dl dd .pic {
	width: 205px;
	/*padding-left: 62px;*/
	height: 100%;
	overflow: hidden;
}

.ind_box1 .sec_dl dd:nth-child(4) .pic,
.ind_box1 .sec_dl dd:nth-child(5) .pic,
.ind_box1 .sec_dl dd:nth-child(6) .pic {
	padding-left: 0;
}

.ind_box1 .sec_dl dd .pic img {
	margin-top: 14px;
}

.ind_box1 .sec_dl dd .con {
	width: calc(100% - 205px);
	padding-left: 0;
	position: relative
}

.ind_box1 .sec_dl dd .con .tt {
	height: 75px;
	position: absolute;
	padding-right: 35px;
}

.ind_box1 .sec_dl dd .con .det {
	margin-top: 80px;
}

.ind_box2 {
	padding: 20px 0 60px;
}

.ind_box2 .ind2_l {
	float: left;
	width: 550px;
	height: 440px;
	overflow: hidden;
}

.ind_box2 .ind2_l img {
	max-width: 100%;
}

.ind_box2 .ind2_r {
	float: left;
	width: calc(100% - 550px);
}

.ind_box2 .ind2_r_title {
	float: left;
	width: 440px;
	height: 190px;
	margin-top: 118px;
	margin-left: -118px;
	transform: rotate(90deg);
	font-size: 34px;
	font-weight: bold;
	color: #1c1c1c;
	position: relative;
	padding: 50px 40px;
}

.ind_box2 .ind2_r_title .line {
	width: 147px;
	height: 1px;
	background: #e4e5e6;
	position: absolute;
	top: 70px;
	left: 200px;
}

.ind_box2 .ind2_r_title .line:nth-child(2) {
	top: 75px;
	left: 180px;
}

.ind_box2 .ind2_r_title a {
	display: block;
	position: absolute;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 12px;
	border: 1px solid #878c98;
	right: 40px;
	top: 60px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box2 .ind2_r_title a i {
	color: #333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box2 .ind2_r_content {
	float: right;
	width: calc(100% - 200px);
	margin-top: -310px;
	height: 440px;
	padding-top: 35px;
}

.ind_box2 .ind2_r_content .tt {
	font-size: 24px;
	color: #1c1c1c;
	position: relative;
}

.ind_box2 .ind2_r_content .tt:after {
	position: absolute;
	content: "";
	width: 30px;
	height: 4px;
	background: #161616;
	top: 90px;
	left: 0;
}

.ind_box2 .ind2_r_content .con {
	margin-top: 60px;
	font-size: 15px;
	color: #6b6b6b;
	line-height: 27px;
	padding-right: 5px;
}

.ind_box2 .ind2_r_title a:hover {
	background: #333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box2 .ind2_r_title a:hover i {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box3 {
	background: #f1f2f3;
	padding: 50px 0;
}

.ind_box3 .wrapper {
	height: auto;
	position: relative;
}

.ind_box3 .ind3_l {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
	width: 680px;
	border-top: 500px solid rgba(104, 109, 121, .1);
	border-right: 80px solid transparent;
	z-index: 2;
	background: url(../images/ind_img12.png);
}

.ind3_l_wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 680px;
	height: 500px;
}

.ind_box3 .ind3_l .tt {
	font-size: 48px;
	color: #fff;
	font-weight: bold;
	text-align: right;
	margin-top: 65px;
	padding-right: 30px;
	position: relative;
	width: 100%;
}

.ind_box3 .ind3_l .tt:before {
	position: absolute;
	content: "";
	width: 195px;
	height: 2px;
	background: #b7bece;
	left: 0;
	top: 50px;
}

.ind_box3 .ind3_l .tt span {
	position: relative;
	z-index: 2;
}

.ind_box3 .ind3_l .tt p {
	position: absolute;
	content: "";
	right: 17px;
	top: 45px;
	height: 0;
	width: 450px;
	border-top: 15px solid rgba(145, 151, 165, .9);
	border-right: 3px solid transparent;
	z-index: 1;
}

.ind_box3 .ind3_l .text {
	font-size: 22px;
	color: #fff;
	line-height: 40px;
	width: 330px;
	margin: 70px 0 0 90px;
}

.ind_box3 .ind3_l .more a {
	display: block;
	margin-top: 70px;
	margin-left: 90px;
	padding-left: 80px;
	color: #ddd;
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	position: relative;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box3 .ind3_l .more a:before {
	position: absolute;
	content: "";
	width: 52px;
	height: 2px;
	background: #b7bece;
	top: 7px;
	left: 3px;
}

.ind_box3 .ind3_l .more a:hover {
	color: #fff;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box3 .ind3_r {
	width: calc(100% - 600px);
	float: right;
	position: relative;
}

.ind_box3 .ind3_r .owl-controls {
	position: absolute;
	bottom: 10px;
	right: 30px;
}

.ind_box3 .owl-theme .owl-dots .owl-dot span {
	border-radius: 0!important;
	width: 26px!important;
	height: 26px!important;
	content: "1"!important;
	background: transparent!important;
}

.ind_box3 .owl-theme .owl-dots .owl-dot.active span {
	background: #fff!important;
}

.ind_box3 .owl-theme .owl-dots .owl-dot.active span:before {
	color: #3d3d3d!important;
}

.ind_box3 .owl-theme .owl-dots .owl-dot span:before {
	position: absolute;
	top: 0;
	left: 0;
	width: 26px!important;
	height: 26px!important;
	text-align: center;
	line-height: 26px;
	content: "01";
	color: #fff;
	font-size: 14px;
}

.ind_box3 .owl-theme .owl-dots .owl-dot:nth-child(2) span:before {
	content: "02";
}

.ind_box3 .owl-theme .owl-dots .owl-dot:nth-child(3) span:before {
	content: "03";
}

.ind_box3 .owl-theme .owl-dots .owl-dot:nth-child(4) span:before {
	content: "04";
}

.ind_box3 .owl-theme .owl-dots .owl-dot:nth-child(5) span:before {
	content: "05";
}

.ind_box4 {
	padding: 40px 0;
	overflow: hidden;
}

.ind_box4 dd {
	width: 380px;
	height: 475px;
	overflow: hidden;
	float: left;
	box-shadow: 0 0 12px rgba(115, 115, 115, .5);
	margin-right: 30px;
	position: relative;
}
/*.ind_box4 dd .pic{
	height: ;
}*/
.ind_box4 dd .pic img{
	width: 100%;
}
.ind_box4 dd:nth-child(3n) {
	margin-right: 0;
}

.ind_box4 dd a.learn_more {
	display: inline-block;
	width: 115px;
	height: 32px;
	text-align: center;
	line-height: 32px;
	border-radius: 15px;
	font-size: 14px;
	color: #fff;
	background: #878c98;
	position: relative;
	top: -20px;
	left: 50%;
	margin-left: -57.5px;
}

.ind_box4 dd .con {
	background: #fff;
	position: absolute;
	width: 100%;
	top: 285px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box4 dd .time {
	font-size: 14px;
	color: #878c98;
	width: 90%;
	margin-left: 5%;
	border-bottom: 1px solid #e5e5e5;
	padding-bottom: 18px;
}

.ind_box4 dd .tt {
	width: 90%;
	margin-left: 5%;
	font-size: 18px;
	padding: 15px 0 45px 0;
	font-weight: 550;
	max-height: 65px;
}

.ind_box4 dd .tt a {
	color: #696969;
}

.ind_box4 dd .text {
	opacity: 0;
	width: 90%;
	margin-left: 5%;
	text-align: center;
	font-size: 14px;
	color: #a1a1a1;
	line-height: 22px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box4 dd:hover .con {
	height: 475px;
	top: 0;
	z-index: 4;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box4 dd:hover .con a.learn_more {
	top: 0;
	margin-top: 55px;
	margin-bottom: 40px;
}

.ind_box4 dd:hover .con .time {
	text-align: center;
}

.ind_box4 dd:hover .con .tt {
	text-align: center;
}

.ind_box4 dd:hover .text {
	opacity: 1;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box5 {
	padding: 20px 0 50px;
	overflow: hidden;
}

.ind_box5 .ind5_l {
	width: 590px;
	float: left;
}

.ind_box5 .ind5_l_t {
	height: 190px;
	background: #f0f2f4;
}

.ind_box5 .ind5_l_t .pic {
	width: 376px;
	height: 178px;
	float: left;
}

.ind_box5 .ind5_l_t .pic img {
	max-width: 100%;
}

.ind_box5 .ind5_l_t .con {
	padding-top: 42px;
	float: left;
	width: calc(100% - 376px);
}

.ind_box5 .ind5_l_t .con .tt {
	font-size: 22px;
	font-family: arial;
	color: #7c818c;
	font-weight: bold;
	line-height: 28px;
}

.ind_box5 .ind5_l_t .con a,
.ind_box5 .ind5_l_b .con a {
	font-size: 11px;
	font-weight: bold;
	color: #878c98;
	position: relative;
	display: inline-block;
	margin-top: 30px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box5 .ind5_l_t .con a:after,
.ind_box5 .ind5_l_b .con a:after {
	position: absolute;
	content: "";
	width: 100%;
	height: 2px;
	background: #aeb2ba;
	bottom: 0;
	left: 0;
}

.ind_box5 .ind5_l_t .con a:hover,
.ind_box5 .ind5_l_b .con a:hover {
	transform: translateX(6px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box5 .ind5_l_b {
	margin: 20px 0;
	overflow: auto;
}

.ind_box5 .ind5_l_b .ind5_item {
	width: 285px;
	height: 190px;
	float: left;
	background: #f0f2f4;
	margin-right: 20px;
}

.ind_box5 .ind5_l_b .ind5_item:last-child {
	margin-right: 0;
}

.ind_box5 .ind5_l_b .ind5_item .pic {
	float: right;
	width: 108px;
	height: 151px;
	margin-top: 20px;
	margin-right: 20px;
}

.ind_box5 .ind5_l_b .ind5_item .con {
	float: left;
	width: calc(100% - 128px);
	padding: 40px 0 0 30px;
}

.ind_box5 .ind5_l_b .ind5_item .tt {
	font-size: 16px;
	font-weight: bold;
	color: #7c818c;
	line-height: 26px;
}

.ind_box5 .ind5_r {
	width: 587px;
	height: 400px;
	background: #f0f2f4;
	float: right;
}

.ind_box5 .ind5_r .tt {
	width: 84%;
	color: #878c98;
	font-size: 20px;
	font-weight: bold;
	margin: 45px 0 30px 8%;
}

.ind_box5 .ind5_r .ind5_r_faq {
	width: 84%;
	margin-left: 8%;
}

.ind_box5 .ind5_r .ind5_r_faq dd {
	width: 100%;
	position: relative;
	margin-bottom: 15px;
}

.ind_box5 .ind5_r input,
.ind_box5 .ind5_r textarea {
	width: 100%;
	border-color: transparent;
	background: #fff;
	outline: none;
	height: 35px;
	border-radius: 4px;
	text-indent: 1em;
	color: #777;
}

.ind_box5 .ind5_r textarea {
	height: 80px;
	resize: none;
	padding-top: 5px;
}

.ind_box5 .ind5_r input::-webkit-input-placeholder,
.ind_box5 .ind5_r textarea::-webkit-input-placeholder {
	color: #b0b0b0;
}

.ind_box5 .ind5_r .ind5_r_faq dd i {
	position: absolute;
	right: 15px;
	top: 10px;
	color: #b0b0b0;
	font-size: 16px;
}

.ind_box5 .ind5_r .ind5_r_faq dd:nth-child(2) i {
	font-size: 18px;
	top: 7px;
}

.ind_box5 .ind5_r input:focus,
.ind_box5 .ind5_r textarea:focus {
	border-color: #718bb0;
}

.send_btn {
	display: block;
	width: 100px;
	height: 28px;
	border-radius: 15px;
	text-align: center;
	line-height: 28px;
	position: relative;
	background: #878c98;
	font-size: 12px;
	color: #fff;
	font-weight: bold;
	outline: none;
	box-shadow: 0 0 12px rgba(115, 115, 115, .5);
}

.ind_box5 .ind5_r input.send_btn_inp {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 28px;
	cursor: pointer;
	background: none;
	outline: none;
}

.ind_box5 .ind5_r input.send_btn_inp:focus {
	outline: 0;
	border: none;
}

.send_btn_text {
	position: absolute;
	top: 0;
	left: 0;
	width: 100px;
	height: 28px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	line-height: 28px;
}

.ind_box6 {
	margin-top: 10px;
	padding: 45px 0 150px 0;
	width: 100%;
	background: #f1f2f3;
	overflow: hidden;
}

.ind_box6 .ind_title1 .tt {
	font-size: 38px;
	margin-bottom: 5px;
}

.ind_box6 .ind_title1 .text {
	font-size: 15px;
	color: #696969;
}

.ind_box6 .ind_title1 span:before,
.ind_box6 .ind_title1 span:after {
	display: none;
}

.ind_box6 .content {
	width: 100%;
	position: relative;
}

.ind_box6 .container {
	max-width: 480px;
	margin: 0 auto;
}

.ind_box6 .slide {
	width: 100%;
	min-height: 180px;
	/*overflow: hidden;*/
	position: relative;
}

.ind_box6 .slide .img {
	/*overflow: hidden;*/
	position: absolute;
	transition: width 0.4s, height 0.4s, top 0.4s, left 0.4s, z-index 0.4s;
}

.ind_box6 .slide .img .pic {
	position: absolute;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .2);
	top: 0;
	left: 0;
}

.ind_box6 .slide .img img {
	width: 100%;
	height: 100%;
}

.ind_box6 .slide .img p {
	margin-top: 10px;
	color: #696969;
	font-size: 14px;
	text-align: center;
	padding: 0 5px;
}

.ind_box6 .slide .img1 {
	width: 50%;
	height: 50%;
	top: 25%;
	left: -108%;
	z-index: 1;
}

.ind_box6 .slide .img2 {
	width: 50%;
	height: 50%;
	top: 25%;
	left: -58%;
	z-index: 2;
}

.ind_box6 .slide .img3 {
	width: 100%;
	height: 100%;
	top: 0%;
	left: 0%;
	z-index: 3;
}

.ind_box6 .slide .img3 .pic {
	background: none;
}

.ind_box6 .slide .img3 p {
	font-size: 20px;
	font-weight: bold;
	color: #777;
	margin-top: 30px;
}

.ind_box6 .slide .img p a {
	display: none;
}

.ind_box6 .slide .img3 p a {
	display: block;
	font-size: 14px;
	color: #b5b5b5;
	text-decoration: underline;
	font-weight: 100;
	margin-top: 10px;
}

.ind_box6 .slide .img4 {
	width: 50%;
	height: 50%;
	top: 25%;
	left: 108%;
	z-index: 2;
}

.ind_box6 .slide .img5 {
	width: 50%;
	height: 50%;
	top: 25%;
	left: 158%;
	z-index: 1;
}

.ind_box6 .slide .img6 {
	width: 50%;
	height: 50%;
	top: 25%;
	left: 208%;
	z-index: 0;
}

.ind_box6 .slide .img7 {
	width: 50%;
	height: 50%;
	top: 25%;
	left: -158%;
	z-index: 0;
}

.ind_box6 .btns {
	position: absolute;
	width: 414px;
	left: 50%;
	margin-left: -207px;
}

.btn_left,
.btn_right {
	position: absolute;
	bottom: -95px;
	left: 20px;
	font-size: 12px;
	z-index: 5;
	width: 30px;
	height: 30px;
	text-align: left;
	line-height: 30px;
}

.btn_right {
	left: auto;
	right: 20px;
	text-align: right;
}

.ind_box6 .slide-bt {
	position: absolute;
	left: 50%;
	bottom: 13%;
	z-index: 10;
}

.ind_box6 .slide-bt span {
	width: 24px;
	height: 8px;
	background: #c9caca;
	float: left;
	margin: 5px;
	border-radius: 4px;
}

.ind_box6 .slide .slide-bt .on {
	background: #ffd200;
}


/*about_company*/

.ab_com.ind_box1 .content {
	font-size: 15px;
	color: #696969;
	line-height: 30px;
	padding-top: 10px;
	overflow: hidden;
}

.ab_com.ind_box1 .content_tip {
	width: 300px;
	height: 238px;
	background: #878c98;
	position: relative;
	float: left;
	margin: 0 30px 30px 0;
}

.ab_com.ind_box1 .content_tip .content_tip_ab {
	position: absolute;
	width: 280px;
	height: 220px;
	border: 1px solid #fff;
	margin: 10px 0 0 10px;
	text-align: center;
	color: #fff;
	font-size: 29px;
	padding-top: 50px;
	line-height: 48px;
}

.ab_com.ind_box1 .content_tip .content_tip_ab span {
	font-size: 72px;
	font-weight: bold;
	display: inline-block;
	margin-top: 6px;
}

.ab_com.ind_box1 dl {
	margin-top: 50px;
}

.ab_com.ind_box1 dd {
	float: left;
	width: 180px;
	height: 320px;
	margin: 10px;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ab_com.ind_box1 dd .con {
	position: absolute;
	width: 100%;
	bottom: 0;
	height: 47px;
	line-height: 47px;
	text-align: center;
	color: #fff;
	background: rgba(0, 0, 0, .5);
	font-size: 13px;
}

.ab_com.ind_box1 dd img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ab_com.ind_box1 dd:hover img {
	transform: scale(1.02);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box2.ab_com {
	background: #363e49;
	padding-top: 65px;
	margin-top: 40px;
}

.ind_box2.ab_com .title {
	text-align: center;
	color: #fff;
	font-size: 24px;
	line-height: 40px;
	margin-bottom: 40px;
}

.ind_box2.ab_com .pic {
	text-align: center;
}

.ind_box2.ab_com .pic img {
	max-width: 100%;
}

.ind_box3.ab_com {
	background: #fff;
	padding-top: 65px;
}

.ind_box3.ab_com .title {
	text-align: center;
}

.ind_box3.ab_com .title .tt {
	font-size: 28px;
	font-weight: bold;
	color: #363e49;
}

.ind_box3.ab_com .title .text {
	font-size: 18px;
	color: #363e49;
	font-weight: bold;
	margin: 25px 0 10px 0;
}

.ind_box3.ab_com .title .con {
	font-size: 16px;
	color: #363e49;
	padding: 0 120px;
	line-height: 25px;
}

.ind_box3.ab_com .content {
	margin-top: 70px;
}

.ind_box3.ab_com .ind3_wrap {
	width: 50%;
	float: left;
	padding-right: 20px;
}

.ind_box3.ab_com .ind3_wrap .ind3_fl {
	float: left;
	width: 165px;
	text-align: center;
	margin-top: 3px;
}

.ind_box3.ab_com .ind3_wrap .ind3_fl img {
	max-width: 100%;
}

.ind_box3.ab_com .ind3_wrap .ind3_fl .tt {
	font-size: 22px;
	font-weight: bold;
	text-align: center;
}

.ind_box3.ab_com .ind3_wrap .ind3_fr {
	float: left;
	width: calc(100% - 165px);
}

.ind_box3.ab_com .ind3_wrap .ind3_fr dd {
	overflow: auto;
	margin-bottom: 28px;
}

.ind_box3.ab_com .ind3_wrap .ind3_fr span {
	float: left;
	display: block;
	width: 20px;
	color: #888c98;
	margin-top: 2px;
}

.ind_box3.ab_com .ind3_wrap .ind3_fr div {
	float: left;
	width: calc(100% - 20px);
	color: #363e49;
	font-size: 14px;
	line-height: 26px;
}

.ind_box4.ab_com {
	padding: 53px 0 110px 0;
	background: #f1f2f3;
}

.ind_box4.ab_com .title {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	color: #363e49;
	position: relative;
	margin-bottom: 40px;
}

.ind_box4.ab_com .title:after {
	position: absolute;
	content: "";
	width: 44px;
	height: 4px;
	background: #888c98;
	top: 50px;
	left: 50%;
	margin-left: -22px;
}

.ind_box4.ab_com .item {
	padding: 10px;
}

.ind_box4.ab_com .owl-controls {
	display: none;
}

.ind_box4.ab_com .wrapper {
	position: relative;
}

.ind_box4.ab_com .btn_control {
	width: 95px;
	position: absolute;
	bottom: -60px;
	left: 50%;
	margin-left: -47.5px;
}

.prev_btns,
.next_btns {
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 40px;
	background: #888c98;
	color: #fff;
	float: left;
	cursor: pointer;
}

.prev_btns {
	margin-right: 15px;
}


/*ab_download*/

.ab_down.ind_box1 {
	margin-top: 5px;
	padding-bottom: 80px;
}

.ab_down.ind_box1 .ind1_l {
	float: left;
	width: 270px;
}

.ab_down.ind_box1 .ind1_l .tt {
	font-size: 20px;
	font-weight: bold;
	color: #696969;
}

.ab_down.ind_box1 .ind1_l .text {
	width: 220px;
	height: 25px;
	font-size: 14px;
	background: #f0f0f0;
	color: #979797;
	text-align: left;
	padding-left: 15px;
	line-height: 25px;
	margin: 8px 0 15px;
}

.ab_down.ind_box1 .ind1_l dd {
	padding: 16px 0;
	border-bottom: 1px solid #e8e8e8;
}

.ab_down.ind_box1 .ind1_l dd i {
	float: left;
	color: #bcbcbc;
	margin-top: 1px;
}

.ab_down.ind_box1 .ind1_l dd a {
	font-size: 14px;
	color: #363e49;
	float: left;
	display: inline-block;
	width: calc(100% - 30px);
	padding-left: 5px;
}

.ab_down.ind_box1 .ind1_l dd:hover {
	background: none;
}

.ab_down.ind_box1 .ind1_l dd:hover a {
	text-decoration: underline;
}

.ab_down.ind_box1 .ind1_r {
	float: left;
	width: calc(100% - 270px);
	padding-left: 35px;
}

.ab_down.ind_box1 .ind1_r .title {
	color: #363e49;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 14px;
	margin-bottom: 35px;
	border-bottom: 3px solid #ededed;
}

.ab_down.ind_box1 .ind1_r .cons {
	margin-top: 18px;
}

.ab_down.ind_box1 .ind1_r .cons .tt {
	color: #363E49;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

.ab_down.ind_box1 .ind1_r .cons .tt span {
	float: left;
	color: #888c98;
	margin-right: 15px;
}

.ab_down.ind_box1 .ind1_r .cons .tt p {
	float: left;
	margin-top: 2px;
}

.ab_down.ind_box1 .ind1_r .cons dl {
	padding-left: 25px;
}

.ab_down.ind_box1 .ind1_r .cons dd {
	padding: 9px 15px 9px 20px;
	border-bottom: 1px dashed #d6d6d6;
}

.ab_down.ind_box1 .ind1_r .cons dd span {
	float: left;
	color: #363e49;
	font-size: 14px;
}

.ab_down.ind_box1 .ind1_r .cons dd .download {
	float: right;
}

.ab_down.ind_box1 .ind1_r .cons dd .download i {
	color: #000;
	font-size: 20px;
	float: left;
}

.ab_down.ind_box1 .ind1_r .cons dd .download a {
	text-decoration: underline;
	float: left;
	font-size: 14px;
	color: #363e49;
	margin: 0px 0 0 5px;
}

.ab_down.ind_box1 .ind1_r .cons dd:hover {
	background: none;
}


/*equip*/


/*
 * photo
 */

.ab_equip.ind_box1 {
	padding-top: 30px;
	padding-bottom: 0;
}

.ab_equip.ind_box1 .photo_gallery {
	width: 100%;
	height: 970px;
	position: relative;
	overflow: hidden;
}

.ab_equip.ind_box1 .photo_gallery_mask {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(6px);
	/* Chrome, Opera */
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	filter: blur(6px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=6, MakeShadow=false);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}

.ab_equip.ind_box1 .photo_gallery_title {
	position: relative;
	z-index: 2;
	color: #fff;
	text-align: center;
	padding: 39px 0 20px;
}

.ab_equip.ind_box1 .photo_gallery_title .tt {
	font-size: 34px;
	font-family: arial;
	font-weight: bold;
}

.ab_equip.ind_box1 .photo_gallery_title .text {
	font-size: 14px;
}

.ab_equip.ind_box1 #play {
	width: 800px;
	height: 606px;
	position: relative;
	background: #fff;
	border: 10px solid #e9e9e9;
	margin: 0 auto;
}

.ab_equip.ind_box1 #play .change_a {
	width: 80px;
	height: 80px;
	font-size: 80px;
	text-align: center;
	line-height: 80px;
	position: absolute;
	position: absolute;
	color: #fff;
	top: 50%;
	margin-top: -40px;
	z-index: 1;
	cursor: pointer;
	display: block;
	overflow: hidden;
	background: url(../images/left.png)no-repeat center;
}

.ab_equip.ind_box1 #play .prev_a {
	left: -130px;
}

.ab_equip.ind_box1 #play .next_a {
	right: -130px;
	transform: rotateZ(-180deg);
	-webkit-transform: rotateZ(-180deg);
}

.ab_equip.ind_box1 #play .change_a span {
	width: 80px;
	height: 80px;
	font-size: 80px;
	line-height: 80px;
	display: block;
}

.ab_equip.ind_box1 #play .prev_a span {
	left: 0;
}

.ab_equip.ind_box1 #play .next_a span {
	right: 0;
}

.ab_equip.ind_box1 #play .img_ul {
	position: relative;
	z-index: 1;
	width: 780px;
	height: 512px;
}

.ab_equip.ind_box1 .img_ul li {
	position: absolute;
	left: 0;
	top: 0;
	width: 780px;
	height: 512px;
	background: #fff;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari 和 Chrome */
	-o-transition: all 1s;
}

.ab_equip.ind_box1 .img_ul li.hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	transition: all 1s;
	-moz-transition: all 1s;
	/* Firefox 4 */
	-webkit-transition: all 1s;
	/* Safari 和 Chrome */
	-o-transition: all 1s;
}

.ab_equip.ind_box1 #play .img_ul li img {
	display: block;
	max-width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ab_equip.ind_box1 .imgMove {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	clear: both;
	height: 232px;
	padding: 16px 0 17px;
	background: rgba(35, 40, 48, .8);
}

.ab_equip.ind_box1 .imgMove .wrapper {
	position: relative;
}

.ab_equip.ind_box1 .img_hd {
	margin: 0 auto;
	overflow: hidden;
	height: 185px;
	position: relative;
	margin-top: 20px;
	width: 1075px;
}

.ab_equip.ind_box1 .img_hd ul {
	position: absolute;
	z-index: 1
}

.ab_equip.ind_box1 .img_hd ul li {
	float: left;
	height: 145px;
	width: 190px;
	margin: 0 12px 0 13px;
	cursor: pointer;
	background: #fff;
	border: 2px solid #fff;
	position: relative;
}

.ab_equip.ind_box1 .img_hd ul li:after {
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 2;
	display: block;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .6);
}

.ab_equip.ind_box1 .img_hd ul li p {
	display: none;
	height: 88px;
	width: 136px;
	display: block;
	position: relative;
}

.ab_equip.ind_box1 .img_hd ul li i {
	display: none;
	clear: both;
	line-height: 20px;
	padding: 0 5px;
	background: #000;
	color: #fff;
	position: absolute;
	right: 3px;
	bottom: 3px;
	z-index: 99999999999999;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	font-family: Arial;
	font-size: 12px;
	font-style: normal;
}

.ab_equip.ind_box1 .img_hd ul li img {
	position: absolute;
	width: 100%;
}

.ab_equip.ind_box1 .img_hd ul li span {
	color: #fff;
	position: absolute;
	z-index: 2;
	bottom: -30px;
	width: 100%;
	text-align: center;
	color: #7b7d80;
	font-size: 16px;
}

.ab_equip.ind_box1 .img_hd ul li.on:after {
	opacity: 0;
}

.ab_equip.ind_box1 .img_hd ul li.on span {
	color: #fff;
}

.ab_equip.ind_box1 .imgMove .bottom_a {
	width: 30px;
	height: 92px;
	line-height: 92px;
	display: block;
	cursor: pointer;
	top: 23px;
	z-index: 99;
	color: #fff;
	font-size: 50px;
	font-family: "宋体";
	position: absolute;
	z-index: 999;
}

.ab_equip.ind_box1 .imgMove .bottom_a_prev {
	left: -20px;
}

.ab_equip.ind_box1 .imgMove .bottom_a_next {
	right: -20px;
}


/*control*/

.ind_box1.ab_control {
	padding: 30px 0 60px;
}

.ind_box1.ab_control .content {
	padding: 38px 0;
	overflow: auto;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
}

.ind_box1.ab_control .content:last-child {
	border-bottom: 0;
}

.ind_box1.ab_control .cons_l,
.ind_box1.ab_control .cons_r {
	width: 50%;
	float: left;
}

.ind_box1.ab_control .content:nth-child(2n) .cons_l,
.ind_box1.ab_control .content:nth-child(2n) .cons_r {
	float: right;
}

.ind_box1.ab_control .cons_l dd {
	float: left;
	width: 285px;
	height: 159px;
	margin: 0 5px 5px 0;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.ab_control .cons_l dd:hover {
	background: none;
}

.ind_box1.ab_control .cons_l dd img {
	max-width: 100%;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.ab_control .cons_r {
	padding: 40px 80px 0 20px;
}

.ind_box1.ab_control .cons_r .tip {
	width: 100%;
}

.ind_box1.ab_control .cons_r .tip span {
	display: block;
	width: 80px;
	height: 80px;
	border: 2px solid #cccccc;
	color: #e51248;
	text-align: center;
	line-height: 80px;
	font-size: 42px;
	font-weight: bold;
	font-family: arial;
	position: relative;
}

.ind_box1.ab_control .cons_r .tip span:after {
	position: absolute;
	content: "";
	width: 25px;
	height: 2px;
	background: #e51248;
	bottom: -2px;
	left: 50%;
	margin-left: -12.5px;
	z-index: 2;
}

.ind_box1.ab_control .cons_r .tt {
	display: block;
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	padding-right: 100px;
	margin-top: 20px;
}

.ind_box1.ab_control .cons_r .text {
	font-size: 14px;
	color: #666666;
	margin-top: 15px;
	line-height: 24px;
}

/*.ind_box1.ab_control .cons_r .tt:hover {
	text-decoration: underline;
}*/

.ind_box1.ab_control .cons_l dd:hover img {
	transform: scale(1.02);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*ceti*/

.ab_ceti.ind_box1 .img_hd ul li {
	width: 190px;
	height: 250px;
}

.ab_ceti.ind_box1 .photo_gallery {
	height: 1090px;
}

.ab_ceti.ind_box1 .imgMove {
	height: 330px;
}

.ab_ceti.ind_box1 .img_hd {
	height: 250px;
}

.ab_ceti.ind_box1 #play {
	width: 470px;
	height: 620px;
}

.ab_ceti.ind_box1 .img_ul li {
	width: 450px;
	height: 600px;
}

.ab_ceti.ind_box1 .photo_gallery_masks {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-filter: blur(6px);
	-moz-filter: blur(6px);
	-ms-filter: blur(6px);
	filter: blur(6px);
	filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius=6, MakeShadow=false);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
	background-image: url(../images/zs_img1.jpg);
}


/*application*/

.ind_box1.application,
.ind_box1.app_det {
	/*width: 100%;*/
	overflow: initial;
}

.ind_box1.application .appli_item {
	overflow: hidden;
	border: 1px solid #eeeeee;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-bottom: 50px;
}

.ind_box1.application .item_l {
	width: 390px;
	height: 260px;
	float: left;
	overflow: hidden;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.application .item_r {
	width: calc(100% - 390px);
	float: left;
	padding: 32px 35px 0 30px;
}

.ind_box1.application .item_r .tt {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	font-size: 20px;
	font-weight: bold;
}

.ind_box1.application .item_r .tt a {
	color: #696969;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.application .item_r .text {
	color: #696969;
	font-size: 14px;
	line-height: 33px;
	margin-top: 15px;
}

.ind_box1.application .item_r .more {
	display: block;
	font-size: 14px;
	color: #fe8301;
	margin-top: 20px;
	width: 120px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.application .item_r .more span {
	float: left;
}

.ind_box1.application .item_r .more i {
	float: left;
	font-size: 14px;
	margin: 4px 0 0 15px;
}

.ind_box1.application .item_r .more:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: translateX(6px);
}

.ind_box1.application .appli_item:hover {
	box-shadow: 0 0 12px rgba(115, 115, 115, .3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.application .item_l:hover {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transform: scale(1.02);
}

.ind_box1.application .appli_item:hover .tt a {
	color: #fe8301;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.application .appli_item:nth-child(2n) .item_l {
	float: right;
}


/*app_det*/

.ind_box1.app_det {
	padding-bottom: 20px;
}

.ind_box1.app_det .tt {
	text-align: center;
	font-size: 24px;
	color: #696969;
	margin-bottom: 30px;
}

.ind_box1.app_det .con p {
	font-size: 14px;
	color: #696969;
	line-height: 28px;
	margin-bottom: 25px;
}

.ind_box1.app_det .con .imgs img:first-child {
	margin-right: 15px;
}

.ind_box1.app_det .share_box {
	margin: 25px 0;
	font-size: 18px;
	color: #696969;
}

.ind_box1.app_det .share_box span {
	float: left;
}

.ind_box1.app_det .share_box a {
	float: left;
	margin: 3px 0 0 8px;
}

.app_det_scroll .item {
	padding: 10px;
}

.app_det_scroll .owl-controls {
	display: none;
}

.ind_box2.app_det .tt {
	color: #363e49;
	font-size: 24px;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 3px solid #dcdcdc;
}

.ind_box2.app_det .app_det_scroll {
	margin-top: 20px;
}

.ind_box2.app_det .con {
	font-size: 14px;
	font-weight: bold;
	color: #696969;
	margin-top: 15px;
	padding: 0 5px;
}

.ind_box2.app_det .wrapper {
	position: relative;
}

.ind_box2.app_det .next_btn,
.ind_box2.app_det .prev_btn {
	position: absolute;
	top: 15px;
	right: 10px;
	color: #b2b2b2;
	cursor: pointer;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box2.app_det .prev_btn {
	right: 50px;
}

.ind_box2.app_det .con:hover {
	text-decoration: underline;
}

.ind_box2.app_det .iconfont:hover {
	color: #666;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box3.app_det {
	padding-top: 65px;
}

.ind_box3.app_det .title {
	text-align: center;
	color: #3d3d3d;
	font-size: 28px;
	font-weight: bold;
}

.ind_box3.app_det .faq_box {
	background: none;
	padding: 0 40px;
	margin-top: 20px;
}

.ind_box3.app_det dd {
	position: relative;
	width: 550px;
	float: left;
	margin-bottom: 17px;
}

.ind_box3.app_det dd .tt {
	position: absolute;
	top: 22px;
	left: 20px;
	font-size: 14px;
	color: #3d3d3d;
	width: 103px;
}

.ind_box3.app_det dd i {
	position: absolute;
	right: 20px;
	top: 20px;
	color: #d4d4d4;
	font-size: 20px;
}

.ind_box3.app_det dd:nth-child(6),
.ind_box3.app_det dd:nth-child(5) {
	width: 100%;
}

.ind_box3.app_det dd:nth-child(1),
.ind_box3.app_det dd:nth-child(3) {
	margin-right: 20px;
}

.ind_box3.app_det dd .faq_inp {
	padding-left: 120px;
	height: 42px;
}

.ind_box3.app_det dd .faq_inp,
.ind_box3.app_det dd .faq_area {
	border-color: #e0e0e0;
}

.ind_box3.app_det dd .faq_area {
	height: 220px;
	text-indent: 0.7em;
}

.ind_box3.app_det .faq_btnwrap {
	margin-top: 20px;
}

.ind_box3.app_det dd .faq_area::-webkit-input-placeholder {
	color: #b0b0b0;
	font-size: 14px;
}


/*case*/

.ind_box1.case {
	overflow: initial;
	padding-top: 50px;
}

.ind_box1.case dl {
	overflow-y: auto;
	overflow-x: hidden;
}

.ind_box1.case dd {
	width: 360px;
	float: left;
	padding-bottom: 25px;
	margin-right: 60px;
	margin-bottom: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.case dd:nth-child(3n) {
	margin-right: 0;
}

.ind_box1.case dd .pic {
	width: 360px;
	height: 240px;
	overflow: hidden;
}

.ind_box1.case dd .pic img {
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.case dd .tt {
	font-size: 15px;
	color: #303030;
	line-height: 25px;
	padding: 12px 10px 0;
	margin-bottom: 20px;
}

.ind_box1.case dd .more {
	margin-left: 10px;
	font-size: 14px;
	font-weight: bold;
	color: #363e49;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.case dd .more span {
	float: left;
}

.ind_box1.case dd .more i {
	float: left;
	margin: 3px 0 0 15px;
}

.ind_box1.case dd:hover {
	background: none;
	box-shadow: 0 0 12px rgba(115, 115, 115, .3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.case dd:hover .pic img {
	transform: scale(1.02);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.case dd:hover .more {
	transform: translateX(6px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}


/*casedet*/

.ind_box1.case_det {
	padding-bottom: 45px;
}


/*contact*/

.ind_box1.contact {
	overflow: initial;
}

.ind_box1.contact .title {
	text-align: center;
	color: #363e49;
	font-weight: bold;
	font-size: 28px;
	margin-bottom: 25px;
}

.ind_box1.contact .con_l {
	width: 820px;
	height: 620px;
	border: 1px solid #e5e5e5;
	float: left;
	padding: 10px;
}

.ind_box1.contact .con_r {
	float: left;
	width: calc(100% - 870px);
	margin-left: 50px;
	padding-top: 30px;
}

.ind_box1.contact .con_r dd {
	margin-bottom: 30px;
}

.ind_box1.contact .con_r .icon {
	width: 68px;
	height: 68px;
	border-radius: 68px;
	border: 2px solid #878c98;
	position: relative;
	float: left;
}

.ind_box1.contact .con_r .icon span {
	display: block;
	width: 54px;
	height: 54px;
	border-radius: 54px;
	text-align: center;
	line-height: 54px;
	background: #878c98;
	position: absolute;
	top: 5px;
	left: 5px;
}

.ind_box1.contact .con_r .icon span i {
	font-size: 20px;
	color: #fff;
}

.ind_box1.contact .con_r .cor_wrap {
	float: left;
	width: calc(100% - 68px);
	padding-left: 20px;
	padding-top: 5px;
}

.ind_box1.contact .con_r .tt {
	font-weight: bold;
	font-size: 16px;
	color: #222222;
	margin-bottom: 5px;
}

.ind_box1.contact .con_r a {
	color: #696969;
	font-size: 14px;
	line-height: 20px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.ind_box1.contact dd:hover {
	background: none;
}

.ind_box1.contact .con_r a:hover {
	text-decoration: underline;
}


/*dialog*/

.dialog {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, .5);
	width: 100%;
	height: 100%;
	z-index: 1000;
}

.dialog .ind_box3.app_det {
	padding: 0;
}

.dialog .wrapper {
	background: #fff;
	height: 670px;
	position: absolute;
	z-index: 1001;
	top: 50%;
	left: 50%;
	margin-top: -335px;
	margin-left: -600px;
}

.dialog .close {
	position: absolute;
	width: 56px;
	height: 56px;
	text-align: center;
	line-height: 50px;
	background: #fff;
	right: -28px;
	top: -28px;
	border-radius: 56px;
	font-size: 32px;
	box-shadow: 0 5px 12px rgba(115, 115, 115, .3);
	cursor: pointer;
}
.dialog .title{
	margin-top: 30px;
}
.dialog .ind_box3.app_det dd .faq_inp{
	padding-left: 125px;
}
/*news*/
.ind_box1.news{
	overflow: initial;
	padding-top: 30px;
}
.ind_box1.news .news_tab{
	min-height: 50px;
}
.ind_box1.news .news_tab a{
	display: block;
	float: left;
	width: 49%;
	margin-right: 2%;
	background: #888c98;
	color: #fff;
	text-align: center;
	line-height: 45px;
	font-weight: bold;
	font-size: 16px;
	position: relative;
}
.ind_box1.news .news_tab a:nth-child(2){
	margin-right: 0;
}
.ind_box1.news .news_tab a:after{
	position: absolute;
	top: 45px;
    content: "";
    width: 0;
    height: 0;
    left: 50%;
    margin-left: -5px;
    border-width: 8px 10px 0;
    border-style: solid;
    border-color: #888c98 transparent transparent;
    display: none;
    transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news .news_tab a.active:after{
	display: block;
}
.ind_box1.news .news_list{
	margin-top: 25px;
}
.ind_box1.news .news_list dd{
	background: #f3f5f5;
	overflow: auto;transition: all 0.5s;
	-webkit-transition: all 0.5s;
	margin-bottom: 35px;
}
.ind_box1.news .news_list .pic{
	width: 360px;
	height: 240px;
	overflow: hidden;
	float: left;
}
.ind_box1.news .news_list .pic img{
	width: 100%;
}
.ind_box1.news .news_list .news_r{
	width: calc(100% - 360px);
	float: left;
	padding: 55px 30px 0 30px;
}
.ind_box1.news .news_list .time{
	width: 73px;
	float: left;
	color: #343b4a;
	font-size: 18px;
	text-align: center;
}
.ind_box1.news .news_list .time span{
	font-weight: bold;
	font-size: 58px;
}
.ind_box1.news .news_list .con{
	width: calc(100% - 153px);
	float: left;
	padding-left: 30px;
}
.ind_box1.news .news_list .con .tt{
	color: #363e49;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px;
}
.ind_box1.news .news_list .con .text{
	color: #696969;
	font-size: 14px;
	line-height: 25px;
}
.ind_box1.news .news_list .con .more{
	margin-top: 30px;
	font-size: 14px;
	font-weight: bold;
	color: #3d3d3d;transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news .news_list .con .more span{
	float: left;
}
.ind_box1.news .news_list .con .more i{
	display: block;
	float: left;
	width: 43px;
	height: 7px;
	background: url(../images/arrow.png)no-repeat;
	margin-top: 7px;
	margin-left: 10px;
}

.ind_box1.news dd:hover{
	background: #f3f5f5;
	box-shadow: 0 0 12px rgba(115, 115, 115, .3);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.news dd:hover .more{
	transform: translateX(6px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*news_det*/
.ind_box1.news_det{
	overflow: initial;
	padding-top: 33px;
}
.ind_box1.news_det .title .tt{
	color: #535f6f;
	font-size: 28px;
	text-align: center;
}
.ind_box1.news_det .title .time{
	width: 510px;
	margin: 0 auto;
	text-align: center;
	margin-top: 20px;
	display: flex;
	    display: -webkit-flex;
	    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
    -webkit-align-items: center;
}
.ind_box1.news_det .title .time i{
	font-size: 22px;
	font-weight: bold;
	float: left;
}
.ind_box1.news_det .title .time span{
	float: left;
	font-size: 16px;
	color: #696969;
	margin: -3px 0 0 10px;
}
.ind_box1.news_det .content{
	margin-top: 20px;
	font-size: 16px;
	color: #696969;
	line-height: 29px;
}
.ind_box1.news_det .content img{
	display: block;
	max-width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}
.ind_box1.news_det .share_box {
	margin: 25px 0;
	font-size: 18px;
	color: #696969;
}

.ind_box1.news_det .share_box span {
	float: left;
}

.ind_box1.news_det .share_box a {
	float: left;
	margin: 3px 0 0 3px;
}
.det_page{
	padding: 0px 0 20px;
}
.det_page_clm{
	line-height: 30px;
	
}
.det_page_clm .iconfont{
	/*display: none;*/
	float: left;
	width: 0;
    height: 0;
    border-width: 6px;
    border-style: solid;
    border-color: transparent transparent transparent #303030;
    margin: 9px 8px 0 0;
}
.det_page_clm .tt{
	float: left;
	color: #333;
	font-size: 14px;
	font-weight: bold;
}
.det_page_clm a{
	color: #777;
	font-size: 14px;
	width: calc(100% - 120px);
	padding-left: 10px;
	float: left;
	font-weight: bold;
	padding-top: 1px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}

.det_page_clm a:hover{
	text-decoration: underline;
	color: #333;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
/*products*/
.ind_box1.pro{
	overflow: initial;
	padding-top: 50px;
}
.ind_box1.pro dd{
	width: 280px;
	/*min-height: 492px;*/
	overflow: hidden;
	float: left;
	margin-right: 26px;
	margin-bottom: 26px;
}
.ind_box1.pro dd:nth-child(4n){
	margin-right: 0;
}
.ind_box1.pro dd .pic{
	width: 280px;
	height: 210px;
	overflow: hidden;
}
.ind_box1.pro dd .tt{
	padding: 20px 5px;
	background: #f1f2f3;
	text-align: center;
	
	font-size: 14px;
	font-weight: bold;
}
.ind_box1.pro dd .tt a{
	color: #696969;
}
.ind_box1.pro dd .con{
	padding: 10px 5px;
	margin-top: 6px;
}
.ind_box1.pro dd .con li{
	width: 100%;
	margin-bottom: 10px;
}
.ind_box1.pro dd .con li span{
	font-size: 10px;
	float: left;
	margin-right: 10px;
	margin-top: 3px;
}
.ind_box1.pro dd .con li a{
	float: left;
	color: #696969;
	font-size: 13px;
	display: block;
	width: calc(100% - 17px);
	line-height: 21px;
}
.ind_box1.pro dd:hover{
	background: none;
}
.ind_box1.pro dd .con li a:hover{
	text-decoration: underline;
}
.ind_box1.pro dd .pic img{
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro dd:hover .pic img{
	transform: scale(1.04);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box1.pro .title .tt{
	text-align: center;
	font-size: 22px;
	color: #696969;
	font-weight: bold;
}
.ind_box1.pro .title .text{
	text-align: center;
	font-size: 14px;
	color: #9d9d9d;
	margin-top: 5px;
	margin-bottom: 25px;
}
/*pro_det*/
.ind_box1.pro_det{
	overflow: initial;
	background: #f8f8f8;
	padding: 65px 0 75px 0;
}
.ind_box1.pro_det .ind1_l{
	width: 600px;
	float: left;
	position: relative;
}
.ind_box1.pro_det .owl-controls{
	display: none;
}
.ind_box1.pro_det .ind1_l .next_btn,.ind_box1.pro_det .ind1_l .prev_btn{
	position: absolute;
	top: 50%;
	z-index: 11;
	left: 30px;
	color: #adadad;
	font-size: 18px;
	margin-top: -9px;
	cursor: pointer;
}
.ind_box1.pro_det .ind1_l .next_btn{
	left: auto;
	right: 30px;
}
.ind_box1.pro_det .ind1_r{
	float: left;
	width: calc(100% - 600px);
	padding: 15px 0 0 35px;
}
.ind_box1.pro_det .ind1_r .tt{
	color: #696969;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 27px;
	border-bottom: 1px solid #dcdcdc;
}
.ind_box1.pro_det .ind1_r .con{
	padding: 25px 0;
}
.ind_box1.pro_det .ind1_r .con p{
	font-size: 14px;
	color: #696969;
	line-height: 22px;
	margin-bottom: 12px;
	padding-right: 30px;
}
.ind_box1.pro_det .ind1_r .con p:first-child{
	margin-bottom: 18px;
}
.btn_box a{
	display: block;
	float: left;
	width: 190px;
	height: 40px;
	line-height: 40px;
	color: #fff;
	font-size: 14px;
	background: #f7894d;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.btn_box a:hover{
	transform: translateY(-5px);
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.btn_box a i{
	font-size: 22px;
	float: left;
	margin: 0 15px 0 30px ;
}
.btn_box a span{
	float: left;
	font-weight: bold;
}
.btn_box a:nth-child(2){
	background: #f0cf16;
	margin-left: 15px;
}
.ind_box1.pro_det .share_box{
	margin-top: 25px;
	font-size: 14px;
	font-weight: bold;
	color: #696969;
}
.ind_box1.pro_det .share_box span{
	float: left;
}
.ind_box1.pro_det .share_box a{
	float: left;
	
}
.share_box .addthis_sharing_toolbox{
	float:left;
    width: calc(100% - 100px);
  clear:none!important;
  padding-left:15px;
}
.ind_box2.pro_det{
	padding: 60px 0;
}
.ind_box2.pro_det .tab_box{
	overflow: auto;
}
.ind_box2.pro_det .tab_box a{
	display: block;
	width: 20%;
	border-right: 1px solid #fff;
	background: #888c98;
	color: #fff;
	text-align: center;
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	float: left;
}
.ind_box2.pro_det .tab_box a.active{
	background: #363e49;
}
.ind_box2.pro_det .content{
	padding-top: 35px;
}
.ind_box2.pro_det .content h1,.ind_box2.pro_det .content h2,.ind_box2.pro_det .content h3,.ind_box2.pro_det .content h4{ font-size:16px}
.ind_box2.pro_det .content div,.ind_box2.pro_det .content p{ font-size:14px; line-height:1.8;}
.ind_box2.pro_det .title .tt{
	position: relative;
	font-size: 18px;
	color: #363e49;
	font-weight: bold;
	padding-left: 20px;
}
.ind_box2.pro_det .title .tt:before{
	position: absolute;
	content: "■";
	top: -3px;
	left: 0;
}
.ind_box2.pro_det .title .text{
	color: #696969;
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 30px 0;
	line-height: 28px;
}
.ind_box2.pro_det .con{
	color: #696969;
	font-size: 15px;
	line-height: 27px;
	margin-bottom: 35px;
}
.ind_box2.pro_det img{
	margin-bottom: 30px;
	max-width: 100%;
}
.ind_box2.pro_det .con .standards .tt{
	font-weight: bold;
	font-size: 15px;
	color: #363e49;
}
.ind_box2.pro_det .con .standards li{
	margin-top: 10px;
	font-size: 15px;
	color: #696969;
}
.pro_det_b_tabs_clm{
	margin: 30px 0;

}
body table{
    width: 100%;
}
body table tr td{
	color: #666;
	font-size: 12px;
	padding: 10px;
	border: 1px solid #dedede;
	text-align: center;
	color: #696969;
	font-size: 14px;
	text-align: left;
	padding-left: 20px;
}
/*body table tr td:nth-child(2){*/
/*	padding-left: 5.2vw;*/
/*}*/
body table tr:nth-child(2n-1){
	background: #eeeeee;
}
body table tr:nth-child(2n){
	background: #fff;
}
.ind_box2.pro_det .content:nth-child(3) p,.ind_box2.pro_det .content:nth-child(4) p{
	margin-top: 20px;
}
.ind_box2.pro_det .content:nth-child(3) li{
	font-weight: bold;
}
.fixednav{
	position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    z-index: 11111;
}
/*pro_list*/
.pro_list.ind_box1{
	overflow: initial;
}
.pro_list.ind_box1 .ind1_r .title{
	margin-bottom: 20px;
}
.pro_list.ind_box1 .ind1_r .pro_des{
	color: #696969;
	font-size: 14px;
	line-height: 25px;
	margin-bottom: 20px;
}
.pro_list.ind_box1 .ind1_r dd{
	width: 280px;
	float: left;
	margin-right: 27px;
	margin-bottom: 27px;
}
.pro_list.ind_box1 .ind1_r dd:nth-child(3n){
	margin-right: 0;
}
.pro_list.ind_box1 .ind1_r dd .pic{
	width: 280px;
	height: 210px;
	overflow: hidden;
}
.pro_list.ind_box1 .ind1_r dd .tt{
	color: #696969;
	font-size: 14px;
	font-weight: bold;
	margin: 15px 0;
}
.pro_list.ind_box1 .ind1_r dd .text{
	border-top: 1px solid #eee;
	padding-top: 10px;
}
.pro_list.ind_box1 .ind1_r dd .text li{
	color: #696969;
	font-size: 14px;
	margin-bottom: 8px;
}
.pro_list.ind_box1 .ind1_r dd:hover{
	background: none;
}
/*tec_sup*/
.tec_sup.ind_box1{
	overflow: initial;
}
.tec_sup.ind_box1 .ind1_l .tt{
	color: #363e49;
	font-size: 18px;
	border-bottom: 3px solid #ededed;
	padding-bottom: 14px;
}
.ind1_scroll_wrap .owl-controls{
	display: none;
}
.ind1_scroll_wrap .scroll_title{
	color: #363e49;
	font-weight: bold;
	font-size: 18px;
	padding-bottom: 20px;
	position: relative;
	margin-top: 30px;
}
.ind1_scroll_wrap .scroll_title .prev_btnss,.ind1_scroll_wrap .scroll_title .next_btnss{
	position: absolute;
	top: 5px;
	right: 0;
	width: 20px;
	height: 20px;
	line-height: 15px;
	background: #888c98;
	color: #fff;
	text-align: center;
}
.ind1_scroll_wrap .scroll_title i{
	font-size: 9px;
}
.ind1_scroll_wrap .scroll_title .prev_btnss{
	right: 25px;
}
.ind1_scroll_wrap .tec_sup_scroll a img{
	border: 1px solid #E0E0E0;
}
.ind1_scroll_wrap .tec_sup_scroll a p{
	text-align: center;
	padding: 5px;
	font-size: 14px;
}
.tec_sup.ind_box1 .imgs img{
	width: 100%;
}
.tec_sup.ind_box1 .ind1_r .cons{
	margin-top: 20px;
}
.tec_sup.ind_box1 .ind1_r .cons .tt{
	font-size: 14px;
	font-weight: bold;
	color: #363e49;
	position: relative;
	padding-left: 28px;
	margin-bottom: 15px;
}
.tec_sup.ind_box1 .cons .tt:before{
	position: absolute;
	content: "";
	width: 19px;
	height: 17px;
	left: 0;
	background: url(../images/icon1.png)no-repeat;
}
.tec_sup.ind_box1{
	padding-bottom: 100px;
}
.tec_sup.ind_box1 .cons .text{
	font-size: 14px;
	color: #696969;
	line-height: 25px;
}
.tec_sup.ind_box1 .cons p{
	position: relative;
	padding-left: 40px;
}
.tec_sup.ind_box1 .cons p:before{
	position: absolute;
	content: "■";
	top: -2px;
	left: 25px;
}
.tec_sup.ind_box1 .ind_r_title .tt{
	text-align: center;
	color: #363e49;
	font-size: 22px;
	font-weight: bold;
}
.tec_sup.ind_box1 .ind_r_title .text{
	text-align: center;
	font-size: 14px;
	color: #696969;
	margin-top: 5px;
	position: relative;
}
.tec_sup.ind_box1 .ind_r_title .text:after{
	position: absolute;
	content: "";
	width: 35px;
	height: 3px;
	background: #d2d2d2;
	left: 50%;
	margin-left: -17.5px;
	top: 50px;
}
.process_list{
	margin-top: 80px;
}
.pro_item{
	width: 100%;
	height: 270px;
	background: url(../images/bg_radius1.png)no-repeat right;
	background-size: contain;
	position: relative;
}
.pro_item:nth-child(2n){
	background: url(../images/bg_radius2.png)no-repeat left;
	margin-top: -2px;
	background-size: contain;
}
.pro_item:nth-child(2n-1){
	margin-top: -3px;
}
.pro_item .circle{
	position: absolute;
	width: 60px;
	height: 60px;
	border-radius:60px ;
	background: #888c98;
	color: #fff;
	line-height: 60px;
	text-align: center;
	font-size: 19px;
	font-weight: bold;
}
.pro_item:nth-child(2n-1) .circle{
	top: -28px;
	left: 45px;
}
.pro_item:nth-child(2n) .circle{
	top: -28px;
	right: 45px;
}
.pro_item .pic{
	float: left;
	width: 322px;
	height: 225px;
	margin: 30px 0 0 60px;
}
.pro_item .pic img{
	width: 100%;
}
.pro_item .con{
	float: left;
	width: calc(100% - 382px);
	padding: 70px 60px 0 80px;
	color: #696969;
	font-size: 18px;
	font-weight: bold;
	line-height: 28px;
}
.pro_item:nth-child(2n) .pic{
	float: right;
}
.pack_con{
	overflow: hidden;
	margin-bottom: 30px;
}
.pack_con .pack_con_l{
	width: 500px;
	height: 375px;
	float: left;
}
.pack_con .pack_con_l img{
	width: 100%;
}
.pack_con .pack_con_r{
	float: left;
	width: calc(100% - 500px);
	border: 1px solid #EEEEEE;
	height: 300px;
	margin-top: 37px;
	padding: 35px;
}
.pack_con .pack_con_r .tt{
	color: #696969;
	font-size: 22px;
	font-weight: bold;
	line-height: 32px;
	margin-bottom: 25px;
}
.pack_con .pack_con_r .text{
	color: #696969;
	font-size: 16px;
	line-height: 30px;
}
.pack_con:nth-child(2n) .pack_con_l{
	float: right;
}
.af_wrap img{
	display: block;float: left;
	max-width: 100%;
	margin: 0 30px 30px 0;
}
.af_wrap span{
	padding-top: 5px;
	color: #696969;
	font-size: 15px;
	line-height: 31px;
}

.pro_list.ind_box1 .ind1_l dd:hover a {
	text-decoration: none;
}
.pro_list.ind_box1 .ind1_l dd .pro_fir a:hover {
	text-decoration: underline;
}
.pro_list .ind1_l dd .pro_fir{
	overflow: hidden;
}
.pro_list .ind1_l dd .pro_fir i.active{
	transform: rotate(90deg);
}
.pro_list .ind1_l dd .pro_sec{
	display: none;
}
.pro_list .ind1_l dd .pro_sec li{
	font-size: 14px;
    color: #363e49;
    
}
.pro_list .ind1_l dd .pro_sec li a{
	padding: 10px 0 0 30px;
	position: relative;
}
.pro_list .ind1_l dd .pro_sec li a:before{
	content: "•";
	position: absolute;
	top: 5px;
	left: 18px;
	font-size: 20px;
	color: #999;
}
.pro_list .ind1_l dd .pro_sec li:hover a{
	text-decoration: underline;
}
.menu_dl dd .menu_sec{
	position: absolute;
	display: none;
}
.menu_dl dd .menu_sec li{
	width: 400px;
	height: 70px;
    line-height: 70px;
    padding-left: 20px;
    border-bottom: 1px solid #efefef;
	background: #fff;
	font-size: 13px;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
	
}

.menu_dl dd .menu_sec li a{
	display: block;
    font-family: arial;
    font-size: 15px;
    color: #696969;
    position: relative;
    padding-left: 20px;
}
.menu_dl dd .menu_sec li a:after{
	position: absolute;
	left: 0;
	top: -2px;
	content: "■";
	color: #888c98;
	font-size: 12px;
}
.menu_dl dd .menu_sec li:hover,.menu_dl dd .menu_sec li.hover{
	background: #efefef;
	transition: all 0.5s;
	-webkit-transition: all 0.5s;
}
.ind_box3.app_det dd .faq_inp:hover, .ind_box3.app_det dd .faq_area:hover{
   border-color:#333;
}
.ind_box3.app_det dd .faq_inp::-webkit-input-placeholder {
	color: #b0b0b0;
	font-size: 14px;
}
.ind_box3.app_det dd .faq_inp{
	padding-left:20px!important;
}

.foot_list_wx{
  display:flex;
	display: -ms-flexbox;
	display: -webkit-flex;

	  
	align-items:center;
	-ms-align-items: center;
	-webkit-align-items: center;
}
.foot_list_wx .icon{
  width:40px;
  height:40px;
  font-size:20px;
  line-height:40px;
  text-align:center;
  color:#fff;
  background:#4bac5d;
  border-radius:50%;
  margin-left:20px;
}



.mobile_footer_btn{
	display: none;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 12;
	width:100%;
	text-align:center;
	background: #222;
	box-shadow: 0 0 10px rgba(50,50,50,.4);
  }
  .mobile_footer_btn a{
	float: left;
	width: 25%;
	height: 50px;
	color: #fff;
	display:flex;
	  display: -webkit-flex;
	  justify-content: center;
	  -webkit-justify-content: center;
	  align-items:center;
	  -webkit-align-items: center;
	  flex-direction: column;
	  -webkit-flex-direction: column;
  }
  .mobile_footer_btn a .icon{
	display: block;
	font-size: 20px;
  }
  .mobile_footer_btn a .icon img{
	  display: block;
	  width: 20px;
	  margin: 0 auto 4px;
  }
  .mobile_footer_btn a .tt{
	font-size: 14px;
  }
  





.pro_list.ind_box1 .ind1_r dl {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}



.menu_r_wrap_box {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}








        .index_hot_product {
            position: relative;
            max-width: 1600px;
            margin: 0 auto;
        }

        .index_hot_pro_lunbo .item a {
            display: block;
        }

        .index_hot_pro_lunbo .item a .img_box img {
            width: 100%;
        }

        .index_hot_pro_lunbo .item a .title {
            font-size: 18px;
            line-height: 28px;
            font-weight: bold;
            color: #777;
            margin-top: 20px;
            text-align: center;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            overflow: hidden;
        }

        .index_hot_pro_lunbo .item a .btn {
            opacity: 0;
            font-size: 16px;
            color: #0b8dbb;
            text-align: center;
            font-weight: 100;
            margin-top: 10px;
            text-decoration: underline;
            -ms-transition: all 0.6s;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }
        
        .index_hot_pro_lunbo .item {
            -ms-transform: scale(0.8);
            -webkit-transform: scale(0.8);
            transform: scale(0.8);
            -ms-transition: all 0.6s;
            -webkit-transition: all 0.6s;
            transition: all 0.6s;
        }

        .index_hot_pro_lunbo .owl-item.active.center .item {
            -ms-transform: scale(1);
            -webkit-transform: scale(1);
            transform: scale(1);
        }
        
        .index_hot_pro_lunbo .owl-item.active.center .item a .btn {
            opacity: 1;
        }
        
        
        .index_hot_pro_prev,
        .index_hot_pro_next {
            font-weight: 200;
            position: absolute;
            z-index: 2;
            bottom: 0;
            font-size: 18px;
            color: #666666;
            cursor: pointer;
        }
        
        .index_hot_pro_prev {
            left: 38%;
        }
        
        .index_hot_pro_next {
            right: 38%;
        }
        
        
        
        .ind_box2.pro_det table a {
            color: #4e7ccf;
            text-decoration: underline;
        }
        
        .ind_box1.news_det .content a {
            color: #4e7ccf;
            text-decoration: underline;
        }