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: 14px;
    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.22rem;
}

input:-moz-placeholder {
    color: #9c9c9c;
    font-size: 0.22rem;
}

input::-moz-placeholder {
    color: #9c9c9c;
    font-size: 0.22rem;
}

input:-ms-input-placeholder {
    color: #9c9c9c;
    font-size: 0.22rem;
}

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: 19
}

.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;
}

.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;
}
*/

.index_tit2 {
	width: 100%;
	text-align: center;
	padding-bottom: 15px;
}
.index_tit2 p{
	font-weight: normal;
	line-height: 30px;
	font-size: 24px;
	margin-top: 30px;;
	color: #ffffff;
}
.index_tit2 span{
	width: 100%;
	display: inline-block;
	font-size: 16px;
	line-height: 20px;
	text-transform:uppercase;
	color: #576f89;
}

.index2{
	width: 100%;
	float: left;
	background: url(../image/index2.png) top center no-repeat;
	/* height: 1200px; */
	background-size: 100% 100%;
	padding-bottom:.5rem;
}
.index2_con {
	width:calc(100% - .6rem);
	float: left;
	background: #fff;
	border-radius: 10px;
	box-shadow: 2px 2px 9px 0px
		rgba(0, 39, 62, 0.17);
		padding: 0px .3rem;
}

.index2_con ul li {
	float: left;
	width: 100%;
	/* height:180px; */
	/* padding-top:10px; */
	float: left;


}
.index2_con ul li a{
	width:100%;
	display: inline-flex;
	flex-direction: row;

align-items: center;
	border-bottom: 1px dashed #dbdbdb;
	padding: .3rem 0px;
}
.index2_con ul li:last-child a{
	border: none;
}
.index2_con ul li b{
	width: 60px;
	height: 60px;
	line-height:60px;
	text-align: center;
	display: inline-block;
	background: #0d5aaa;
	border-radius: 50%;
	border: 3px solid rgba(191,212,233,1);
	margin-right: 10px;
	float: left;
}
.index2_con ul li b img {
	width: 30px;
	vertical-align: middle;
}
.index2_con ul li p{
	width: calc(100% - 80px);
	float: left;
}
.index2_con ul li p i,.index2_con ul li p span {
	width: 100%;
	float: left;
	display: inline-block;
	font-size: 14px;
	color: #666666;
	line-height: 20px;;
}
.index2_con ul li p i{
	font-size: 18px;
	color: #343434;
	margin-bottom: .1rem;
}
/* .index2_con ul li:hover p i{
	color: #fe0000;
} */
/* .index2_con ul li:hover b{
	background: #fe0000;
	border-radius: 50%;
	border: 5px solid #ffbdbe;
}
 */


.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; */
	background: url(../image/index5.png) top center no-repeat;
	width: 100%;
	background-size: 100% 100%;
}

.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: 5rem;
    z-index: 2;
}

.index1_con p img {
    width: 100%;
}

.index1_con ul {
    position: absolute;
    left: 4rem;
    top: 40px;
    ;
    z-index: 1;
}

.index1_con ul li {
    width: 3rem;
    height: .65rem;
    line-height: .65rem;
    ;
    background-color: #00a54f;
    border-radius: .32rem;
    margin-bottom: .1rem;
    text-indent: 1rem;
    ;
}

.index1_con ul li:nth-child(2n) {
    background-color: #0a4d91;
}

.index1_con ul li a {
    color: #fff;
    font-size: .24rem;
    ;
}

.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: .4rem;
    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: .5rem;
    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: 1.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: 14px;
    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: 19;
    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
}

.indexicon {
    height: 50px;
    background: #363a3f;
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0px;
    z-index: 9
}

.index_icon {
    background: #363a3f;
    width: 100%;
    float: left;
    bottom: 0px;
    z-index: 999;
    position: relative;
}

.index_icon ul {
    height: 60px;
    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: 40px;
    background: #363a3f;
}

.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: 14px;
    color: #ededed;
    line-height: 20px;
    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;
	color:#666666;
	padding-top:10px;
	
}

.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: 30px;
    color: #0759a5;
}

.downloadcon ul li span {
    float: right;
}

.downloadcon ul li span a {
    width: 0.7rem;
    height: 32px;
    float: left;
    /* background: #0c5aaa; */
    line-height: 32px;
    text-align: center;
    display: inline-block;
    color: #fff;
    font-size: 14px;
    text-transform: uppercase
}

.downloadcon ul li span img {
	width: .3rem;
	vertical-align: middle;
}
.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: 14px;
}
.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;
	line-height:40px;
	padding-bottom:5px;

}

.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: 10px;
    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
}

.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
}

.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: 70%;
    overflow: hidden;
    float: left;
    color: #666;
    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: 14px;
    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: 95%;
    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.5rem;
    text-align: right;
    display: inline-block;
    font-size: 14px;
    color: #666;
    padding-right: .1rem;
    float: left;
}

.lycon ol li input {
    outline: none;
    border: none;
    width: 4.2rem;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d8d8d8;
    float: left;
    padding-left: 5px;
}

.lycon ol li textarea {
    width: 4.2rem;
    height: 1.36rem;
    padding: 5px;
    resize: none;
    outline: none;
    border: 1px solid #d8d8d8
}

.lycon p input {
    width: 1.5rem;
    height: .5rem;
    border: none;
    color: #fff;
    margin: .2rem 0px .4rem 1.5rem;
    cursor: pointer;
    outline: none;
    border-radius: .05rem;
}

.lycon p input:first-child {
    background: #0c5aaa
}

.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: .14rem;
    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: 14px;
    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;
	padding-bottom:10px;
}

.productcon ul li img {
    width:calc(100% - .1rem);
    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;
}
body,html{
    background: #fff;
    color: #333;
}
h2{
    font-size: .35rem;
    font-weight: 500;
    border-bottom: 1px solid #ccc;
    height: .6rem;
    position: relative;
    padding-top:.3rem;
}
h2 span{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -1px;
    border-bottom: 1px solid #0c5aaa;
    padding-bottom: .1rem;
}
.yh_product,.yh_hornor{
    padding: .15rem .3rem 0 .3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.yh_hornor{
    display: flex;
    justify-content: center;
    flex-wrap:wrap;
}
.yh_product div,.yh_hornor div{
    margin: .1rem;
    width: 45%;
    border: 1px solid #e8e8e8;
    border-radius: 20px;
    line-height: 34px;
    height: 34px;
    text-align: center;
    background: #fff;
}
.yh_hornor div{
    width: 38%;
    height: 30px;
    line-height: 30px;
}
.yh_exper div{
	border-radius: .05rem .05rem 0px 0px ;
}
/* .yh_exper div.chose_tab_div_active{
    background: #0069a9;
	color: #fff;
} */
.yh_tab .tab_active{
    background: #0c5aaa;
    border: 1px solid #0c5aaa;
    color: #fff;
}
.yh_tabConten{
    padding: .2rem .3rem 0 .3rem;
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
}
.yh_tabConten >div{
    width: 48%;
    text-align: center;
    display: flex;
    flex-direction: column;
	 border: 1px solid #0c5aaa; 
    margin-bottom: 10px;
}
.yh_tabConten1 >div{
    width: 48%;
    text-align: center;
    display: flex;
    flex-direction: column;
	 border:none;
    margin-bottom: 10px;
}
/* .yh_tabConten >div img {
	height: 1.6rem;
} */
.yh_tabConten >div b {
	background: #0c5aaa;
	color: #fff;
	width: 100%;
	display: inline-block;
	margin-top: .05rem;
	line-height: 28px;
	margin-bottom: .1rem;
}
.yh_tabConten div img{
    width:100%;
    /* padding: 1%; */
    /* border: 1px solid #e8e8e8; */
    box-sizing: border-box;
	float: left;
}
.exper_tabContent{
	    margin: 0rem .3rem 0 .3rem;
	    display: flex;
	border: 1px solid #0c5aaa;
	border-radius: .05rem;
	float: left;
	
}
.exper_tabContent div {
	width: 30%;
	margin-right: 3%;
	float:left;
	
}
.exper_tabContent div img{
    widows: 100%;
    border: none;
}
.hornor_tabContent div img {
    padding: 6%;
}
.yh_tabConten div span{
	width: 100%;
	background: #0c5aaa;
	float: left;
		color: #fff;
	height: 30px;
	line-height: 30px;display: inline-block;
    font-size: .2rem;
}
.hornor_tabContent div a{
    display: flex;
    flex-direction: column;
}
.hornor_tabContent div span{
    background: #e8e8e8;
    line-height: 28px;
    height: 28px;
}
.more{
    margin: 10px 15% 15px 15%;
    text-align: center;
}
.more a{
    display: inline-block;
    width: 100%;
    height: 36px;
    line-height: 36px;
    border-radius: 18px;
    border: 1px solid #0c5aaa;
    color: #0c5aaa;
}
.yh_about{
    margin: .3rem .3rem 0 .3rem;
    display: flex;
    flex-direction: column;
}
.yh_about_bg{
    background: url('../image/pic_5.jpg') no-repeat;
    background-size: 100% 100%;
    padding-top: 10px;
}
.yh_about >img{
    width: 100%;
}
.yh_about_main{
    /* background: #0c5aaa; */
    padding: 20px 0px;
	width: 100%;
    font-size: .22rem;
	line-height: .4rem;
   color: #666666;
}
.about_more a{
    display: inline-block;
    width: 100%;
    border: 1px solid #cddeef;
    color: #cddeef;
    font-size: .22rem;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 2px;
    margin-top: 20px;
}
.yh_parent_exper{
    padding: 0rem 0 .3rem 0;
    /* background: url('../image/pic_6.jpg') no-repeat 100% 100%; */
}
.yh_exper{
    display: flex;
    justify-content: center;
}
.yh_exper div{
    background: #e5e5e5;
    border: 1px solid #e8e8e8;
    /* border-radius: 2px; */
    width: 27%;
    margin: 0 5px;
    line-height: 30px;
    height: 30px;
    text-align: center;
}

.yh_partner{
    display: flex;
    justify-content: space-between;
    flex-wrap:wrap;
    padding: 10px .2rem 0 .2rem;
}
.yh_partner >div{
    width: 30%;
    margin: 0 1%;
    margin-bottom: 10px;
}
.yh_partner img{
    width: 100%;
    border: 1px solid #e8e8e8;
    box-sizing: border-box;
}
.yh_news{
    display: flex;
    justify-content: center;
    margin: .3rem 0 0 0;
}
.yh_news div{
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 0 13px;
    border-radius: 20px;
    height: 28px;
    line-height: 28px;
    margin: 0 10px;
    text-align: center;
}
.news_tabContent dl{
    width: 100%;
}
.news_tabContent dd a{
    display: flex;
    justify-content: space-between;
    height: 40px;
    align-items: center;
    border-bottom: 1px dashed #e8e8e8;
    font-size: .26rem;
}
.news_tabContent dd:last-child a{
    border-bottom: none;
}
.news_tabContent dd a::before{
    content: '';
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 50%;
    background: #0c5aaa;
}
.news_tabContent dd span{
    flex:1;
    overflow: hidden; 
    padding-left: 9px;
    text-overflow: ellipsis; 
    display: -webkit-box; 
    -webkit-line-clamp: 1; 
    -webkit-box-orient: vertical;
}
.news_tabContent dd i{
    font-style: normal;
    color: #999;
    flex-shrink: 0;
}
/* .yh_parent .yh_tabConten{
    display: none;
} */
/*
.yh_chose{
    display: flex;
    flex-direction: column;
}
.yh_chose_bottom{
    background: url('../image/pic_2.jpg') no-repeat 100% 100%;
    position: relative;
    padding-top: 2.6rem;
    padding-bottom: 20px;
}
.yh_chose_bottom .chose_text{
    position: absolute;
    width: 90%;
    background: #fff;
    padding: 20px 10px 0 10px;
    box-sizing: border-box;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    display: none;
}
.yh_chose_bottom .chose_text h4{
    font-size:.45rem;
}
.yh_chose_bottom .chose_text p{
    font-size: .26rem;
    color: #666;;
    max-height: 1.3rem;
    overflow: hidden;
    margin-bottom: 20px;
}

.chose_tab{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.chose_tab_div{
    display: flex;
    width: 45%;
    margin: 0 1%;
    background:#0c5aaa;
    padding: 10px 5px;
    border-radius: 30px;
    justify-content: center;
    position: relative;
    align-items: center;
    margin-bottom: 20px;
}

.chose_tab_div_active::before{
    content: '';
    border: 10px solid transparent;
    position: absolute;
    left: 50%;
    margin-left: -10px;
    top: -19px;
    border-bottom: 10px solid #0069a9;
}
.chose_tab_num{
    color:#0c5aaa;
    font-size: .46rem;
    width: .75rem;
    height: .75rem;
    border-radius: 50%;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.chose_tab_txt {
    text-align: center;
    flex: 1;
}
.chose_tab_txt p:first-child{
    font-weight: 500;
    font-size: .28rem;
    color: #fff;
}
.chose_tab_txt p:last-child{
    font-size: .18rem;
    color: #8db7dd;
}*/

.Box_con  {position: relative;width:100%;left:0px;z-index: 10; top: 0px; height:5.0rem;overflow: hidden;}
.Box_con .Box_con_btn {display: block;width: 200px;height:74px;text-align: center;position: absolute;
left: calc((100% - 200px)/2);
top:4.0rem;z-index:10;cursor: pointer;color: #fff;font-size: 20px;}
.Box_con .btn{
	width:90px;
	height: 22px;
	line-height:22px;
	text-align: center;
	display: inline-block;
	background: #f8f8f8;color: #0d5aaa;
}
.Box_con .btn_l {margin-right: 10px;;}
.Box_con .btn_r{background: #f8f8f8;color: #0d5aaa;}
.Box_con .btn:hover {
	background:#0d5aaa;color: #f8f8f8;
}
.Box_con .conbox{position: relative;top:0px;width:7.1rem;overflow: hidden;}
.Box_con .conbox ul {position: relative;list-style: none;left: 0px;width: 10000px;height: 3.6rem;overflow: hidden;}
.Box_con .conbox ul li{float: left;width: 3.45rem;margin-right:.2rem;margin-bottom:40px;
background: #0d5aaa;
	color:  #fff;
overflow: hidden;text-align: center;font-size: 14px; color: #333;}
.Box_con .conbox ul li img {display: block;width: calc(100% - 8px);float: left;padding: 4px;}
.Box_con .conbox ul li b{ text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	height:.7rem;
	line-height: .7rem;
	background-color:#0d5aaa;
	color:  #fff;
	float: left;}
.Box_con .conbox ul li:hover b{
	background: #f8f8f8;
	color: #0d5aaa;
}
.Box_con .conbox ul li:hover{
	background: #f8f8f8;
}
.join2{
	width: 95%;
	padding: 0rem 2.5%;
	float: left;
	margin-top: .3rem;
}
.join2 ul{
    width:100% ;
    float: left;
}
.join2 ul li {
    width: calc(100% - .2rem);
    float: left;
	padding: .1rem;
    /* border: 1px solid #f0f0f0; */
    background: #f6f6f6;
    margin-bottom: .15rem;
    line-height: 32px;
}
.join2 ul li p,.join2 ul li span,.join2 ul li b,.join2 ul li a{
    width: 100%;
    float: left;
    display: inline-block;
    line-height: .5rem;
    color: #666;
    font-size: .26rem;
}
.join2 ul li span{
    font-size: .28rem;
    color: #333;
}
.join2 ul li a{
    text-decoration: underline;
}
.contact_bot{
    width: 95%;
    padding: .3rem 2.5%;
    float: left;
	/* border-top: 1px solid #eee; */
}
.contact_bot p.p_tit{
    width:100%;
    float: left;
    font-size: 14px;
    color: #333333;
    line-height: 20px;
}
.contact_botcon {
    width: 100%;
	float: left;
}
.contact_botcon ul{
    width: 100%;
    float: left;
}
.contact_botcon ul li{
    /* height: 43px; */
    /* line-height: 43px; */
    border: 1px solid #e1e6eb;
    margin-top: .2rem;
    background: #fff;
}

.contact_botcon ul li.wid100 {
    width: 100%;
    float: left;
}
.contact_botcon ul li b{
    width: .5rem;

    float: left;
     text-align: center;
   /* display: inline-block;
    vertical-align: middle; */
}
.contact_botcon ul li b img {
    margin-top: .1rem;
    float: left;
    margin-left: .1rem;
	width: .3rem;
}
.contact_botcon ul li input{
    width: calc(100% - .7rem);
	height:.5rem;
    padding-left: .1rem;
    border-left: 1px solid #e1e6eb;
    color: #666;

}
.contact_botcon ul li select{
    width: calc(100% - .8rem);
    height: .5rem;
    padding-left: .1rem;
    border-left: 1px solid #e1e6eb;color: #666;


}
.contact_botcon ul li textarea{
    height: 1.2rem;
    width: calc(100% - .8rem);
    color: #666;
    float: left;
    padding: .05rem;font-size: 14px;
    border-left: 1px solid #e1e6eb;

}
.contact_botcon p.p_bot {
	display: table;
	margin: 0px auto;padding-top: .3rem;
}
.contact_botcon p input{
    width: 1rem;
    height: .5rem;
    line-height:.5rem;
    text-align: center;
    display: inline-block;
    margin-right: .3rem;
    border-radius: 5px;
    color: #fff;
}

.productshowcon {
    width: 100%;
    float: left;
    font-size: .14rem;
    color: #666666;
}

.productshow_img>p {
    width: 95%;
    margin: 0px 2.5%;
    float: left;
}
.productshowimg{width: 100%;    border: 1px solid #d2d2d2;
margin-top: .2rem;
}
.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;
	position: relative;
    color: #000000;
    width: calc(100% - 10px);
    border-bottom: 1px solid #d2d2d2;
    padding-bottom: 5px;
	padding-left: 10px;;
}
.productshowcon dl dt::before{
	content: '';
	position: absolute;
	top: 3px;
	left:0px;
	width: 5px;
	height: 14px;
	background: #0759a5;
	display: inline-block;
}
.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: #0099dc;
}

.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;
}

.Box_con1  {position: relative;width:100%;left:0px;z-index: 10; top: 0px; height:2.6rem;overflow: hidden;}
.Box_con1 .conbox{position: relative;top:0px;width:7.1rem;overflow: hidden;}
.Box_con1 .conbox ul {position: relative;list-style: none;left: 0px;width: 10000px;height: 3.2rem;overflow: hidden;}
.Box_con1 .conbox ul li{float: left;width: 2.1rem;margin-right:.1rem;margin-bottom:40px;
background: #0d5aaa;
	color:  #fff;
overflow: hidden;text-align: center;font-size: 14px; color: #333;}
.Box_con1 .conbox ul li img {display: block;width:calc(100% - 8px);float: left;padding: 4px;}
.Box_con1 .conbox ul li b{ text-align: center;
	width: 100%;
	display: inline-block;
	font-size: 14px;
	height:.7rem;
	line-height: .7rem;
	background-color:#0d5aaa;
	color:  #fff;
	float: left;}
.Box_con1 .conbox ul li:hover b{
	background: #f8f8f8;
	color: #0d5aaa;
}
.Box_con1 .conbox ul li:hover{
	background: #f8f8f8;
}
.yh_expercon{
		    margin: 0rem .3rem 0 .3rem;
						padding: .2rem .2rem 0 .2rem;
		border: 1px solid #0c5aaa;
		border-radius: .05rem;
		width: calc(100% - 1rem);
		float: left;height:2.7rem;overflow: hidden;
}
.order_btn a {width: 120px;height: 40px; line-height: 40px;display: inline-block;margin-right: 20px;border-radius: 5px;text-align: center; color: #fff;background: #0069a9; float: left;margin-top: 20px;}
.order_btn a:hover{background: #fc0000;color: #fff}