/*头部*/
.head { background:#029C0A;  height:110px;}
.logo { background:#029C0A; padding-top:20px; float:left; width:500px; }
.head-right { width:210px; float:right; overflow:hidden;}
.head-tel { font-size:20px; font-weight:700; text-align:right;  height:30px; line-height:30px; color:#fff;}
.head-400 {font-size:14px;text-align:right;  color:#fff;}
.head-nav { width:640px; float:right;}
.nav_1 {
	width:1200px; margin:0 auto; height: 103px;
}
.nav_1 ul li {
	color:#fff;
	float:left;
	height:46px;
	line-height:46px;
	font-weight:bold;
	text-align:center;
}

.nav_1 ul li a {
	display:block;
	color:#fff;
	font-size:18px;
	font-weight:bold;
	line-height:46px;
	padding-top:30px;
	width:160px; 
	height:109px;
	text-align:center;
}

.nav_1 ul li .current { background:url("../../images/logo-bg-nav.png") no-repeat; width:160px; height:109px; color:#029C0A;}

.nav_1 ul li a.over {
	color:#029C0A;
	 background:url("../../images/logo-bg-nav.png") no-repeat; 
	 width:160px; 
	 height:109px;
 }

.nav_1 ul li span {
	font-size:14px;
	font-weight:bold;
	line-height:46px;
    white-space:nowrap; 
}

.nav_1 ul li span.nub{
	font-size:20px;
    white-space:nowrap; 
    vertical-align:middle;
	line-height:46px;
	text-align:left;
}

.nav_1 ul.right li {
	background:#af1b11;
	padding:0 30px; 
}
.nav_2 {
	position:absolute;
	z-index:9999;
	background:#fff;
	margin-top:6px;
}

.nav_2 a p { 
    color: #F60;
}

.nav_2 a:hover p 
{
     text-decoration:underline;
}

.nav_2 ul {
	display:none;
	border-bottom:15px solid #029C0A;
	border-top:0;
	width:1200px;
	padding:15px 0 ;
}

.nav_2 ul li {
	float:left;
	overflow:hidden;
}

.nav_line_s li {
	border-right:1px solid #DDDDDD;
}

.nav_line_s li:last-child { border-right: none; }

.nav_2 ul li p {
	text-align:center;
	font-weight:700;
	font-size:16px;
    margin-bottom:10px;
}
.nav2-dh { font-size: 18px; border:1px solid #dedede; text-align: center; width: 80%; height: 45px; line-height: 45px; margin: 0 auto;  }
.nav2-dh a {color: #000;}
a:hover .nav2-dh { background: #029C0A; color: #fff;}

.text{ text-align:justify; line-height:25px; padding: 0 20px;}
.baner6 {
    border-top: 6px solid #CCC;
}
.center-block {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
#hot_search {
    background: url(../../images/hot_search_bg.jpg) center repeat-y;
    height: 60px;
    color: #ffffff;
    padding-top: 20px;
}
.hot_keywords {
    float: left;
    color: #fff;
    line-height: 34px;
    font-size: 14px;
}
.hot_keywords a {
    color: #cbd5e6;
    padding: 0 8px;
    transition: .3s;
}
.hot_tel {
    color: #fff;
    height: 40px;
    background: url(../../images/hot_tel.png) left 3px no-repeat;
    padding-left: 59px;
    margin-left:50px;
}
.hot_tel p {
    font-size: 14px;
}
.hot_tel b {
    font-size: 20px;
    font-family: Arial;
}
.pull-right {
  float: right !important;
}
.pull-left {
  float: left !important;
}

.public-module .en-title {
	font-size: 12px;
	color: #F29700;
	letter-spacing: .5px;
	text-align: center;
	padding: 10px 0;
	text-transform: uppercase;
}
.public-module .title {
	color: #333;
	letter-spacing: 1px;
	position: relative
}
.public-module .title h2 {
	font-size: 24px;
	text-align: center;
	margin: 50px 0 0;
	font-weight: 700;
	color: #0050a3;
}
.public-module .sep {
	border: 2px solid #F29700;
	width: 28px;
	height: 0;
	margin: 0 auto
}
.public-module .subtitle {
	font-size: 18px;
	color: #919191;
	text-align: center;
	line-height: 30px;
	margin: 10px 0 30px
}
.scroll_c {
	float: left;
	top: 0;
	left: 0;
	height: 100%;
	z-index: 1;
	margin-top: 20px;
}
.rect-57 {
	position: relative;
	display: block;
	width: 100%;
	height: 0;
	overflow: hidden;
	padding-bottom: 67%;
}
.imgZoom {
	overflow: hidden;
}
.imgZoom img {
	width: 100%;
	height: auto;
	position: relative;
	-webkit-transition: all 0.8s ease-in-out;
	-moz-transition: all 0.8s ease-in-out;
	-o-transition: all 0.8s ease-in-out;
	-ms-transition: all 0.8s ease-in-out;
	transition: all 0.8s ease-in-out;
}
.imgZoom:hover img {
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
.bom-text {
	padding: 10px 1%;
	background-color: #F7F7F7;
	overflow: hidden;
	z-index: 2;
	display: block;
	color: #000;
}
.bom-text:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #029C0A;
    left: 0;
    bottom: -100%;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    z-index: -1;
}
.bom-text:hover {
	background-color: #86be49;
	;
}
.bom-text:hover h2 {
	color: #FFFF00;
	;
}
._name {
	margin: 0;
	text-align: center;
	font-size: 18px;
	height: 34px;
	line-height: 34px;
}

.pr {
	position: relative;
}
._full {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
}
.transitionf {
	transition: all 0.5s ease;
	-moz-transition: all 0.5s ease;
	-ms-transition: all 0.5s ease;
	-o-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}
.bg-hui {background: #F4F6F7;}
.n_case {
}
.n_case .img {
	background: #000
}
.n_case .img,.n_case .img img {
	overflow: hidden;
	width: 100%;
	position: relative;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.n_case .img a>img {
	opacity: 0.8
}

.n_case .con {
	background: #F4FAF4;
	padding:5px 10px;
}

.n_case .con h5,.n_case  .con h5 a {
	font-size: 20px;
	font-weight: 700;
	color: #000;
	margin: 0;
	text-align: center;
}

.n_case .con h5,.n_case  .con h5 a:hover {
	color: #FF6600;
}
.n_case .border { 
	border:1px solid #EEEEEE !important; 
	background: #fff;
	border-top: none !important; }

.n_case .con h5 a span {
	display: inline-block;
	font-weight: bold;
	height: 35px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n_case .con h5 a i {
	float: right;
	font-weight: normal;
	color: #C3C3C3;
	padding-top:13px;
}

.n_case .con h6 {
	font-size: 18px;
	color: #4d4c51;
	text-align: center;
	height: 40px;
	line-height: 40px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.n_case .con hr {
	margin: 0;
}

.n_case .box .img:hover .red-bg {
	opacity: 1;
	visibility: visible;
}

.n_case .img .red-bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	transition: 800ms;
	-webkit-transition: 800ms;
}

.n_case .img .red-bg {
	filter: progid:DXImageTransform.Microsoft.gradient(enabl ed='true',startColorstr='#CCD4042C', endColorstr='#CCD4042C');
	background: rgba(0,0,0,0.6);
}
.n_case .con01 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	opacity: 0;
	z-index: 10;
	-moz-transition: all 0.6s ease-in-out;
	-webkit-transition: all 0.6s ease-in-out;
	-o-transition: all 0.6s ease-in-out;
	-ms-transition: all 0.6s ease-in-out;
	transition: all 0.6s ease-in-out;
}
.n_case .con01 img {
	position: absolute;top:50%;left:50%;transform: translate(-50%, -50%);
	max-width: 120px;	
}
.cp_title {
    font-size: 30px;
    font-weight: 500;
    color: #555555;
    height: 50px;
    line-height: 30px;
    /*border-bottom: 1px solid #dedede;*/
    text-align: center;
}
.cp_ss {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #dedede;
    padding-left: 50px;
    font-size: 18px;
    font-weight: 700;
    color: #008cd6;
}
.cp_ss a {
    color: #008cd6;
}
.cp_con {
    margin: 6px 0 0 50px;
    width: 358px;
    position: relative;
}
.cp_con li {
    line-height: 30px;
    font-size: 16px
}
.cp_con .wx {
    position: absolute;
    width: 30%;
    height: auto;
    top: 0;
    right: 0;
}
.cp_con .wx img {
    width: 100%;
}
.cp_hz {
    margin: 10px 0 0 50px;
    width: 368px;
}


#s_ys {
	background: url(../../images/s_ys_bg.jpg) center no-repeat;
	height: 766px;
	overflow: hidden;
}
#s_ys .btn_zixun {
	width: 186px;
	height: 54px;
	background: #f69636;
	line-height: 54px;
	text-align: center;
	display: block;
	font-size: 18px;
	color: #fff;
	border-radius: 3px;
	position: absolute;
	left: 100px;
	top: 460px;
}
#s_ys .btn_zixun i {
	display: inline-block;
	width: 21px;
	height: 21px;
	background: url(../../images/s_ys_btn.png) center no-repeat;
	position: relative;
	top: 5px;
	margin-right: 10px;
}

.ys_con ul {
	width: 600px;
	overflow: hidden;
	padding-left: 4px;
	padding-top: 55px;
}
.ys_con ul li {
	width: 235px;
	float: left;
	color: #fff;
	margin-bottom: 25px;
	margin-left: 60px;
}
.ys_con ul li .img {
	width: 235px;
	height: 120px;
	border-radius: 5px;
	border: 3px solid #fff;
}
.ys_con ul li .img img {
}
.ys_con ul li h5 {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 8px;
}
.ys_con ul li h5 font {
	display: inline-block;
	width: 26px;
	height: 26px;
	position: relative;
	top: 5px;
	margin-right: 10px;
}
.ys_con ul li p {
	font-size: 14.5px;
	line-height: 24px;
}
#s_aims {
}
#s_aims li {
	color: #fff;
	position: relative;
	z-index: 0;
	padding:40px;
}
#s_aims li:before {
	content: "";
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	right: 0;
	background: #0050a3;
	display: block;
	z-index: -1;
	transition: .8s;
}
#s_aims li:hover:before {
	width: 100%;
	left: 0;
	right: auto;
}
#s_aims li font {
	display: block;
	width: 30px;
	height: 30px;
	margin-bottom: 25px;
}
#s_aims li span {
	font-size: 18px;
	font-family: arial;
	text-transform: uppercase;
	margin-bottom: 13px;
	display: block;
}
#s_aims li h5 {
	font-size: 18px;
	font-weight: bold;
}
#s_aims li>i {
	display: block;
	width: 35px;
	height: 2px;
	background: #fff;
	margin-top: 25px;
	margin-bottom: 30px;
}
#s_aims li p {
	font-size: 14px;
	line-height: 30px;
	opacity: .85;
	height: 90px;
}
#s_aims li .btn_zixun {
	margin-top: 175px;
	display: block;
	width: 38px;
	overflow: hidden;
	position: relative;
	height: 38px;
	transition: .3s;
	line-height: 36px;
	text-align: center;
	border-radius: 3px;
	border: 1px solid #e0e0e0;
	border-radius: 3px;
}
#s_aims li .btn_zixun a {
	display: block;
	width: 111px;
	height: 38px;
	position: absolute;
	color: #fff;
	right: 0;
}
#s_aims li .btn_zixun i {
	display: inline-block;
	width: 11px;
	height: 5px;
	background: url(../../images/s_aims_arrow.png) center no-repeat;
	margin-left: 10px;
	position: relative;
	top: -3px;
}
#s_aims li:hover .btn_zixun {
	width: 105px;
	border: 1px solid #f39700;
	background: #f39700;
}

#s_bn1 {
	height: 300px;
	background: url(../../images/s_bn1_bg.jpg) center no-repeat;
	color: #fff;
	padding-top: 69px;
}
#s_bn1 .tt {
}
#s_bn1 .tt h5 {
	font-size: 36px;
	font-weight: bold;
	font-style: italic;
	margin-bottom: 12px;
}
#s_bn1 .tt p {
	font-style: italic;
	font-size: 16px;
	margin-bottom: 50px;
}
#s_bn1 .tel {
	width: 699px;
	height: 53px;
	line-height: 51px;
	border-radius: 26px;
	padding-left: 27px;
	border: 1px solid #66a4d3;
	font-size: 18px;
	position: relative;
}
#s_bn1 .tel img {
	width: 25px;
	position: relative;
	top: -2px;
	margin-right: 10px;
}
#s_bn1 .tel b {
	font-size: 35px;
	font-family: arial;
	position: absolute;
}
#s_bn1 .tel .btn_zixun {
	width: 185px;
	height: 53px;
	line-height: 53px;
	text-align: center;
	position: absolute;
	right: -1px;
	top: -1px;
	background: #f39700;
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	border-radius: 52px;
}
#s_shebei {
}
#s_shebei ul {
}
#s_shebei ul li {
	width: 395px;
	height: 245px;
	margin-bottom: 10px;
	position: relative;
}
#s_shebei ul li.guding {
	height: 500px;
}
#s_shebei ul li .sb-txt {
	height: 194px;
	background: #0050a3;
	color: #fff;
	padding: 50px 0 0 50px;
}
#s_shebei ul li .sb-txt h3 {
	font-size: 20px;
	font-weight: bold;
	line-height: 30px;
	margin-bottom: 20px;
}
#s_shebei ul li .sb-txt p {
	margin-bottom: 35px;
	font-size: 14px;
}
#s_shebei ul li .sb-txt .btn {
	font-size: 14px;
}
#s_shebei ul li img {
	width: 100%;
	height: 100%;
	display: block;
}
#s_shebei ul li h5 {
	position: absolute;
	left: 0;
	bottom: 0;
	transition: .5s;
	width: 100%;
	z-index: 9;
	height: 45px;
	line-height: 45px;
	font-size: 15px;
	text-align: center;
	color: #fff;
	background-image: linear-gradient(to top, rgba(0,0,0,.5), transparent);
}
#s_shebei ul li:hover h5 {
	height: 75px;
	padding-top: 30px;
}
#s_liucheng {
	background: url(../../images/s_liucheng_bg.jpg) center no-repeat;
	height: 655px;
	padding: 60px 0;
}
#s_liucheng ul {
	margin: 60px -31px 0;
	overflow: hidden;
}
#s_liucheng ul li {
	text-align: center;
	width: 122px;
	color: #fff;
	float: left;
	margin: 0 29px;
}
#s_liucheng ul li .ico {
	width: 121px;
	height: 138px;
	background: url(../../images/liucheng_li_bg.png) center no-repeat;
	transition: .3s;
}
#s_liucheng ul li:hover .ico {
	background: url(../../images/liucheng_li_bg_on.png) center no-repeat;
}
#s_liucheng ul li .ico font {
	display: block;
	width: 100%;
	height: 100%;
}
#s_liucheng ul li span {
	font-size: 22px;
	font-family: arial;
	display: block;
	margin-top: 25px;
	margin-bottom: 12px;
}
#s_liucheng ul li p {
	font-size: 17px;
}
#s_liucheng .bot {
	text-align: center;
	margin-top: 90px;
}
#s_liucheng .btn_more {
	font-size: 18px;
	color: #fff;
	width: 150px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	background: #f39700;
	border-radius: 3px;
	display: inline-block;
}
#s_liucheng .tel {
	display: inline-block;
	margin-left: 10px;
	height: 50px;
	line-height: 50px;
	background: #f39700 url(../../images/s_case_tel.png) 17px center no-repeat;
	border-radius: 3px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	padding-left: 41px;
	padding-right: 17px;
}
.n_case .box .img:hover img {
	transform: scale(1.05);
}
.n_case .box .img:hover .con01 {
	opacity: 1;
}
.n_case .box .img:hover .con01 img{
	transform: translate(-50%, -50%)  scale(1.05);
}
#s_about {
	height: 770px;
	background: url(../../images/s_about_bg.jpg) center bottom no-repeat;
	padding-top: 20px;
}
#s_about .a_txt {
	margin-left: 80px;
	width: 313px;
	padding-top: 20px;
}
#s_about .tt {
	margin-bottom: 30px;
}
#s_about .tt h3 {
	font-size: 24px;
	color: #373737;
	font-weight: bold;
	margin-bottom: 4px;
}
#s_about .tt span {
	font-size: 14px;
	color: #373737;
	font-weight: bold;
}
#s_about .con {
	font-size: 14px;
	line-height: 28px;
	color: #6b6b6b;
}
#s_about .about_right { padding-left:52px; }
#s_about .btn {
	width: 210px;
	height: 50px;
	text-align: center;
	line-height: 50px;
	text-align: center;
	display: block;
	background: #f39700;
	color: #fff;
	border-radius: 3px;
	margin-top: 67px;
	font-size: 15px;
}
#s_about .img {
	margin-right: 73px;
}
#s_about .img img {
}
#s_about .shuzi {
	margin-top: 50px;
}
#s_about .shuzi ul {
}
#s_about .shuzi ul li {
	text-align: center;
	width: 33%;
	float: left;
}
#s_about .shuzi ul li+li {
	border-left: 1px solid #e4e4e5;
}
#s_about .shuzi ul li span {
	font-size: 36px;
	color: #003e8b;
}
#s_about .shuzi ul li p {
	font-size: 12px;
	color: #b0b0b0;
}
#s_news {
	background: #fff;
	padding-top: 70px;
	padding-bottom: 78px;
}
#s_news .s_tt {
	height: 78px;
	background: url(../../images/s_tt_bg.png) center 40px no-repeat;
	margin-top: 78px;
	margin-bottom: 72px;
}
#s_news .s_tt .m {
	background: url(../../images/s_news_tt.png) center top no-repeat;
	height: 100%;
	padding-top: 43px;
	text-align: center;
	font-size: 22px;
	color: #384249;
}
#s_news .fl {
	width: 240px;
	background: url(../../images/s_news_left_bg.png) right top no-repeat;
	height: 556px;
	float: left;
}
#s_news .fl h4 {
	font-size: 16px;
	color: #b8b9bb;
	font-family: "NewsGoth BT", arial;
	margin-bottom: 30px;
	margin-top: 19px;
}
#s_news .fl h5 {
	font-size: 27px;
	line-height: 40px;
	color: #003e8b;
}
#s_news .fl .more {
	width: 134px;
	height: 108px;
	display: block;
	position: relative;
	background: url(../../images/s_news_more_bg.png) right top no-repeat;
	margin-top: 210px;
}
#s_news .fl .more:before {
	content: "";
	background: url(../../images/s_news_more.png) left bottom no-repeat;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	transition: .3s;
	-webkit-transition: .3s;
}
#s_news .fl .more:hover:before {
	background: url(../../images/s_news_more_on.png) left bottom no-repeat;
}
#s_news .fr {
	float: right;
}
#s_news .fr .box {
	width: 417px;
	float: left;
	margin-left: 58px;
}
#s_news .fr .box .news1 {
	overflow: hidden;
}
#s_news .fr .box .news1 .img {
	width: 417px;
	height: 180px;
	margin-bottom: 35px;
}
#s_news .fr .box .news1 .img img {
	transition: 2s;
	-webkit-transition: 2s;
}
#s_news .fr .box .news1:hover .img img {
	transform: scale(1.1);
}
#s_news .fr .box .news1 .riqi {
	font-size: 27px;
	color: #5f6062;
	font-family: arial;
	float: left;
}
#s_news .fr .box .news1 .riqi span {
	display: block;
	font-size: 18px;
	color: #c2c4c7;
}
#s_news .fr .box .news1 .new_txt {
	width: 363px;
	float: right;
	border-left: 1px solid #e5e5e5;
	padding-left: 18px;
	margin-top: 2px;
	margin-bottom: 35px;
}
#s_news .fr .box .news1 .new_txt h5 {
	font-size: 16px;
	color: #5f6062;
	margin-bottom: 10px;
	transition: .3s;
}
#s_news .fr .box .news1 .new_txt h5:hover {
	color: #003e8b;
}
#s_news .fr .box .news1 .new_txt p {
	font-size: 14px;
	color: #c1c1c1;
}
#s_news .fr .box ul {
}
#s_news .fr .box ul li {
	height: 48px;
	line-height: 48px;
	border-bottom: 1px dotted #bababd;
}
#s_news .fr .box ul li i {
	font-size: 12px;
	color: #d2d4d5;
	margin-right: 8px;
}
#s_news .fr .box ul li h5 {
	display: inline-block;
	font-size: 14px;
	color: #656567;
	transition: .3s;
}
#s_news .fr .box ul li span {
	float: right;
	font-size: 12px;
	color: #adadae;
	font-family: arial;
}
#s_news .fr .box ul li:hover i {
	color: #003e8b;
}
#s_news .fr .box ul li:hover h5 {
	color: #003e8b;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}
.text-justify {
  text-align: justify;
}

#s_links {
	border-top: 1px solid #eee;
}
#s_links .tt {
	position: absolute;
	font-size: 14px;
	left: 15px;
	top: 0;
	line-height: 60px;
	color: #003e8b;
	top: 2px;
}
#s_links .con {
	line-height: 35px;
	padding: 15px 0;
	margin-left: 50px;
}
#s_links .con a {
	margin-left: 23px;
	font-size: 14px;
	color: #555;
	transition: .3s;
	display: inline-block;
}
#s_links .con a+a {
	margin-left: 23px;
}
#s_links .con a:hover {
	color: #003e8b;
}



.my-left { width: 240px }
.my-left .submenubox { padding-bottom: 20px }
.my-left .submenubox .left_title { height: 80px; background: #029C0A; color: #fff }
.my-left .submenubox .left_title h3 { font-size: 24px; font-weight: 700; line-height: 80px; padding-left: 26px; text-transform: uppercase }
.my-left .submenubox .left_title>i { float:right; font-size: 36px; padding-right:30px; width: 28px; height: 28px;  margin-top: 20px }
.my-left .submenu { position: relative }
.my-left .submenu li { display: block }
.my-left .submenu li a.sub1 { height: 60px; line-height: 60px; display: block; padding-left: 28px; background: url(../../images/jtou.png) no-repeat 90% center #fff; font-size: 18px; border: 1px solid #eee; border-top: 0; overflow: hidden }
.my-left .submenu li a.sub1:hover { background: url(../../images/jtou_a.png) no-repeat 90% center #fff; border-left: 2px solid #029C0A; border-right: 1px solid #f5f5f5; color: #029C0A }
.my-left .submenu li.hover a.sub1 { background: url(../../images/jtou_a.png) no-repeat 90% center #fff; border-left: 2px solid #029C0A; border-right: 1px solid #f5f5f5; color: #029C0A }
.my-left .submenu s { width: 2px; height: 61px; display: block; background: #029C0A; position: absolute; left: 0; top: 0 }
.my-left .submenu .box { padding-bottom: 0; background: #f9f9f9; border: 1px solid #eee; border-top: 0; display: none }
.my-left .submenu .box a { color: #333; line-height: 40px; display: block; height: 40px; padding-left: 28px; overflow: hidden }
.my-left .submenu .box a s { width: 10px; height: 10px; margin-right: 8px; display: inline-block; background-position: 2px -178px }
.my-left .submenu .box a:hover, .my-left .submenu .box a.hover { color: #029C0A }
.my-left .submenu li.hover .box { display: block }
.my-left .leftbox { padding: 10px; position: relative; margin-bottom: 20px; border: 1px solid #eee }
.my-left .leftbox .left_title { padding-bottom: 10px; border-bottom: 1px solid #eee; padding-left: 5px }
.my-left .leftbox .left_title h3 { font-size: 18px; font-weight: 400; color: #029C0A; display: block; text-transform: uppercase }
.my-left .leftbox .leftprocomt { padding-top: 10px }
.my-left .leftbox .leftprocomt li { float: left; text-align: center; width: 104px; margin-right: 10px }
.my-left .leftbox .leftprocomt li:nth-child(2n){ margin:0;}
.my-left .leftbox .leftprocomt li img { width: 104px; height: 78px; border-radius: 3px; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s }
.my-left .leftbox .leftprocomt li p { font-size: 12px; line-height: 30px; -webkit-transition: all .3s ease-in-out 0s; -moz-transition: all .3s ease-in-out 0s; transition: all .3s ease-in-out 0s }
.my-left .leftbox .leftprocomt li:hover img { -webkkit-filter: brightness(105%); filter: brightness(105%) }
.my-left .leftbox .leftprocomt li:hover p { color: #029C0A }
.my-left .leftbox .cont { padding-top: 18px; white-space: normal }
.my-left .leftbox .cont .img { float: left; display: block; border: 1px solid #e5e5e5; margin: 0 auto 10px }
.my-left .leftbox .cont img { width: 216px; height: 216px }
.my-left .leftbox .cont li { line-height: 25px; white-space: normal; word-break: break-all; word-wrap: break-word }
.my-left .leftbox .cont .zx { width: 100%; height: 50px; font-size: 20px; line-height: 50px; background: #029C0A; color: #fff; display: block; margin-top: 10px }
.my-left .leftbox .cont .zx>i { width: 50px; height: 50px; display: inline-block; font-size: 23px; text-align: center;  border-right: 1px solid #fff; margin-right: 35px }
.my-left .leftbox .cont .zx:hover { background: #ed8e06 }

.font-table td, .font-table th {
    font-size: 18px;
}



.my-right { width: 100%; }
.right_title { padding-bottom: 10px; border-bottom: 1px solid #eee; text-transform: uppercase }
.right_title h3 { color: #029C0A; font-size: 20px; border-left: 3px solid #029C0A; height: 20px; line-height: 16px; padding-left: 14px; margin-top: 5px }
.sitepath { text-transform: uppercase }
.sitepath a { display: inline-block; white-space: nowrap; color: #2f4056 }
.sitepath a:hover { color: #029C0A }
.stiepath i { color: #029C0A }
.sitepath span { color: #2f4056 }
.my-right .cont { padding: 20px 0 40px; color: #666 }
.my-right .cont .t1 { padding: 0 0 25px; color: #029C0A; font-size: 20px }
.my-right .cont .t2 { color: #029C0A; font-size: 30px; display: block; padding: 30px 0 }

.my-right h1 { text-align: center; font-size: 24px; padding:10px 0 10px 0; font-weight: 700;}
.my-right .content { font-size:20px !important; text-align:justify; padding:20px 0 0; line-height: 28px;}
.my-right .content p{ padding-top: 20px; line-height: 28px !important; font-size: 20px !important; text-align:justify; }
.my-right .content img {
	max-width: 100% !important;
	height: auto;
	text-align: center;
	margin: 0 auto;
}
.my-right .mark {
    color: #999;
    height: 38px;
    line-height: 32px;
    text-align: center;
    margin-bottom: 5px;
    border-top: 1px dashed #e5e5e5;
    border-bottom: 1px dashed #e5e5e5;
    background: #fff;
}
.my-right .related {
    border-top: dashed 1px #ccc;
    margin-top: 15px
}
.my-right .related h4 {
    padding-bottom: 4px;
    font-weight: 700;
    font-size: 18px;
    padding:20px 0 10px 0;
}
.my-right .related {
    padding: 10px 0 0
}
.my-right .related ul {}
.my-right .related li {
    background: url(../../images/fk.gif) no-repeat 5px center;
    line-height: 35px;
    padding-left: 20px;
}
.my-right .related li a {
    color: #666;
}
.list-img { width: 287px; height: 191px; overflow: hidden; display: block;}
.list-img img{ width: 287px; height: 191px; transition: all 0.8s; -webkit-transition: all 0.8s;}
.list-img img:hover { transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); }
.news-list { padding-top: 30px; }
.news-list .item { border-bottom: 1px dashed #E1E1E1; padding: 30px 0; font-family: pingfang sc, microsoft yahei, arial }
.news-list .item:first-child { padding-top: 0 }
.news-list .item a { display: block }
.news-list .item .img { width: 240px; height: 180px; overflow: hidden }
.news-list .item .img img { width: 100%; display: block; height: 100%; -webkit-transition: all ease 300ms; -moz-transition: all ease 300ms; -ms-transition: all ease 300ms; -o-transition: all ease 300ms; transition: all ease 300ms }
.news-list .item .img:hover img { transform: scale(1.06, 1.06) }
.news-list .item .list-txt { width: 630px }
.news-list .item .list-txt h3 { font-size: 18px; line-height: 30px }
.news-list .item .list-txt .desc { padding-top: 10px; color: #999; height: 90px; overflow: hidden; line-height: 24px; margin-bottom: 12px }
.news-list .item .list-txt>span { display: inline-block; font-size: 12px; color: #b7b7b7; padding-right: 26px; line-height: 18px; }
.news-list .item .list-txt span i { width: 20px; height: 18px; display: inline-block; padding-top:3px;}


.col-md-28 {

  position: relative;

  min-height: 1px;

  padding-right: 15px;

  padding-left: 15px;

  width:12.5%;

  float:left;

  text-align:center;

}










.bigmore{width:124px; height:30px; line-height:30px; margin:12px auto 0; display:block; font-size:13px; float:right;}

.bigmore a{background:url(../../images/m_jt.gif) no-repeat left top #01559D; padding-left:23px; display:block; text-align:center; color:#fff;}

.bigmore a:hover{background:url(../../images/m_jt.gif) no-repeat 10px top #fc7e28; padding-left:23px; display:block; text-align:center; color:#fff;transition: all 0.3s ease 0s;}





.index_categroy {

	background: #F7F7F7;

	vertical-align: middle;

	margin-top: 30px;

}

.index_categroy p { font-size:18px; font-weight:600; padding:20px;}





.nav-product { background:#fff; border:1px dotted #CDCDCD !important;}

.nav-product li { border-right:1px dotted #E1E1E1;}

.nav-product li a {font-size:18px; border:none !important;}

.nav-product li:last-child { border-right:none;}

.nav-product li a:hover { color:#000;}

.nav-product > li.active > a,

.nav-product > li.active > a:hover,

.nav-product > li.active > a:focus {

  color: #fff;

  cursor: default;

  background-color: #DE0025;

  border:none !important;

  border-radius:0;

}





/*产品列表页导航*/



.top-nav-b { height:50px; font-size:16px; background:#448AC4;}



.top-nav-b li a{ height:50px; line-height:50px; padding:0;color:#FFF; font-weight:600;}



.top-nav-b li a:hover,.top-nav-b li .current { height:50px; font-weight:600; background:#FF8C00; color:#FFF;}



.top-nav-b li:first-child a{ background:#C01920; color:#FFF; font-weight:600;}





/* 分页 */



#pages {

	padding: 14px 0 10px 0;

	text-align: center;

}

#pages a {

	display: inline-block;

	height: 32px;

	line-height: 30px;

	background: #D4EED5;

	border: 1px solid #C2E7C3;

	text-align: center;

	color: #999;

	padding: 0 10px;

}

#pages a.a1 {

	background: url(../images/admin_img/pages.png) no-repeat 0 5px;

	width: 70px;

	padding: 0;

	background: #D4EED5;

}

#pages a:hover {

	background: #DE0025;

	color: #fff;

	text-decoration: none

}

#pages span {

	display: inline-block;

	height: 32px;

	line-height: 30px;

	background: #029C0A;

	border: 1px solid #028308;

	color: #fff;

	text-align: center;

	padding: 0 10px

}

.page .noPage {

	display: inline-block;

	width: 70px;

	height: 32px;

	line-height: 30px;

	background: url(../img/icu/titleBg.png) repeat-x 0 -55px;

	border: 1px solid #e3e3e3;

	text-align: center;

	color: #a4a4a4;

}



.index-gsjs {

	background: url(../../images/bj_1.jpg) no-repeat center center;

	height: 560px;

	padding-top:40px;

}

.index-gsjs .jieshao { text-align:center; height:120px; line-height:120px; font-size:18px; float:left; width:256px;}

.index-gsjs .sm { line-height:30px; text-align:justify; font-size:15px;}

.index-gsjs .pic { border:1px solid #f7f7f7; background:#FFF; width:100%; height:148px; padding-top:10px; text-align:center; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}





.index-jsan { background: #fff; padding-top: 35px; }

.index-jsan ._con { border-bottom: #E8E8E8 solid 1px; height: 0; padding-bottom: 130%; overflow: hidden; cursor:pointer; }

.index-jsan ._img { height: 0; padding-bottom: 66%; overflow: hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.index-jsan ._info { background: #FAFAFA; padding: 0 4% 15% 4%; overflow: hidden; -webkit-transition: all 0.3s ease; transition: all 0.3s ease; }

.index-jsan ._info ._more { display: block; width: 124px; height: 32px; line-height: 31px; color: #999; text-align: center; background: #fff; border:1px solid #E8E8E8; }

.index-jsan ._info .txt { line-height: 22px; margin-bottom: 17px; height: 50px; background: none; padding: 0;}
.index-jsan ._info .txt:hover { box-shadow: none; }

.index-jsan ._info h3 { font-size: 20px; color: #000; }

.index-jsan ._con:hover ._img { padding-bottom: 60%; }





.scroll-nav {border-top:3px solid #CB0305; height:50px;background:#F7F7F7; line-height:50px; border-bottom:1px solid #DDDDDD;}

.scroll-nav li { border-left:1px solid #E1E1E1; float:left; width:20%; height:47px; text-align:center; }

.scroll-nav li a {font-size:18px; text-align:center;}

.scroll-nav li:last-child { border-right:1px solid #E1E1E1;}

.scroll-nav li a:hover { color:#000;}

.scroll-nav > li.active > a,

.scroll-nav > li.active > a:hover,

.scroll-nav > li.active > a:focus {

  color: #555;

  cursor: default;

  background-color: #fff;

  border-bottom-color: transparent;

}





.scroll-product { background:#414755; }

.scroll-product li { border-right:1px solid #E1E1E1;}

.scroll-product li a {font-size:18px; color:#fff; border:none !important;}

.scroll-product li:last-child { border-right:none;}

.scroll-product li a:hover { color:#fff; background:#46B8DA;}

.scroll-product > li.active > a,

.scroll-product > li.active > a:hover,

.scroll-product > li.active > a:focus {

  color: #fff;

  cursor: default;

  background-color: #DE0025;

  border:none !important;

  border-radius:0;

}





.sroll-nav-title{background: url("../../images/products-green.png") no-repeat scroll 0 0; color:#FFF; font-size:20px; font-weight:600; line-height:50px; height:50px; padding-left:75px;}



.view-table {
    width: 100%
}
.view-table table {
    border: 1px solid #DDD;
    width: 100%;
    margin-bottom:10px;
}
.view-table table td {
    border-width: 1px;
    border-style: solid;
    border-color: #e6e6e6;
    padding:9px 10px;
}
.view-table .cp-hang {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center
}
.view-table .view-table-first td:nth-child(odd) {
    font-weight: 600;
    padding-left: 10px;
    width: 15%;
    background: #FAFAFA
}
.view-table .view-table-second td:nth-child(odd) {
    font-weight: 600;
    padding-left: 10px;
    width: 15%;
    background: #FAFAFA
}
.view-table .view-table-three tr:nth-child(2) {
    font-weight: 600;
    padding-left: 10px;
    width: 15%;
    background: #FAFAFA
}
.view-table .view-table-title-first td:first-child {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #F4F6F7
}
.view-table .view-table-title-second td:first-child {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #F4F6F7
}
.view-table .view-table-title-three td:first-child {
    color: #F60;
    font-size: 16px;
    font-weight: 600;
    text-align: center;
    background: #F4F6F7
}
.view-table table td {
    word-wrap: break-word;
    word-break: break-all
}


.index-shouhou { background:#F5F5F5;}

.index-shouhou .sm {  border:1px solid #fff; background: #fff; padding:10px; line-height:25px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);}





.message_form {margin-top: 15px;}

.message_name {

    background: none repeat scroll 0 0 #fff;

    border: 1px solid #EAEAEA;

    color: #8F8F8F;

    float: left;

    height: 32px;

	font-size:14px; 

    line-height: 32px;

    padding-left: 5px;

    width: 100%;

}

.message_content {

    background: none repeat scroll 0 0 #fff;

    border: 1px solid #EAEAEA;

    color: #8F8F8F;

    height: 120px;

	font-size:14px; 

    line-height: 32px;

    overflow: hidden;

    padding: 1%;

    width: 98%;

}

.message_sub_do{ height:32px; line-height:26px; text-align:center; color:#FFF; width:100%; border:none; font-size:16px; background:#DE0025;}

.message_sub_re{ height:32px; line-height:26px; text-align:center; color:#FFF; width:100%; border:none; font-size:16px;}

.message_about {

    color: #8F8F8F;

    font-size: 14px;

	line-height:25px;

}



.w600 { width:600px;}

.btn-about {

	color: #131E5C;

	background-color: #fff;

	border-color: #F2F2F2;

	height: 45px;

	margin-top: 25px;

	line-height: 45px;

	padding: 0 0 0 20px;

	font-size: 18px;

	opacity: 0.9;

	width:100%;

	border-radius: 2px;

	overflow: hidden;

	text-align:left;

}

.btn-about:hover {

	color: #fff;

	background-color: #D30007;

	border-color: #B90006;

	opacity: 1;

}





.btn-news {

	color: #000;

	background-color: #fff;

	border-color: #F2F2F2;

	height:83px;

	border:none;

	border-bottom:1px solid #dedede;

	line-height: 30px;

	padding: 5px 0 0 20px;

	font-size: 16px;

	opacity: 0.9;

	width:100%;

	border-radius: 2px;

	overflow: hidden;

	text-align:left;

}

.btn-news:hover {

	color: #fff;

	background-color: #D30007;

	border-color: #B90006;

	opacity: 1;

}

.scroll_c:hover .top-Floor {
	top: 0;
}
.scroll_c:hover .bom-text:before ,.scroll_c:hover .bom-text-category:before{
	bottom: 0;
}
.scroll_c:hover .bom-text, .scroll_c:hover .bom-text ._price ,.scroll_c:hover .bom-text-category{
	color: #fff;
}

.products-down {}

.products-down .bg{ height: 90px;  line-height:90px; background: #414755;  font-size:18px; color:#FFF; text-align:center;}

.products-down li:first-child p{ height: 90px;  line-height:90px; background: #46B8DA;  font-size:18px; color:#FFF; text-align:center;}

.products-down .bg a { color:#FFF; background: url(../../images/down.png) left center no-repeat; line-height:1.4em; padding-left:1.9em;}



/*新闻资讯*/

.news { float:right;}

.news li { height:81px; background:#FFF; display:block; width:570px; border-bottom:1px solid #EBEBEB;}

/*.news li:last-child { border-bottom:1px solid #EBEBEB}*/

.news li a:hover { background:#E15354; color:#FFF; display:block; width:570px; height:81px;}

.news li a:hover a{ color:#FFF; }

.news .rq { float:left; width:90px;height:81px; text-align:center; background: url(../../images/rq.jpg) right 4px no-repeat;

}

.news a:hover .rq {background: url(../../images/rq2.png) right 4px no-repeat;} 

.news a:hover .rq .d{ color:#FFF;}

.news a:hover .rq .ym{ color:#FFF;}

.news .rq .d { height:45px; line-height:50px; font-size:22px; color:#B3B3B3;  clear:both; display:block;}

.news .rq .ym { font-size:14px; color:#B3B3B3; display:block;}

.news .bt { line-height:30px; float:left; width:410px; padding:10px 0 0 20px; font-size:16px;}

.news .ck { line-height:81px; float:right; display:block; width:60px; color:#E15354;}

.news a:hover .ck { color:#FFF;}







/* 默认幻灯片 */

.FocusPic{zoom:1;position:relative; overflow:hidden}

.FocusPic .content{overflow:hidden}

.FocusPic .changeDiv a{position:absolute;top:0px;left:0px;display:none;}

.FocusPic .title-bg,.FocusPic .title{position:absolute;left:0px;bottom:0;width:438px;height:30px;line-height:30px;overflow:hidden}

.FocusPic .title-bg{background:#000;filter:alpha(opacity=50);opacity:0.5;}

.FocusPic .title a{display:block;padding-left:15px;color:#fff; font-size:14px;}

.FocusPic .change{bottom:6px;height:20px;right:3px;*right:5px;_right:4px;position:absolute;text-align:right;z-index:9999;}

.FocusPic .change i {background:#666;color:#FFF;cursor:pointer;font-family:Arial;font-size:12px;line-height:15px;margin-right:2px;padding:2px 6px; font-style:normal; height:15px;display:-moz-inline-stack;zoom:1;*display:inline;}

.FocusPic .change i.cur {background:#FF7700;}





.crumbs { width:100%; font-size:16px; height:50px; line-height:50px; font-weight:600; margin-top:10px; background:url(../../images/divider.png) repeat-x left bottom; }




/*内容新*/

#products-title h3 { text-align:center; margin:0 0 15px 0; font-size:20px; font-weight:600; letter-spacing:1px;}
#products-title h3 span { color:#FF9966;}
#products-title .with-line {
	width:100%;
	font-size: 13px;
	color: #848484;
	margin: 0 auto;
	position: relative;
	text-align: center;
	margin-bottom:25px;
}
#products-title .with-line:before {
	content: "";
	border-top: 1px solid #D2D2D2;
	display: block;
	position: absolute;
	width: 40%;
	top: 10px;
	left: 0
}
#products-title .with-line:after {
	content: "";
	border-top: 1px solid #D2D2D2;
	display: block;
	position: absolute;
	width: 40%;
	top: 10px;
	right: 0
}


.products-cptd .block {
    border-bottom: 1px dashed #ddd;
    height: auto;
    overflow: hidden;
    padding: 0 0 30px;
}
.products-cptd .block p{
	line-height:25px;
	padding-top:15px;
}
.products-cptd h4 {font-size: 16px;}
.products-cptd h4 .icon_nb {
    background: rgba(0, 0, 0, 0) url(../../images/icon_nb3.jpg) no-repeat scroll center center;
    color: #fff;
    display: inline-block;
    font-size: 24px;
    height: 70px;
    line-height: 76px;
    margin-right: 25px;
    position: relative;
    text-align: center;
    width: 46px;
}


/*内容标题*/

.products-title h3 { text-align:center; margin:0 0 15px 0; font-size:20px; font-weight:600; letter-spacing:1px;}

.products-title h3 span { color:#FF9966;}

.products-title .with-line {

	width:100%;

	font-size: 13px;

	color: #848484;

	margin: 0 auto;

	position: relative;

	text-align: center;

	margin-bottom:15px;

}

.products-title .with-line:before {

	content: "";

	border-top: 1px solid #D8DADA;

	display: block;

	position: absolute;

	width: 40%;

	top: 10px;

	left: 0

}

.products-title .with-line:after {

	content: "";

	border-top: 1px solid #D8DADA;

	display: block;

	position: absolute;

	width: 40%;

	top: 10px;

	right: 0

}



.ms {  line-height:25px; font-size:16px; text-align:justify; background: url(../../images/cpjj.jpg) no-repeat left top; height:380px; padding:50px 0 10px 0; text-indent:2em;}

.product-title{ font-size:22px; color:#FF4F78; height:50px; line-height:50px; margin:0; font-weight:600;}

.product-price { font-size:18px; line-height:30px; color:#9999B2; font-weight:normal;}

.product-price i { color:#333333; font-style:normal;}



.product-dp { font-size:14px; line-height:30px; color:#9999B2;}

.product-dp span { color:#333333;}



.product-sm {background: url("../../images/fk.gif") no-repeat left 13px; padding-left:15px; line-height:30px; }

.products-icon {
    background: #FBFAFA;
    padding: 30px 0;
    border: 1px solid #EAEAEA;
    height: 70px;
}

.btn-cpinfo {
    color: #fff;
    background-color: #029C0A;
    border-color: #028308;
    width: 358px;
    height: 60px;
    margin-bottom: 15px;
    line-height: 60px;
    padding: 0;
    font-size: 18px;
    display: block;
    text-align: center;
    margin-left: 53px;
}

.btn-cpinfo a { color:#FFF;}



.fd1{ padding:2px 6px; background:#AACE3B; color:#FFF; font-size:12px;}

.fd2{ padding:2px 6px; background:#D9534F; color:#FFF; font-size:12px;}

.fd3{ padding:2px 6px; background:#46B8DA; color:#FFF; font-size:12px;}

.fd4{ padding:2px 6px; background:#F0AD4E; color:#FFF; font-size:12px;}



.cp-title {

	background: #D30007;

	text-align: center;

	width: 250px;

	height: 40px;

	line-height: 40px;

	color: #FFF;

	margin: 50px auto 10px;

	font-size: 24px;

}

.cp-title a {

	color: #FFF;

}

.cp-title-sub {

	width: 900px;

	margin: 0 auto;

	text-align: center;

}

.cp-title-sub li {

	border: 1px solid #dedede;

	text-align: center;

	margin: 10px 7px;

	padding: 0 25px;

	height: 35px;

	line-height: 33px;

	display: inline-block;

}

.cp-title-sub li:hover {

	background: #DF4A4C;

	color: #FFF;

	border: 1px solid #E57304;

}

.cp-title-sub li:hover a {

	color: #FFF;

	transition: all 0.4s ease 0s;

}





.xw {



	padding: 0;



}



.xw .xtitle {



	padding-left: 25px;



	background: url(../../images/jt_xia.jpg) no-repeat 2px 17px;



	font-size: 20px;



	height: 42px;



	line-height: 42px;



	font-weight: bolder;



}



.xw .box {



	padding: 5px 10px 10px 15px;



	padding-bottom: 0;



	margin-bottom: 30px;



	border: none;



	border-top: 1px solid #E3E3E3;



}



.xw .box ul {



}



.xw .box li {



	background: url(../../images/icon2.gif) no-repeat 5px 15px;



	line-height: 36px;



	border-bottom: 1px dashed #E1E3E1;



}



.xw .box li a {



	padding-left: 22px;



	font-size: 14px;



	color: #9A9A9A;



}



.xw .box li a:hover {



	color: #F00000;



}



.xw .more {



	float: right;



	padding-right: 10px;



	font-size: 13px;



}



.xw .fr {



	float: right;



	padding-right: 10px;



	font-size: 13px;



	color: #9A9A9A;



}



.xw .none {



	border-top: none;



}





.txt { background:#FFF; padding:8px; border:1px solid #F5F5F5;}



.txt p { padding:5px 0 10px 5px; text-align:center; color:#F60;}







.txt h3{ font-weight:700; font-size:16px; display:block; height:30px; line-height:30px; margin:10px 0 0; text-align:center; display:block;  overflow:hidden; white-space: nowrap;text-overflow: ellipsis;}



.txt a:hover h3{ color:#FB7E06; }



.txt a:hover p { color:#333333;}







.txt:hover {



    box-shadow: 0 0 8px #9D9D9D;



    transition: box-shadow 0.2s ease-in-out 0s;



}





/*单页公司介绍*/

.page_gsjs {

	width: 100%;

	height: auto;

	background: #fff;

	margin: 0 auto 30px auto;

	padding: 10px 0;

}

.page_gsjs .head {

	width: 100%;

	height: 50px;

	line-height: 50px;

	border-bottom: 1px solid #D8DADA;

	background: #fff;

	padding-bottom: 1px;

}

.page_gsjs .head ul.left {

	clear: #41484d;

	font-size: 16px;

	font-weight: 700;

	width: 600px;

	color:#000;

	float: left;

}

.page_gsjs .head ul.right {

	float: right;

	width: 270px;

	height: 22px;

	line-height: 22px;

	margin-top: 15px;

}

.page_gsjs .head ul.right a {

	color: #41484d;

	height: 22px;

	line-height: 22px;

	padding: 0px 10px;

	float: left;

	display: block;

}

.page_gsjs .head ul.right span {

	display: block;

	height: 22px;

	line-height: 22px;

	float: left;

	width: 20px;

	text-align: center;

	color: #AFB7BD;

}

.page_gsjs .head ul.right a:hover {

	color: #fff;

	background: #009B4D;

	text-decoration: none;

}

.page_gsjs .section {

	width: 100%;

	height: auto;

	padding-left: 20px;

	padding-top: 20px;

	padding-right: 15px;

}

.page_gsjs .section #section-1 img {

	padding: 0;

}

.page_gsjs .section h1 {

	color: #41484d;

	font-size: 16px;

	font-weight: 700;

	text-align: left;

	padding-bottom: 15px;

	background: url(../../images/show_dot.png) no-repeat left 1px;

	padding-left: 40px;

	margin-left: -37px;

	margin-top: 0;

}

.page_gsjs .section p {

	color: #666;

	line-height: 22px;

	text-align: left;

	padding-bottom: 15px;

	text-align: justify;

}

.page_gsjs .section #section-1 {

	padding-left: 30px;

	height: auto;

	border-left: 1px solid #C5C7C8;

	padding-bottom: 30px;

}

.page_gsjs .section #section-2 {

	padding-left: 30px;

	height: auto;

	border-left: 1px solid #C5C7C8;

	padding-bottom: 30px;

}

.page_gsjs .section #section-3 {

	padding-left: 30px;

	height: auto;

	border-left: 1px solid #C5C7C8;

	padding-bottom: 30px;

}

.page_gsjs .section #section-4 {

	padding-left: 30px;

	height: auto;

	border-left: 1px solid #C5C7C8;

	padding-bottom: 30px;

}



/*制造实力*/



.zzsl {

	margin-bottom: 10px;

	padding: 15px 15px 15px;

	background: #FAFAFA;

}

.zzsl:hover {

	background: #0066CC none repeat scroll 0 0;

	border-radius: 2px;

	box-shadow: 0 0 8px #ddd;

	color: #FFF;

	transition: box-shadow 0.2s ease-in-out 0s;

}

.zzsl:hover span {

	color: #fff;

}

.zzsl span {

	color: #0066CC;

	font-size: 42px;

	padding: 0;

	text-align: center;

	width: 322px;

	margin: 0 auto;

	transition: all 0.4s ease-in-out 0s;

}

.zzsl h4 {

	font-size: 20px;

	line-height: 25px;

	font-weight: 700;

	text-align: center;

}

.zzsl p {

	font-size: 13px;

	line-height: 20px;

	color: #6F6F6F;

	text-align: justify;

}

.zzsl:hover p {

	color: #FFF;

}





/*Pricing Head*/



.pricing {

	position: relative;

	border-radius: 3px;

	margin-bottom: 15px;

	box-shadow: 0 0 5px #eee;

}

.pricing:hover {

	box-shadow: 0 0 15px #b5b5b5;

}

.pricing:hover h4 {

	color: #55c931;

}

.pricing-head {

	text-align: center;

}

.pricing-head h3,  .pricing-head h4 {

	margin: 0;

	line-height: normal;

	font-weight: bold !important;

}

.pricing-head h3 span,  .pricing-head h4 span {

	display: block;

	margin-top: 5px;

	font-size: 12px;

	font-style: italic;

}

.pricing-head h3 {

	color: #fafafa;

	padding: 12px 0;

	font-size: 35px;

	font-family: Arial;

	background: #183E63;

	border-radius: 3px 3px 0 0;

	text-shadow: 0 1px 0 #183E63;

	border-bottom: solid 1px #13314E;

}

.pricing-head h4 {

	color: #bac39f;

	padding: 5px 0;

	font-size: 70px;

	font-family: Arial;

	background: #F2F2F2;

	text-shadow: 0 1px 0 #fff;

	border-bottom: solid 1px #f5f9e7;

}

.pricing-head h4 i {

	top: -8px;

	font-size: 28px;

	font-style: normal;

	position: relative;

}

.pricing-head h4 span {

	top: -10px;

	font-size: 14px;

	font-style: normal;

	position: relative;

}

/*Pricing Content*/



.pricing-content {

	margin-top: 10px;

}

.pricing-content li {

	color: #888;

	font-size: 13px;

	padding: 7px 15px;

	border-bottom: solid 1px #f5f9e7;

}

.pricing-content li i {

	top: 2px;

	color: #72c02c;

	font-size: 16px;

	margin-right: 5px;

	position: relative;

}

/*Pricing Footer*/



.pricing-footer {

	color: #777;

	font-size: 11px;

	line-height: 17px;

	text-align: center;

	padding: 0 20px 19px;

	border-radius: 0 0 3px 3px;

}

.pricing-footer a,  .pricing-footer button {

	color: #fff;

	border: none;

	margin-top: 5px;

	font-size: 16px;

	padding: 6px 15px;

	text-align: center;

	border-radius: 2px;

	background: #55c931;

	display: inline-block;

	text-transform: uppercase;

	text-shadow: 0 1px 0 #38b312;

	border-bottom: solid 2px #41b91c;

}

.pricing-footer a:hover,  .pricing-footer button:hover {

	cursor: pointer;

	background: #40ba1a;

	text-decoration: none;

	box-shadow: 0 0 3px #999;

}

/*Priceing Active*/



.price-active,  .pricing:hover {

	z-index: 9;

	margin-top: -15px;

	box-shadow: 0 0 15px #b5b5b5;

}

.price-active h4 {

	color: #55c931;

}

.no-space-pricing .pricing:hover {

	-webkit-transition: box-shadow 0.3s ease-in-out;

	-moz-transition: box-shadow 0.3s ease-in-out;

	-o-transition: box-shadow 0.3s ease-in-out;

	transition: box-shadow 0.2s ease-in-out;

}

.no-space-pricing .price-active .pricing-head h4,  .no-space-pricing .pricing:hover .pricing-head h4 {

	color: #55c931;

	padding: 15px 0;

	font-size: 80px;

	-webkit-transition: color 0.5s ease-in-out;

	-moz-transition: color 0.5s ease-in-out;

	-o-transition: color 0.5s ease-in-out;

	transition: color 0.5s ease-in-out;

}

.hover-effect {

	-webkit-transition: all 0.4s ease-in-out;

	-moz-transition: all 0.4s ease-in-out;

	-o-transition: all 0.4s ease-in-out;

	transition: all 0.4s ease-in-out;

}





/*新闻列表页*/

.h120 {

	height: 210px;

	position: relative;

	border-bottom: 1px dashed #CCC;

	margin-top: 30px;

}

.red-i {

	position: absolute;

	bottom: 40px;

	height: 20px;

	left: 282px;

	right: 0;

	color: #F00;

}

.red-buton {

	position: absolute;

	bottom: 41px;

	height: 20px;

	left: 1080px;

	right: 0;

	color: #F00;

}



/* 内容 */



#Article {

	overflow: hidden

}

#Article, .photo-channel .relevance {

	border: 0px solid #E3E3E3;

	zoom: 1;

	padding: 0;

}

#Article h1 {

	color: #000;

	font-size: 20px;

	font-weight: 700;

	margin-bottom: 6px;

	text-align: center;

	padding: 16px 0 0px;

	border-bottom: 1px solid #e5e5e5

}

#Article h1 span {

	font-size: 14px;

	font-weight: normal;

	line-height: 50px;

	color: #999

}

#Article .content {

	font-size: 16px;

	line-height: 26px;

	color: #000;

	text-align: justify;

}

#Article .content p {

	font-size: 16px;

	line-height: 26px;

	padding-top: 20px;

}

#Article .content img {

	max-width: 900px;

	text-align: center;

	margin: 0 auto;

}

#Article .related {

	border-top: dashed 1px #ccc;

	margin-top: 15px

}

#Article .related h5 {

	padding-bottom: 4px;

	font-weight: 700;

}

#Article .related {

	padding: 10px 0 0

}

#Article .related ul {

}

#Article .related li {

	background: url(../../images/fk.gif) no-repeat 5px 13px;

	line-height: 28px;

	padding-left: 20px;

}

#Article .related li a {

	color: #808080;

}





/*产品简介*/

#products-jianjie { background:#FF6666; padding:10px 20px 25px 20px; color:#f7f7f7; font-size:14px; margin:30px 0;line-height:25px; text-align:justify;}

#products-jianjie h2 { margin:0; text-align:center; font-size:24px; font-weight:700; height:60px; line-height:60px; color:#fff;}





#products-cpys { background:#FFCCCC; padding:10px 20px 25px 20px; color:#333; font-size:15px; margin:10px 0;line-height:25px; text-align:justify; border-radius:5px;}

#products-cpys h2 { margin:0; text-align:center; font-size:22px; font-weight:700; height:60px; line-height:60px; color:#000;}

#products-cpys p { color:#333;}



a:hover #products-cpys { background:#0066CC;}

a:hover #products-cpys h2{ color:#FFF;}

a:hover #products-cpys p{ color:#FFF;}





#products-fa-title { width:150px; background:#FF6666; font-size:20px; height:40px; line-height:40px; color:#FFF; font-weight:600; margin:20px auto 10px; text-align:center; letter-spacing:1px;}





.page {

	font-size: 16px;

	line-height: 26px;

	color: #000;

	text-align: justify;

}

.page p {

	font-size: 16px;

	line-height: 26px;

	padding-top: 20px;

}

.page img {

	max-width: 900px;

	text-align: center;

	margin: 0 auto;

}



.product-img-box{

	height:400px;

	padding-top: 12px;

	-webkit-transition: all 0.4s ease-in-out;

	-moz-transition: all 0.4s ease-in-out;

	-o-transition: all 0.4s ease-in-out;

	transition: all 0.4s ease-in-out;

}

.product-img {

	position: relative;

	margin-top: 5px;

	border: 1px solid #DEDEDE;

	height: 390px;

	overflow: hidden;

	box-shadow: 0 0 5px #F5F5F5;

}

.product-img p {

	padding: 5px 15px 10px;

	text-align: justify;

	color: #666666;

}

.product-img h3 {

	font-weight: 700;

	font-size: 16px;

	display: block;

	height: 30px;

	line-height: 30px;

	margin: 10px 15px 0;

	display: block;

	overflow: hidden;

	white-space: nowrap;

	text-overflow: ellipsis;

}

.product-img-box:hover{

	padding-top: 0px;

}

.product-img-box:hover .product-img {

	z-index: 9;

	box-shadow: 0 0 10px #D5D5D5;

}


/*在线客服*/
.yb_conct {
	position: fixed;
	z-index: 9999999;
	top: 400px;
	right: -127px;
	cursor: pointer;
	transition: all .3s ease;
}

.yb_bar ul li {
	width: 180px;
	height: 53px;
	font: 16px/53px 'Microsoft YaHei';
	color: #fff;
	text-indent: 54px;
	margin-bottom: 3px;
	border-radius: 3px;
	transition: all .5s ease;
	overflow: hidden;
}

.yb_bar .yb_top {
	background: #DE0025 url(../../images/fixCont.png) no-repeat 0 0;
}

.yb_bar .yb_phone {
	background: #DE0025 url(../../images/fixCont.png) no-repeat 0 -57px;
}

.yb_bar .yb_QQ {
	text-indent: 0;
	background: #DE0025 url(../../images/fixCont.png) no-repeat 0 -113px;
}

.yb_bar .yb_ercode {
	/*height:200px;*/
	background: #DE0025 url(../../images/fixCont.png) no-repeat 0 -169px;
}

.hd_qr {
	padding: 0 29px 25px 29px;
}

.yb_QQ a {
	display: block;
	text-indent: 54px;
	width: 100%;
	height: 100%;
	color: #fff;
}




/*==========================================footer=============================================*/
#footer {
	height: 410px;
	background: #038387;
	padding-top: 40px;
	color: #E5E5E5;
	line-height: 30px;
}

.foot-link {}
.foot-link li { margin: 0 10px; float: left; font-size: 18px;}
.foot-link a { color: #E5E5E5; }
.foot-link a:hover { color: #FF9900; }
.flian { color: #E5E5E5;  }
.flian a:hover  { color: #ff0000; }
.foot-contact { border-top: 1px solid #049BA0; }
.foot-contact .tel {
    text-align: center;
    padding-top:20px;
}
.foot-contact .dh {
    text-align: center;
    padding-top:5px;
    color: #fff;
    font-size: 20px;
}