a,  article, b, body, dd, div, dl, dt, em, footer, form, h1, h2, h3, h4, h5, h6, header, html, i, iframe, img, li,menu, nav, object, ol, p, section, small, span, strong,th, time, tr, tt, u, ul{
	margin: 0;
	padding: 0;
	border: 0;
	vertical-align: baseline;
	word-wrap: break-word;
}
section footer {
	width: 100%;
}
button, input, select, textarea {
	outline: 0;
	-webkit-box-sizing: border-box;
}
article, footer, header, menu, nav, section {
	display: block
}
a {
    color:#353535;
	text-decoration: none;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}
li, ol, ul {
	list-style: none;
	overflow: hidden;
}
b, strong {
	font-weight: 700
}
h2{font-size:2.4rem;font-weight: bold;}
h3{font-size:1.6rem;font-weight: normal;}
h4{font-size:1.4rem;font-weight: normal;}
html {
	font-size: 62.5%
}
@media only screen and (min-width:481px) {
html {
	font-size: 85%!important
}
}
@media only screen and (min-width:561px) {
html {
	font-size: 100%!important
}
}
@media only screen and (min-width:641px) {
html {
	font-size: 120%!important
}
body {
	max-width: 750px;
}
}
body {
	font-size: 1.4rem;
	/*font-family: "Helvetica Neue", Helvetica, STHeiTi, sans-serif;*/
	font-family:'Microsoft Jhenghei', '微軟正黑體', Microsoft YaHei, "微软雅黑";
	background-color: #fff;
	min-width: 320px;
	margin: 0 auto;
	position: relative;
	color: #333;
}
.clr {
	clear: both;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
	border: 0;
    image-ms-interpolation-mode: bicubic;
	-webkit-touch-callout: none;
}




/*.page{text-align:center;clear: both;padding-top: 60px;height: 50px;}
.page a{
	border:1px solid #cccccc;
	margin-left:5px;padding:5px 9px;
	background-color:#ffffff;color:#ffffff;
	text-decoration:none;
	color:#333333;
	font-size:12px;
}*/

#page{bottom: 1rem;}
#page span{width: 1rem;height: 1rem;border-radius: 50%;background: rgba(0,0,0,0.5);opacity: 1;}
#page .swiper-pagination-bullet-active{background: #ed3a02;}


.btn{
	float: right;
	margin: 2.2rem 2rem 0 0;
}
.btn{width:2.5rem;float:right;position:relative;cursor:pointer;height:3rem;}
.btn span{display:block;background:#fff; /*按钮颜色*/ width:2.5rem;height:.2rem;position:absolute;transition:all ease 0.35s}
.btn span:nth-of-type(1){top:0}
.btn span:nth-of-type(2){top:1rem}
.btn span:nth-of-type(3){top:2rem}
.sp_nav_se span:nth-of-type(1){top:1rem;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:1rem;transform:rotate(-45deg)}
.leftMenu a {
    text-decoration: none;
    display: block;
}
.leftMenu {
    background: #fff;
    position: fixed;
    right: -1000px;
    top: 64px;
    display: block;
    height: 100%;
    width: 50%;
    min-width: 140px;
    max-width: 440px;
    z-index: 10000;
    transition: all 0.4s ease;
    overflow: auto;
    border-top: 1px #e5e5e5 solid;
    box-shadow: -5px 5px 10px #333;   /*左阴影*/
}
.leftMenu.menu-open {
    right: 0;
}
.leftMenu ul li {
    position: relative;
    line-height: 45px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li>a{
	font-size: 16px;
	margin-left: 20px;
}
.leftMenu ul li .f2 a{
	font-size: 14px;
}
.leftMenu ul li ul li{
	background: #f5f5f5;
    padding-left: 20px;
    border-bottom: 1px #e5e5e5 solid;
}
.leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 0px;
    font-size: 24px;
    font-weight: 300;
}
.leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: 0px;
}
.f2,.f3{
    height: 0;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
}
.menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 6.5rem;
    left: 0;
    right: 0;
    overflow: hidden;
}
.menu-dark-backdrop.in {
    height: 100%;
    z-index: 1000;
    background: rgba(0,0,0,0.5); /*背景灰度*/
}
.leftMenu ul li.open>a{
    color: #d51419; /*一级选中后颜色*/
}
.menu_fot {
    text-align: center;
    margin-top: 25px;
}
.menu_fot p{
    font-size: 12px;
    color: #999; /*底部文字颜色*/
    margin-bottom: 10px;
}
.menu_fot span{
    font-size: 26px;
    color: #d51419; /*底部电话颜色*/
}

body {
    padding-top:6.5rem;
}

/*头部 开始*/

.header{
	width: 100%;
	max-width: 750px;
	height: 6.5rem;
	position: fixed;
	top: 0;
	z-index: 10000;
	background-color: #001655;
}
.header .logo{
	float: left;
	margin: 1.7rem 0 0 1.5rem;

}

.header .logo img {
    width: 15rem;
}

.header .btn{
	float: right;
	margin: 2.2rem 1.5rem 0 0;
}
/*头部结束*/


/*底部开始*/
.footer{
    width: 100%;
    max-width: 750px;
    background: #001655;
    position: fixed;
    bottom: 0;
    padding: 1rem 0;
    /*box-shadow: 0 0 1rem #ccc;*/
}
.footer ul li{
    width: 33.33%;
    float: left;
    text-align: center;
}
.footer ul li img{
    width: 2.5rem;
    margin-right: .3rem;
    float: left;
}
.footer ul li p{
    display: inline-block;
    line-height: 2.7rem;
}
.footer ul li a{
    color: #ffffff;
}
/*底部结束*/


/*首页 三图片开始*/
.box1 {
    overflow: hidden;
	background-color:#fbfbfb;
}
.box1 div {
    float: left;
    width: 33.33%;
    box-sizing: border-box;
    border-right: .1rem solid #ededed;
	border-bottom: .1rem solid #ededed;
    text-align: center;
    padding: 1rem 0;
}
.box1 div img {
    width: 7rem;
}
/*首页 三图片结束*/


/*首页 版块标题开始*/
.title {
    text-align: center;
}
.title h2 {
    color: #333333;
    font-size: 2.2rem;
}
.title span {
    color: #cdcdcd;
    font-size: 1.8rem;
    font-weight: bold;
}
/*首页 版块标题结束*/


.box {
    padding: 3rem 1.5rem;
}

/*首页产品版块开始*/
.index-pro {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 0 2rem 0;
}
.index-pro li {
    width: 48%;
    border: .1rem #e5e5e5 solid;
    box-sizing: border-box;
		background-color:#001655;
    margin-bottom: 1rem;
}
.index-pro li p {
    color: #ffffff;

    padding: 1rem;
    border-top: .1rem solid #e5e5e5;
}
.index-pro li img {
    width: 100%;
    height: 179px;
}
/*首页产品版块结束*/

/*首页关于版块开始*/
.index-about {
    padding: 3rem 0;
    color: #5c5c5c;
    line-height: 2.5rem;
}
.index-about img {
    margin-bottom: 2rem;
}
/*首页关于版块结束*/

/*首页配件版块开始*/
.index-parts-nav{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 3rem;
    border: .1rem solid #001655;
    border-bottom: none;
    border-right: none;
}
.index-parts-nav li{
    width: 50%;
    line-height: 4rem;
    text-align: center;
    box-sizing: border-box;
    border-right: .1rem #001655 solid;
    border-bottom: .1rem #001655 solid;
}
.index-parts-nav li:nth-child(2n) {

}
.index-parts-nav li a {
    color: #001655;
    display: block;
}
.index-parts-nav li.cur>a {
    color: #fff;
    background-color: #001655;
}
.index-parts {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 0 2rem 0;
}
.index-parts li {
    width: 48%;
    border: .1rem #e5e5e5 solid;
    box-sizing: border-box;
    margin-bottom: 1rem;
}
.index-parts li p {
    color: #fff;
    text-align: center;
    padding: 0.5rem;
    background-color: #7f7f7f;
}
.index-parts li img {
    width: 100%;
    height: 152px;
}
/*首页配件版块结束*/

/*首页应用版块开始*/
.index-application-bg {
    background: url(../images/applaction-bg.png)no-repeat;
}
.index-application {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    padding: 3rem 0 2rem 0;
}
.index-application li {
    width: 48%;
    margin-bottom: 1rem;
}
.index-application li a {
    display: flex;
    justify-content: space-between;
}
.index-application li img {
    width: 35%;
    align-self: flex-start;
}
.index-application li p {
    display: flex;
    justify-content: center;
    align-items: center;

    text-align: center;
    width: 65%;
    box-sizing: border-box;
    border: .1rem solid #4d5e8b;
    border-left: none;
    color: #fff;
}
.color-white {
    color: #fff !important;
}
.color-blue {
    color: #4d5e8d !important;
}
/*首页应用版块结束*/

/*首页新闻版块开始*/
.index-news-nav {
    background-color: #fbfbfb;
    border-radius: 1rem 1rem 0 0;
    border: .1rem solid #e7e7e7;
    margin-top: 3rem;
}
.index-news-nav li {
    float: left;
    width: 33.33%;
    text-align: center;
    line-height: 4rem;
    box-sizing: border-box;
    border-right: .1rem solid #e7e7e7;
}
.index-news-nav li>a {
    display: block;
    color: #656565;
}
.index-news-nav li.cur>a {
    color: #fff;
    background-color: #001655;
    font-weight: bold;
    font-size: 1.6rem;
}
.index-news-nav li:last-child {
    border-right: none;
}
.index-news {
    padding: 3rem 0 2rem 0;
}
.index-news li {
    border: .1rem solid #e7e7e7;
    margin-bottom: 1rem;
}
.index-news li .index-news-date {
    float: left;
    width: 25%;
    text-align: center;
}
.index-news li .index-news-date span {
    display: inline-block;
    margin-top: 2rem;
    color: #9a9a9a;
}
.index-news li .index-news-date h3 {
    color: #001655;
    font-weight: bold;
    font-size: 1.8rem;
    margin-top: .5rem;
}

.index-news li .index-news-intro {
    float: right;
    width: 75%;
    background-color: #f6f6f6;
    box-sizing: border-box;
    padding: 1rem;
    border-left: .1rem solid #e7e7e7;
}
.index-news li .index-news-intro h3 {
    color: #313131;
}
.index-news li .index-news-intro p {
    color: #7f7f7f;
    font-size: 1.2rem;
    margin-top: .5rem;
    line-height: 1.8rem;
}
/*首页新闻版块结束*/

/*联系版块开始*/
.contact {
    background:#0e182d url(../images/contact-bg.png)center bottom 3rem no-repeat;
    background-size: 100%;
    padding: 3rem 1.5rem 7rem 1.5rem;
}
.contact-nav li {
    float: left;
    width: 33.33%;
    text-align: center;
    margin-bottom: 1.5rem;
    box-sizing: border-box;
    border-right: .1rem solid #cfd0d4;
}
.contact-nav li:nth-child(3n) {
    border-right: none;
}
.contact-nav li>a {
    color: #cfd0d4;
}
.contact-hotline {
    margin-top: 2rem;
    background-color: #fff;
    border-radius: 2rem;
    text-align: center;
    line-height: 4rem;
}
.contact-hotline img {
    width: 1.5rem;
    vertical-align: text-top;
}
.contact-hotline span {
    vertical-align: top;
}
.contact-hotline a {
    font-size: 2.2rem;
    color: #001655;
    font-weight: bold;
}
.contact-method {
    margin-top: 3rem;
}
.contact-method .qr {
    float: left;
    width: 13rem;
    height: 15rem;
    background: url(../images/qr-bg.png)no-repeat center;
    background-size: 100%;
    text-align: center;
    box-sizing: border-box;
    padding: 1rem 1rem 2rem;
    margin-right: 2rem;
}
.contact-method .qr img {
    width: 100%;
}
.contact-method .qr p {
    line-height: 1.2rem;
    font-size: 1.2rem;
    margin-top: 1rem;
    color: #cfd0d4;
}
.contact-method ul li{
    margin-bottom: 1rem;
}
.contact-method ul li span {
    color: #b6b9be;
    font-size: 1.3rem;
}
.contact-method ul li p {
    color: #ffffff;
    font-size: 1.3rem;
    margin-top: .5rem;
}
.contact .icp {
    color: #8e8b9d;
    font-size: 1.3rem;
    text-align: center;
    line-height: 3rem;
    margin-top: 1rem;
}
/*联系版块结束*/



/*查看更多按钮开始*/
.more {
    text-align: center;
}
.more a {
    display: block;
    margin: 0 auto;
    border: .1rem solid #001655;
    width: 20rem;
    height: 4rem;
    line-height: 4rem;
    color: #001655;
}
.more a.white {
    border-color: #fff;
    color: #fff;
}
/*查看更多按钮结束*/

/*首页分割线开始*/
.line {
    width: 100%;
    height: 1rem;
    background-color: #f6f6f6;
}
/*首页分割线结束*/




/*导航开始*/
.nav {
    margin: 2rem 0;
}
.nav {
    border-color: #e5e5e5;
}
.nav li {
    border-color: #e5e5e5;
}
/*导航结束*/

/*关于我们开始*/
.about {
    padding: 3rem;
}
.headline {
    color: #333333;
    border-bottom: .1rem solid #eeeeee;
    text-align: center;
    padding-bottom: 2rem;
    font-size: 2.2rem;
}
.about .cover {
    margin-top: 2rem;
}
.about .cover img {
    width: 100%;
}
.about .content {
    margin-top: 1.5rem;
    color: #656565;
    line-height: 2.3rem;
}
.about .strength {
    margin-top: 1rem;
}

.about .strength li {
    border: .1rem solid #e5e5e5;
    border-radius: 1rem;
    padding: 1rem 5rem;
    margin-top: 2rem;

}
.about .strength .left {
    float: left;
    text-align: center;
}
.about .strength .left img {
    width: 7rem;
}
.about .strength .right {
    float: left;
    line-height: 2.5rem;
    padding-top: .5rem;
    margin-left: 2rem;
}
.about .strength .right span {
    font-weight: bold;
    font-size: 1.8rem;
}
.others {
    margin-top: 1rem;
}
.others li {
    border: .1rem solid #e5e5e5;
    border-radius: 1rem;
    margin-top: 2rem;
}
.others li h2 {
    color: #001655;
    background-color: #f5f5f5;
    line-height: 4rem;
    font-size: 1.9rem;
    padding-left: 1.5rem;
    border-bottom: .1rem solid #e5e5e5;
}
.others li h2 img {
    width: 1rem;
    margin-left: 1rem;
}
.others li .pro-detail {
    box-sizing: border-box;
    padding: 1.5rem;
    color: #656565;
    line-height: 2.2rem;
    overflow-x: auto !important;
}
/*关于我们结束*/


/*资质证书开始*/
.ccie {
    padding: 3rem;
}
.ccie .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}

.ccie .list li {
    width: 48%;
    margin-bottom: 2rem;
}
.ccie .list li p {
    text-align: center;
    line-height: 3rem;
}
.ccie .list li img {
    width: 100%;
    height: 27rem;
    box-sizing: border-box;
    border: .1rem solid #ececec;
}
/*资质证书结束*/

/*联系我们开始*/
.lxfs {
    padding: 3rem;
}

.lxfs h3 {
    color: #001655;
    font-size: 2rem;
    font-weight: bold;
    margin-top: 3rem;
}
.lxfs .qr {
    width: 10rem;
    margin-top: 3rem;
    padding-bottom: .2rem;
    box-sizing: border-box;
    border: .1rem solid #e6e6e6;
}

.lxfs p {
    /*width: 10rem;*/
    text-align: center;
    color: #656565;
    margin-top: .5rem;
}

.lxfs ul {
    margin-top: 3rem;
}
.lxfs ul li {
    margin-bottom: 2rem;
    color: #313131;
}
.lxfs .map {
    margin: 2rem 0;
    box-sizing: border-box;
    border: .1rem solid #e6e6e6;
    padding: 1rem;
}
/*联系方式结束*/


/*人才招聘开始*/
.join {
    padding: 3rem;
}
.join .list {
    margin-top: 2rem;
}
.join .list li {
    margin-bottom: 2rem;
}
.join .list .position {
    background-color: #001655;
    color: #fff;
    font-size: 1.8rem;
    line-height: 4.5rem;
    padding: 0 1.5rem;
}
.join .list .position a {
    float: right;
    font-size: 1.2rem;
    color: #fff;
    font-weight: normal;
}
.join .list .position a img {
    width: 1.1rem;
    margin-left: .5rem;
}
.join .list .intro {
    background-color: #f7f7f7;
    box-sizing: border-box;
    padding: 1.5rem;
}
.join .list .intro .ask {
    color: #333333;
    display: block;
    padding: 1rem 0 1.5rem 0;
}
.join .list .intro .content {
    color: #676767;
    line-height: 2.2rem;
}
.join .list .detail {
    display: none;
    line-height: 2.2rem;
    color: #676767;
    padding: 1.5rem;
}
/*人才招聘结束*/

/*新闻中心开始*/
.news {
    padding: 3rem;
}
.news .list {
    margin-top: 2rem;
}
.news .list li {
    margin-bottom: 2rem;
    background-color: #fbfbfb;
    box-sizing: border-box;
    border: .1rem solid #eaeaea;
    padding: 1.5rem;
}
.news .list li img {
    width: 40%;
    height: 8rem;
    float: left;
}
.news .list li div {
    width: 55%;
    height: 8rem;
    margin-left: 5%;
    float: right;
    position: relative;
}
.news .list li div h3 {
    color: #313131;
}
.news .list li div p {
    color: #656565;
    margin-top: 2rem;
    position: absolute;
    bottom: 0;
    left: 0;
}
/*新闻中心结束*/

/*新闻详情开始*/
.news-title {
    font-size: 2rem;
    color: #333333;
}
.news-intro {
    color: #979797;
    margin-top: 2rem;
    padding-bottom: 1rem;
    border-bottom: .1rem solid #ededed;
    text-align: center;
}
.news-content {
    color: #676767;
    padding: 2rem 0;
    line-height: 2.4rem;
    border-bottom: .1rem solid #ededed;
}
.news-relation {
    margin-top: 2rem;
}
.news-relation p {
    border: .1rem solid #f4f4f4;
    background-color: #f7f7f7;
    margin-top: 1.5rem;
    line-height: 4rem;
    color: #353535;
    padding: 0 1.5rem;
}
.news-relation p a {
    color: #353535;
}
/*新闻详情结束*/

/*原装配件开始*/
.parts {
    padding: 3rem;
}
.parts .index-parts {
    padding:0;
}
/*原装配件结束*/

/*产品中心开始*/
.pro .list {
    margin-top: 2rem;
}

.pro .list li {
    margin-bottom: 2rem;
    border: .1rem solid #e5e5e5;
}

.pro .list li img {
    float: left;
    width: 35%;
   
}

.pro .list li div {
    float: right;
    width: 65%;
 
    padding: 1rem 2rem;
    box-sizing: border-box;
    border-right: .1rem solid #e5e5e5;
    position: relative;
}
.czjz {
    display: flex;
    align-items: center;
}
.margin-bottom-2 {
    margin-bottom: 2rem;
}

.pro .list li div h3 {


    font-size: 1.6rem;
    font-weight: bold;
    color: #333333;
}
.pro .list li div p {
    color: #666666;
    margin-top: 1.5rem;
}

.pro .list li div a {
    color: #001655;
    position: absolute;
	margin-top:7px;
    left: 2rem;
}
.pro-more {
    background-color: #ededed;
    height: 4rem;
    line-height: 4rem;
    text-align: center;
}
.pro-more a {
    color: #9f9f9f;
    display: block;
}

/*产品中心结束*/


/*产品详情开始*/
.pro {
    padding: 3rem;
}
.pro-title {
    font-size: 2rem;
    text-align: center;
}
.pro-intro {
    background-color: #f5f5f5;
    padding: 1.5rem;
    line-height: 2.5rem;
    margin-top: 2rem;
}
.pro-intro p {
    color: #313131;
}
.pro-intro span {
    color: #656565;
}
.pro-hotline {
    background-color: #d11919;
    height: 4.5rem;
    line-height: 4.5rem;
    margin-top: 2rem;
    border-radius: 1rem;
    color:#fff;
    text-align: center;
}
.pro-hotline img {
    width: 1.5rem;
    margin-right: .5rem;
    vertical-align: text-top;
}
.pro-hotline a {
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
}
.pro-relation .others li{
    border-radius: 1rem 1rem 0 0;
}
.pro-relation .others li h2 {
    border-bottom: none;
}
.pro-relation .index-parts {
    padding: 2rem 0 0 0;
}
/*产品详情结束*/

/*应用领域*/
.app-box {
    margin-top: 3rem;
}
.app-title {
    color: #001655;
    background: url(../images/app-title-icon.png)no-repeat left center;
    padding-left: 1.5rem;
    font-size: 1.8rem;
    line-height: 1.8rem;
    margin-bottom: 1.5rem;
}
.app-cont {
    color: #4d4d4d;
    line-height: 2.2rem;
}

/**/

.coop {
    padding: 3rem;
}
.coop .list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 2rem;
}
.coop .list li {
    border: .1rem solid #eee;
    width: 48%;
    margin-bottom: 2rem;
    box-sizing: border-box;
    padding: 1rem;

}


.pro-detail table {

    width: 800px;
    padding-right: 1.5rem;
}


.pro-slide {
    border: .1rem solid #e6e6e6;
    margin-top: 2rem;
}

.bilateral {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}




/*分页*/
.page{text-align:center;clear: both;padding:1rem 0 2rem 0;}
.page a{
    border: .1rem solid #cccccc;
    margin-left: .5rem;padding: .5rem .8rem;
    background-color:#ffffff;
    color:#ffffff;
    text-decoration:none;
    color:#333333;
    font-size: 1.2rem;
}
.cont{
	padding:10px;
	line-height:23px;
}
td{
	border-collapse:collapse;
	border-color:#999999;
}
table{border-collapse:collapse;
border-color:#999999;
}