html{ -webkit-text-size-adjust:none;background:url(../images/body_bg.png) repeat-x top;}
body{font:12px/16px '微软雅黑','黑体',宋体;color:#555;background:url(../images/header_bg.png) no-repeat center top;}
table{ font-size:inherit; font:100%;}

body {padding-bottom:50px;}
.phone_header {
	display: none;
}
.dm_box {
	display: none;
}

.phone_nav {
	display: none;
}

.header {
	height:90px;
	position:relative;
	z-index:99;	
}
.header .inner {
	position:relative;
}
.logo img{
	height: 60px;
	margin-top: 15px;
}

.logo h1 {
	display:block;
	width:360px;
	height:90px;
	background:url(../images/logo.png) no-repeat;	
	text-indent:-9999em;
}
.top_bar {
	margin-top:15px;
	float:right;
}
.top_bar a {
	padding:0 9px;
	color:#0069b0;
	text-shadow:1px 0px 0px #fff;
}
.top_bar span {
	color:#999;	
}
.top_nav {
	float:right;
}
.language {
	clear:both;
	margin:25px 9px 0 0;
	float:right;
}
.language span.select_label {
	float:left;
	padding:0 9px;
	color:#0069b0;
	text-shadow:1px 0px 0px #fff;	
}
.language .language_box {
	float:left;
	width:85px;
	position:relative;
	cursor:pointer;
}
.language_box:hover .select_list {
	height: 48px;
}
.language .selected {
	display:block;
	border:1px solid #2f6d9a;
	height:18px;
	color:#a5c6de;
	font-size:12px;
	text-indent:8px;
	background:#3780b5 url(../images/select_icon.png) no-repeat right;
}
.language .select_list {
	height: 0;
	position:absolute;
	background:#3780b5;
	transition: all 0.5s;
	overflow:hidden;
}
.language .select_list a {
	line-height:24px;
	color:#fff;
	text-shadow:none;
}
.nav {
	height:47px;
	background:url(../images/nav_bg.png) repeat-x;	
}
.main-menu {
	float:left;
	height:47px;
	line-height:47px;
}
.main-menu span {
	float:left;
	color:#fff;
	font-weight:bold;
	font-size:10px;
	line-height:46px;
}
.main-menu a {
	position: relative;
	float:left;
	font-size:13px;
	color:#fff;
	font-weight:bold;
	text-shadow:1px 1px 0px #3280c2;
	padding:0 18px;
	margin-right: 2px;
}
.main-menu a:after {
	content: "";
	position: absolute;
	width: 2px;
	height: 14px;
	top:50%;
	margin-top: -7px;
	right: -2px;
	background: #fff;
}
.main-menu a.current:after {
	display: none;
}
.main-menu a:last-child:after {
	display: none;
}

.main-menu a.current {
	background:url(../images/nav_bg_hover.png) repeat-x;	
}
.main-menu a:hover {
	text-decoration:none;
	background:url(../images/nav_bg_hover.png) repeat-x;	
}
.search {
	margin-top:10px;
	float:right;
	width:170px;
	height:26px;
	background:url(../images/search.png) no-repeat;
}
.search input {
	float:left;
	font-size:12px;
	color:#fff;
}
.search .input_search {
	width:140px;
	background:none;
	padding-left:20px;
	line-height:26px;
	height:26px;	
}
.search .btn_search {
	cursor:pointer;
	width:30px;
	height:26px;
	background:none;
}


/******      首页     *******/
.home_banner {
    position: relative;
    height: 350px;
    margin-bottom: 20px;
}
.side_banner  {
    height: 350px;
}
.side_banner .swiper-slide {
    position: relative;   
    width: 100%;
    height:350px;
    overflow: hidden; 
}
.home_banner_item {
    position: relative;
    width: 100%;
    height: 350px;
    background-position: center center;
}

.side_banner.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin-right:2px;
    margin-left: 0;
}
.side_banner.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
    position:absolute;
    width: auto;
    left: auto;
	right:20px;
	bottom:10px;
	height:10px;line-height: 2px;
	background:#fff;
	padding:2px;
	padding-right:0;
}
.side_banner .swiper-pagination-bullet {
    display: inline-block;
    opacity: 1;
    overflow:hidden;
	cursor:pointer;
	width:42px;
	height:6px;
	margin-right:2px;
	border-radius: 0;
	background:url(../images/banner_trigger.png) no-repeat 0 0;	
}
.side_banner .swiper-pagination-bullet-active {
    background-position:0 -6px;	
}


.home_cont {
	margin-bottom: 13px;
	border-radius: 4px;
	padding:25px 10px 0;
	box-shadow: -2px 0 8px #d8d8da,
				0 -2px 8px #d8d8da,
				0 2px 8px #d8d8da,
				0 0 8px #d8d8da;
}

.home_news {
	position: relative;
	width: 330px;
	margin-right: 33px;
}

.home_top {
	padding:0 12px;
}
.home_title {
	position: relative;
    font-size: 14px;
    color: #666;
}
.home_title span {
	display: inline-block;
	vertical-align: middle;
	width: 4px;
	height: 13px;
	background:#4872b7;
	margin:-3px 6px 0 0;
}
.home_news_title {
	margin-top: 12px;
	margin-bottom: 12px;
	border-bottom: 2px solid #d8d8da;
}
.home_news_title span {
	display: inline-block;
    padding: 0 15px;
    height: 31px;
    font-weight: bold;
    line-height: 31px;
    cursor: pointer;
    background: url(../images/home_bj1.png) repeat-x 0 -31px;
}
.home_news_title span.current {
    color: #fff;
    background-position: 0 0;
}

.home_news_a {
	margin-bottom: 12px;
}
.home_news_a_img {
    display: block;
    width: 90px;
    height: 60px;
    border: 1px solid #D8D8DA;
    padding: 1px;
    overflow:hidden;
}
.home_news_a_img img {
	width: 86px;
	height: 56px;
}
.home_news_a_right {
	font-size: 12px;
	width: 232px;
}
.home_news_a_title {
	font-family:'ËÎÌå';
	color:#888;
	font-weight: bold;
    margin-bottom: 8px;
    color: #555;
    line-height: 16px;
}
.home_news_a_text {
	font-family: 'ËÎÌå';
    color: #888;
    line-height: 16px;
}

.home_news_list ul li {
	position: relative;
    padding-left: 10px;
    line-height: 20px;
    font-family: 'ËÎÌå';
}
.home_news_left:after {
	content: "";
	position: absolute;
	left: -10px;
	top: 8px;
	width: 4px;
	height: 4px;
	background: #4872b7;
	border-radius: 50%;
}
.home_news_left {
	position: relative;
	width: 250px;
}
.home_news_left a {
	color:#5f5f5f;
}
.home_news_left a:hover {
	text-decoration: underline;
}
.home_news_date {
	width: 68px;
	color: #888;
	text-align: right;
}
.home_news_switch_item {
	display: none;
}
.home_news_switch_item:first-child {
	display: block;
}

.home_about {
	width: 280px;
}
.home_about_btm {
	margin-top: 12px;
}
.home_about_left {
	position: relative;
	width: 80px;
    height: 100px;
}
.home_about_right {
	width: 190px;
}
.home_about_text {
	font-family: '宋体';
	line-height: 21px;
	color: #555;
	max-height: 126px;
}
.home_about_more {
	margin-top: 12px;
    display: block;
    color: #4872b7;
}


.home_business {
	width: 290px;
}
.home_business_more {
	display: block;
	position: absolute;
	font-size: 12px;
	right: 0;
	line-height: 16px;
	top:50%;
	margin-top: -8px;
	color: #5f5f5f;
    padding-right: 8px;
    background: url(../images/home_icon1.jpg) no-repeat right center;
}
.home_business_more:hover {
	text-decoration: underline;
}


.home_business_banner {
    position: relative;
    height: 156px;
    margin-top: 12px;
}
.home_business_banner .swiper-slide {
    position: relative;   
    width: 100%;
    height:156px;
    overflow: hidden; 
}
.home_business_item {
    position: relative;
    width: 100%;
    height:156px;
}
.home_business_img {
	width: 100%;
	height: 118px;
	overflow:hidden;
}
.home_business_inside {
	height: 38px;
    line-height: 38px;
    font-size: 14px;
    font-weight: bold;
    color: #fff;
    overflow: hidden;
    padding:0 12px;
    background: url(../images/home_bj2.png) repeat-x;
}
.home_business_banner .swiper-button-next, .home_business_banner .swiper-button-prev {
    position: absolute;
    top:auto;
    bottom:6px;
    margin-top:0;
    width: 27px;
    height: 27px;
    z-index: 10;
    opacity: 1;
    cursor: pointer;
    -moz-background-size: 54px 54px;
    -webkit-background-size: 54px 54px;
    background-size: 54px 54px;
    background-repeat: no-repeat;
}
.home_business_banner .swiper-button-next {
    background-image: url(../images/btn_switch.png);
    right: 10px;
    left: auto;
    background-position: -27px 0;
}
.home_business_banner .swiper-button-prev {
    background-image:url(../images/btn_switch.png);
    left: auto;
    right: 37px;
    background-position: 0 -27px;
    
    
}


.home_link {
	margin: 10px auto 0;
    padding: 12px 0px 0px 12px;
    width: 980px;
    height: 113px;
    background: url(../upload/index_section.png) no-repeat;
}

.home_link_item {
	float: left;
	margin-right: 8px;
}
.home_link_item:last-child {
	margin-right: 0
}

.home_foot {
    padding: 10px 8px;
    color: #777;
    line-height: 16px;
    font-family: '宋体';
}

.home_last {
	text-align: center;
}


.video_popup {
	display: none;
}
.mask {
	position: fixed;
	z-index: 98;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: rgba(119,119,119,0.7)
}
.video_popup_box {
	position: fixed;
	z-index: 99;
	left: 50%;
	top:50%;
	transform: translate(-50%,-50%);
	width: 620px;
	height: 420px;
	background: #fff;
	padding:10px;
}
.myVideo {
    position: relative;
    z-index: 999;
    width: 600px;
    height: 400px;
    object-fit: fill;
}
.close {
	background: url(../images/fancybox.png) repeat scroll -40px 0 transparent;
    cursor: pointer;
    width: 30px;
    height: 30px;
    position: absolute;
    right: -15px;
    top: -15px;
    z-index: 999;
}

/*****    公司介绍     ******/
.company_box {
	position: relative;
}
.company_cont {
	position: relative;
	width: 980px;
    overflow: hidden;
    background-color: #fff;
    border-left:1px solid #dfdfdf;
    border-right:1px solid #dfdfdf;
    margin:0 auto;
    padding:0 14px;
}
.company_box:before {
	content: "";
	position: absolute;
	left: 0;
	top:0;
	width: 10px;
    height: 390px;
    background: url(../images/company_bj1.jpg) no-repeat;
}
.company_box:after {
	content: "";
	position: absolute;
	right: 0;
	top:0;
	width: 10px;
    height: 390px;
    background: url(../images/company_bj2.jpg) no-repeat;
}
.company_banner {
	text-align: center;
}
.company_line {
	font-size: 3px;
    height: 3px;
    background: url(../images/company_line.jpg) no-repeat;
}
.company_top {
	height: 57px;
}
.company_title {
	color: #eaeaea;
    font-size: 26px;
    padding-top: 26px;
    text-transform: uppercase;
}
.breadcrumb {
	padding-top: 28px;
    margin-right: 15px;
    font-size: 12px;
    color: #5f5f5f;
}
.breadcrumb a {
    color: #5f5f5f;
    margin: 0 5px;
}
.breadcrumb img {
    margin:-3px 0  0 0;
}

.breadcrumb a:last-child {
	color: rgb(0, 105, 176);
    font-weight: bold;
}

.breadcrumb a:hover {
	text-decoration: underline;
}

.company_left {
	width: 235px;
	margin-bottom: -32767px;
    padding-bottom: 32767px;
    border-top:2px solid #0069b0;
    border-right:1px dotted #c2b3b9;
}
.company_a {
	width: 100%;
	height: 130px;
	overflow:hidden;
}

.sideBar li {
	height: 40px;
    overflow: hidden;
    line-height: 39px;
    border-bottom:1px solid #e4e4e4;
    text-align: right;
}
.sideBar li a {
    display: block;
    width: 100%;
    height: 39px;
    color: #7b7672;
    padding-right: 16px;
    transition: all 0.5s;
}
.sideBar li.active a,.sideBar li a:hover {
	border-right:5px solid #0069b0;
    padding-right: 11px;
    text-shadow: 0px 1px 0px #fff;
    color: #0069b0;
    font-weight: bold;
    background: url(../images/side_bj.jpg) repeat-x;
}
.company_right {
	margin-bottom: -32767px;
    padding-bottom: 32767px;
    width: 715px;
    border-top:2px solid #c6c6c6;
    padding-left: 30px;
    padding-top: 30px;
}
.company_right_title {
	margin-bottom: 35px;
}
.company_right_title h4{
	font-size: 24px;
    line-height: 24px;
    color:#b5b7bc;
}
.company_right_des {
	padding-bottom: 50px;
}
.company_right_des p {
	line-height: 22px;
    margin-bottom: 16px;
}

.footer { 
	position: relative;
	width:980px;
	margin:0 auto;
	height:48px;
	padding:0 20px;
	line-height: 48px;
	overflow:hidden;
	background:url(../images/foot_bj.jpg) repeat-x;color:#777;
	font-family:'宋体'
}
.footer:before {
	content: "";
	position: absolute;
	top:0;
	left: 0;
	font-size: 4px;
    width: 5px;
    height: 48px;
    background: url(../images/foot_left.jpg) no-repeat;
}
.footer:after {
	content: "";
	position: absolute;
	top:0;
	right: 0;
	font-size: 4px;
    width: 5px;
    height: 48px;
    background: url(../images/foot_right.jpg) no-repeat;
}
.foot_left span {
	margin:0 48px 0 20px;
}
.footer a { 
	color:#777;
}

.foot_right a{
	margin:0px 5px;
}



/*******   主营业务     *******/
.business_promt {
	font-size: 15px;
    font-weight: bold;
    line-height: 22px;
    color: #b5b7bc;
}


/*****  公司资质    *****/
.lisence_box ul li {
    margin-bottom: 40px;
}
.lisence_item {
	float: left;
	margin-right: 40px;
	text-align: center;
}
.lisence_item  img {
	margin-bottom: 6px;
}
.lisence_item p {
	line-height: 18px;
	margin-bottom: 0;
	font-family: "宋体"
}


/******   新闻    ******/
.news_right_title {
	margin-bottom: 20px;
}
.news_group {
	margin-bottom: 32px;
}
.news_item {
    height: 37px;
    line-height: 37px;
    margin: 0px;
    padding: 0px;
    color: #898989;
    padding:0 0 0 8px;
    font-family: '宋体';
}
.news_item.active {
	background: #f2f2f2
}
.news_item_left {
	position: relative;
	float: left;
	width: 560px;
}
.news_item_left img {
	margin:-3px 10px 0 0;
}
.news_item_left a {
	color: #5f5f5f;
}
.news_item_left a:hover {
	text-decoration: underline;
}
.news_item_date {
	float: left;
	width: 86px;
}


.news_btm {
	padding-bottom: 145px;
}
.page img {
	margin: -3px 5px 0 0;
}
.page a,.page span {
    display: inline-block;
    font-size: 12px;
    color:#5f5f5f;
    height: 20px;
    line-height: 20px;
    text-align: center;
    margin:0 3px;
    border-radius: 50%;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
.page a.current {
    background: #0069b0;
    color:#fff;
    width: 20px;
}

.news_detaiils_top {
	padding-bottom: 15px;
	margin-bottom: 15px;
    border-bottom:1px dashed #b2b2b2;
}
.news_detaiils_top_left {
	position: relative;
	width: 47px;
    height: 57px;
    overflow: hidden;
    text-align: center;
    background: url(../images/news_c.jpg) no-repeat;
}
.news_detaiils_top_a {
	font-size: 22px;
    font-weight: bold;
    display: block;
    height: 34px;
    line-height: 34px;
}
.news_detaiils_top_b {
	font-size: 14px;
    color: #0069b0;
    font-weight: bold;
}
.news_detaiils_top_right {
	width: 622px;
}
.news_detaiils_top_right h4 {
	font-size: 18px;
    font-weight: bold;
    line-height: 34px;
}
.news_detaiils_top_right h6 {
	height: 30px;
    line-height: 30px;
    margin: 0px;
    padding: 0px;
    color: #878787;
    font-family: '宋体';
}
.news_detaiils_top_right h6 span {
	margin:0 0 0 27px;
}
.news_detaiils_des {
	font-size: 16px;
	color:#555;
	line-height: 24px;
	font-family: "宋体";
	padding-bottom: 40px;
}


/******     合作伙伴   *******/
.partners_group {
	padding-bottom: 50px;
}
.partners_item {
    float: left;
    margin: 0 13px 30px 0;
    width: 157px;
    height: 57px;
}
.recruitment_des {
    font-size: 14px;
    font-weight: bold;
    
}
.recruitment_des_title {
	padding-left: 20px;
	height: 40px;
    line-height: 40px;
    background-color: #ebebeb;
}
.company_right_cont {
	min-height: 500px;
}


/******   联系我们     ******/
.contact_des {
	background-color: rgb(247, 247, 247);
    line-height: 24px;
    font-family: "宋体";
    color: rgb(125, 116, 117);
    padding: 15px 20px;
}
.contact_des h4 {
	line-height: 30px;
    font-weight: bold;
    color: #555;
    margin-bottom: 10px;
}

.contact_input_label {
	width: 50px;
	display: inline-block;
	vertical-align: middle;
}
.contact_input_box {
	background-color: rgb(247, 247, 247);
    line-height: 24px;
    font-family: "宋体";
    color: rgb(125, 116, 117);
    padding: 15px 20px;
    margin-bottom: 26px;
}
.contact_input_list {
	margin-bottom: 10px;
}
.contact_input_right {
	display: inline-block;
	vertical-align: middle;
}
.contact_input_text {
	width: 280px;
    padding:0 8px;
    height: 32px;
    line-height: 30px;
    border: none;
    font-size: 14px;
    color: #404040;
    border:1px solid #c2b3b8;
}

.contact_input_area {
	width: 478px;
    padding:5px;
    height: 142px;
    line-height: 24px;
    border: none;
    font-size: 14px;
    color: #404040;
    border:1px solid #c2b3b8;
}
.contact_input_pass {
	width: 54px;
    padding:0 8px;
    height: 22px;
    line-height: 20px;
}
.contact_input_yzm {
	display: inline-block;
	vertical-align: middle;
	margin-left: 20px;
	margin-top: -3px;
}

.contact_input_btn {
	width: 76px;
    height: 30px;
	font-family: 'Myriad Pro';
    font-size: 12px;
    color: #404040;
    cursor: pointer;
    background: #eaeaea;
    border:1px solid #cfc4c8;
    border-radius: 2px;
}
.contact_input_btn.active {
	background: #0069b0;
	color:#fff;
	border:1px solid #0069b0;
}
.contact_input_btm {
	padding:4px 0 0 56px;
}
.mr16 {
	margin-right: 16px;
}
.contact_input_btm span {
	display: inline-block;
	vertical-align: middle;
	margin-top: 5px;
}


/*设备*/
.equipment_des {
	line-height: 22px;
	margin-bottom: 16px;
}
.equipment_btm {
	position: relative;
	width: 667px;
	padding-bottom: 60px;
}

.det_swiper_big {
	position: relative;
	z-index: 999;
    width:667px;
    height: 420px;
}
.equipment_swiper_img {
	border:1px solid #ddd;
	margin-bottom: 90px;
	padding:1px;
}
.det_swiper_bj  {
	position: absolute;
	z-index: 99;
	left: 0;
	top: 308px;
	width: 100%;
	height: 72px;
    background: #000;
    opacity: 0.45;
    filter: alpha(opacity=45);
}
.det_swiper_small {
	position: absolute;
	z-index: 999;
	width: 550px;
	left: 53px;
	top:318px;
}
.det_swiper_small .swiper-slide {
    width: 52px!important;
    height: 52px;
    border:1px solid #2e1a12;
}
.det_swiper_small .swiper-slide  img {
    width:50px;
    height: 50px;
}
.gallery-thumbs .swiper-slide {
    opacity: 1;
}
.gallery-thumbs .swiper-slide-thumb-active {
    opacity: 1;
    border:1px solid #fff;
}

.det_swiper_big .swiper-button-next, .det_swiper_big .swiper-button-prev {
    position: absolute;
    z-index: 9999;
    top:308px;
    margin-top:0;
    width: 43px;
    height: 72px;
    opacity: 1;
    cursor: pointer;
    -moz-background-size: 86px 144px;
    -webkit-background-size: 86px 144px;
    background-size: 86px 144px;
    background-repeat: no-repeat;
}
.det_swiper_big .swiper-button-next {
    background: url(../images/eq_arrow.png) no-repeat;
    background-position: -43px -72px;
    right: 0;
    left: auto;
}
.det_swiper_big .swiper-button-prev {
    background: url(../images/eq_arrow.png) no-repeat;
    background-position: 0 0;
    left: 0;
    right: auto;
}

.equipment_swiper_text {
	font-size: 12px;
	line-height: 22px;
	font-family: "宋体";
	color:#555;
}
.equipment_swiper_text span {
	margin-left: 20px;
}



/*****     搜索   *****/
.search_btm {
	border-top: 2px solid #c6c6c6;
    padding-top: 20px;
    padding-bottom: 62px;
}
.search_title {
	font-size: 14px;
	line-height: 32px;
	color: rgb(85, 85, 85);
	margin-bottom: 4px;
}
.choose_group {
	padding:0 6px;
	margin-bottom: 55px;
}
.choose_item {
	line-height: 20px;
	margin-bottom: 8px;
}
.choose_item_left {
	width: 141px;
	color: rgb(85, 85, 85);
}

.choose_item_right {
	width: 700px;
}
.choose_select {
	position: relative;
	width: 95px;
	height: 20px;
	line-height: 18px;
	font-size: 14px;
	color:#000;
	border:1px solid rgb(169, 169, 169);
}
.choose_item179 {
	width: 179px;
}
.choose_item_input {
	position: relative;
	width: 179px;
	height: 20px;
	line-height: 18px;
	font-size: 14px;
	color:#000;
	padding:0 4px;
	border:1px solid rgb(169, 169, 169);
}

.choose_item_right span {
	color: rgb(85, 85, 85);
}
.choose_btm {
	margin:24px 0 0 141px;
}
.choose_radio {
	display: inline-block;
	vertical-align: middle;
	margin:-3px 2px 0 0;
}


.result_title {
	font-size: 14px;
	color:#444;
}
.result_item {
	font-size: 12px;
	color: #555;
	line-height: 28px;
	text-align: center;
}
.result_item_num {
	width: 48px;
}
.result_item_text {
	width: 485px;
	text-align: left;
}
.result_item_text a:hover {
	text-decoration: underline;
}
.result_item_category {
	width: 161px;
}
.result_item_name {
	width: 95px;
}
.result_item_date {
	width: 161px;
}


@media screen and (max-width: 768px) {
    html {
        max-width: 750px;
        margin: 0 auto;
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
        background: #fff;
        padding: 0;
    }

    body {
        font-family: Arial;
        max-width: 750px;
    }

    * {
        -webkit-tap-highlight-color: rgba(0,0,0,0);
        -webkit-tap-highlight-color: transparent;
        box-sizing: border-box;
    }

    body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
    form, fieldset, input, textarea, p, blockquote, th, td, img, span {
        padding: 0;
        margin: 0;
    }

    fieldset, img {
        border: 0;
    }

    address, caption, cite, code, dfn, em, th, var, i {
        font-weight: normal;
        font-style: normal;
    }

    ol, ul, li {
        list-style: none;
    }

    div, dl, dt, dd, ol, ul, li {
        zoom: 1;
    }

    caption, th {
        text-align: left;
    }

    h1, h2, h3, h4, h5, h6 {
        font-weight: normal;
        font-size: 100%;
    }

    q:before, q:after {
        content: '';
    }

    abbr, acronym {
        border: 0;
    }

    b, strong {
        font-weight: bold;
    }

    a, img, button, input, textarea {
        -webkit-tap-highlight-color: rgba(255,255,255,0);
    }

    table {
        border-collapse: collapse;
    }

    body {
        margin: 0 auto;
        max-width: 750px;
        overflow-x: hidden;
    }

    input, textarea {
        outline: 0;
        resize: none;
        box-sizing: border-box;
        font-size: .7rem;
    }

    button,
    optgroup,
    textarea {
        -webkit-appearance: none;
        color: inherit;
        font: inherit;
        margin: 0;
    }

    button {
        overflow: visible;
        box-sizing: border-box;
        outline: 0;
        resize: none;
    }

    button, select {
        text-transform: none;
    }
    /* input[type="text"] {border-radius:0;} */
    button,
    input[type="button"], input[type="reset"], input[type="submit"] {
        -webkit-appearance: button;
        cursor: pointer;
    }

        button[disabled], input[disabled] {
            cursor: default;
        }

        button::-moz-focus-inner, input::-moz-focus-inner {
            border: 0;
            padding: 0;
        }

    input {
        line-height: normal;
        box-sizing: border-box;
    }

        input[type="checkbox"],
        input[type="radio"] {
            box-sizing: border-box;
            padding: 0;
            display: none;
        }

        input[type="number"]::-webkit-inner-spin-button,
        input[type="number"]::-webkit-outer-spin-button {
            height: auto;
        }

        input[type="search"] {
            -webkit-appearance: textfield;
            -moz-box-sizing: content-box;
            -webkit-box-sizing: content-box;
            box-sizing: content-box;
        }

            input[type="search"]::-webkit-search-cancel-button,
            input[type="search"]::-webkit-search-decoration {
                -webkit-appearance: none;
            }

    label {
        display: inline-block;
        max-width: 100%;
    }

    .wrap {
        width: 100%;
    }

    img {
        border: 0;
        vertical-align: middle;
        max-width: 100%;
    }

    .header {
        display: none;
    }

    .nav {
        display: none;
    }

    .floot {
        position: fixed;
        z-index: 999;
        top: auto;
        margin-top: 0;
        bottom: 40px;
        right: 10px;
    }

    .phone_header {
        position: relative;
        z-index: 999;
        display: block;
        width: 100%;
        height: 56px;
        line-height: 56px;
        font-size: .8rem;
        color: #333;
        background: #fff;
        box-shadow: 0 1px 8px #ddd;
    }

    .phone_left {
        width: 60px;
        margin-left: 15px;
        text-align: left;
    }

        .phone_left img {
            width: 12px;
        }

    .phone_center {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        text-align: center;
    }

        .phone_center img {
            width: auto;
            height: 32px;
        }

    .phone_right {
        width: 60px;
        text-align: right;
        margin-top: 0;
        margin-right: 15px;
    }

        .phone_right img {
            width: 20px;
        }

    .phone_nav {
        display: block;
    }

    .phone_mask {
        position: fixed;
        z-index: 999;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.6);
        display: none;
    }

    .phone_nav_right {
        position: fixed;
        top: 0;
        right: -60%;
        width: 60%;
        height: 100%;
        overflow-y: scroll;
        -webkit-overflow-scrolling: touch;
        z-index: 1000;
        background: #fff;
    }

    .phone_nav_list a {
        display: block;
        border-bottom: 1px solid #ddd;
        font-size: 0.75rem;
        color: #555;
        height: 42px;
        line-height: 42px;
        padding: 0 15px;
    }

        .phone_nav_list a:hover {
            color: #1f98f5;
        }

    .phone_nav_list li.current > a {
        color: #1f98f5;
    }

    .phone_nav_drop {
        display: none;
    }

        .phone_nav_drop a {
            display: block;
            padding: 0 15px 0 30px;
            color: #999;
        }

    .dm_box {
        padding: 10px 15px;
        background: #fff;
        display: block;
    }

    .dm_text {
        width: 100%;
        font-size: 14px;
        padding-left: 0;
        color: #666;
        padding: 6px 0;
        line-height: 20px;
        background: transparent;
        border-bottom: 1px solid #e5e5e5;
    }

    .dm_search {
        width: 17px;
        margin-left: 20px;
    }

    .slider_wrap {
        position: relative;
        z-index: 99;
        overflow-x: scroll;
        overflow-y: hidden;
        width: 100%;
        -webkit-transform: translateZ(0px);
        transform: translateZ(0px);
        backface-visibility: hidden;
        -webkit-overflow-scrolling: touch;
    }

        .slider_wrap::-webkit-scrollbar {
            display: none;
            width: 0px;
            -webkit-appearance: none;
        }

    .slider_wrap_item {
        white-space: nowrap;
    }

    /*******    搜索页面   ******/
    .company_line {
        background-position: center center;
    }

    .company_box:after, .company_box:before {
        display: none;
    }

    .company_cont {
        position: relative;
        width: 100%;
        overflow: hidden;
        background-color: #fff;
        border-left: none;
        border-right: none;
        margin: 0 auto;
        padding: 0 15px;
    }

    /*.company_top {
		position: relative;
	    display: -webkit-box;
	    display: -webkit-flex;
	    display: flex;
		height: 42px;
		line-height: 25px;
		padding:8px 0 0;
		border-bottom: 1px solid #c6c6c6
	}
	.company_title {
		width: 150px;
		color: #eaeaea;
	    font-size: 14px;
	    padding-top: 0;
	    text-transform: uppercase;
	}
	.breadcrumb {
		padding-top: 0;
	    margin-right: 0;
	    font-size: 12px;
	    color: #5f5f5f;
	    -webkit-box-flex: 1;
	    -webkit-flex: 1;
	    flex: 1;
	    min-width: 0;
	    text-align: right;
	}*/

    .company_top {
        position: relative;
        height: auto;
        line-height: 25px;
        padding: 8px 0;
        text-align: center;
        border-bottom: 1px solid #c6c6c6
    }

    .company_title {
        float: none;
        width: 100%;
        color: #eaeaea;
        font-size: 18px;
        padding-top: 0;
        text-transform: uppercase;
    }

    .breadcrumb {
        float: none;
        text-align: center;
        padding-top: 0;
        margin-right: 0;
        font-size: 12px;
        color: #5f5f5f;
        text-align: center;
    }

        .breadcrumb a {
            color: #5f5f5f;
            margin: 0 5px;
        }

        .breadcrumb img {
            margin: -3px 0 0 0;
        }

        .breadcrumb a:last-child {
            color: rgb(0, 105, 176);
            font-weight: bold;
        }

        .breadcrumb a:hover {
            text-decoration: underline;
        }

    .search_btm {
        border-top: none;
        padding-top: 20px;
        padding-bottom: 60px;
    }

    .choose_group {
        margin-bottom: 40px;
    }

    .choose_item {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .choose_item_left {
        width: 100px;
    }

    .choose_item_right {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
    }

    .choose_select {
        width: 100%;
    }

    .choose_item179 {
        width: 100%;
    }

    .choose_item_input {
        width: 100%;
    }

    .choose_btm {
        margin: 20px 0 0 100px;
    }

    .result_item_left {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        float: none;
        width: 100%;
    }

    .result_item_num {
        width: 40px;
        text-align: left;
    }

    .result_item_text {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
    }

    .result_item_right {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        float: none;
        width: 100%;
        text-align: left;
    }

    .result_item_category {
        width: 100px;
        padding-left: 10px;
    }

    .result_item_name {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
        text-align: center;
    }

    .result_item_date {
        width: 100px;
        text-align: right;
    }

    .footer {
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: auto;
        padding: 10px 15px;
        line-height: 24px;
        overflow: hidden;
        background: #ebebeb;
        color: #777;
        font-family: '宋体';
        text-align: center;
    }

        .footer:before {
            content: "";
            position: absolute;
            top: 0;
            left: 0;
            font-size: 4px;
            width: 5px;
            height: 48px;
            display: none;
            background: url(../images/foot_left.jpg) no-repeat;
        }

        .footer:after {
            content: "";
            position: absolute;
            top: 0;
            right: 0;
            font-size: 4px;
            width: 5px;
            height: 48px;
            display: none;
            background: url(../images/foot_right.jpg) no-repeat;
        }

    .foot_left {
        float: none;
    }

        .foot_left span {
            margin: 0 10px;
        }

    .footer a {
        color: #777;
    }

    .foot_right {
        float: left;
    }

        .foot_right a {
            margin: 0px 5px;
        }



    /******   合作     ******/
    .partners_group {
        padding-bottom: 20px;
    }

    .company_a {
        text-align: center;
        margin-bottom: 15px;
    }

    .company_left {
        float: none;
        width: 100%;
        margin-bottom: 0;
        padding-bottom: 0;
        border-top: 0 solid #0069b0;
        border-right: none;
        margin-top: 20px;
    }

    .sideBar ul {
        position: relative;
        +height:1%;
    }

        .sideBar ul
        .sideBar ul:after {
            content: ".";
            display: block;
            height: 0;
            font-size: 0;
            clear: both;
            visibility: hidden;
        }

    .sideBar li {
        float: left;
        width: 50%;
        text-align: left;
        border: 1px solid #e4e4e4;
        margin: 0 -1px -1px 0;
        text-align: center;
    }

        .sideBar li a {
            padding: 0 15px;
        }

        .sideBar li.active a, .sideBar li:hover a {
            border-right: 0
        }

    .company_right {
        margin-bottom: 0;
        padding-bottom: 0;
        width: 100%;
        border-top: 0;
        padding-left: 0;
        padding-top: 30px;
    }

    .company_right_title {
        margin-bottom: 20px;
    }

    .partners_item {
        float: left;
        margin: 0 6% 15px 0;
        width: 47%;
    }

        .partners_item:nth-child(2n) {
            margin-right: 0;
        }

    .company_right_cont {
        min-height: 150px;
    }

    /********    新闻    *******/
    .company_right_title h4 {
        font-size: 20px;
    }

    .news_btm {
        padding-bottom: 50px;
    }

    .news_item {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .news_item_left {
        float: none;
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
    }

    .news_item_date {
        float: none;
        width: 70px;
        margin-left: 10px;
        text-align: center;
    }

    .news_detaiils_top {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
    }

    .news_detaiils_top_left {
        margin-right: 15px;
    }

    .news_detaiils_top_right {
        float: none;
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
    }

        .news_detaiils_top_right h4 {
            font-size: 16px;
            line-height: 24px;
        }

        .news_detaiils_top_right h6 {
            line-height: 18px;
        }

            .news_detaiils_top_right h6 span {
                display: block;
                margin: 0;
            }

    /****    main  business    ****/
    .company_right_des {
        padding-bottom: 30px;
    }

    .equipment_btm {
        position: relative;
        width: 100%;
        padding-bottom: 60px;
    }

    .det_swiper_big {
        position: relative;
        z-index: 999;
        width: 100%;
        height: auto;
    }

    .equipment_swiper_img {
        border: 1px solid #ddd;
        margin-bottom: 10px;
        padding: 1px;
    }

    .det_swiper_bj {
        position: absolute;
        z-index: 99;
        left: 0;
        top: 308px;
        width: 100%;
        height: 72px;
        background: #000;
        opacity: 0;
        filter: alpha(opacity=0);
    }

    .det_swiper_small {
        position: absolute;
        z-index: -1;
        z-index: 999;
        width: 550px;
        left: 53px;
        top: auto;
        opacity: 0;
    }

    .det_swiper_big .swiper-button-next, .det_swiper_big .swiper-button-prev {
        position: absolute;
        z-index: 9999;
        top: 50%;
        margin-top: -60px;
        width: 43px;
        height: 72px;
        opacity: 1;
        cursor: pointer;
        -moz-background-size: 86px 144px;
        -webkit-background-size: 86px 144px;
        background-size: 86px 144px;
        background-repeat: no-repeat;
    }

    .det_swiper_big .swiper-button-next {
        background: url(../images/eq_arrow.png) no-repeat;
        background-position: -43px -72px;
        right: 0;
        left: auto;
    }

    .det_swiper_big .swiper-button-prev {
        background: url(../images/eq_arrow.png) no-repeat;
        background-position: 0 0;
        left: 0;
        right: auto;
    }

    .equipment_swiper_text {
        font-size: 12px;
        line-height: 22px;
        color: #555;
        text-align: center;
    }

        .equipment_swiper_text span {
            margin: 0 5px;
        }


    /******     联系我们   *****/
    .contact_des {
        padding: 15px;
    }

    .contact_input_box {
        padding: 5px 15px 15px;
    }

    .contact_input_list {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .contact_input_right {
        float: none;
        width: auto;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
    }

    .contact_input_text {
        width: 100%;
    }

    .contact_input_area {
        width: 100%;
    }

    .contact_input_pass {
        width: 100px;
    }

    .contact_input_label {
        width: 56px;
    }

    .lisence_box ul li {
        margin-bottom: 0;
    }

    .lisence_box li .lisence_item {
        width: 47%;
        margin-right: 6%;
        margin-bottom: 20px;
    }

        .lisence_box li .lisence_item:nth-child(2n) {
            margin-right: 0;
        }


    /******    首页   ******/
    .home_banner {
        position: relative;
        height: 200px;
        margin-bottom: 20px;
    }

    .side_banner {
        height: 200px;
    }

        .side_banner .swiper-slide {
            position: relative;
            width: 100%;
            height: 200px;
            overflow: hidden;
        }

    .home_banner_item {
        position: relative;
        width: 100%;
        height: 200px;
        background-position: center center;
        background-size: cover;
    }

    .side_banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
        margin-right: 2px;
        margin-left: 0;
    }

    .side_banner.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
        position: absolute;
        width: auto;
        left: auto;
        right: 20px;
        bottom: 10px;
        height: 8px;
        line-height: 2px;
        background: #fff;
        padding: 1px 2px 0;
        padding-right: 0;
    }

    .side_banner .swiper-pagination-bullet {
        display: inline-block;
        opacity: 1;
        overflow: hidden;
        cursor: pointer;
        width: 30px;
        height: 4px;
        margin-right: 2px;
        border-radius: 0;
        background: url(../images/banner_trigger.png) no-repeat 0 0;
    }

    .side_banner .swiper-pagination-bullet-active {
        background-position: 0 -6px;
    }

    .home_cont {
        margin: 0 15px 30px;
        border-radius: 4px;
        padding: 25px 15px 0;
        box-shadow: -2px 0 8px #d8d8da, 0 -2px 8px #d8d8da, 0 2px 8px #d8d8da, 0 0 8px #d8d8da;
    }

    .home_top {
        padding: 0;
    }

    .home_news {
        position: relative;
        float: none;
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }

    .home_news_a a {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .home_news_a_right {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
        margin-left: 15px;
    }

    .home_news_list ul li {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .home_news_left {
        float: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
        width: auto;
        margin-right: 15px;
    }

    .home_about {
        position: relative;
        float: none;
        width: 100%;
        margin-bottom: 20px;
    }

    .home_about_btm {
        position: relative;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
    }

    .home_about_right {
        float: none;
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        flex: 1;
        min-width: 0;
        width: auto;
        margin-left: 15px;
    }

    .home_business {
        float: none;
        width: 100%;
    }

    .home_business_banner {
        position: relative;
        height: auto;
        margin-top: 12px;
    }

        .home_business_banner .swiper-slide {
            position: relative;
            width: 100%;
            height: auto;
            overflow: hidden;
        }

    .home_business_item {
        position: relative;
        width: 100%;
        height: auto;
    }

    .home_business_img {
        height: auto;
    }

        .home_business_img img {
            width: 100%;
        }

    .home_link {
        margin: 10px auto 0;
        padding: 0;
        width: 100%;
        height: auto;
        background: #fff;
    }

    .home_link_item {
        float: left;
        width: 48%;
        margin-right: 4%;
        margin-bottom: 15px;
    }

        .home_link_item:nth-child(2n) {
            margin-right: 0
        }

    .home_foot {
        position: relative;
        width: 100%;
        margin: 0 auto;
        height: auto;
        padding: 10px 0;
        line-height: 24px;
        overflow: hidden;
        color: #777;
        font-family: '宋体';
        text-align: center;
    }

    .home_last {
        text-align: center;
    }

    .video_popup_box {
        position: fixed;
        z-index: 99;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        width: 320px;
        height: 260px;
        background: #fff;
        padding: 10px;
    }

    .myVideo {
        position: relative;
        z-index: 999;
        width: 300px;
        height: 240px;
        object-fit: fill;
    }
}

/********** 2020-08-27 新增 合作合并 **************/
.parts_group {
}

    .parts_group ul li {
        list-style: none;
        line-height: 28px;
    }

        .parts_group ul li:first-child {
            font-weight: 600;
            line-height: 35px;
        }

        .parts_group ul li span {
            text-align: center;
            border: 1px solid #ccc;
        }


            .parts_group ul li span:nth-child(1) {
                width: 200px;
                display: block;
                float: left;
            }

            .parts_group ul li span:nth-child(2) {
                width: 180px;
                display: block;
                float: left;
            }

            .parts_group ul li span:nth-child(3) {
                width: 150px;
                display: block;
                float: left;
            }

            .parts_group ul li span:nth-child(4) {
                width: 150px;
                display: block;
                float: left;
            }



.parts_group1 {
    margin-bottom: 30px;
}

    .parts_group1 ul li {
        list-style: none;
        line-height: 28px;
        clear: both;
    }

        .parts_group1 ul li:first-child {
            font-weight: 600;
            line-height: 25px;
        }

        .parts_group1 ul li span {
            text-align: center;
            border: 1px solid #ccc;
        }


            .parts_group1 ul li span:nth-child(1) {
                width: 200px;
                display: block;
                float: left;
            }

            .parts_group1 ul li span:nth-child(2) {
                width: 180px;
                display: block;
                float: left;
            }

            .parts_group1 ul li span:nth-child(3) {
                width: 150px;
                display: block;
                float: left;
            }

            .parts_group1 ul li span:nth-child(4) {
                width: 150px;
                display: block;
                float: left;
            }
   