/* wap css */
/* 通用 */
body {
    color: #000;
    font-family: 微软雅黑, microsoft yahei, 宋体, 新宋体, sans-serif;
    font-size: 12px;
    margin: 0;
    padding: 0;
}
ul,li {
    list-style: none;
    padding: 0;
    margin: 0;
}
p {
    padding: 0;
    margin: 0;
}
div.section {
    width: 100%;
}
div.container {
    width: 100%;
}
a {
    text-decoration: none;
}
section { margin-top: 30px;}
.clear { clear: both;}
.mt-100 { margin-top: 100px;}
/* header */
#header {
    height: 2.15rem;
    position: relative;
}
/*--手机站导航开始--*/
.sp_header{height:50px;overflow:hidden;background:#fff;position:fixed;z-index:10;width:100%;}
.sp_logo{padding:10px;float:left;height:50px}
.sp_logo img{margin:auto;max-height:30px;}
.sp_nav{width:50px;float:right;position:relative;cursor:pointer;height:30px;margin-top:15px}
.sp_nav span{display:block;background:#c9141e;width:30px;height:2px;position:absolute;left:10px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.sjj_nav{position:fixed;z-index:9;background:#eee;width:100%;height:calc(100% - 104px);font-size:14px;line-height:40px;top:-100%;left:0;overflow:auto;overflow-x:hidden;transition:top ease 0.35s;}
.nav_show{top:50px}
.sjj_nav>ul>li:first-child{overflow:hidden;border-top:0}
.sjj_nav>ul>li:first-child>a{float:left;width:calc(100% - 70px)}
.sjj_nav>ul>li:first-child .language{float:right;width:70px;overflow:hidden;line-height:30px;margin-top:5px}
.sjj_nav>ul>li:first-child .language a{width:35px;float:left;border-left:1px #ddd solid;text-align:center;color:#999;}
.sjj_nav ul li i{position:absolute;top:5px;right:0px;border-left:1px #ddd solid;height:30px;padding:0px 7px 0 7px;}
.sjj_nav ul li i svg{transform:rotate(-90deg);transition:all ease 0.35s}
.sjj_nav ul li .sjj_nav_i_se svg{transform:rotate(0deg)}
.sjj_nav ul li{border-top:1px #ddd solid;margin-left:20px;position:relative;line-height:40px;font-size:14px}
.sjj_nav>ul >li:last-child{border-bottom:1px #ddd solid;}
.sjj_nav ul li ul{display:none}
.sjj_nav ul li a{color:#666;width:80%}
.sjj_nav ul li ul li a{color:#999;display:block;text-align:left;}
.sjj_nav ul li i svg{width:20px;height:20px;fill:#555;}
.sjj_nav ul li .sjj_nav_i_se svg{fill:#c9141e}
.sjj_nav ul li ul li>ul{margin-left:10px}
/*--手机站导航结束 --*/
/* banner */
.banner {
    max-height: 199px;
}
.swiper-wrapper .swiper-slide img {
    width: 100%;

}

/* ============首页============= */

.standardization .title { font-size: 18px; line-height: 30px; text-align: center;}
.standardization .title_en { font-size: 16px; line-height: 22px; text-align: center;}
.standardization .title_intro { font-size: 14px; line-height: 18px; text-align: center;}
.standardization .img-list .pic1 { width: 50%; float: left; }
.standardization .img-list .pic1>img { width: 100%; max-width: 100%; min-height: 336.22px;}
.standardization .img-list .pic2 { width: 50%; float: right;}
.standardization .img-list .pic2 img { width: 100%; max-width: 100%;}
.standardization .img-list .pic3  { width: 50%; float: right;}

.standardization .img-list .pic3 img { width: 100%; max-width: 100%;}
.standardization .img-list .pic4  { width: 50%; float: left; }
.standardization .img-list .pic5 { width: 50%; float: right;}
.standardization .img-list .pic4 img,.standardization .img-list .pic5 img{ width: 100%; max-width: 100%; }
.standardization .m-clear { clear: both;}

#certify {
	position: relative;
	width: 100%;
	margin: 20px auto 0px auto;
}

#certify .swiper-container {
	padding-bottom: 0px;
}

#certify .swiper-slide {
	width: 100% !important;
	height: 300px;
	background: #fff;
	box-shadow: 0 8px 30px #ddd;
    overflow: hidden;
}
#certify  .swiper-slide img{
	display:block;
}
#certify  .swiper-slide p {
	line-height: 40px;
	padding-top: 0;
	text-align: center;
	color: #636363;
	font-size: 1.1em;
	margin: 0;
}

#certify .swiper-pagination {
	width: 100%;
	bottom: 20px;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet {
	margin: 0 5px;
	border: 3px solid #fff;
	background-color: #d5d5d5;
	width: 10px;
	height: 10px;
	opacity: 1;
}

#certify .swiper-pagination-bullets .swiper-pagination-bullet-active {
	border: 3px solid #00aadc;
	background-color: #fff;
}

#certify .swiper-button-prev {
	left: 0px;
	width: 45px;
	height: 45px;
	background: url(/template/images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#certify .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#certify .swiper-button-next {
	right: 0px;
	width: 45px;
	height: 45px;
	background: url(/template/images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#certify .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}

.service .title { font-size: 18px; line-height: 30px; text-align: center;}
.service .title_en { font-size: 16px; line-height: 22px; text-align: center;}
.service .flow-pic img { width: 100%; max-width: 100%;}

.news-title { font-size: 13px;}

.news-content img { max-width: 100%;}

/* 推荐产品 */
.tjcp-box {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #F3F3F3;
}
.tjcp-box .title span {
    font-size: 1rem;
    color: #ff7214;
}
.tjcp-box .title {
    padding-left: 15px;
}
.tjcp-box a.more {
    display: inline-block;
    float: right;
    margin-right: 25px;
    color: #999;
    font-size: 15px;
}

.cp-list ul {
    text-align: center;
}
.cp-list ul li {
    list-style: none;
    display: inline-block;
    margin-bottom: 25px;
    width: 45%;
    padding: 5px;
}
.cp-list ul li img {
    width: 100%;
}
.cp-list ul li p {
    text-align: left;
    font-size: 1rem;
    line-height: 20px;
}
.cp-list ul li a.ljyy {
    border-radius: 2px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    float: right;
    font-size: .9rem;
    height: 25px;
    line-height: 25px;
    max-width: 150px;
    min-width: 75px;
    overflow: hidden;
    padding: 0 0.25rem;
    text-align: center;
    text-overflow: ellipsis;
    background-color: #ff7214;
}


div.form {
    padding: 15px;
}
div.form label {
    font-size: 15px;
}
.zxbd input[type='text'],.zxbd select,.zxbd textarea {
    background: #f6f6f6;
    width: 100%;
    height: 45px;
    line-height: 20px;
    border: none;
    outline: none;
    margin: 10px 0px;
    text-indent: 2em;
}
.zxbd textarea {
    height: 90px;
}
div.submit a {
    width: 100%;
    color: #f6f6f6;
    background-color: #ff7214;
    height: 50px;
    display: block;
    text-align: center;
    border-radius: 2px;
    line-height: 50px;
    font-size: 17.2px;
}

/* footer */
.footer {
    background-color: #f5f5f5;
    padding: 25px 0;
    text-align: center;
    color: #999999;
    font-size: 13px;
    line-height: 18px;
}

/* about 关于我们 */
.about-content,.news-content {
    padding: 15px;
    line-height: 20px;
    font-size: 16px;
}

/* 产品中心 */
.product-content img {
    max-width: 100%;
}

/* 新闻动态 */
.news-list ul li {
    padding-bottom: 5px;
}
.news-list ul li a {
    font-size: 16px;
    line-height: 30px;
}
.article-title { text-align: center; font-weight: bold; font-size: 16;}