body,
ul,
ol,
li,
p,
h1,
h2,
h3,
h4,
h5,
h6,
form,
fieldset,
table,
td,
img,
div,
dl,
dt,
dd,
input {
    margin: 0;
    padding: 0;
}

* {
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    -webkit-tap-highlight-color: transparent;
}

body,
html {
    font-size: 12px;
    background: #fafafa;
    width: 100%;
    height: 100%;
    font-family: Arial, Helvetica, sans-serif;
}

img {
    border: none;
    display: inline-block;
}

li {
    list-style: none;
}

input,
select,
textarea {
    outline: none;
    border: none/*-webkit-appearance: none;*/
}

input::-webkit-input-placeholder {
    color: #9c9c9c;
    font-size: 0.14rem;
}

input:-moz-placeholder {
    color: #9c9c9c;
    font-size: 0.14rem;
}

input::-moz-placeholder {
    color: #9c9c9c;
    font-size: 0.14rem;
}

input:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 0.14rem;
}

textarea {
    resize: none;
}

a {
    text-decoration: none;
    color: #333
}

i,
em,
strong,
b,
h1,
h2,
h3,
h4,
h5 {
    font-style: normal;
    font-weight: normal;
}

img {
    width: 100%
}

.main {
    width: 95%;
    margin: 0px 2.5%;
}

.index_top {
    width: 100%;
    padding: 0px 2%;
    background: #fff;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: .9rem;
    position: fixed;
    top: 0px;
    z-index: 6
}

.index_top p img {
    width: 3rem;
}

.index_top span img {
    width: .5rem;
    margin-right: 20px;
}

.index_top p.fr_search {
    float: right;
    margin: 0px;
    margin-right: .4rem;
    display: none;
}

.index_top p.fr_search img {
    width: .25rem;
}

.drawer-toggle img {
    width: .25rem;
    margin-right: 20px;
}

.page_search {
    margin-right: 0px;
}

.mask {
    width: calc(100% - 5rem);
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9999;
    overflow: hidden;
}

.mask_nav {
    height: 100%;
    display: none;
    position: fixed;
    right: 0px;
    top: 0px;
    width: 5rem;
    z-index: 999;
    background: #0070be;
}

.nav {
    position: relative;
    overflow: scroll;
    width: 100%;
    height: 100%;
}

.mui-fullscreen {
    background: #fff
}


/* nav{ padding-top: 0.15rem; height: .9rem} */

.mask {
    width: calc(100% - 5rem);
    height: 100%;
    background: rgba(0, 0, 0, .3);
    position: fixed;
    top: 0px;
    left: 0px;
    display: none;
    z-index: 9999;
    overflow: hidden;
}

.mask_nav {
    height: 100%;
    /* display: none;  */
    position: fixed;
    right: 0px;
    top: 0px;
    width: 5rem;
    z-index: 999;
    background: #0070be;
}

.nav_con {
    position: relative;
    overflow: scroll;
    width: 100%;
    height: 100%;
}

.nav_con a {
    width: 100%;
    line-height: .3rem;
    color: #fff;
    font-size: .2rem;
}

.nav_con>ul>li {
    color: white;
    width: 100%;
    line-height: .7rem;
    border-bottom: 1px solid #008CEA;
    cursor: pointer;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    position: relative;
}

.nav_con>ul>li>a {
    width: 100%;
    float: left;
    display: inline-block;
    line-height: .7rem;
    font-size: .32rem;
    float: left;
    text-indent: .5rem;
}

.nav_con>ul>li.open>a {
    background: #144798;
}

.nav_con ul li dl {
    display: none;
    font-size: 0.24rem;
    width: 100%;
    float: left;
}

.nav_con ul li>dl>dd>a {
    font-size: .28rem;
    border-bottom: 1px dashed #64b0ff;
    width: 100%;
    display: inline-block;
    text-indent: .7rem;
    height: .45rem;
}

.nav_con ul li>dl>dd>ol {
    display: none;
}

.nav_con ul li>dl>dd>ol>li>a {
    text-indent: .9rem;
    width: 100%;
    display: inline-block;
    border-bottom: 1px dashed #008CEA;
    height: .45rem;
}

.nav_con ul li dl dd:last-child a {
    border-bottom: none;
}


/*banner切换*/

.banner {
    width: 100%;
    position: relative;
    font-size: 0;
    margin-top: .9rem;
    height: 3.1rem;
    overflow: hidden;
}

.b-img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.b-img a,
.b-img a img {
    display: block;
    float: left;
    width: 100%
}

.b-list {
    height: .1rem;
    position: absolute;
    z-index: 4;
    left: calc((100% - 100px)/2);
    bottom: .1rem;
    width: 100px
}

.b-list span {
    display: block;
    cursor: pointer;
    width: .1rem;
    height: .1rem;
    float: left;
    margin: 0 5px;
    background: #fff;
    border-radius: .1rem;
}

.b-list .spcss {
    background: #fff;
    width: .6rem;
}

.index {
    width: 100%;
    float: left;
}

.index1 {
    background: #fff;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ececec;
}

.index_tit {
    width: 100%;
    float: left;
    text-align: center;
}

.index_tit h1 {
    font-weight: normal;
    font-size: .4rem;
    margin-top: -.5rem;
	text-transform: uppercase;
}

.index_tit b {
    font-weight: bold;
}

.index_tit p {
    margin-top: .4rem;
    font-size: .6rem;
    color: #666666;
    opacity: 0.1;
    text-transform: uppercase;
    background: transparent;
}

.index_tit span {
    width: 100%;
    height: 1px;
    background: #d0d0d0;
    display: inline-block;
    position: relative;
    top: -.2rem;
}

.index_tit span::before {
    position: absolute;
    content: "";
    background: #0c5aaa;
    width: 1.4rem;
    margin-left: -.7rem;
    height: 3px;
    top: -1px;
}

.bus_style {
    width: 100%;
}

.bus_style ul {
    float: left;
    width: 100%;
}

.bus_style ul li {
    float: left;
    margin-right: .1rem;
    margin-bottom: 30px;
    background: #fff;
    text-align: center;
    width: 3.5rem;
    height: 4rem;
}

.bus_style ul li:nth-child(2n) {
    margin-right: 0px;
    float: right;
}

.bus_style ul li a {
    display: inline-block;
    width: 100%;
    text-align: center;
}

.bus_style ul li img {
    width: calc(100% - .02rem);
    display: inline-block;
    border: solid 1px #e3e3e3;
    float: left;
}

.bus_style ul li b {
    width: 100%;
    text-align: center;
    display: inline-block;
    line-height: .6rem;
    /* width: 274px; */
    height: .6rem;
    background-color: #2d3a4e;
    color: #fff;
}

.bus_style ul li:hover img {
    border: 1px solid #2482e3;
}

.bus_style ul li:hover b {
    background-color: #0c5aaa;
}

.bus_style p a {
    width: 5rem;
    text-align: center;
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
    border-radius: 32px;
    margin: 0px calc((100% - 5rem)/2);
    border: solid 2px #0c5dac;
    color: #0c5dac;
    font-size: .28rem;
}

.index2 {
    background: #fff;
    margin-top: .1rem;
    padding-bottom: .5rem;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

.index2_con_tit {
    width: 100%;
    float: left;
    background-color: #0c5aaa;
}

.index2_con_tit ul {
    width: 96%;
    margin: 0px 2%;
    background-color: #0c5aaa;
    float: left;
    padding: .2rem 0px;
}

.index2_con_tit ul li {
    width: 3.3rem;
    float: left;
    line-height: .75rem;
    padding: .1rem 0px;
    text-align: center;
}

.index2_con_tit ul li:nth-child(2n) {
    float: right;
}

.index2_con_tit ul li a {
    width: 100%;
    height: .75rem;
    line-height: .75rem;
    float: left;
    display: inline-block;
    color: #fff;
}

.index2_con_tit ul li:hover a,
.index2_con_tit ul li.hover a {
    background: url(../image/index2_con_tit.png) center center no-repeat;
    background-size: 100%;
}

.index2_con_tit p {
    width: 100%;
    height: 86px;
    float: left;
    background: #0a4d91;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.index2_con_tit p a {
    width: 136px;
    height: 36px;
    line-height: 36px;
    display: inline-block;
    /* background-color: #2d3a4e; */
    border-radius: 18px;
    border: solid 1px #ffffff;
    color: #fff;
}

.index2_con_tit p a:hover {
    background: #00a54f;
}

.index2_con_bot {
    width: calc(100% - .4rem);
    background-color: #ffffff;
    box-shadow: 3px 3px 14px 0px rgba(0, 0, 0, 0.07);
    border-radius: 3px;
    float: left;
    overflow: hidden;
    border: 1px solid #ebebeb;
    margin-top: .2rem;
    padding: .2rem
}

.index2_botcon {
    display: none;
}

.index2_botcon:first-child {
    display: block;
}

.index2_con_bot dl {
    width: 100%;
    float: left;
}

.index2_con_bot dl dt {
    width: 100%;
    float: left;
    margin-right: 30px;
}

.index2_con_bot dl dt img {
    width: 100%;
}

.index2_con_bot dl dd {
    width: 100%;
    float: left;
    display: flex;
    flex-direction: column;
}

.index2_con_bot dl dd p {
    font-size: .4rem;
    text-align: center;
    color: #333;
    padding-top: .15rem;
    padding-bottom: .1rem;
    width: 100%;
}

.index2_con_bot dl dd span {
    font-size: 14px;
    color: #666;
    line-height: .44rem;
    margin-bottom: .3rem;
}

.index2_con_bot dl dd i {
    display: table;
    margin: 0px auto;
}

.index2_con_bot dl dd i a {
    width: 2.5rem;
    height: .75rem;
    line-height: .75rem;
    text-align: center;
    margin-right: 20px;
    display: inline-block;
    color: #fff;
    background-color: #0a4d91;
    border-radius: 2px;
}

.index2_con_bot dl dd i a:last-child {
    background-color: #00a54f;
}

.index2_con_bot dl dd i a:last-child:hover {
    background-color: #0a4d91;
}

.index2_con_bot dl dd i a:first-child:hover {
    background-color: #00a54f;
}

.index4 {
    background: #fff;
    margin-top: .1rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

.index_parent {
    width: 100%;
    float: left;
}

.index_parent ul li {
    width: 2.2rem;
    height: 1.2rem;
    line-height: 1.2rem;
    text-align: center;
    float: left;
    margin-right: .15rem;
    margin-bottom: .2rem;
    /* background-color: #ffffff; */
    border: solid 1px #dfdfdf;
}

.index_parent ul li a {
    width: 100%;
    display: inline-block;
    float: left;
}

.index_parent ul li img {
    width: 100%;
    float: left;
    vertical-align: middle;
}

.index_parent ul li:nth-child(3n) {
    margin-right: 0px;
}

.index_parent ul li:hover {
    border: 1px solid #0c5aaa;
}

.index3 {
    background: #fff;
    margin-top: .1rem;
    padding-bottom: .3rem;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    height: 6.6rem;
}

.index6 {
    width: 100%;
    float: left;
    padding-bottom: .3rem;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
}

.index6 img {
    width: 100%;
}

.index5 {
    background: #f7f7f7;
    padding-top: .3rem;
}

.index1_con {
    width: 100%;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    top: 10px;
}

.index1_con p {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 4rem;
    z-index: 2;
}

.index1_con p img {
    width: 100%;
}

.index1_con ul {
    position: absolute;
    left: 3.5rem;
    top: 6px;
    z-index: 1;
}

.index1_con ul li {
    width: 3.6rem;
    height: .65rem;
    line-height: .65rem;
    background-color: #00a54f;
    border-radius: .32rem;
    margin-bottom: .1rem;
    text-indent: 30px;
}

.index1_con ul li:nth-child(2n) {
    background-color: #0a4d91;
}

.index1_con ul li a {
    color: #fff;
    font-size:12px;
}

.index_con .index_l {
    float: left;
    width: 100%;
}

.index_con .index_l p.icon {
    width: .7rem;
    height: 2.3rem;
    float: left;
    text-align: center;
    color: #fff;
    line-height: 1.2rem;
    font-size: .46rem;
    margin-right: .05rem;
    background: url(../image/index_tit1.png) center center no-repeat;
    background-size: 100%;
}

.index_con .index_l dl {
    width: calc(100% - .9rem);
    float: left;
    padding-bottom: .2rem;
}

.index_con .index_l dl dt,
.index_con .index_l dl dd {
    width: 100%;
    float: left;
    font-size: .3rem;
    color: #074d95;
}

.index_con .index_l dl dt {
    /* padding-bottom: .2rem; */
    padding: .4rem 0px .05rem;
    line-height: .5rem;
}

.index_con .index_l dl dd p {
    float: left;
    width: 100%;
    font-size: .2rem;
    color: #666;
}

.index_con .index_l dl dd p span {
    width: 100%;
    float: left;
    line-height: .46rem;
    display: inline-block;
}

.index_con .index_l dl dd p span i {
    color: #074d95;
}

.index_con .index_r {
    float: left;
    width: 100%;
}

.index_con .index_r img {
    width: 100%;
}

.index4_top {
    width: 100%;
    float: left;
    /* margin-top: 10px; */
}

.index4_top p {
    float: left;
    width: 100%;
}

.index4_top dl {
    width: 100%;
    float: left;
}

.index4_top dl dt p {
    width: 100%;
    float: left;
    font-size: .3rem;
    line-height: .6rem;
    font-weight: normal;
    padding-top: .2rem;
}

.index4_top dl dt b {
    width: 100%;
    float: left;
    font-size: 18px;
    font-weight: normal;
    position: relative;
}

.index4_top dl dt b::after {
    content: "";
    position: absolute;
    width: 1rem;
    height: 6px;
    background-color: #0c5aaa;
    left: 0px;
    top: .6rem;
    border-radius: 5px;
}

.index4_top dl dt i {
    width: 100%;
    float: left;
    font-size: 14px;
    padding-top: .5rem;
    padding-bottom: .1rem;
    line-height: .4rem;
    color: #666;
}

.index4_top dl dd {
    width: 100%;
    float: left;
    margin-top: .3rem;
}

.index4_top dl dd a {
    width: 5rem;
    text-align: center;
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
    border-radius: 32px;
    margin: 0px calc((100% - 5rem)/2);
    border: solid 2px #0c5dac;
    color: #0c5dac;
    font-size: .28rem;
}

.index4_top dl dd a:hover {
    background: #0c5aaa;
    color: #fff;
}

.Box_con2 {
    width: 100%;
    float: left;
    padding-bottom: .3rem;
}

.Box_con2 .conbox ul li {
    width: 3.4rem;
    /* height: 5rem; */
    line-height: 300px;
    float: left;
    text-align: center;
    margin-right: .1rem;
    margin-bottom: .2rem;
    /* border: solid 1px #e0e0e0; */
}

.Box_con2 .conbox ul li:nth-child(2n) {
    float: right;
}

.Box_con2 .conbox ul li a {
    width: calc(100% - 2px);
    height: calc(100% - 2px);
    float: left;
    display: inline-block;
    border: solid 1px #e0e0e0;
}

.Box_con2 .conbox ul li b {
    width: 100%;
    height: .6rem;
    line-height: .6rem;
    display: inline-block;
    float: left;
    background-color: #e8e8e8;
}

.Box_con2 .conbox ul li img {
    width: 90%;
    margin: .2rem 5%;
    float: left;
}

.Box_con2 .conbox ul li:hover a {
    border: solid 1px #0c5aaa;
}

.Box_con2 p a {
    width: 5rem;
    text-align: center;
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
    border-radius: 32px;
    margin: 0px calc((100% - 5rem)/2);
    border: solid 2px #0c5dac;
    color: #0c5dac;
    font-size: .28rem;
}

.index7 {
    width: 100%;
    float: left;
    padding-bottom: .3rem;
    border-bottom: 1px solid #ececec;
    border-top: 1px solid #ececec;
    margin-top: .1rem;
    background: #fff;
}

.news {
    width: 100%;
    float: left;
    margin-top: .1rem;
    background: #fff;
    border-top: 0.01rem solid #e9e9e9;
    border-bottom: 0.01rem solid #e9e9e9;
}

.news_l {
    width: 96%;
    padding: 0px 2%;
    float: left;
    padding-top: .2rem;
}

.news_l_t {
    padding: .15rem 0px;
    display: table;
    margin: 0px auto;
}

.news_l_t li {
    float: left;
    font-size: .22rem;
    color: #666;
    cursor: pointer;
    height: .54rem;
    line-height: .54rem;
    width: 2.8rem;
    text-align: center;
    border-radius: .25rem;
    border: solid 1px #d3d3d3;
    margin-right: .1rem;
}

.news_l_t li.hover {
    color: #fff;
    background: #0c5aaa;
    border: solid 1px #0c5aaa;
}

.news_l_con {
    height: 4.5rem;
    overflow: hidden;
    width: 98%;
    float: left;
    margin-top: 10px;
}

.news_lcon dl {
    width: 100%;
    color: #666666;
    float: left;
}

.news_lcon dl dt {
    width: 100%;
    float: left
}

.news_lcon dl dt img {
    float: left
}

.news_lcon dl dd {
    width: 280px;
    float: left;
    padding-top: 0px;
}

.news_lcon dl dd p a {
    font-size: 18px;
    color: #0c5aaa
}

.news_lcon dl dd span {
    width: 100%;
    float: left;
    font-size: 12px;
    color: #666;
    line-height: 0.34rem;
}

.news_lcon dl dd b {
    font-size: 0.14rem;
    color: #666;
    line-height: 0.24rem;
    float: left;
}

.news_lcon ul {
    width: 100%;
    float: left;
    padding-top: .1rem;
}

.news_lcon ul li {
    height: .6rem;
    line-height: .6rem;
    width: 100%;
    float: left;
    border-bottom: 1px dashed #d2d2d2
}

.news_lcon ul li a {
    width: 100%;
    float: left;
}

.news_lcon ul li b {
    float: left;
    position: relative;
    width: calc(100% - 2rem);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.news_lcon ul li b:after {
    position: absolute;
    left: 0px;
    top: .25rem;
    content: "";
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background: #0c5aaa
}

.news_lcon ul li a {
    color: #666;
    text-indent: .2rem;
}

.news_lcon ul li a:hover b:after {
    position: absolute;
    left: 0px;
    top: 18px;
    content: "";
    width: .06rem;
    height: .06rem;
    border-radius: 50%;
    background: #0c5aaa;
}

.news_lcon ul li a:hover {
    color: #0c5aaa
}

.news_lcon ul li span {
    float: right;
}

.news_con p {
    width: 100%;
    margin-top: .2rem;
    margin-bottom: .5rem;
    float: left;
}

.news_con p a {
    width: 5rem;
    text-align: center;
    display: inline-block;
    height: .8rem;
    line-height: .8rem;
    border-radius: 32px;
    margin-left: calc((100% - 5rem)/2);
    border: solid 2px #0c5dac;
    color: #0c5dac;
    font-size: .28rem;
}


/*首页--icon*/

.indexicon_index {
    height: 1.2rem;
    line-height: 20px;
    background: transparent;
    width: 100%;
    float: left;
    bottom: 0px;
    z-index: 9;
    position: relative;
}

.indexicon_index p {
    width: 100%;
    display: inline-block;
    background: #363a3f;
    float: left;
    text-align: center;
    border-top: 0.01rem solid #686b6e;
    height: .3rem;
    line-height: .3rem;
    color: #fff;
    position: fixed;
    bottom: 0px
}

.index_icon{background: #363a3f;width: 100%; float: left;bottom: 0px;z-index: 999; position: relative;}
.index_icon ul{height: 65px;background: #363a3f;width: 100%; float: left;position: fixed; bottom: 0px;}
.index_icon ul li { float: left;width:25%; text-align: center;padding-top:8px;height: 30px}
.index_icon ul li:last-child{border:none;}
.index_icon ul li img{width: .5rem;}
.index_icon ul li span {width: 100%; display: inline-block; font-size: 12px; color: #ededed;float: left;}

.page_content {
    width: 100%;
    float: left;
    padding-bottom: .5rem;
    background-color: #FFFFFF;
}

.page_nav {
    width: 95%;
    float: left;
    line-height: 40px;
    height: 40px;
    padding: 0px 2.5%;
    border-bottom: 0.01rem solid #d2d2d2;
    font-size: 14px;
    color: #666;
}

.page_nav a {
    color: #666;
    padding: 0px .05rem;
}

.aboutcon{
    width: 95%;
    padding: 0px 2.5%;
    float: left;
	font-size:14px;
	line-height:24px;
	padding-top:5px;
	color:#666666;
}
.aboutcon p{
    width: 100%;
    padding:0.1rem 0px .4rem 0px;
    float:left;
    font-size:14px;
    line-height:24px;
    color: #666;
}

.contactcon {
    width: 95%;
    padding: 0rem 2.5%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
    padding-top: 5px;
}

.downloadcon {
    width: 95%;
    padding: .2rem 2.5%;
    float: left;
}

.downloadcon ul li {
    width: 100%;
    height: 32px;
    line-height: 32px;
    float: left;
    background: #efefef;
    margin-bottom: 10px;
    cursor: pointer;
}

.downloadcon ul li p {
    position: relative;
    text-indent: 10px;
    width: 70%;
    overflow: hidden;
    float: left;
    color: #707070;
}

.downloadcon ul li p:before {
    position: absolute;
    left: -.15rem;
    content: '·';
    top: 0px;
    font-size: 20px;
    color: #666;
}

.downloadcon ul li span {
    float: right;
}

.downloadcon ul li span a {
    width: 1.5rem;
    height: 32px;
    float: left;
    background: #0c5aaa;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 12px;
    text-transform: uppercase
}

.downloadcon ul li:Hover span a {
    width: 1.5rem;
    height: 32px;
    background: #009B6C;
    line-height: 32px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 12px;
}

.downloadcon ul li:Hover p {
    color: #d81012
}

.downloadcon ul li.hover {
    color: #009B6C
}

.factorycon {
    width: 95%;
    padding: 0rem 2.5%;
    float: left;
}

.factorycon ul {
    width: 100%;
    float: left;
    margin-top: .25rem;
}

.factorycon ul li {
    float: left;
    width: calc(50% - .1rem);
    margin-right: .1rem;
    /*border:0.01rem solid #d6d6d6;*/
    text-align: center;
    cursor: pointer;
}

.factorycon ul li a {
    width: 100%;
    display: inline-block
}

.factorycon ul li img {
    width: calc(100% - .1rem);
    padding: 0.05rem;
    border: 0.01rem solid #d6d6d6;
    float: left;
}

.factorycon ul li b {
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #666666
}

.factorycon ul li:nth-child(2n) {
    margin-right: 0px;
    float: right;
}

.factorycon ul li:hover a img,
.factorycon ul li.hover a img {
    border: 0.01rem solid #0c5aaa
}

.factorycon ul li:hover a b,
.factorycon ul li.hover a b {
    color: #0c5aaa
}

.honorcon {
    width: 95%;
    padding: 0rem 2.5%;
    float: left;
}

.honorcon ul {
    width: 100%;
    float: left;
    margin-top: .25rem;
}

.honorcon ul li {
    float: left;
    width: calc(50% - .1rem);
    margin-right: .1rem;
    /*border:0.01rem solid #d6d6d6;*/
    text-align: center;
    cursor: pointer;
}

.honorcon ul li a {
    width: 100%;
    display: inline-block
}

.honorcon ul li img {
    width: calc(100% - .1rem);
    padding: 0.05rem;
    border: 0.01rem solid #d6d6d6;
    float: left;
    /* height:250px; */
}

.honorcon ul li b {
    width: 100%;
    line-height: 50px;
    font-size: 14px;
    color: #666666
}

.honorcon ul li:nth-child(2n) {
    margin-right: 0px;
    float: right;
}

.honorcon ul li:hover a img,
.factorycon ul li.hover a img {
    border: 0.01rem solid #0c5aaa
}

.honorcon ul li:hover a b,
.factorycon ul li.hover a b {
    color: #0c5aaa
}
.partnercon{
    width: 95%;
    padding: 0rem 2.5%;
    float: left;
}
.partnercon ul{
    width: 100%;
    float: left;
    margin-top:.25rem;
}
.partnercon ul li {
    float: left;
    width:calc(50% - .1rem);
    margin-right: .1rem;
   
    /*border:0.01rem solid #d6d6d6;*/
    text-align: center;
    cursor: pointer;
}
.partnercon ul li a{
    width:100%;
    display: inline-block;
	padding-bottom:10px;
}
.partnercon ul li img{
    width:calc(100% - .1rem);
    padding:0.05rem;
    border:0.01rem solid #d6d6d6;
    float: left;
	height:80px;
}
.partnercon ul li b{
    width: 100%;
    font-size:14px;
    color: #666666
}
.partnercon ul li:nth-child(2n){
    margin-right: 0px;
    float: right;
}
.partnercon ul li:hover a img,.factorycon ul li.hover a img{
    border: 0.01rem solid #0c5aaa
}

.partnercon ul li:hover a b,.factorycon ul li.hover a b{
    color: #0c5aaa
}
.casecon{
    width: 95%;
    padding: 0rem 2.5%;
    float: left;
}
.casecon ul{
    width: 100%;
    float: left;
    margin-top:.25rem;
}
.casecon ul li {
    float: left;
    width:calc(50% - .1rem);
    margin-right: .1rem;
   
    /*border:0.01rem solid #d6d6d6;*/
    text-align: center;
    cursor: pointer;
}
.casecon ul li a{
    width:100%;
    display: inline-block;
	padding-bottom:10px;
}
.casecon ul li img{
    width:calc(100% - .1rem);
    padding:0.05rem;
    border:0.01rem solid #d6d6d6;
    float: left;
	height:150px;
}
.casecon ul li b{
    width: 100%;
    font-size:14px;
    color: #666666
}
.casecon ul li:nth-child(2n){
    margin-right: 0px;
    float: right;
}
.casecon ul li:hover a img,.factorycon ul li.hover a img{
    border: 0.01rem solid #0c5aaa
}

.casecon ul li:hover a b,.factorycon ul li.hover a b{
    color: #0c5aaa
}
.pages {
    display: table;
    margin: auto;
    padding-top: .6rem;
}

.pages li {
    float: left;
}

.pages li a {
    height: .4rem;
    padding: 0px 10px;
    line-height: .4rem;
    background: #fff;
    border: 1px solid #dbdbdb;
    color: #666;
    display: inline-block;
    margin-right: 10px;
    color: #666;
    text-align: center;
}

.pages li a:hover {
    height: .4rem;
    line-height: .4rem;
    background: #0c5aaa;
    border: 1px solid #0c5aaa;
    color: #fff;
    text-align: center;
}

.pages li.active a {
    background: #0c5aaa;
    color: #fff;
    border: 1px solid #0c5aaa;
}

.faqcon{
     width: 95%;
    padding: 0rem 2.5%;
    float: left;
}
.faqcon dl{
    width: 100%;
    float: left;
    padding: 0.1rem 0px 0.2rem 0px;
    border-bottom: 1px solid #d2d2d2;
    font-size: .14rem;
    color: #7d7d7d;
}
.faqcon dl dt{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #0c5aaa;
}
.faqcon dl dt a{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #0c5aaa;
}
.faqcon dl dd p,.faqcon dl dd span{
    width: 100%;
    float: left;
    line-height: 24px;
    display: inline-block;
	font-size:14px;
}
.faqcon dl dd span{
    line-height: 24px;
	 font-size: 14px;
}
.faqcon ul{
    width: 100%;
    float: left;
    padding: 0.1rem 0px 0.2rem 0px;
    font-size: .14rem;
    color: #666666;
}
.faqcon ul li {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
    line-height: 32px;
}
.faqcon ul li p {
    position: relative; 
    text-indent: .2rem;
    width: 100%; 
    overflow: hidden; 
    float: left;
    color: #707070;
	font-size:14px;
}
.faqcon ul li p:before{
    position: absolute; 
    left: -.15rem; 
    content: '·'; 
    top: 0px; 
    font-size: 20px; 
    color: #666;
}
.faqcon ul li p a{
    position: relative; 
    text-indent: .2rem;
    width: 100%; 
    overflow: hidden; 
    float: left;
    color: #707070;
	font-size:14px;
}
.faqcon ul li p:before{
    position: absolute; 
    left: -.15rem; 
    content: '·'; 
    top: 0px; 
    font-size: 20px; 
    color: #666;
}
.faqcon ul li span { 
    float: right; 
}
.faqcon ul li span a{
    width: 1.5rem; 
    height: 32px; 
    float: left;
    line-height:32px; 
    text-align: center; 
    display: inline-block;
    color: #666;
    font-size: 14px;
    text-transform: uppercase
}
.faqcon ul li:Hover span a{
    width: 1.5rem; 
    height: 32px; 
    line-height: 32px; 
    text-align: center; 
    display: inline-block;
    color: #d81012;
}
.faqcon ul li:Hover p{
    color: #d81012
}
.faqcon ul li.hover {color: #d81012}

.faqshowcon{
    width: 95%;
    padding: 0rem 2.5%;
    float: left;
}
.faqshowcon h1{
    text-align: center;
    width: 100%;
    padding: 0.2rem 0px .15rem 0px;
    border-bottom: 1px solid #d2d2d2;
    float: left;
}
.faqshowcon h1 b{
    font-size: 14px;
    width: 100%;
    display: inline-block;
    color: #df3d3d;
    line-height: 32px;
    float: left;
}
.faqshowcon h1 p{
    font-size: 12px;
    width: 100%;
    display: inline-block;
    color: #707070;
    float: left;
}
.faqshowcon dl {
    width: 100%;
    float: left;
    padding: .15rem 0px .22rem;
    font-size: 14px;
    line-height: 24px;
    color: #707070;
}
.faqshowcon dl dt{
    width: 100%;
    float: left;
    line-height: 24px;
    padding: .15rem 0px .22rem;
	font-size:14px;
}

.faqshowcon dl dd{
    width: 100%;
    float: left;
    line-height: 32px;
}

.faqshowcon dl dd b{
    width: 100%;
    float: left;
    line-height: 24px;
    display: inline-block;
    color: #707070;
}
.faqshowcon dl dd b a{
    color: #707070;
}
.faqshowcon dl dd b:hover a{
    color: #ff0000;
}

.joincon {
    width: 95%;
    padding: 0rem 2.5%;
    float: left;
    font-size: 14px;
    line-height: 24px;
    color: #8c8c8c;
    padding-top: 5px;
}

.lycon{  
    width:94%;
    padding: 0.2rem 2.5%;
    float: left;
}
.lycon p{
    width: 100%;
    float: left;
    font-size:14px;
    color: #666;
}
.lycon ol li {line-height: 40px;width: 100%; float: left;margin-top:.1rem;}
.lycon ol li span {width: 1.2rem; text-align: right; display: inline-block;font-size:.2rem; color: #666;padding-right:.1rem; float: left; font-size:14px;}
.lycon ol li input{outline: none;border: none;width:5.2rem; height: 36px; line-height: 36px;border: 1px solid #d8d8d8; float: left;padding-left: 5px;}
.lycon ol li textarea{width: 5.0rem; height: 1.36rem;padding: 5px;resize:none;outline: none;border: 1px solid #d8d8d8}
.lycon p input{width: 1rem; height: .4rem;border: none;color: #fff;margin:.2rem 0px .4rem 1.5rem;cursor: pointer;outline: none;border-radius: .05rem; }
.lycon p input:first-child{ background: #11449d}
.lycon p input:last-child{ background: #666666;margin-left: 10px;}

.newscon{
     width: 95%;
    padding: 0rem 2.5%;
    float: left;
}
.newscon dl{
    width: 100%;
    float: left;
    padding: 0.1rem 0px 0.2rem 0px;
    border-bottom: 1px solid #d2d2d2;
    font-size: .14rem;
    color: #7d7d7d;
}
.newscon dl dt{
    width: 100%;
    float: left;
    font-size: .16rem;
    color: #0c5aaa;
}
.newscon dl dt a{
    width: 100%;
    float: left;
    font-size: 14px;
    color: #0c5aaa;
}
.newscon dl dd p,.newscon dl dd span{
    width: 100%;
    float: left;
    line-height: 24px;
    display: inline-block;
	font-size:14px;
}
.newscon dl dd span{
  line-height: 24px;
	 font-size: 14px;
}
.newscon ul{
    width: 100%;
    float: left;
    padding: 0.1rem 0px 0.2rem 0px;
    font-size: 14px;
    color: #666666;
}
.newscon ul li {
    width: 100%;
    float: left;
    border-bottom: 1px dashed #ccc;
    line-height: 32px;
}
.newscon ul li p {
    position: relative; 
    text-indent: .2rem;
    width: 100%; 
    overflow: hidden; 
    float: left;
    color: #707070;
	font-size:14px;
}
.newscon ul li p a{
    position: relative; 
    text-indent: .2rem;
    width: 100%; 
    overflow: hidden; 
    float: left;
    color: #707070;
	font-size:14px;
}
.newscon ul li p:before{
    position: absolute; 
    left: -.15rem; 
    content: '·'; 
    top: 0px; 
    font-size: 20px; 
    color: #666;
}


/* .newscon ul li span { 
    float: right; 
}
.newscon ul li span a{
    width: 1.5rem; 
    height: .45rem; 
    float: left;
    line-height:.45rem; 
    text-align: center; 
    display: inline-block;
    color: #666;
    font-size: .14rem;
    text-transform: uppercase
}
.newscon ul li:Hover span a{
    width: 1.5rem; 
    height: .45rem; 
    line-height: .45rem; 
    text-align: center; 
    display: inline-block;
    color: #d81012;
} */

.newscon ul li:Hover p {
    color: #d81012
}

.newscon ul li.hover {
    color: #d81012
}

.newsshowcon {
    width: 95%;
    padding: 0rem 2.5%;
    float: left;
}

.newsshowcon h1 {
    text-align: center;
    width: 100%;
    padding: 0.2rem 0px .15rem 0px;
    border-bottom: 1px solid #d2d2d2;
    float: left;
}

.newsshowcon h1 b {
    font-size: 14px;
    width: 100%;
    display: inline-block;
    color: #df3d3d;
    line-height: 32px;
    float: left;
}

.newsshowcon h1 p {
    font-size: 12px;
    width: 100%;
    display: inline-block;
    color: #707070;
    float: left;
}

.newsshowcon dl {
    width: 100%;
    float: left;
    padding: .15rem 0px .22rem;
    font-size: 14px;
    line-height: 24px;
    color: #707070;
}

.newsshowcon dl dt {
    width: 100%;
    float: left;
    line-height: 24px;
    padding: .15rem 0px .22rem;
    font-size: 14px;
}

.newsshowcon dl dd {
    width: 100%;
    float: left;
    line-height: 32px;
}

.newsshowcon dl dd b {
    width: 100%;
    float: left;
    line-height: 24px;
    display: inline-block;
    color: #707070;
}

.newsshowcon dl dd b a {
    color: #707070;
}

.newsshowcon dl dd b:hover a {
    color: #ff0000;
}

.productcon {
    width: 95%;
    padding: 0rem 2.5%;
    float: left;
}

.productcon ul {
    width: 100%;
    float: left;
    margin-top: .25rem;
}

.productcon ul li {
    float: left;
    width: calc(50% - .1rem);
    margin-right: .1rem;
    /*border:0.01rem solid #d6d6d6;*/
    text-align: center;
    cursor: pointer;
}

.productcon ul li a {
    width: 100%;
    display: inline-block;
    font-size: 14px;
	line-height:40px;
}

.productcon ul li img {
    width: 100%;
    padding: 0.05rem;
    border: 0.01rem solid #d6d6d6;
    float: left;
}

.productcon ul li b {
    width: 100%;

    font-size: 14px;
    color: #666666
}

.productcon ul li:nth-child(2n) {
    margin-right: 0px;
    float: right;
}

.productcon ul li:hover a img,
.productcon ul li.hover a img {
    border: 0.01rem solid #0c5aaa
}

.productcon ul li:hover a b,
.productcon ul li.hover a b {
    color: #0c5aaa
}

.productshowcon {
    width: 100%;
    float: left;
    font-size: .14rem;
    color: #666666;
}

.productshow_img>p {
    width: 95%;
    margin: 0px 2.5%;
    float: left;
}

.productshowcon dl,
.productshowcon dl dt,
.productshowcon dl dd {
    width: 100%;
    float: left;
    line-height: .4rem
}

.productshowcon dl {
    width: 95%;
    margin: 0.1rem 2.5% .2rem;
    border-bottom: 1px solid #d2d2d2
}

.productshowcon dl:last-child {
    border: none;
}

.productshowcon dl dt {
    font-size: 14px;
    color: #0c5aaa;
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
}

.productshowcon dl dd p {
    font-size: 14px;
    color: #707070;
    padding: 10px 0px 10px 0px;
    line-height: 24px;
}

.productshowcon ol {
    width: 100%;
    float: left;
    padding-top: 5px
}

.productshowcon ol li {
    line-height: 36px;
    width: 100%;
    float: left;
    margin-top: .1rem;
}

.productshowcon ol li span {
    width: 1.7rem;
    text-align: left;
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding-right: 10px;
    float: left;
}

.productshowcon ol li input {
    outline: none;
    border: none;
    width: 5.2rem;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d8d8d8;
    float: left;
    padding-left: 5px;
}

.productshowcon ol li textarea {
    width: 5.2rem;
    height: 1.36rem;
    padding: 5px;
    resize: none;
    outline: none;
    border: 1px solid #d8d8d8
}

.productshowcon p input {
    width: 1.5rem;
    height: .5rem;
    border: none;
    color: #fff;
    margin: .2rem 0px .4rem .5rem;
    cursor: pointer;
    outline: none;
    border-radius: .05rem;
}

.productshowcon p input:first-child {
    background: #0c5aaa;
}

.productshowcon p input:last-child {
    background: #666666;
    margin-left: 10px;
}

.productshowcon dl dd b {
    width: 100%;
    float: left;
    line-height: 26px;
    display: inline-block;
    color: #666666;
    font-size: 14px;
}

.productshowcon dl dd b a {
    color: #707070;
}


/* 
.fullSlide{width:100%;position:relative;height:7rem; margin: auto;overflow:hidden;}
.fullSlide .bd{margin:0 auto;position:relative;z-index:0;width: 100%;position: relative;}
.fullSlide .bd ul{width:100%; margin: auto; float: left; height:7rem; position: absolute;left: 50%;}
.fullSlide .bd li{width:100%;height:540px;text-align:center;margin: auto; }
.fullSlide .bd li a,.fullSlide .bd li a img{display:block;height:540px;width: 100%;}
.fullSlide .hd{width:100%;position:absolute;z-index:1;bottom:0;left:0;height:7rem;line-height:30px;display: none}
.fullSlide .prev,.fullSlide .next{display:block;position:absolute;z-index:1;top:5.5rem;margin-top:-.3rem;left:15%;z-index:1;width:40px;height:60px;background:url(image/slider-arrow.png) -126px -137px #000 no-repeat;cursor:pointer;filter:alpha(opacity=50);opacity:0.5;display:none;}
.fullSlide .next{left:auto;right:15%;background-position:-6px -137px;} */

.Box_con3 {
    position: relative;
}

.Box_con3 .conbox {
    width: calc(100% - 20px);
    padding: 0px 10px;
    float: left;
    overflow: hidden;
    height: 7.5rem;
}

.Box_con3 .conbox ul {
    position: relative;
    list-style: none;
    left: 0px;
    width: 100%;
    float: left;
}

.Box_con3 .conbox ul li {
    float: left;
    width: calc(100% - 10px);
    margin-top: .2rem;
    margin-right: 10px;
    text-align: center;
    font-size: 0.14rem;
    color: #333;
    line-height: .4rem;
}

.Box_con3 .conbox ul li a {
    width: 100%;
    float: left;
    display: inline-block
}

.Box_con3 .conbox ul li img {
    display: block;
    width: 100%;
    float: left;
}

.Box_con3 .conbox ul li b {
    padding-top: .05rem;
    width: 100%;
    display: inline-block;
}

.Box_con3 .btn3 {
    position: absolute;
    line-height: 7.5rem;
    z-index: 3;
    cursor: pointer;
    display: block;
    font-size: .5rem
}

.Box_con3 .btn_l3 {
    left: .5rem;
}

.Box_con3 .btn_r3 {
    right: .5rem;
}