* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
    max-width: 420px;
    background: url(../images/bg.png) top center no-repeat;
    margin: auto !important;
    width: 100%;
    padding: 0 20px;
    position: relative;
    background-size: cover;
    padding-bottom: 80px;
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    overflow: hidden;
    clear: both;
}

.banner img {
    width: 100%;
}

.head {
    width: 100%;
    overflow: hidden;
    height: 60px;
    line-height: 60px;
}

.navbutton {
    float: right;
    width: 10%;
    cursor: pointer;
}

.navbutton img {
    width: 100%;
}

.logo {
    float: left;
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.nav {
    width: 100%;
    overflow: hidden;
    background: rgba(33, 98, 181, 0.7);
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 999;
    display: none;
}

.nav a {
    display: block;
    width: 100%;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding-left: 15px;
    font-size: 15px;
    color: #fff;
}

.link {
    width: 100%;
    overflow: hidden;
    background: #fff;
    padding: 10px 5px;
}

.link a {
    width: 25%;
    float: left;
    height: 40px;
    line-height: 40px;
    display: block;
}

.link_pic {
    float: left;
    width: 15px;
    margin-right: 2px;
}

.link_pic img {
    width: 100%;
}

.link_name {
    float: left;
    font-size: 12px;
	color:#000;
}

.about {
    width: 100%;
    padding: 0 5px;
    background: #fff;
}

.title {
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: url(../images/titlebg.png) center no-repeat;
    padding: 0 5px;
    border-radius: 5px;
}

.title span {
    float: left;
    font-size: 16px;
    color: #fff;
    font-weight: bold;
}

.title a {
    float: right;
    font-size: 12px;
    color: #fff;
}

.abouts {
    padding: 5px;
    font-size: 14px;
    color: #000000;
    line-height: 1.5;
}

.product {
    width: 100%;
    padding: 0 5px;
    background: #fff;
}

.products {
    overflow: hidden;
}

.products a {
    display: block;
    width: 49%;
    margin-right: 2%;
    margin-top: 15px;
    text-align: center;
    float: left;
}

.products a:nth-child(2n) {
    margin-right: 0;
}

.products a img {
    width: 100%;
}

.products a p {
    font-size: 14px;
    color: #000;
    margin-top: 10px;
}

.new {
    width: 100%;
    padding: 15px 0 0;
    background: #fff;
}

.new .title {
    width: calc(100% - 10px);
    margin: auto;
}

.nw {
    width: 100%;
    overflow: hidden;
    padding: 15px 10px;
    border-bottom: 1px solid #dddddd;
}

.newdate {
    float: left;
    text-align: center;
    width: 25%;
}

.newday {
    font-size: 24px;
    color: #0962c5;
    font-weight: bold;
    padding-top: 5px;
}

.newtime {
    font-size: 15px;
    color: #0962c5;
}

.newintro {
    width: 73%;
    float: right;
}

.newtitle {
    font-size: 14px;
    color: #303030;
}

.newcon {
    font-size: 12px;
    color: #303030;
    margin-top: 5px;
}

.nw:hover {
    background: #2162b5;
}

.nw:hover .newday,
.nw:hover .newtime,
.nw:hover .newtitle,
.nw:hover .newcon {
    color: #fff;
}

.copy {
    width: 100%;
    height: 70px;
    background: url(../images/image_06.jpg) center no-repeat;
    background-size: 100%;
    line-height: 70px;
    font-size: 14px;
    color: #414141;
    text-align: center;
}

.foot {
    width: 100%;
    height: 60px;
    background: url(../images/fbg.png) center no-repeat;
    position: absolute;
    left: 0;
    bottom: 0;
    background-size: 100%;
    text-align: center;
    line-height: 60px;
}

.ficon {
    width: calc(100%/3);
    float: left;
    border-right: 1px solid #000;
}

.ficon a {
    font-size: 16px;
    color: #000;
    font-weight: bold;
}

.ficon:last-child {
    border-right: none;
}

.ficon img {
    width: 30px;
    margin-right: 5px;
}

.dmprotitles {
    font-size: 18px;
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #ccc;
}

.container {
    max-width: 380px;
    margin: auto;
	background:#fff;
}

.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.dmmain1 {
    padding-top: 20px;
    padding-bottom: 20px;
}

.dmmain1 img{
	width:100%;
}

.dmnewsde {
    overflow: hidden;
    line-height: 32px;
    font-size: 12px;
    border-bottom: 1px dashed #ccc;
    margin-bottom: 5px;
}

.left {
    float: left;
}

.left>a {
    color: #333;
}

.right {
    float: right;
    text-align: right;
}

.dmmainstitles {
    text-align: center;
    font-size: 18px;
    line-height: 30px;
    color: #F39F39;
    font-weight: bold;
}

.dmmain1row {
    margin-left: -15px;
    margin-right: -15px;
    margin: 0px;
}

.dmmain1s {
    padding-left: 10px;
    padding-right: 10px;
    margin: 10px 0px;
}

.col-xs-6 {
    width: 50%;
}

.dmm1img {
    text-align: center;
}

.dmm1img img {
    max-width: 100% !important;
    max-width: 100%;
}

.dmm1de {
    line-height: 24px;
    font-size: 12px;
    color: #777777;
    padding: 4px 10px;
}

.dmm1detitle {
    font-size: 14px;
    color: #333;
    text-align: center;
}

.news_title {
    margin: 5px 0;
    padding: 0;
    text-align: center;
    font-size: 16px;
}

.fenright {
    float: right;
    border-radius: 10px;
    line-height: 2;
    border: 1px solid #ccc;
    width: 20%;
    height: 40px;
    text-align: center;
    margin-top: 1%;
    cursor: pointer;
}


/*.navs{

    position: absolute;
    top: 98%;
    right: 0;
     display: none; 
    width: 47%;
       
}
.navs>ul{
    margin-bottom: 0;
    font-size: 0;
    width: 100%;
     background-color: #f5f5f5;
}
.navs>ul>li{
    font-size: 16px;
}
.navs>ul>li>a{
    display: block;
    text-align: center;
    color: #333;
    font-size: 14px;
    line-height: 51px;
    padding: 0 15px;
    border-bottom: 1px solid #ccc;
    width: 95%;
    margin: auto;
}
.navs>ul>li>a:hover{
    background: #FFC458;
    color: #fff;
}
*/

.dmmain1row img {
    width: 262px;
}

.listpro .content {
    margin-top: 0;
    padding-top: 0.45rem;
    background: #ffffff;
    padding-bottom: 0.68rem;
    margin: 0.2rem 0;
    border: 1px solid #e4e4e4;
}

.listpro .pro_card_wrap {
    padding-bottom: 0.29rem;
}

.pro_card_wrap {
    overflow: hidden;
    padding: 0.4rem;
    padding-top: 0;
}

.pro_card:nth-of-type(2n+1) {
    margin-right: 0.52rem;
}

.pro_card {
    float: left;
    background: #ffffff;
    width: 49%;
    margin-bottom: 1.38rem;
}

.pro_card .con {
    border: 1px solid #ebebeb;
    border-bottom: transparent;
}

.pro_card p {
    font-size: 14px;
    color: #333;
    vertical-align: middle;
    text-align: center;
    display: table-cell;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 1rem 0;
}

.pro_card .pic {
    border-top: 1px solid #ebebeb;
    overflow: hidden;
}

.pro_card>a {
    background: #1057a0;
    color: #ffffff;
    font-size: 14px;
    text-align: center;
    line-height: 1.4rem;
    display: block;
}

.pro_card .pic img {
    width: 100%;
    height: 110px;
}

.product_detail .content {
    margin-top: 0;
    margin: 0.2rem 0;
    border: 1px solid #e4e4e4;
}

.product_detail .msg {
    padding: 0px 1rem;
    background: #ffffff;
    padding-top: 1.57rem;
}

.product_detail .msg .pic {
    border: 1px solid #e6e6e6;
}

.product_detail .msg h1 {
    font-size: 1.5rem;
    color: #333333;
    font-weight: bold;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.product_detail .msg p {
    font-size: 0.2rem;
    color: #666666;
    line-height: 1.56rem;
    text-align: justify;
}

.product_detail .msg .labels {
    border-top: 1px dashed #cacaca;
    margin-top: 0.19rem;
    padding-top: 0.83rem;
    overflow: hidden;
    margin-bottom: 0.23rem;
}

.product_detail .msg .labels p {
    font-size: 0.84rem;
    margin-bottom: 0.85rem;
}

.product_detail .msg .labels span {
    border: 1px solid #bebebe;
    font-size: 0.188rem;
    color: #999999;
    line-height: 1.51rem;
    float: left;
    padding: 0 0.85rem 0 1.14rem;
    display: inline-block;
    margin-right: 1.16rem;
    margin-bottom: 0.64rem;
}


/*.product_detail .msg .labels span:before {
    content: '\e6d2';
    font-family: iconfont;
    margin-right: 0.1rem;
}*/

.pic img {
    width: 100%;
}

.product_detail .tab ul {
    overflow: hidden;
}

.product_detail .tab li {
    font-size: 1.257rem;
    color: #333;
    background: #f0f0f0;
    width: 20%;
    float: left;
    line-height: 2.75rem;
    text-align: center;
    border-right: 1px solid #e5e5e5;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}

.product_detail .tab li.on {
    background: #ffffff;
}

.product_detail .tab li.on:before {
    content: '';
    position: absolute;
    width: 1005px;
    height: 0.09rem;
    background: #cfcfcf;
    top: 0;
    left: 0;
}

.product_detail .tab_content .swiper-slide {
    padding: 0 0.8rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.product_detail .tab_content {
    background: #ffffff;
    padding-top: 0.33rem;
    padding-bottom: 0.8rem;
}

.youjai {
    overflow: hidden;
}

.fellei {
    float: left;
    width: 20%;
}

.fellei ul li a {
    display: block;
    background: #f1f1f1;
    font-size: 12px;
    color: #464646;
    border-bottom: 1px solid #dfdfdf;
    line-height: 40px;
    font-weight: normal;
    text-align: center;
}

.dmmain1rowpg {
    width: 100%!important;
    float: right;
}

.fixed {
    position: fixed;
    left: 0;
    z-index: 100;
    top: 11%;
}

.dropdown {
    position: relative;
}

.dropdown>p {
    line-height: 2.75rem;
    color: #ffffff;
    background: #1057a0;
    padding-left: 0.99rem;
    margin: 0;
    cursor: pointer;
}

.dropdown>p>span {
    display: inline-block;
}

.dropdown>p i {
    margin-left: 9px;
}

.dropdown .level2 {
    position: absolute;
    left: 0;
    top: 3rem;
    width: 34%;
    background: #fff;
    min-height: 13rem;
    z-index: 10;
    display: none;
    cursor: pointer;
}

.dropdown .level2 a {
    height: 2.3rem;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 2.3rem;
    border-bottom: 1px solid #dddddd;
    color: #666;
    overflow: hidden;
    padding-left: 1rem;
    display: block;
}