﻿@charset "utf-8";
@import url("../css/common/grid.css");/*网格*/
@import url("../css/common/layout.css");/*整体框架*/
@import url("../css/common/icon.css");/*图标*/
@import url("../css/navi/navi_02.css");/*02导航*/
@import url("../css/banner.css");/*幻灯片*/
@import url("../css/navi/classify_01.css");/*侧栏样式*/
@import url("../css/adorner/01/A_style.css");/*01装饰器*/
@import url("../css/adorner/02/A_style.css");/*02装饰器*/
@import url("../css/links.css");/*友情链接*/
@import url("../css/kefu.css");/*在线客服*/
@import url("../css/common/doc.css");/*自定义文档*/
@import url("../css/animate.min.css");


.content {
	position: relative;
}
.content .pre, .content .next{
	position: absolute;
	display:block;
	width: 45px;
    height: 99px;
	top: 200px;
	z-index: 99; 
	filter: alpha(opacity=10);
    -moz-opacity: .1;
    opacity: .1;
    -webkit-transition: All .5s ease;
    -moz-transition: All .5s ease;
    -o-transition: All .5s ease;
}
.content .pre a, .content .next a {
	display: block;
	width: 45px;
	height: 99px;
}
.content .pre {
	left: 130px;
	background-image: url(../images/index.png);
    background-position: -112px 0;
}
.content .next{
	right: 130px;
	background-image: url(../images/index.png);
	background-position: -158px 0;
}
.side {
    position: fixed;
    width: 50px;
    height: 200px;
    right: 0;
    top: 50%;
    margin-top: -200px;
    z-index: 100;
}
.side ul li {
    width: 50px;
    height: 50px;
    border-radius: 6px 0 0 6px;
    float: left;
    position: relative;
    margin-bottom: 1px;
}
.side ul li .sidebox {
	position:absolute;
	width: 50px;
	height: 50px;
	border-radius: 6px 0 0 6px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden;
}
.side ul li .sidebox0 {
	position:absolute;
	width: 50px;
	height: 50px;
	border-radius: 6px 0 0 6px;
	top:0;
	right:0;
	transition:all 0.3s;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	color:#fff;
	font:14px/54px "微软雅黑";
	overflow:hidden;
}
.side ul li .sidetop {
	width: 50px;
	height: 50px;
	line-height: 50px;
	border-radius: 6px 0 0 6px;
	display:inline-block;
	background:#000;
	opacity:0.8;
	filter:Alpha(opacity=80);
	transition:all 0.3s;
}
.side ul li .sidetop:hover {
	background:#ae1c1c;
	opacity:1;
	filter:Alpha(opacity=100);
}
.side ul li img {
	float:left;
}
.wechat:hover .weixin-logo {
	width: 170px;
	height: 204px;
}
.weixin-logo {
	background: url(../../images/elevator.png) no-repeat;
	background-position: 0 0;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: -154px;
	left: -171px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
.weibo:hover .app-logo {
	width: 170px;
	height: 185px;
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
	-o-transform: rotate(360deg);
}
.app-logo {
	background: url(../../img/text/elevator.png) no-repeat;
	background-position: 0 26%;
	width: 0px;
	height: 0px;
	overflow: hidden;
	position: absolute;
	top: -18px;
	left: -171px;
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	-o-transition: all .3s;
}
/* 悬浮客服 */
.floating_ck {
	position:fixed;
	right:0;
	top:30%;
	display: none;
}
.floating_ck dl dd {
	position:relative;
	width: 60px;
	height: 70px;
	background-color:#646577;
	border-bottom:solid 1px #555666;
	text-align:center;
	background-repeat:no-repeat;
	background-position:center 20%;
	cursor:pointer;
	border-radius: 6px 0 0 6px;
}
.floating_ck dl dd:hover {
	background-color:#c30d23;
	border-bottom:solid 1px #a40324;
}
.floating_ck dl dd:hover .floating_left {
	display:block;
}
.consult {
	background-image:url(../img/kefu/telicon.png);
}
.words {
	background-image:url(../img/kefu/zxicon.png);
}
.words .qq_qrcode {
    background: url(../img/kefu/qq_qrcode.png) no-repeat top left;
    width: 0px;
    height: 0px;
    overflow: hidden;
    position: absolute;
    top: -45px;
    left: -161px;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    -ms-transition: all .3s;
    -o-transition: all .3s;
}
.words:hover .qq_qrcode {
    width: 160px;
    height: auto;
    padding: 40px 0 0;
    display: block;
}
.words .qq_qrcode ul {
	padding: 10px 4px;
    border: 1px solid #ddd;
	background: #fff;
	text-align: center;
}
.words .qq_qrcode li {
    height: 30px;
    line-height: 30px;
}

.words .qq_qrcode li a {
    display: block;
    width: 150px;
    height: 30px;
    line-height: 30px;
}

.words .qq_qrcode li a img {
    width: 25px;
    height: 25px;
    margin-right: 5px;
	vertical-align: middle;
}
.qrcord {
	background-image:url(../img/kefu/wxicon.png);
}
.return {
	background-image:url(../img/kefu/fanhui.png);
}
.floating_ck dd span {
	color:#fff;
	display:block;
	padding-top:44px;
}
.floating_left {
	position:absolute;
	left:-160px;
	top:0px;
	width:160px;
	height:70px;
	background-color:#c30d23;
	border-bottom:solid 1px #a40324;
	display:none;
}
.floating_left a {
	color:#fff;
	line-height:80px;
}
.floating_left a p {
	color:#fff;
	line-height:30px;
}
.floating_left a p.ti {
	font-size: 14px;
	padding-top: 5px;
}
.floating_left a p.txt {
	font-size: 18px;
}
.floating_ewm {
	height:210px;
	top:-90px;
}
.floating_ewm i {
	background-image:url(../img/erweima.png);
	display:block;
	width:145px;
	height:145px;
	margin:auto;
	margin-top:7px;
}
.floating_ewm p {
	color:#fff;
	margin-top:5px;
}
.floating_ewm .qrcord_p01 {
	font-size:12px;
	line-height:20px;
}
.floating_ewm .qrcord_p02 {
	font-size:18px;
}

.com_title {
	width: 100%;
	height: 50px;
	text-align: center;
	margin-bottom: 30px;
}
.com_title h3 {
	height: 26px;
	background: url(../images/title.png) no-repeat center center;
	font-size: 26px;
	color: #c30d23;
	line-height: 26px;
	font-weight: normal;
	margin-bottom: 5px;
}
.com_title p {
	color: #9b9b9b;
	font-size: 14px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.index_about {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.index_about .threeBox {
	width: 1200px;
	height: 490px;
}
.index_about .threeBox li {
	width: auto;
	height: 490px;
	float: left;
}
.index_about .word h4 {
    width: 100%;
    font-size: 18px;
    font-weight: normal;
    text-align: center;
    margin: 20px 0 15px;
}
.index_about .word h4 a {
    color: #505050;
}
.index_about .word h4 a::after {
    content: "";
    margin: 10px auto 0;
    height: 2px;
    width: 40px;
    background: #cfcfcf;
    display: block;
}
.index_about .word p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    color: #a0a0a0;
    text-align: center;
    margin-bottom: 15px;
}
.index_about .word a.view {
    display: block;
    width: 128px;
    height: 38px;
    font-size: 14px;
    line-height: 38px;
    margin: 0 auto;
    color: #909090;
    text-align: center;
    border: 1px solid #e3e3e3;
}

.index_about .threeBox .part01 {
	width: 525px;
	height: 490px;
}
.index_about .part01 .video {
	width: 525px;
	height: 245px;
	overflow: hidden;
	position: relative;
}
.index_about .part01 .video i {
    display: block;
    position: absolute;
    width: 525px;
    height: 245px;
    top: 0;
    left: 0;
    background: url(../images/play_btn.png) no-repeat center center;
}
.index_about .part01 img {
	width: 525px;
	height: 245px;
}
.index_about .part01 .word {
	padding: 30px;
	width: 463px;
	height: 183px;
	border: 1px solid #e5e5e5;
	background: #fff;
}

.index_about .threeBox .part02 {
	width: 339px;
	height: 490px;
}
.index_about .part02 .word {
	padding: 30px;
	width: 277px;
	height: 183px;
	border: 1px solid #e5e5e5;
	background: #fff;
} 
.index_about .part02 .picture {
	width: 339px;
	height: 245px;
	overflow: hidden;
}
.index_about .part02 img {
	width: 339px;
	height: 245px;
}

.index_about .threeBox .part03 {
	width: 336px;
	height: 490px;
}
.index_about .part03 .picture {
	width: 336px;
	height: 245px;
	overflow: hidden;
}
.index_about .part03 img {
	width: 336px;
	height: 245px;
}
.index_about .part03 .word {
	padding: 30px;
	width: 274px;
	height: 183px;
	border: 1px solid #e5e5e5;
	background: #fff;
} 

.index_about ul li img {
	-webkit-transition: all 0.4s linear -1ms;
    -moz-transition: all 0.45s linear -1ms;
    -ms-transition: all 0.4s linear -1ms;
    -o-transition: all 0.4s linear -1ms;
    transition: all 0.4s linear -1ms;
}
.index_about ul li a:hover img, .index_about ul li:hover img {
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow:hidden;
	z-index:1;
}
.index_about ul li:hover .word {
	border: 1px solid #c30d23;
	background: #c30d23;
	-webkit-transition: all 0.4s linear -1ms;
    -moz-transition: all 0.45s linear -1ms;
    -ms-transition: all 0.4s linear -1ms;
    -o-transition: all 0.4s linear -1ms;
    transition: all 0.4s linear -1ms;
}
.index_about ul li:hover .word p, .index_about ul li:hover .word h4, .index_about ul li:hover .word a {
	color: #fff;
}


.index_products {
	width: 100%;
	overflow: hidden;
	padding: 30px 0;
}
.index_products .pro_list {
	width: 1248px !important;
	margin-left: -23px;
	height: auto;
	overflow: hidden;
	position: relative;
}
.index_products .pro_list .prev { 
	background: url(../images/turnL.png) no-repeat center center;
	width: 40px; 
	height: 40px; 
	position: absolute; 
	left: 23px; 
	top: 50%;
	margin-top: -12px;
	z-index: 999; 
}
.index_products .pro_list .next { 
	background: url(../images/turnR.png) no-repeat center center;
	width: 40px; 
	height: 40px; 
	position:absolute; 
	right: 23px; 
	top: 50%;
	margin-top: -12px;
	z-index: 999;  
}
.index_products .pro_list .prev:hover {
	background: url(../images/turnL_h.jpg) no-repeat center center; 
}
.index_products .pro_list .next:hover {
	background: url(../images/turnR_h.jpg) no-repeat center center; 
}
.index_products .pro_list ul { 
	overflow: hidden; 
	zoom:1; 
}
.index_products .pro_list .layB li { 
	width: 370px;
	height: 335px;
	display:inline; 
	float: left;
	margin: 15px 23px; 
}
.index_products .pro_list .item_img {
	width: 370px;
	height: 250px;
	overflow: hidden;
}
.index_products .item_img img {
	width: 370px;
	height: 250px;
	-webkit-transition: all 0.2s linear -1ms;
    -moz-transition: all 0.2s linear -1ms;
    -ms-transition: all 0.2s linear -1ms;
    -o-transition: all 0.2s linear -1ms;
    transition: all 0.2s linear -1ms;
}
.index_products .pro_list a:hover img {
	-webkit-transition: all 0.2s linear -1ms;
    -moz-transition: all 0.2s linear -1ms;
    -ms-transition: all 0.2s linear -1ms;
    -o-transition: all 0.2s linear -1ms;
    transition: all 0.2s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow:hidden;
	z-index:1;
}
.index_products .pro_list .item_text {
	width: 330px;
	height: 45px;
	padding: 20px;
	background: #fff;
	-webkit-transition: all 0.2s linear -1ms;
    -moz-transition: all 0.2s linear -1ms;
    -ms-transition: all 0.2s linear -1ms;
    -o-transition: all 0.2s linear -1ms;
    transition: all 0.2s linear -1ms;
	overflow: hidden;
}
.index_products .pro_list a:hover .item_text {
	background: #c30d23;
	-webkit-transition: all 0.2s linear -1ms;
    -moz-transition: all 0.2s linear -1ms;
    -ms-transition: all 0.2s linear -1ms;
    -o-transition: all 0.2s linear -1ms;
    transition: all 0.2s linear -1ms;
}
.index_products .item_text .title_cn {
	font-size: 18px;
	color: #505050;
}
.index_products .item_text .title_en {
	font-size: 12px;
	color: #a9a9a9;
}
.index_products .pro_list a:hover .item_text p {
	color: #fff;

}


.index_news {
	width: 100%;
	overflow: hidden;
	padding: 0 0 30px;
}
.index_news .newsBox {
	width: 100%;
	height: 450px;
	overflow: hidden;
	margin-bottom: 30px;
}
.index_news .box_left {
	width: 580px;
	height: 450px;
	overflow: hidden;
}
.index_news .box_left a {
	width: 580px;
	height: 450px;
	display: block;
	background: #fff;
}
.index_news .box_left .new_img {
	width: 580px;
	height: 300px;
	overflow: hidden;
}
.index_news .box_left .new_img img {
	width: 580px;
	height: 300px;
	-webkit-transition: all 0.4s linear -1ms;
    -moz-transition: all 0.45s linear -1ms;
    -ms-transition: all 0.4s linear -1ms;
    -o-transition: all 0.4s linear -1ms;
    transition: all 0.4s linear -1ms;
}
.index_news .box_left .instro {
	width: 540px;
	height: 100px;
	padding: 24px 19px;
	overflow: hidden;
	border: 1px solid #e7e7e7;
}
.index_news .box_left .instro h3 {
	font-size: 16px;
	color: #353535;
	font-weight: normal;
	margin-bottom: 10px;
}
.index_news .box_left .time {
    font-size: 12px;
    float: right;
    font-weight: normal;
}
.index_news .box_left .text {
	font-size: 14px;
	color: #818181;
}
.index_news .box_left a:hover  {
	background: #c30d23;
}
.index_news .box_left a:hover  img {
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow:hidden;
	z-index:1;
}
.index_news .box_left a:hover h3, .index_news .box_left a:hover p {
	color: #fff;
}

.index_news .box_right {
	width: 585px;
	height: 450px;
	overflow: hidden;
}
.index_news .box_right li {
	width: 585px;
	height: 130px;
	margin-bottom: 30px;
}
.index_news .box_right li a {
	width: 583px;
	height: 128px;
	display: block;
	border: 1px solid #e7e7e7;
	background: #fff;
}
.index_news .box_right .npic {
	width: 247px;
	height: 128px;
	overflow: hidden;
}
.index_news .box_right .npic img {
	width: 247px;
	height: 128px;
	-webkit-transition: all 0.4s linear -1ms;
    -moz-transition: all 0.45s linear -1ms;
    -ms-transition: all 0.4s linear -1ms;
    -o-transition: all 0.4s linear -1ms;
    transition: all 0.4s linear -1ms;
}
.index_news .box_right a:hover  img {
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow:hidden;
	z-index:1;
}
.index_news .box_right .list {
	width: 290px;
	height: 88px;
	padding: 20px;
}
.index_news .box_right .list h3 {
	font-size: 16px;
	font-weight: normal;
	color: #434343;
	margin-bottom: 10px;
}
.index_news .box_right .list p {
	color: #818181;
	font-size: 12px;
}
.index_news .box_right li a:hover {
	background: #c30d23;
}
.index_news .box_right li a:hover h3, .index_news .box_right li a:hover p {
	color: #fff;
} 

.index_news .more a {
    position: relative;
    display: block;
    width: 245px;
    height: 47px;
    border-radius: 40px;
    text-align: center;
    line-height: 47px;
    color: #323233;
    border: 1px solid #ccc;
    margin: 0 auto;
    overflow: hidden;
    z-index: 999;
    font-size: 14px;
    -webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.index_news .more a:before {
	content:'';
	position:absolute;
	top:0;
	left:0;
	width:0;
	height:47px;
	background:#db241d;
	z-index:-1;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.index_news .more a:hover {
	color:#fff;
}
.index_news .more a:hover:before {
	width:245px;
}


.index_contact {
    width: 100%;
    overflow: hidden;
    padding: 30px 0;
}
.index_contact .contact li {
	width: 333px;
	height: 53px;
	padding: 25px;
	border: 1px solid #e4e4e4;
	border-radius: 3px;
	float: left;
	margin-right: 20px;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.index_contact .contact li:hover {
	background: #c30d23;
	border: 1px solid #c30d23;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.index_contact .contact li.email {
	margin-right: 0;
}
.index_contact .contact li .item_icon {
	width: 50px;
	height: 50px;
	overflow: hidden;
}
.index_contact .contact li .item_icon img {
	display: none;
}
.index_contact .contact .add .item_icon {
	background: url(../images/icon01.png) no-repeat center center; 
}
.index_contact .contact .tel .item_icon {
	background: url(../images/icon02.png) no-repeat center center; 
}
.index_contact .contact .email .item_icon {
	background: url(../images/icon03.png) no-repeat center center; 
}
.index_contact .contact li:hover.add .item_icon {
	background: url(../images/icon001.png) no-repeat center center; 
}
.index_contact .contact li:hover.tel .item_icon {
	background: url(../images/icon002.png) no-repeat center center; 
}
.index_contact .contact li:hover.email .item_icon {
	background: url(../images/icon003.png) no-repeat center center; 
}
.index_contact .contact .item_word .con_title {
	font-size: 14px;
	color: #6b6b6b;
	line-height: 20px;
	margin-top: 6px;
}
.index_contact .contact .item_word .con_instro {
	font-size: 12px;
	color: #6b6b6b;
	line-height: 20px;
}
.index_contact .contact li:hover .item_word p {
	color: #fff;
	-webkit-transition: all .3s ease-in;
    -moz-transition: all .3s ease-in;
    -ms-transition: all .3s ease-in;
    transition: all .3s ease-in;
}
.index_contact .messages {
	width: 1160px;
	height: auto;
	padding: 19px;
	border: 1px solid #e3e3e3;
}
.index_contact .messages li {
	width: 340px;
	height: 35px;
	border-bottom: 1px solid #e0e0e0;
	float: left;
	margin-right: 70px;
	margin-bottom: 40px;
}
.index_contact .messages li.email {
	margin-right: 0;
}
.index_contact .messages li input {
	background: none;
	border: none;
	width: 340px;
	height: 35px;
}
.index_contact .messages li.text {
	width: 100%;
	height: 115px;
}
.index_contact .messages li textarea {
	width: 100%;
	height: 110px;
	border: none;
	background: none;
	padding: 0;
}
.index_contact .messages .submit a {
	display: block;
	width: 120px;
	height: 36px;
	line-height: 36px;
	background: #464646;
	color: #fff;
	text-align: center;
	margin: 0 auto;
}
.index_contact .messages .submit a:hover {
	background: #c30d23;
}


.inside {
	padding-bottom: 40px;
}
.inside .item_title {
    padding-bottom: 30px;
    padding-top: 40px;
}
.inside .item_title .title_cn {
    font-size: 24px;
    color: #444;
    text-align: center;
    margin-bottom: 10px;
}
.inside .item_title .title_en {
    color: #a1a1a1;
    font-family: "Open Sans", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
}
.category {
    text-align: center;
    padding-bottom: 30px;
}
.category a {
    line-height: 16px;
    height: 16px;
    padding: 8px 16px;
    color: #616161;
    border: #d2d2d2 1px solid;
    margin-right: 2px;
    display: inline-block;
    transition: all 0.3s ease-out 0s;
}
.category a.cur, .category a:hover {
    background: #292929;
    color: #fff;
    border-color: #292929;
}


.new_list li {
    height: 180px;
    border-bottom: 1px solid #ddd;
    margin-bottom: 20px;
    width: 100%;
}
.new_list .news_two_box {
    width: 1200px;
    height: 180px;
    padding-top: 10px;
    position: relative;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.new_list .news_two_img {
    width: 234px;
    height: 130px;
    padding: 16px 0;
    float: right;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.new_list .news_two_txt {
    width: 750px;
    float: left;
    padding: 36px 0 28px 155px;
    transition: all .3s ease-out 0s;
}
.ser_but i {
    width: 15px;
    height: 9px;
    background: url(../img/common/icon.png) no-repeat -110px -11px;
    display: block;
    margin: 13px 0 0 11px;
}
.new_list .news_two_date {
    position: absolute;
    left: 0;
    float: left;
    padding-top: 30px;
}
.new_list .news_two_date {
    width: 80px;
    float: right;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
    color: #999;
    padding: 36px 66px 0 0;
    transition: all .3s ease-out 0s;
}
.ser_but {
    position: absolute;
    top: 90px;
    left: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    border: 1px solid transparent;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
}
.news_two_box:hover .ser_but { 
	background: #e62129; 
	border: 1px solid #e62129; 
	margin-left: 0; 
}
.news_two_box:hover .ser_but i {
    background: url(../img/common/icon.png) no-repeat 0 -70px;
}
.news_two_date span {
    float: left;
    line-height: 36px;
    font-size: 24px;
    font-family: HELVETICANEUELTPRO-THEX, "微软雅黑";
}
.news_two_txt span {
    font-size: 18px;
    color: #393939;
    display: block;
    height: 24px;
    overflow: hidden;
    margin-bottom: 20px;
    transition: all .3s ease-out 0s;
}
.news_two_txt i {
    height: 52px;
    color: #7D7D7D;
    line-height: 24px;
    display: block;
    overflow: hidden;
    font-style: normal;
    transition: all .3s ease-out 0s;
    font-size: 14px;
}
.news_two_img img {
    width: 234px;
    height: 130px;
}
.news_two_date i {
    float: left;
    color: #ABABAB;
    font-size: 0;
}
.news_two_txt span::before {
	width: 35px;
	height: 1px;
	content: '';
	background: #e62129;
	position: absolute;
	top: 56px;
	left: 90px;
	transition: all 0.3s ease-out 0s;
}
.news_two_box:hover .news_two_txt { 
	padding-left: 175px; 
}
.news_two_box:hover .news_two_txt span::before {
	width: 60px;
	transition: all 0.3s ease-out 0s;
	background: #e62129;
}
.news_two_box:hover .news_two_date span { 
	color: #e62129; 
}
.news_two_box:hover .news_two_txt span {
    color: #e62129;
}

.news_detail .text_title {
    font-size: 20px;
    font-weight: normal;
}
.news_detail .text {
    padding: 25px 0 25px;
    line-height: 22px;
    border-bottom: 1px solid #f0f0f0;
}

.Paging  {
    text-align: center;
    height: 25px;
    line-height: 25px;
    padding: 35px 0;
}
.Paging a, .Paging span {
    color: #999;
}
.Paging .share {
	margin: 25px 0 0;
	display: block;
}
.Paging .share #bdshare {
	width: 250px;
	height: 27px;
	margin: 0 auto;
	float: none;
}
.content .news_detail  .pre, .content .news_detail  .next {
	position: inherit;
    background: none;
    display: initial;
    opacity: 1;
}
.Paging span.pre a {
    width: auto;
    height: 25px;
    display: inline-block;
    background: url(../img/common/prenext.png) no-repeat 0 0;
    padding-left: 30px;
}
.Paging span.next a {
	width: auto;
    height: 25px;
    display: inline-block;
	background: url(../img/common/prenext.png) no-repeat;
    background-position: 0 -39px;
    margin: 0 30px;
	padding-left: 30px;
}
.Paging span.return a {
	width: auto;
    height: 25px;
    display: inline-block;
	background: url(../img/common/prenext.png) no-repeat;
    background-position: 0 -75px;
	padding-left: 30px;
}
.Paging span  a:hover  {
	color: #db241d;
}


.messages {
	width: 570px;
	overflow: hidden;
	margin: 0 auto;
}
.messages li {
	width: 100%;
	height: auto;
	overflow: hidden;
	margin-top: 15px;
}
.messages li input {
    width: 498px;
    border: 1px #ccc solid;
    border-radius: 3px;
    height: 40px;
    line-height: 40px;
    text-indent: 10px;
    background: none;
}
.messages li textarea {
    width: 494px;
    border: 1px #ccc solid;
    border-radius: 3px;
    height: 118px;
    line-height: 40px;
    text-indent: 10px;
    background: #fff;
}
.messages li.submit a {
    width: 100px;
    display: block;
    border: 1px #c30d23 solid;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #c30d23;
    font-size: 14px;
    cursor: pointer;
    border-radius: 3px;
}


.products_list .productitem {
    background: none;
    width: 120px;
    height: auto;
    margin-right: 15px;
    margin-bottom: 20px;
    margin-bottom: 90px;
    float: left;
    position: relative;

}
.products_list .product_img {
	width: 120px;
	height: 120px;
	overflow: hidden;
	border-radius: 50%;
}
.products_list .product_img img {
    width: 120px;
    height: 120px;
    -webkit-transition: all 0.4s linear -1ms;
    -moz-transition: all 0.45s linear -1ms;
    -ms-transition: all 0.4s linear -1ms;
    -o-transition: all 0.4s linear -1ms;
    transition: all 0.4s linear -1ms;
}
.products_list .productitem a:hover img {
	-webkit-transition: all 0.4s linear -1ms;
	-moz-transition: all 0.45s linear -1ms;
	-ms-transition: all 0.4s linear -1ms;
	-o-transition: all 0.4s linear -1ms;
	transition: all 0.4s linear -1ms;
	transform: scale(1.1);
	-ms-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	overflow:hidden;
	z-index:1;
}
.products_list .productitem a .product_info {
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0);
    position: absolute;
    left: 0;
    top: 0;
    transition: all ease-out .3s;
}
.products_list .productitem a .product_info div {
    position: absolute;
    height: 70px;
    width: 100%;
    bottom: -70px;
    margin-top: 0;
    top: auto;
    background-color: transparent;
    transition: all 0.3s ease-out 0s;
    z-index: 3;
}

.products_list .productitem a::after {
    content: "+";
    width: 50px;
    height: 50px;
    line-height: 50px;
    display: inline-block;
    position: absolute;
    top: 0%;
    left: 50%;
    z-index: 10;
    opacity: 0;
    color: rgb(255, 255, 255);
    font-size: 40px;
    text-align: center;
    font-family: "Times New Roman", 微软雅黑;
    margin: 0px auto 0px -26px;
    border-radius: 50px;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 0.498039);
    border-image: initial;
    transition: all 0.6s cubic-bezier(0.17, 0.84, 0.44, 1) 0s;
}
.products_list .productitem:hover a::after { 
	margin-top: -26px; 
	top: 50%; 
	opacity: 1; 
}
.products_list .productitem a:hover .product_info {
    background: rgba(0,0,0,.5);
}
.products_list .productitem a:hover .product_info div {
	background: #c30d23;
}
.products_list .productitem a:hover .product_info div p {
    color: #fff;
}
.products_list .productitem .product_info p.title {
    margin-top: 10px;
    color: #666;
    text-align: left;
    padding: 0;
    font-size: 13px;
    text-indent: 5px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.products_list .productitem .product_info p.subtitle {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #999;
    text-align: left;
    text-indent: 5px;
}


.news_right .other, .news_right .sort {
	width: 258px;
	height: auto;
	border: 1px solid #f1e2f1;
	padding: 10px 20px;
}
.news_right .other h4, .news_right .sort h4 {
    color: #424242;
    line-height: 30px;
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 10px;
    border-bottom: 1px solid #eee;
    padding-bottom: 8px;
}
.news_right .other ul li, .news_right .sort ul li {
	line-height: 20px;
	list-style: disc;
    width: 230px;
    margin-left: 20px;
    border-bottom: 1px dashed #ddd;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.news_right .other ul li a, .news_right .sort ul li a {
	color: #555;
}


.pro_detai {
	border: 1px solid #ddd;
	padding: 0 0 30px;
}
.pro_detai .text_title {
	font-weight: normal;
	font-size: 24px;
}
.pro_detai .text {
    width: 800px;
    margin: 0 auto;
}