/* CSS Document */
.swiper-wrapper { height:auto;}

.ejdh{}
.ejdhw{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2.5% 0%;
    border-bottom: solid 1px #e2e2e2;
}
.ejdhw a{
    width: 180px;
    height: 50px;
    text-align: center; color:#000;
    border: solid 1px #eee;
    line-height: 50px;
    border-radius: 50px;
    margin: 0% 1%;
    box-shadow: 0 0 9px rgb(0 0 0 / 9%);
    transition: all ease 0.5s;
}
.ejdhw a:hover{
    background:#0e6eb8;
    color: #fff;
    box-shadow: 0 0 0;
    border: solid 1px #0166b3;
}
.ejdhw a.cur{
    background: #0e6eb8;
    color: #fff;
    box-shadow: 0 0 0;
    border: solid 1px #0166b3;
}



/* aboutMenu */
.gsjjny { width:1300px; margin:0 auto; line-height:40px; font-size:16px;}

/*չʾ*/
#tabss {
	width: 1300px;
	margin: 0 auto;
}

#tabss li {
	float: left;
	 
	height: 50px;
	line-height: 50px;
	text-align: center; 
	font-size: 16px;
	margin-right: 15px;
	text-align: center;
	width: 115px;
	color: #000;
	margin-bottom: 12px;
}

#tabss li a {
	float: left;
	background: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	text-align: center;
	width: 115px;
	color: #000; border:#CCCCCC solid 1px;overflow:hidden;
}

#tabss li.currents {
	background:#DADADA;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	width: 115px;
	margin-right: 15px;
	color: #000;
	cursor: pointer;
}

#tabss li.currents a {
	background:#DADADA;
	height: 50px;
	line-height: 50px;
	text-align: center;border:#DADADA solid 1px;
	font-size: 16px;
	width: 115px;
	color: #000;
	cursor: pointer;
}


#tabss li:hover {
	background: #DADADA;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	width: 115px;
	margin-right: 15px;
	color: #666;
	cursor: pointer;
}

#tabss li:hover a {
	background:#DADADA;
	height: 50px;
	line-height: 50px;
	text-align: center;border:#DADADA solid 1px;
	font-size: 16px;
	width: 115px;
	color: #000;
	cursor: pointer;
}

.y-product-navswitchs{width:1200px;margin:auto;}

.y-product-navswitch {width: 100%;margin-top: 15px;}
.y-product-navswitch .y-navswitch-outer { text-align: center; cursor: pointer; position: relative;}
.y-product-navswitch .y-navswitch-outer>div {display: inline-block;color: #333;font-size: 16px;/* border-bottom: solid 2px #fff; */}
.y-product-navswitch .y-navswitch-outer>div{display: inline-block;font-size: 14px;color: #333333;background: url(/ljskin/images/aboutmenubg04.png) no-repeat center;height: 70px;line-height: 70px;margin: 15px 20px 0 20px;width: 160px;text-align: center;background-size: 100%;}
.y-product-navswitch .y-navswitch-outer>div:hover{background: url(/ljskin/images/aboutmenubg04.png) no-repeat center;background-size: 100%;}
.y-product-navswitch .y-navswitch-outer>div:hover .spana{color:#fff;}


.y-product-navswitch .y-navswitch-outer>div a{color: #333;font-size: 15px;}
.y-product-navswitch .y-navswitch-outer>div.cur, .y-product-navswitch .y-navswitch-outer>div:hover { color: #2471ca; border-bottom-color: #2471ca; }

.y-product-navswitch .y-navswitch-inner {width: 100%;font-size: 16px;text-align: center;background-color:#f4f4f4;border-top: solid 1px #ececec;position: relative;/* left: 0; *//* top: 94px; */float: left;z-index: 9;border-radius: 25px;} 
.y-product-navswitch .y-navswitch-inner span {width: 100%;height: 36px;line-height: 36px;margin-top: 12px;color: #666;cursor: pointer;float: left;border-bottom: 2px solid #eee;}
.y-product-navswitch .y-navswitch-inner span a{color:#666;}
.y-product-navswitch .y-navswitch-inner span a.cur, .y-product-navswitch .y-navswitch-inner span a:hover {color: #2471ca;}
.y-navswitch-inner span:last-child{border-bottom:none;}


/* 新闻动态 */
.page-product-list{
    width: 1200px; margin:0 auto;
    margin-bottom: 50px;
    
}
.page-news-list-item{
    width: 1200px;
    height: 210px;
    background: #f7f7f7;
    box-sizing: border-box;
    padding: 20px;
    margin-bottom: 20px;
}
.pnli-img{
    width: 230px;
    height: 170px;
    float: left;
    overflow: hidden;
}
.pnli-img img{
    width: 100%;
    transition: all .3s;
}
.pnli-text{
    width: 640px;
    float: left;
    margin-left: 30px; font-size:14px;
    transition: all .3s;
}
.pnli-title{
    line-height: 1.5;
    margin-bottom: 10px;
    margin-top: 15px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.pnli-title a{
    font-size: 20px;
    color: #333333;
}
.pnli-content{
    font-size: 14px;
    line-height: 24px;
    color: #666666;
}
.pnli-time-more{
    width: 140px;
    float: right;
}
.pnli-time-more p{
    font-size: 20px;
    color: #999999;
    margin-top: 20px;
}
.pnli-time-more a{
    width: 80px;
    height: 30px;
    display: block;
    line-height: 28px;
    text-align: center;
    box-sizing: border-box;
    border: 1px solid #5ca7ec;
    border-radius: 15px;
    font-size: 12px;
    color: #5ca7ec;
    margin-top: 30px;
    transition: all .3s;
}
.page-news-list-item:hover{
    box-shadow:0 5px 15px rgba(0, 0, 0, .1);
}
.page-news-list-item:hover .pnli-text{
  /*  margin-left: 40px;*/
}
.page-news-list-item:hover .pnli-time-more a{
  /*  margin-left: 20px;*/
    background: #5ca7ec;
    color: #ffffff;
}
.page-news-list-item:hover .pnli-img img{
  /*  transform: scale(1.1);*/
}



/* 分页 */ 

.pager{ width:920px; height:30px; margin:0 auto;}
#pages { padding:10px 0 10px; font-family:宋体;text-align:center; }

#pages a { display:inline-block; height:30px; line-height:30px; background:#fff; border:1px solid #e3e3e3; text-align:center; color:#333; font-size:14px; padding:0 15px}
#pages a.a1 { background:#fff; width:70px; padding:0; text-align:center; }
#pages a:hover { background:#f1f1f1; color:#000; text-decoration:none }

#pages span { display:inline-block; height:30px; line-height:30px; background:#2682d6; border:1px solid #2682d6; color:#fff;  font-size:14px;text-align:center;padding:0 15px}
.page .noPage { display:inline-block; width:56px; height:20px; line-height:20px; background:url(../img/icu/titleBg.png) repeat-x 0 -55px ; border:1px solid #e3e3e3; text-align:center; color:#a4a4a4; }

.page-main{
    width: 1200px;
    margin: 0 auto;
    display: table;
    margin-top: -40px;
    position: relative;
    z-index: 10;
}
/* 新闻详情 */
.page-news-details{
    width: 1200px;
    box-sizing: border-box;
}
.pnd-content-title{
    border-bottom: 1px solid #eee;
    padding-bottom: 15px;
}
.pnd-content-title h4{
    text-align: center;
    font-size: 30px;
    font-weight: normal;
    margin-top: 50px;
    margin-bottom: 30px;
}
.pnd-content-title span{
    font-size: 14px;
    color: #999999;
    display: inline-block;
    line-height: 16px;
    padding-left: 20px;
}
.pnd-content-title span.sort{
    background: url(../images/sort.png) left top no-repeat;
}
.pnd-content-title span.time{
    background: url(../images/time.png) left top no-repeat;
    margin-left: 20px;
}
.pnd-content-title span.eyes{
    float: right;
    background: url(../images/eyes.png) left top no-repeat;
}

.pnd-content-text{
    font-size: 14px;
    color: #333;
    line-height: 30px;
    margin-top: 30px;
    border-bottom: 1px solid #eee;
}
.pnd-content-text img{
    display: block;
    max-width: 100%;
    margin: 40px auto;
}
.pnd-content-text p{
    margin-bottom: 20px;
    text-indent: 2em;
}
.pnd-content-page{
    margin-top: 50px;
}
.pnd-content-page p{
    line-height: 40px;
}
.pnd-content-page span{
    color: #999999;
}
.pnd-content-page a{
    margin: 0 10px;
    color: #666666;
}
.pnd-content-page .pre{
    width: 50%;
    float: left;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pnd-content-page .next{
    width: 50%;
    float: right;
    text-align: right;
    font-size: 14px;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.pnd-content-page .next span{
    
}


.bg_main{padding-bottom: 50px;min-height: 640px;}
.showPro{padding: 50px 0;}
.showPro .reLink{margin-bottom: 0;}
.showPro .showContxt{padding: 30px 0 35px;color: #666;font-size: 14px;line-height: 30px;text-align: justify;}
.showPro .showContxt img{width: 100%;height: auto !important;}
.showPro .showimgCon{padding: 0 0 30px;font-size: 16px;line-height: 32px;}
.showPro .showimgCon .txtcon{width: 720px;height: 423px;float: right;position: relative;}
.showPro .showimgCon .txtcon .tit{position: relative;font-size: 20px;margin-bottom: 15px;color: #3295ef;font-weight: bold;line-height: 24px;padding-bottom: 14px;border-bottom: 1px solid #dddddd;padding-right: 60px;}
.showPro .showimgCon .txtcon .tit .goBack{position: absolute;right: 0;top: 0;color: #999999;font-size: 14px;display: block;font-weight: normal;cursor: pointer;}
.showPro .showimgCon .txtcon .tit .goBack s{width: 20px;height: 20px;background-position: -440px -62px;margin-left: 6px;}
.showPro .showimgCon .txtcon .tit .goBack:hover{color: #047fcc;}
.showPro .showimgCon .txtcon .txt{font-size: 16px;line-height:35px;color: #666;text-align: justify;}
.showPro .showimgCon .txtcon .txt .item{margin-bottom: 7px;max-height:280px;overflow: hidden;}
.showPro .showimgCon .txtcon .tel-btn{width: 100%;position: absolute;left: 0;bottom: 0;border-top: 1px solid #ddd;padding-top: 40px;}
.showPro .showimgCon .txtcon .tel-btn .btn{width: 118px;float: right;height: 40px;line-height: 40px;margin-top: 5px;font-size: 20px;text-align: center;color: #fff;cursor: pointer;background:#e83227;}
.showPro .showimgCon .txtcon .tel-btn .btn:hover{background: #333;}
.showPro .showimgCon .txtcon .tel-btn .tel{width: 280px;float: left;}
.showPro .showimgCon .txtcon .tel-btn .tel span,
.showPro .showimgCon .txtcon .tel-btn .tel strong{display: block;color: #666666;}
.showPro .showimgCon .txtcon .tel-btn .tel s{width: 42px;height: 42px;display: block;float: left;margin-right: 15px;margin-top: 4px;background-position: -315px -30px;}
.showPro .showimgCon .txtcon .tel-btn .tel span{font-size: 16px;line-height: 20px;}
.showPro .showimgCon .txtcon .tel-btn .tel strong{font-size: 28px;line-height: 28px;}
.showPro .showimg{width: 442px;position: relative;float: left;overflow: hidden;}
.showPro .showimg .bigimg{width: 440px;height:440px;display: block;position: relative;border: 1px solid #dddddd;}
.showPro .showimg .bigimg .list{width: 5000%;}
.showPro .showimg .bigimg .list li{width: 440px;height: 440px;float: left;border: 0;margin-right: 1px;}
.showPro .showimg .bigimg .list img{width: 100%;height: 100%;display: block;transition: all ease 300ms;}
.showPro .showimg .smallimg{width: 440px;height: 100px;position: relative;padding-top: 10px;z-index: 10;overflow: hidden;}
.showPro .showimg .list{width: 357px;overflow: hidden;position: relative;margin: 0 auto;}
.showPro .showimg .listcon{width: 600% !important;position: relative;}
.showPro .showimg .prev,
.showPro .showimg .next{width: 20px;height: 100px;z-index: 10;position: absolute;top:10px;cursor: pointer;background:#3295ef url(../images/show-btn-ico.png) no-repeat 0 center;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.showPro .showimg .prev:hover,
.showPro .showimg .next:hover{background-color:#3295ef;}
.showPro .showimg .prev{left: 0;background-position: 3px center;}
.showPro .showimg .next{right: 0;background-position: -84px center;}
.showPro .showimg li{width: 94px;height: 94px;margin-right: 28px;float: left;cursor: pointer;position: relative;border: 3px solid #fff;-webkit-transition: all .3s ease-in-out 0s;-moz-transition: all .3s ease-in-out 0s;transition: all .3s ease-in-out 0s;}
.showPro .showimg li img{width: 100%;height: 100%;display: block;}
.showPro .showimg li.on{width: 94px;height: 94px;border: 3px solid #3295ef;}
.w1200{width: 1200px;margin: 0 auto;}
.icon3{background-image: url("../images/icon3.png");display: inline-block;vertical-align: middle;}
.relateTit{height: 58px;line-height: 58px;border-bottom: 1px solid #e4e4e4;margin: 0 auto;width: 1200px;}
.relateTit h3{font-size: 18px;display: inline-block;*display: inline;*zoom: 1;position: relative;}
.relateTit h3 .line{width: 100%;height: 2px;display: block;position: absolute;left: 0;bottom: -1px;background: #3295ef;}

/* reLink*/
.reLink{height: 38px;line-height: 38px;padding: 0 15px;margin-bottom: 50px;background: #f4f4f4;}
.reLink .nextLink,
.detail .reLink .prevLink{width: 50%;}
.reLink .nextLink{text-align: right;}
.reLink a{-webkit-transition: all ease 500ms;-moz-transition: all ease 500ms;-ms-transition: all ease 500ms;-o-transition: all ease 500ms;transition: all ease 500ms;}
.reLink a:hover{color: #052f67;}
.gshjpic { text-align:center;}
.gshjpic img { max-width:800px; margin:0 auto;}

.blk-xs{width:270px;}
 .pro2_erji {
    background: #f0f0f0;
}

.cplik {border-bottom:#CCCCCC dotted 1px;}
.pro2_l {
    float: left;
    width: 270px;
	 background: #f0f0f0;
}

.pro2_l .pro2_t {
    background: #3295ef; text-align:center;
    height: 81px;
}

.pro2_l .pro2_t b {
    display: block;
    font-size: 32px;
    color: #ffffff;
    height: 81px;
    line-height: 81px;
    font-weight: normal;
}

.pro2_ctg h3 {
    background: #f0f0f0;
    height: 46px;  
}

.pro2_ctg h3 a {
    display: block;
    font-size: 20px;
    color:#484848;
    height: 46px;
    line-height: 46px;
    padding-left: 32px;
    font-weight: normal;
    background: url(/ljskin/images/category-navli.png) no-repeat 10px -470px;
    margin-left: 10px;
}


.pro2_ctg h3 a:hover {  color: #000;
   /* background: url(/ljskin/images/ys-icon2.png) 12px center no-repeat;*/
    transition: .3s;
    font-weight: bold;}

.pro2_erji p a {

    font-size: 20px;
    height: 46px;
    line-height: 46px;
    padding-left: 25px;
	margin-left: 20px;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    display: -webkit-box;
    text-overflow: ellipsis;
   background: url(/ljskin/images/category-nav.png) no-repeat -386px center;
}

.pro2_erji p a:hover {  color: #000;
   /* background: url(/ljskin/images/ys-icon2.png) 12px center no-repeat;*/
    transition: .3s;
    font-weight: bold;}
	
	 .cbgg-01 {
            background: #FF0000;
            text-align: center;
            color: #fff;
            margin-top:15px;
        }
        
        .cbgg-01-img img {
            width: 100%;
            display: block;
        }
        
        .cbgg-01 p {
            padding-top: 15px;
            font-size: 20px;
        }
        
        .cbgg-01 p img {
            vertical-align: middle;
            margin-right: 5px;
            width: 34px;
        }
        
        .cbgg-01 span {
            display: block;
            font-size: 28px;
            font-weight: bold;
            font-family: Arial;
            padding-bottom: 20px;
            padding-top: 10px;
        }
		
		
.prod_row3 {
	padding: 30px 0 0;
	padding-top: 10px;
}

.prod_row3 .divproduct_new_div:after {
	content: '';
	display: block;
	clear: both;
}

.prod_row3 .divproduct_new_div_item {
	float: left;
	width: 285px;
	position: relative;
	height:253px;
	transition: 0.3s all ease-in-out;
	overflow: hidden;
	margin: 10px 20px 50px 0;
}

.prod_row3 .divproduct_new_div_item:nth-child(4n) {
	margin-right: 0;
}

.prod_row3 .divproduct_new_div_item .product_div_item_pic a,
.prod_row3 .divproduct_new_div_item .product_div_item_pic a img {
	display: block;
	width: 100%;
	height: auto; min-height:190px;
	transition: 0.3s all ease-in-out
}

.prod_row3 .divproduct_new_div_item .product_div_item_pic {
	position: absolute;
	width: 275px;
	border: 1px solid #d0d0d0;
	padding: 4px;
	height: 185px;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: auto;
}

.prod_row3 .divproduct_new_div_item .divproduct_new_div_item_content {
	 
	padding: 15px;
	position: absolute;
	width: 275px;
	top: auto;
	left: 0;
	bottom: 0;
}

.prod_row3 .divproduct_new_div_item .divproduct_new_div_item_content:before {
	content: '';
	background: url(../images/y.png) no-repeat center;
	width: 15px;
	height: 20px;
	position: absolute;
	bottom: 23px;
	right: 18px;
	display: block;
	z-index: 2;
}

.prod_row3 .divproduct_new_div_item .divproduct_new_div_item_content:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #d0d0d0;
	display: block;
	left: 0;
	top: auto;
	transition: 0.3s all ease-in-out;
	bottom: -65px;
}

.prod_row3 .divproduct_new_div_item:hover .divproduct_new_div_item_content:after {
	bottom: 0;
	background:#3295ef;
}

.prod_row3 .divproduct_new_div_item:hover .divproduct_new_div_item_content:before {
	content: '';
	background: url(../images/yy.png) no-repeat center;
	width: 15px;
	height: 20px;
	position: absolute;
	bottom: 23px;
	right: 18px;
	display: block;
	z-index: 2;
}

.prod_row3 .divproduct_new_div_item_body {
	transition: 0.3s all ease-in-out;
}

.prod_row3 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_a {
	display: block;
	line-height: 26px;
	font-size: 18px;
	padding: 5px 0 5px;
	color: #222;
	position: relative;
	z-index: 3;
}

.prod_row3 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_a {
	color: #fff;
	transition: 0.3s all ease-in-out;
}

.prod_row3 .divproduct_new_div_item .product_div_item_pic a {
	width: auto;
	height: auto;
}

.prod_row3 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_body {
	line-height: 24px;
	font-size: 13px;
	color: #999;
	position: relative;
	z-index: 3;
	text-align: justify;
}

.prod_row3 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_body {
	transition: 0.3s all ease-in-out;
	color: #aeffc6
}

.prod_row3 .divproduct_new_div_item:hover .product_div_item_pic a img {
	transform: scale(1.1);
}


/*展示*/
#tabs {
	width: 1200px;
	margin: 0 auto;
}

#tabs li {
	float: left;
	 
	height: 50px;
	line-height: 50px;
	text-align: center; 
	font-size: 16px;
	margin-left: 15px;
	text-align: center;
	width: 150px;
	color: #fff;
	margin-bottom: 12px;
	border-radius: 25px;
}

#tabs li a {
	float: left;
	background: #fff;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	text-align: center;
	width: 150px;
	color: #666; border:#CCCCCC solid 1px;overflow:hidden;
	border-radius: 25px;
}

#tabs li.currents {
	background: #3295ef;
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 16px;
	width: 150px;
	margin-left: 15px;
	color: #fff;
	cursor: pointer;
	border-radius: 25px;
}

#tabs li.currents a {
	background:#3295ef;
	height: 50px;
	line-height: 50px;
	text-align: center;border:#3295ef solid 1px;
	font-size: 16px;
	width: 150px;
	color: #fff;
	cursor: pointer;
	border-radius: 25px;
}

#contents {
	width: 1200px;
	margin: 0 auto;
}

#contents ul {
	display: none;
}

.prod_row2 {
	padding: 30px 0 0;
	padding-top: 10px;
}

.prod_row2 .divproduct_new_div:after {
	content: '';
	display: block;
	clear: both;
}

.prod_row2 .divproduct_new_div_item {
	float: left;
	width: 285px;
	position: relative;
	height:348px;
	transition: 0.3s all ease-in-out;
	overflow: hidden;
	margin: 10px 20px 50px 0;
}

.prod_row2 .divproduct_new_div_item:nth-child(4n) {
	margin-right: 0;
}

.prod_row2 .divproduct_new_div_item .product_div_item_pic a,
.prod_row2 .divproduct_new_div_item .product_div_item_pic a img {
	display: block;
	width: 100%; min-height:275px;
	height: auto;
	transition: 0.3s all ease-in-out
}

.prod_row2 .divproduct_new_div_item .product_div_item_pic {
	position: absolute;
	width: 275px;
	border: 1px solid #d0d0d0;
	padding: 4px;
	height: 275px;
	overflow: hidden;
	top: 0;
	left: 0;
	bottom: auto;
}

.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content {
	height: 36px;
	padding: 15px;
	position: absolute;
	width: 255px;
	top: auto;
	left: 0;
	bottom: 0;
}

.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content:before {
	content: '';
	background: url(../images/y.png) no-repeat center;
	width: 15px;
	height: 20px;
	position: absolute;
	bottom: 23px;
	right: 18px;
	display: block;
	z-index: 2;
}

.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	background: #d0d0d0;
	display: block;
	left: 0;
	top: auto;
	transition: 0.3s all ease-in-out;
	bottom: -65px;
}

.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content:after {
	bottom: 0;
	background:#3295ef;
}

.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content:before {
	content: '';
	background: url(../images/yy.png) no-repeat center;
	width: 15px;
	height: 20px;
	position: absolute;
	bottom: 23px;
	right: 18px;
	display: block;
	z-index: 2;
}

.prod_row2 .divproduct_new_div_item_body {
	transition: 0.3s all ease-in-out;
}

.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_a {
	display: block;
	line-height: 26px;
	font-size: 18px;
	padding: 5px 0 5px;
	color: #222;
	position: relative;
	z-index: 3;
}

.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_a {
	color: #fff;
	transition: 0.3s all ease-in-out;
}

.prod_row2 .divproduct_new_div_item .product_div_item_pic a {
	width: auto;
	height: auto;
}

.prod_row2 .divproduct_new_div_item .divproduct_new_div_item_content .divproduct_new_div_item_body {
	line-height: 24px;
	font-size: 13px;
	color: #999;
	position: relative;
	z-index: 3;
	text-align: justify;
}

.prod_row2 .divproduct_new_div_item:hover .divproduct_new_div_item_content .divproduct_new_div_item_body {
	transition: 0.3s all ease-in-out;
	color: #aeffc6
}

.prod_row2 .divproduct_new_div_item:hover .product_div_item_pic a img {
	transform: scale(1.1);
}



/*产品展示*/
.neirong{ width:1300px; margin:0 auto}
.neirong{ line-height:30px;padding-top:60px; font-size:16px;}
.neirong a{color: #646464;}
/*内页联系我们*/
.ditu{ width:50%}
.ditu img{ width:auto!important}
.nylianxi{ width:45%}
.rit-box .top-tit {
border-bottom: 1px dotted #BBBBBB;
padding-bottom: 20px;}
.rit-box .top-tit h3 {font-size: 20px;font-weight:normal; color:#000; margin-bottom:0px;}
.rit-box .top-tit p {font-size: 15px;color: #999999;}
.rit-box .top-tit p font{ color:#1b357f; font-weight:bold; font-size:25px;}
.city li.on, .city li:hover {background-color: #d22e37;}
.city li {float: left;margin-right: 10px;width: 150px;height: 38px;text-align: center;line-height: 38px;font-size: 15px;background-color: #d22e37;}
.city li a{ color:#fff}
.city {width: 420px;display: table;margin-top: 15px;}
.kbm{ margin-top:20px;}