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: #f7f7f7;
    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: 5rem;
}

.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;
}

.nav {
    position: relative;
    overflow: scroll;
    width: 100%;
    height: 100%;
}

.mui-fullscreen {
    background: #fff
}

.nav {position:relative; overflow:scroll; width:100%; height:100%;}
.mui-fullscreen {background:#fff;}
.mask {width:calc(100% - 5rem); height:100%; background:rgba(0,0,0,.3); position:fixed; top:0; left:0; display:none; z-index:9999; overflow:hidden;}
.mask_nav {height:100%; position:fixed; right:0; top:0; width:5rem; z-index:999; background:#fff;display: none;}
.nav_con{position:relative;overflow:scroll;width:100%;height:100%;z-index:999}
.nav_con .close{position:fixed;top:5rem;right:5rem;width:40px;height:40px;border-radius:5px 0 0 5px;background:#fff}
.nav_con .close img{width:20px;height:20px}
.nav_con p{width:100%;display:flex;flex-direction:row;height:1rem;line-height:1rem;align-items:center;justify-content:center}
.nav_con .nav_logo{display:flex;flex-direction:row;align-items:center;height:2rem;line-height:2rem;font-size:16px;margin-right:.5rem}
.nav_con .nav_logo img{width:4rem;vertical-align:middle;margin:0 5px}
.nav_con a{width:100%;line-height:.3rem;color:#fff;font-size:.2rem}
.nav_con>ul>li{color:#fff;width:100%;line-height:.7rem;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;padding-left:.3rem;margin-left:.3rem;color:#333;position:relative}
.nav_con>ul>li>a::after{position:absolute;content:'';background:url(../image/arrow1.png) center center no-repeat;background-size:10px;width:10px;height:10px;left:3.5rem;top:.2rem}
.nav_con>ul>li.open>a{background:#0067AC;border-radius:3px 0 0 3px;color:#fff}
.nav_con>ul>li.open>a::after{position:absolute;content:'';background:url(../image/arrow.png) center center no-repeat;background-size:10px;width:10px;height:10px;left:3.5rem;top:.2rem}
.nav_con ul li dl{display:none;font-size:.24rem;width:100%;float:left}
.nav_con ul li>dl>dd>a,.nav_con ul li>dl>dt>a{font-size:.28rem;width:100%;display:inline-block;text-indent:.7rem;height:.45rem;color:#666;position:relative}
.nav_con ul li>dl>dd>a{text-indent:.9rem}
.nav_con ul li>dl>dt>a::before{position:absolute;content:'';width:4px;height:4px;border-radius:50%;left:.5rem;top:.1rem;background:#c81622}
.nav_con ul li>dl>dd>a::before{position:absolute;content:'';width:4px;height:4px;border-radius:50%;left:.7rem;top:.1rem;background:#c81622}
.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;
}

.index_search {
    width: 100%;
    float: left;
    background: #f8f8f8;
	padding: .5rem 0px;
    border-bottom: 1px solid rgba(143,143,143,.22);
    /* margin-bottom: 60px; */
}
.index_search_con{
	display: inline-flex;
	width: 100%;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;

}
.index_search dl,
.index_search dl dt,
.index_search dl dd {
    float: left;

	display: flex;
	flex-direction: row;
	white-space:nowrap;
}

.index_search dl dt {
    font-size: .34rem;
    color: #0067ac;
}

.index_search dl dd a {
    float: left;
	font-size: .28rem;
	color: #666;
    margin: 0px .1rem;
}

.index_search p {
    float: right;
    	width: 5rem;
   	height: .7rem;
    background-color: #ffffff;
	border-radius: .35rem;
	display: inline-flex;
	justify-content: space-between;
    overflow: hidden;
	margin-top: .2rem;
}

.index_search p input[type=button] {
    width: .7rem;
    height: .7rem;
    background:url(../image/icon4.png) center center no-repeat #0067ac;
	background-size: .3rem;
	border-radius: 50%;
    font-size: 14px;
    color: #fff;
}

.index_search p input[type=text] {
    background: #fff;
    width: 4.3rem;
    height:.7rem;
    font-size: 16px;
    color: #333;
    text-indent: 10px;
    /* margin-left: 5px; */
}
















.index1 {
    /* background: #fff; */
    padding-bottom: .5rem;
    /* border-bottom: 1px solid #ececec; */
}
.index1_bot{
	background: #fff;
	padding-bottom: .5rem;
	/* border-bottom: 1px solid #ececec; */
}
.index_tit {
    width: 100%;
    float: left;
    text-align: center;
	padding-bottom: .3rem;
}
.index_tit p {
    margin-top: .4rem;
    font-size: .5rem;
   	color: #333333;
    text-transform: uppercase;
    background: transparent;
}

.index_tit span {
    width: 100%;  font-size: .3rem;
    display: inline-block;color: #0067ac;
}

.bus_style {
    width: 100%;
}

.bus_style ul {
    float: left;
    width: 100%;

}

.bus_style ul li {
    float: left;
    margin-right: 5px;
    margin-bottom: 10px;
    background: #fff;
    text-align: center;
    width: 3.45rem;
	padding-bottom: .4rem;
    /* height: 4.5rem; */
}

.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% - 2px);
    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; */
    	font-size: 14px;
    height: .6rem;
  color: #333333;
  
}

.bus_style ul li:hover img {
    border: 1px solid #2482e3;
}

/*.bus_style ul li:hover b {
    background-color: #0067AC;
}*/

.bus_style ul li span {
    width: 2rem;
    text-align: center;
    display: inline-block;
    height: .6rem;
    line-height: .6rem;
    border-radius: .3rem;
    margin: 0px calc((100% - 5rem)/2);
    background-color: #0067ac;
    color: #fff;
    font-size: .28rem;
}

.index1_bot .bus_style ul li  {
	margin-bottom: 0px;
}
.index1_bot .bus_style ul li a {
	border: solid 1px #e3edf5;
}
.index1_bot .bus_style ul li b{
	background: #e9f1f7;
	color: #666666;
	line-height: .6rem;
	

}













.index2 {
    /* background: #fff; */
    /* margin-top: .1rem; */
    padding-bottom: .5rem;
    border-bottom: 1px solid #ececec;
	width: 100%;
	/* height: 15rem; */
   background: url(../image/index2.png) top center no-repeat;
   background-size: 100%;
}

.index2_con_tit {
    width: 100%;
    float: left;
}

.index2_con_tit ul {
    width: 96%;
    margin: 0px 2%;
    float: left;
    padding: .2rem 0px;
	display: flex;
	justify-content: space-around;
	white-space: nowrap;
	flex-wrap: wrap;
}

.index2_con_tit ul li {
    width:2.1rem;
    float: left;
    line-height: .75rem;
	
	color: #fff;
    padding: .1rem 0px .2rem;
    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;border-radius: .37rem;
    display: inline-block;
		border: solid 1px #c9c9c9;color: #333333;
   
}

.index2_con_tit ul li:hover a,
.index2_con_tit ul li.hover a {
 color: #fff;background-color: #0067ac;
}

.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:100%;
    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: 95%;
        margin: 0px 2.5%;
    float: left;
    display: flex;
    flex-direction: column;
	justify-content: flex-start;
}

.index2_con_bot dl dd p {
    font-size: .4rem;
    /* text-align: center; */
    color: #333;
    padding-top: .15rem;
    padding-bottom: .1rem;
    width: 100%;
	border-bottom: 1px solid #e1e1e1;
}

.index2_con_bot dl dd span {
    font-size: 14px;
    color: #666;
    line-height: .54rem;
    margin:.2rem 0px .5rem;
    ;
}

.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: .5rem;
    /* 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;
      line-height: 1.2rem;
	height: 1.2rem;
	display: flex;
	align-items:center;
}

.index_parent ul li img {
    width: 80%;
	margin: 0px 10%;
    float: left;
	line-height: 1.2rem;
    vertical-align: middle;
}

.index_parent ul li:nth-child(3n) {
    margin-right: 0px;
}

.index_parent ul li:hover {
    border: 1px solid #0067AC;
}
.index5con {
    width: 100%;
    float: left;
/*    margin-top: 200px;
    ; */
}



.index2_c{
	width: 100%;
	float: left;
}
.index_con .index_l {
    float: left;
    width: 90%;
	padding: 10px 5% .2rem;
   
    	background-color: #ffffff;
		margin-bottom: .5rem;

}

.index_con .index_l p.icon {
	width: 100%;
	display: inline-flex;
	flex-direction: row;
	align-items: center;
	height:1rem;
	
}
.index_con .index_l p.icon span {
	width: 100%;
	display: inline-flex;
	flex-direction: column;	
	font-size: 12px;
	margin-left: .2rem;
	color: #999;
	
}
.index_con .index_l p.icon b{
	color: #0067ac;font-size:.9rem;
}
.index_con .index_l p.icon span b {
	color: #333333;font-size: .4rem;
}
.index_con .index_l dl {
    width:100%;
    float: left;
    padding-bottom: .4rem;
}

.index_con .index_l dl dt,
.index_con .index_l dl dd {
    width: 100%;
    float: left;
  font-size: 14px;
    color: #666;	line-height: .4rem;
    ;
}



.index_con .index_l dl dd {
    float: left;
    width: 100%;
    font-size: 12px;
    color: #666;
	background: url(../image/arrow_2.png) 0px .12rem no-repeat;
	padding-left: 10px;
	line-height: .5rem;
	display: flex;
	align-items: flex-start;
}



.index_con .index_r {
    float: left;
    width: 100%;
	
}

.index_con .index_r img {
    width: 100%;
	display: block;
}

.index5 {
    background: url(../image/index5_bj.png) top center repeat-y;
    width: 100%;
	background-size: 100%;
    /* height:20rem; */
    float: left;
    ;
}


/* 

.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: 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%;
}
 */

.index6 {
    width: 100%;
    float: left;
	padding-bottom: .5rem;
    /* background: url(../image/index_about.png) top center repeat-x; */
	/* height: 1100px; */

}

.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;
    ;
    z-index: 2;
}

.index1_con ul {
    position: absolute;
    left: 800px;
    top: 40px;
    ;
    z-index: 1;
}

.index1_con ul li {
    width: 400px;
    height: 65px;
    line-height: 65px;
    ;
    background-color: #00a54f;
    border-radius: 32px;
    margin-bottom: 10px;
    text-indent: 100px;
    ;
}

.index1_con ul li:nth-child(2n) {
    background-color: #0a4d91;
}

.index1_con ul li a {
    color: #fff;
    font-size: 20px;
    ;
}

.index4_top {
    width: 100%;
    float: left;
    /* color: #fff; */
    /* margin-top: 10px; */
}

.index4_top p {
    float: left;
    width: 750px;
    /* colosr: #fff; */
}

.index4_top dl {
    width:100%;
    float: left;
}

.index4_top dl dt p {
    width: 100%;
    float: left;
    font-size: 28px;
    font-weight: normal;
	display: flex;
	flex-direction: row;
    line-height: 40px;    position: relative;font-size: 46px;color: #333333;
}
.index4_top dl dt
{
	display: flex;
	flex-direction: column;
	width: 100%;
}
.index4_top dl dt b {
    font-size: 32px;	color: #0067ac;margin-left: 20px;
}

.index4_top dl dt p::after {
    content: "";
    position: absolute;
    width: 46px;
    height: 6px;
    background-color: #0067ac;
    left: 0px;
    top: 70px;
    border-radius: 5px;
}

.index4_top dl dt span,.index4_top dl dt span img{
	width: 100%;
}
.index4_top dl dt em{
	width: 100%;
	float: left;font-size: 22px;	color: #333333;
	
}
.index4_top dl dt i {
    width: 100%;
    float: left;
 font-size: 14px;
 color: #666;
    padding-top: .3rem;
    padding-bottom:.5rem;
    line-height:.5rem;
}

.index4_top dl dd {
    width: 100%;
    float: left;
}

.index4_top dl dd a {
    width: 5rem;
	margin: 0px calc((100% - 5rem)/2);
    height:.9rem;
    line-height:.9rem;
    text-align: center;
    display: inline-block;
   background-color: #0067ac;
    font-size: 14px;
	color: #fff;
    /* border-radius: 5px; */
}

.index4_top dl dd a:hover {
    background: #e77c1c;
    color: #fff;
}


/*å…³äºŽæˆ‘ä»¬--åˆ‡æ¢æ•ˆæžœ*/
p.index_p{
	
	     text-align: center;
	     display: inline-block;
		 width: 100%;
		 font-size: .5rem;
		 padding: .4rem 0px .2rem;
	 
	  color: #333333;
	  padding: ;
	     float: left;
}
.index4_con_bot {
    width: 80%;
    float: left;
    /* border-bottom: solid 1px #e0e0e0; */

		padding: .2rem 10% .4rem;
	
		background-color: #ffffff;
		box-shadow: 3px 7px 21px 0px 
			rgba(0, 0, 0, 0.04);
		border-radius: 3px;
}


.Box_con2 {
    position: relative;
}

.Box_con2 .conbox {
    width: 100%;
    /* padding: 0px 10px; */
    float: left;
    overflow: hidden;
    height: 2.5rem; 
}

.Box_con2 .conbox ul {
    position: relative;
    list-style: none;
    left: 0px;
    width: 100%;
    float: left;
}

.Box_con2 .conbox ul li {
    float: left;
    width:2.75rem;
    margin-top: .2rem;
    margin-right: .2rem;
    text-align: center;
    font-size: 0.14rem;
    color: #333;
    line-height: .4rem;
}

.Box_con2 .conbox ul li a {
    width: 100%;
    float: left;
    display: inline-block
}

.Box_con2 .conbox ul li img {
    display: block;
    width: 100%;
    float: left;
}

.Box_con2 .conbox ul li b {
    padding-top: .05rem;
    width: 100%;
    display: inline-block;
	font-size:14px;
}

.Box_con2 .btn3 {
    position: absolute;
    line-height: 2.3rem;
    z-index: 3;
    cursor: pointer;
    display: block;
    font-size: .5rem
}
.Box_con2 .btn3 img{
	width: .2rem;
}
.Box_con2 .btn_l3 {
    left: -.5rem;
}

.Box_con2 .btn_r3 {
    right: -.5rem;
}



 .index3 {
     width: 100%;
     float: left;
     background-color: #f8f8f8;
     height: 720px;
 }
 
 .index4_con_bot_tit {
     width: 100%;
    
 }
 
 .index4_con_bot_tit ul {
     display: table;
     margin: 0px auto;
 }
 
 .index4_con_bot_tit li {
     float: left;
     position: relative;
     padding: 0px 10px;
     font-size: 24px;
     color: #333333;
 }
 
 .index4_con_bot_tit li a {
     text-align: center;
     display: inline-block;
 
  font-size: 36px;	color: #333333;
  padding: ;
     float: left;
 }
 
 
 .index7 {
     width: 100%;
     float: left;
     padding-bottom: 50px;
     ;
 }
 
 .firm_tit {
     width: 100%;
     float: left;
     margin-bottom: 20px;
     font-weight: normal;
     line-height: 42px;
     height: 42px;
     border-bottom: 1px solid rgba(192, 192, 192, .4);
     ;
 }
 
 .firm_tit p {
     float: left;
     color: #666;
 }
 
 .firm_tit p b {
     font-size: 20px;
     color: #666;
     cursor: pointer;
     height: 40px;
     display: inline-block;
     margin-right: 40px;
     ;
 }
 
 .firm_tit p b.hover {
     font-size: 20px;
     border-bottom: 3px solid #1170d3;
     color: #1170d3;
 }
 
 
 /* .tit_col_80b{font-size: 20px; color: #0067ac} */
 
 .firm_tit span {
     font-size: 14px;
     color: #2e2e2e;
     float: right;
     display: inline-block;
     text-transform: uppercase;
 }
 
 .firm_tit span a {
     color: #1170d3;
 }
 
 .index_news {
     width: 100%;
     float: left;
	 background: #fff;
     /* padding-bottom: 70px; */
 }
 
 .news_l {
     width: 100%;
     float: left;
 }
 
 .news_r {
     float: left;
     width: 500px;
     height: 490px;
     /* padding: 0px 20px; */
     /* border: solid 1px #eeeeee; */
 }
 
 
 .news_l_con {
     
     width: 100%;
     float: left;
    
 }
 
 
 .news_lcon dl {
   width:100%;
     color: #666666;
     float: left;
     margin-bottom:.3rem;
 	/* margin-top: 30px; */
 	cursor: pointer;
	background: #f8f8f8;
 }
 
 .news_lcon dl dt {
  width: 90%;
  padding: 20px 5%;
   	/* height: 559px; */
     float: left;
	 background: #f8f8f8;
 }
 
 .news_lcon dl dt img {
     float: left;
 }
 
 .news_lcon dl dd {
   width: 90%;
   padding: 0px 5% .2rem;
 	color: #666;
 	display: flex;
 	flex-direction: row;
	justify-content: space-between;
 	align-items: center;
 }
 .news_lcon dl dd p,.news_lcon dl dd  span {
 	display: flex;
 	flex-direction: column;
 	align-items: flex-start;
 	justify-content:center;
 	/* height: 80px; */
 }
  .news_lcon dl dd p{
	  width:5rem;
	  margin-left: .2rem
  }
  .news_lcon dl dd  span{
	  flex:1;
	  display: inline-flex;
	  justify-items: center;
	  align-items: center;
	  border-right: 1px solid #e1e1e1;
  }
  .news_lcon dl dd span {
	/*  width: 1.5rem; */
  }
 .news_lcon dl dd span b{line-height: .7rem;font-size:.6rem;color: #0067ac;}
 .news_lcon dl dd span i{	font-size: .24rem;color: #666666;}
 .news_lcon dl dd p em{height:s.4rem;font-size: .28rem;line-height:.4rem;	color: #333333;}
 .news_lcon dl:hover dd p em{
 	color: #0067ac;
 }
 .news_lcon dl dd p i{font-size: .26rem;line-height:.4rem;	color: #666666;  width:100%;

				 
				 }
 
 .news_lcon ul {
     width:100%;
     float: left;
 }
 
 .news_lcon ul li {
   width: 100%;
 }
 .news_lcon ul li a{
   width: 90%;
   padding: 10px 5%;

   float: left;
   display: flex;
   flex-direction: row;
   margin-bottom: .3rem;
   padding-bottom:.3rem;
   background: #f8f8f8
     ;
 }
 .news_lcon ul li:last-child a{
 	border: none;
 }
 .news_lcon ul li p {
 flex:1;
 }
 .news_lcon ul li span {
	 width: 4.7rem;
	 margin-left: .2rem;
	  display: inline-flex;
	  justify-items: center;
	  align-items: center;
	  flex-direction: column;
 }
 
 .news_lcon ul li em,
 .news_lcon ul li strong {
     width: 100%;
     float: left;
     display: inline-block;
     color: #333;
 }
 
 .news_lcon ul li em {
font-size: .28rem;line-height:.4rem;
     ;
 }
 
 .news_lcon ul li strong {
  font-size: .26rem;line-height:.4rem;	color: #666666;  width:100%;
overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:2;
 }
 
 .news_lcon ul li:hover em {
   color: #0067ac;
 }
 

/*首页--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: #0067ac;
    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;
    width: 100%;
    float: left;
    position: fixed;
    bottom: 0px;
    z-index: 9
}

.index_icon {
    width: 100%;
    float: left;
    bottom: 0px;
    z-index: 999;
    position: relative;
}

.index_icon ul {
    height: 60px;
    background: #0067ac;
    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: #0067ac;
}

.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;
    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:15px;
}

.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;
	font-size:14px;
}

.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: #0067AC;
    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: #ff6600;
    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 #0067AC
}

.factorycon ul li:hover a b,
.factorycon ul li.hover a b {
    color: #0067AC
}

.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 #0067AC
}

.honorcon ul li:hover a b,
.factorycon ul li.hover a b {
    color: #0067AC
}

.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: #0067AC;
    border: 1px solid #0067AC;
    color: #fff;
    text-align: center;
}

.pages li.active a {
    background: #0067AC;
    color: #fff;
    border: 1px solid #0067AC;
}

.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: #0067AC;
}

.faqcon dl dt a {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #0067AC;
}

.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: 70%;
    overflow: hidden;
    float: left;
    color: #666;
    font-size: 14px;
}
.faqcon ul li p a{
    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: 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: 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.75rem;
    height: 36px;
    line-height: 36px;
    border: 1px solid #d8d8d8;
    float: left;
    padding-left: 5px;
}

.lycon ol li textarea {
    width: 4.75rem;
    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: #0067AC
}

.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: #0067AC;
}

.newscon dl dt a {
    width: 100%;
    float: left;
    font-size: 14px;
    color: #0067AC;
}

.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: 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;
	line-height:50px;
}

.productcon ul li a {
    width: 100%;
/*    display: inline-block;*/
    font-size: 14px;
}

.productcon ul li img {
    width: 100%;
    padding: 0.05rem;
    border: 0.01rem solid #d6d6d6;
    float: left;
}

.productcon ul li b {
    width: 100%;
    line-height: 32px;
    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 #0067AC
}

.productcon ul li:hover a b,
.productcon ul li.hover a b {
    color: #0067AC
}

.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: #0067AC;
    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: #0067AC;
}

.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_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;
}

.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;
	line-height:50px;
}
.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
}