﻿@charset "utf-8";
body {
	background: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	font-family: "Microsoft Yahei";
	font-size: 14px;
	line-height: 1.428571429;
	color: #333333;
}

body,
html {
	height: 100%;
	width: 100%;
}

ol,
ul,
p {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

* {
	font-family: Microsoft Yahei;
}

a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

img,
input {
	border: 0px;
}

ul li {
	list-style: none;
}

ul,
p,
dl,
dt,
dd {
	padding: 0px;
	margin: 0px;
}

em,
i {
	font-style: normal;
}

.left11 {
	float: left;
}

.right11 {
	float: right;
}

.h20 {
	height: 20px;
}

.h30 {
	height: 30px;
}

.h50 {
	height: 50px;
}

.clear {
	clear: both;
}

#header {
	width: 100%;
	height: 120px;
	/*background: #333;*/
}

.top {
	width: 1360px;
	height: 100px;
	margin: 0 auto;
	
	box-sizing: border-box;
}

.top-logo {
	float: left;
	padding-top: 10px;
}

.top-r {
	padding-top: 15px;
	float: right;
}

#hd{
	width: 100%;
	height: 65px;
	background: #000;
}

.hd-navlist {
	display: table;
	width: 1360px;
	margin:0 auto;
}

.hd-navlist .nav-item {
	float: left;
	height: 65px;
	width: 12.5%;
}

.hd-navlist .nav-item>a {
	position: relative;
	display: inline-block;
	width: 100%;
	height: 65px;
	float: left;
	line-height: 65px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.hd-navlist .nav-item>a:before {
	content: "";
	position: absolute;
	left: 50%;
	top: 0;
	width: 0;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.hd-navlist .nav-item:hover>a:before,
.hd-navlist .nav-item.on>a:before {
	left: 0;
	width: 100%;
}

.hd-navlist .nav-item.on>a,
.hd-navlist .nav-item:hover>a {
	color: #fff;
	background: #be0957;
	font-weight: bold;
}


/*二级导航*/

.tnavbox {
	position: absolute;
	width: 100%;
	left: 0;
	top: 185px;
	height: 0;
	background: #F5F5F5;
	text-align: center;
	z-index: 999;
}

.tnav {
	background: #fff;
	padding-top: 35px;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: 400ms;
	-webkit-transition: 400ms;
	text-align: center;
	height: 200px;
	width: 100%;
	margin: 0 auto;
}
.tit{
	width: 90%;
	margin: 0 auto;
	
}

.tit dl {
	color: #484a4c;
	width: 12.5%;
	height: 300px;
	
	display: block;
	float: left;
	margin: 10px 0px;
}
.tit dl dt{
	width: 90%;
	margin: 0 auto;
}
.tit dl dt img{
	width: 100%;
	/*height: 100px;*/
	margin: 4px;
	vertical-align: middle;
	display: block;
	border: solid 1px #ccc;
	box-shadow: 0px 0px 10px #ccc;
}
.tit dl dd{
	width: 100%;
	height: 40px;
	font-size: 16px;
	color: #333;
	text-align: center;
	line-height: 40px;
}
.tit dl dd a{
	color: #333;
}
.tit dl dd a:hover {
	color: #ccc;
}
.tit dl dt img:hover {
	border: solid 1px #be0957;
	box-shadow: 0px 0px 10px #e04c8c;
}

.tnavbox .line {
	z-index: 9;
	width: 20px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	top: 17px;
	background: #a2192b;
	transform: translateY(20px);
	-webkit-transform: translateY(20px);
	opacity: 0;
	visibility: hidden;
	transition: 400ms;
	-webkit-transition: 400ms;
}

.hd-navlist .nav-item:hover .tnavbox .tnav,
.hd-navlist .nav-item:hover .tnavbox .line {
	transform: translate(0);
	-webkit-transform: translate(0);
	opacity: 1;
	visibility: visible;
}

#banner-box {
	width: 100%;
	height: 760px;
	position: relative;
	margin-bottom: 50px;
}

.banner {
	width: 100%;
	height: 760px;
	background: #333;
}

#home-about{
	width: 1400px;
	height: 850px;
	margin: 0 auto;
	padding-top: 70px;
}
#home-about>img{
	float: left;
}
.about-r{
	float: right;
	width: 700px;
	height: 700px;
	/*background: #eee;*/
}
.about-r h2{
	font-size: 30px;
	font-weight:normal;
}
.about-r h3{
	color: #b3004b;
	font-size: 36px;
}
.about-r p{
	font-size: 18px;
	color: #000;
	line-height: 30px;
}
.about-r h4{
	font-size: 24px;
	color: #000;
	line-height: 50px;
	width: 100%;
	text-align: center;
	margin-top: 20px;
}
#home-link{
	width: 100%;
	height: 742px;
	background: url(../img/sy_img03.jpg) top center no-repeat;
	padding: 100px 0px;
	box-sizing: border-box;
}
#home-link>h2{
	font-size: 48px;
	color: #fff;
	width: 100%;
	text-align: center;
	line-height: 80px;
}
#home-link>h2:after{
	content: "";
	width: 200px;
	height: 4px;
	background: #c10554;
	display: block;
	margin: 0 auto;
	
}

.link_box{
	width: 1200px;
	height: 400px;
	margin: 50px auto;
	
}

.link_box dl {
	width: 25%;
	height: 170px;
	display: block;
	float: left;
	margin: 10px 0px;
}
.link_box dl dt{
	width: 70%;
	margin: 0 auto;
}
.link_box dl dt img{
	width: 100%;
	/*height: 100px;*/
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}
.link_box dl dd{
	width: 100%;
	height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	line-height: 60px;
}
.link_box dl dd a{
	color: #fff;
}
.link_box dl dd a:hover {
	color: #ccc;
}
.link_box dl dt img:hover {
	transform: scale(1.1);
}


#home-hd{
	width: 100%;
	height: 811px;
	background: url(../img/sy_img04.jpg) top center no-repeat;
	margin-bottom: 100px;
}
.hd-box{
	width: 1360px;
	margin: 0 auto;
	padding: 150px 0px;
}
.hd-box .hd-r{
	float: right;
	font-size: 20px;
	line-height: 35px;
	width: 800px;
}
.hd-box .hd-r h2{
	font-size: 40px;
	color: #be0957;
	line-height: 70px;
}
#home-news {
	width: 1360px;
	overflow: hidden;
	margin: 0 auto;
}
#home-news>img{
	display: block;
	margin: 0 auto;
}
.news-cont {
	width: 1360px;
	display: table;
}

.news-cont ul {
	width: 100%;
	height: 500px;
}

.news-cont ul li {
	width: 30%;
	height: 180px;
	box-shadow: 0px 0px 7px #ccc;
	margin: 20px 1.1%;
	padding: 20px 20px;
	box-sizing: border-box;
	float: left;
}

.news-cont ul li a {
	font-size: 22px;
	color: #000;
	line-height: 50px;
}

.news-cont ul li:hover a{
	color: #b3004b;
}
.news-cont ul li:hover {
	box-shadow: 0px 0px 7px #f79fc2;
}

.news-cont ul li p {
	font-size: 16px;
	color: #333;
	line-height: 27px;
}

#advantage {
	width: 100%;
	height: 200px;
	background: #fafafa;
}

.advantage {
	width: 1200px;
	margin: 0 auto;
	padding: 40px 0px;
	box-sizing: border-box;
}

.advantage dl {
	width: 20%;
	float: left;
}

.advantage dl dt {
	background: #ceba91;
	width: 100px;
	height: 100px;
	display: block;
	border-radius: 50%;
	margin: 0 auto;
}

.advantage dl dt img {
	margin-left: 15px;
	margin-top: 15px;
}

.advantage dl dd {
	font-size: 18px;
	color: #000;
	text-align: center;
	line-height: 40px;
}

#footer {
	width: 100%;
	height: 430px;
	background: #1b1e2b;
}

.foot {
	width: 1360px;
	height: 300px;
	margin: 0px auto;
	padding: 80px 0px;
	box-sizing: border-box;
}

.foot .b-2weima {
	width: 230px;
	text-align: center;
	float: right;
	font-size: 18px;
	color: #fff;
	line-height: 50px;
}

.foot .b-2weima img {
	display: block;
	margin: 10px auto;
}

.foot .b-lx {
	width: 500px;
	height: 270px;
	border-right: solid 1px #343742;
	float: left;
	padding-right: 30px;
	padding-left: 20px;
}

.foot .b-lx img {
	margin-bottom: 20px;
}

.foot .b-lx b {
	font-size: 40px;
	color: #fff;
	line-height: 40px;
	display: block;
}

.foot .b-lx p {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding-top: 20px;
}

.foot .b-cp {
	width: 230px;
	height: 270px;
	/*border-right: solid 1px #343742;*/
	float: left;
	padding-left: 30px;
}

.foot .b-cp a {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	float: left;
	margin-right: 20px;
	display: block;
	width: 230px;
	height: 30px;
}

.foot .b-cp a:hover {
	color: #666;
}

.foot .b-nav {
	width: 150px;
	height: 270px;
	border-right: solid 1px #343742;
	float: left;
	padding-left: 30px;
}

.foot .b-nav a {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	display: block;
}

.foot .b-nav a:hover {
	color: #6e6f78;
}

#copy {
	width: 100%;
	height: 70px;
	background: #323541;
	font-size: 16px;
	line-height: 60px;
	text-align: center;
	color: #6e6f78;
}

#copy a {
	color: #6e6f78;
	font-weight: bolder;
}

#copy a:hover {
	color: #fff;
}


/*内容样式*/
.banner_inner{
	width: 100%;
	height: 400px;
	background: url(../img/about-ba.jpg) top center no-repeat #333;
}

.posi_news {
	font-size: 16px;
	width: 100%;
	background: #ddd;
}

.posi_news a {
	font-size: 16px;
}

.ny-posi {
	width: 100%;
	height: 50px;
	line-height: 50px;
	color: #be0957;
	background: #eee;
	font-size: 16px;
	padding-left: 20px;
	box-sizing: border-box;
	margin-top: 10px;
	margin-bottom: 20px;
}

.ny-posi a {
	color: #333;
}

#main1200 {
	width: 1200px;
	overflow: hidden;
	margin: 30px auto;
}

.ny_left {
	width: 300px;
	overflow: hidden;
	float: left;
}

.ny_right {
	width: 880px;
	overflow: hidden;
	float: right;
}
.pro-tt{
	width: 100%;
	height: 60px;
	border-bottom: solid 3px #be0957;
	margin-bottom: 20px;
}
.pro-tt>h2{
	color:#be0957;
	font-size: 30px;
	line-height: 50px;
	float: left;
}
.pro-tt >a{
	font-size: 16px;
	color: #666;
	float: right;
	line-height: 50px;
}
.pro-cent{
	width: 100%;
	height: 330px;
	
}
.pro-cent dl {
	float: left;
	width: 23%;
	height: 245px;
	margin: 10px 1%;
}

.pro-cent dl dt {
	background: #fff;
	width: 100%;
	height: 200px;
	display: block;
	overflow: hidden;
	border:solid 1px #ccc;
	box-sizing: border-box;
	
}

.pro-cent dl dt img {
	width: 100%;
	height: 200px;
	-webkit-transition-duration: .5s;
	-moz-transition-duration: .5s;
	-ms-transition-duration: .5s;
	-o-transition-duration: .5s;
	transition-duration: .5s;
}

.pro-cent dl dd {
	background: #ccc;
	color: #000;
	font-size: 16px;
	width: 100%;
	display: block;
	height: 45px;
	line-height: 45px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.pro-cent dl dd a {
	display: block;
	color: #000;
	text-decoration: none;
}
.pro-cent dl:hover{
	box-shadow: 0px 0px 15px #ccc;
}
.pro-cent dl:hover dd a {
	color: #fff;
	background: #333;
}

.pro-cent dl:hover dt img {
	transform: scale(1.1);
}
.nr16 {
	font-size: 16px;
	line-height: 30px;
}

.nr16 p img {
	display: block;
	margin: 20px auto;
}

.nr18 {
	font-size: 18px;
	line-height: 33px;
}
.nr18 h1{
	text-align: center;
	font-size: 26px;
	line-height: 60px;
}
.nr18 td{
border:solid 1px #ccc; padding-left:20px;}

.ny_prolei{
	width: 1200px;
	height: 100px;
	margin: 0 auto 50px auto;
	display: table;
}
.ny_prolei a{
	height: 100px;
	background: #ddd;
	float: left;
	display: block;
	border-right: solid 1px #fff;
	text-align: center;
	padding: 0px 22px;
	font-size: 18px;
	color: #333;
	line-height: 100px;
	width: 20%;
	box-sizing: border-box;
}
.ny_prolei a:hover{
	background: #ccc;
	color: #fff;	
}
.ny_prolei-on{
	background: #ccc !important;	
	color: #fff !important;
}
.sypic3 {
	float: left;
	width: 280px;
	height: 260px;
	margin: 10px;
}

.sypic3 dl {
	padding: 0;
	margin: 0;
	width: 280px;
	height: 260px;
}

.sypic3 dl dt {
	background: #fff;
	width: 280px;
	height: 210px;
	display: block;
}

.sypic3 dl dt img {
	width: 280px;
	height: 210px;
}

.sypic3 dl dd {
	background: #e4e4e4;
	color: #000;
	font-size: 16px;
	width: 280px;
	display: block;
	height: 45px;
	line-height: 45px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.sypic3 dl dd a {
	display: block;
	color: #000;
	text-decoration: none;
}

.sypic3 dl dd a:hover {
	color: #fff;
	background: #666;
}


.sypic5 {
	float: left;
	width: 210px;
	height: 240px;
	margin: 5px;
}

.sypic5 dl {
	padding: 0;
	margin: 0;
	width: 210px;
	height: 150px;
}

.sypic5 dl dt {
	background: #fff;
	width: 210px;
	height: 150px
}

.sypic5 dl dt img {
	width: 210px;
	height: 150px;
}

.sypic5 dl dd {
	background: #e4e4e4;
	color: #000;
	font-size: 16px;
	width: 210px;
	display: block;
	height: 40px;
	line-height: 40px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	text-align: center;
	text-decoration: none;
	padding: 0;
	margin: 0;
}

.sypic5 dl dd a {
	display: block;
	color: #000;
	text-decoration: none;
}

.sypic5 dl dd a:hover {
	color: #fff;
	background: #666;
}


/*页码*/

.list_page {
	text-align: center;
	margin: 10px;
	display: block;
	width: 880px;
}

.list_page:after {
	content: " ";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow: hidden;
}

.list_page ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: inline-block;
	vertical-align: bottom;
}

.list_page ul li {
	display: inline-block;
	border: solid 1px #ddd;
	border-radius: 4px;
}

.list_page ul a {
	color: #333;
	padding: 8px 12px;
	line-height: 18px;
	display: block;
	transition: all 1s cubic-bezier(0.175, 0.885, 0.32, 1) 0s;
	background: #fff;
}

.page_group ul {
	border-right: solid 1px #ddd;
	border-radius: 4px;
}

.page_group ul li {
	border-right: none;
	border-radius: 0;
	float: left;
}

.page_group ul li:not(:first-child):not(:last-child) {
	border-radius: 0;
}

.page_group ul li:first-child {
	border-radius: 4px 0 0 4px;
}

.page_group ul li:last-child {
	border-radius: 0 4px 4px 0;
}

.page_group ul .active a {
	background: #f3f3f3;
	border-radius: 0;
}

.pian {
	width: 100%;
	height: 30px;
	margin: 20px auto;
	text-align: center;
}

.pian li {
	width: 48%;
	margin-right: 2%;
	height: 30px;
	line-height: 30px;
	float: left;
	color: #ca0002;
	font-size: 16px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	list-style: none;
}

.pian li a {
	color: #666;
	text-decoration: underline;
}

.nycp_left {
	width: 50%;
	float: left;
}

.nycp_right {
	width: 50%;
	float: left;
}

#nycp_zong {
	width: 1198px;
	border: solid 1px #ccc;
	background: #fff;
	height: 550px;
	margin: 20px auto auto auto;
}

#nycp_zong_l {
	width: 500px;
	height: 550px;
	float: left;
}

#nycp_zong_r {
	width: 658px;
	height: 510px;
	float: left;
	padding: 20px;
}

#nycp_zong_r h1 {
	height: 60px;
	line-height: 60px;
	color: #333;
}

.intro {
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #333;
	margin-bottom: 10px;
}

.intro1 {
	width: 100%;
	height: auto;
	line-height: 30px;
	color: #999;
}

.intro4 {
	width: 100%;
	height: 40px;
	line-height: 40px;
	color: #999;
	border-bottom: dashed 2px #ccc;
	border-top: dashed 2px #ccc;
	margin-top: 10px;
	margin-bottom: 20px;
}

.intro4_l {
	width: 440px;
	float: left;
	font-size: 14px;
	color: #999;
	padding-left: 100px;
}

.intro4_r {
	width: 200px;
	float: left;
	font-size: 14px;
	color: #999;
}

.intro2 img {
	height: auto;
	margin: 0px 10px;
	border: 0px;
}

.intro3 {
	height: auto;
	margin: 20px;
	border: 0px;
	font-size: 14px;
	font-weight: normal;
	font-family: "Microsoft Yahei";
	color: #333;
}

.nyr_tt {
	width: 100%;
	height: 36px;
	overflow: hidden;
	background: #d2d2d2;
}

.nyr_tt h2 {
	width: 180px;
	text-align: left;
	line-height: 36px;
	height: 36px;
	text-align: center;
	background: #027220;
	color: #fff;
	font-size: 16px;
}

.info {
	width: 880px;
	background: #ddd;
	color: #000;
	display: block;
	height: 30px;
	font: 12px #666 30px;
	text-align: center;
	margin: 0px auto;
}

.web {
	width: 880px;
	background: #ccc;
	color: #000;
	display: block;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	margin: 0px auto;
}

.fenxiang {
	width: 880px;
	color: #000;
	display: block;
	height: 40px;
	font: 14px #666 40px;
	text-align: left;
	margin: 0px auto;
}

.nr {
	width: 95%;
	margin: 20px auto;
}

.nr11 img {
	border: 1px solid #CCCCCC;
	padding: 10px;
	margin: 20px;
}


/*放大镜效果*/

@charset "utf-8";
.jqzoom {
	text-decoration: none;
	float: left;
	z-index: 999;
}

#goodsshow img {
	border: 0;
}

#goodsshow .shop_big {
	border: 1px solid #ededed;
	padding: 10px;
	background: #fff;
	width: 450px;
	cursor: pointer;
	margin: 10px;
}

#goodsshow .shop_plist {
	clear: both;
	width: 440px;
}

#prolist {
	width: 400px;
	float: left;
	overflow: hidden;
	height: 68px;
	position: relative;
	margin: 10px 0 0 0;
}

#prolist ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: hidden;
	width: 20000px;
	position: relative;
}

#prolist ul li {
	float: left;
	cursor: pointer;
	position: relative;
	background: url(../images/pro_none.gif) no-repeat center top;
	height: 68px;
}

#prolist ul li img {
	height: 60px;
	width: 60px;
	margin: 6px 8px 0 8px;
	padding: 0px;
	border: 0;
}

#prolist .hover {
	background: url(../images/pro_bg.gif) no-repeat center top;
	height: 68px;
}

#goodsshow .shop_plist a.prev {
	float: left;
	width: 20px;
	height: 68px;
	display: block;
	outline: none;
	background: url(../images/ico_left.gif) no-repeat center;
	line-height: 68px;
	margin-top: 12px;
}

#goodsshow .shop_plist a.next {
	float: left;
	width: 20px;
	height: 68px;
	display: block;
	outline: none;
	background: url(../images/ico_right.gif) no-repeat center;
	margin-top: 12px;
}

#goodsshow .right {
	width: 500px;
}

#goodsshow .right h1 {
	font-size: 18px;
	font-family: microsoft yahei;
	font-weight: normal;
	margin: 0 0 10px 0;
	padding: 0;
}

#goodsshow .right .intro {
	color: #999;
	min-height: 80px;
}

#goodsshow .right .sno {
	border-bottom: 1px solid #eee;
	line-height: 35px;
}

#goodsshow .right .price {
	color: #999;
	line-height: 30px;
	padding: 10px 0;
}

#goodsshow .right .price span {
	color: #f60;
	font-size: 16px;
}

.zoomPad {
	position: relative;
	float: left;
	z-index: 99;
	cursor: crosshair;
}

.zoomPreload {
	-moz-opacity: 0.8;
	opacity: 0.8;
	filter: alpha(opacity=80);
	color: #333;
	font-size: 12px;
	font-family: Tahoma;
	text-decoration: none;
	border: 1px solid #CCC;
	background-color: white;
	padding: 8px;
	text-align: center;
	background-image: url(../images/zoomloader.gif);
	background-repeat: no-repeat;
	background-position: 43px 30px;
	z-index: 110;
	width: 90px;
	height: 43px;
	position: absolute;
	top: 0px;
	left: 0px;
	* width: 100px;
	* height: 49px;
}

.zoomPup {
	overflow: hidden;
	background-color: #FFF;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
	z-index: 120;
	position: absolute;
	border: 1px solid #CCC;
	z-index: 101;
	cursor: crosshair;
}

.zoomOverlay {
	position: absolute;
	left: 0px;
	top: 0px;
	background: #FFF;
	/*opacity:0.5;*/
	z-index: 5000;
	width: 100%;
	height: 100%;
	display: none;
	z-index: 101;
}

.zoomWindow {
	position: absolute;
	left: 110%;
	top: 40px;
	background: #FFF;
	z-index: 6000;
	height: auto;
	z-index: 10000;
	z-index: 110;
}

.zoomWrapper {
	position: relative;
	border: 1px solid #eee;
	z-index: 110;
}

.zoomWrapperTitle {
	display: none;
	background: #999;
	color: #FFF;
	height: 0;
	line-height: 0;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-size: 12px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 120;
	-moz-opacity: 0.6;
	opacity: 0.6;
	filter: alpha(opacity=60);
}

.zoomWrapperImage {
	display: block;
	position: relative;
	overflow: hidden;
	z-index: 110;
	width: 600px;
	height: 600px;
}

.zoomWrapperImage img {
	border: 0px;
	display: block;
	position: absolute;
	z-index: 101;
}

.zoomIframe {
	z-index: -1;
	filter: alpha(opacity=0);
	-moz-opacity: 0.80;
	opacity: 0.80;
	position: absolute;
	display: block;
}

.zoomdiv {
	WIDTH: 400px;
	HEIGHT: 400px;
	LEFT: 859px
}

.pc_tt {
	background: #be0957;
	color: #fff;
	width: 280px;
	height: 165px;
	box-sizing: border-box;
}

.pc_tt h2 {
	font-size: 24px;
	line-height: 30px;
	text-align: left;
	padding-top: 50px;
	padding-left: 50px;
	padding-bottom: 10px;
}

.pc_tt>p {
	font-size: 14px;
	line-height: 30px;
	text-align: left;
	color: #fff !important;
	padding-left: 50px !important;
}

.left_cplei {
	width: 250px;
	height: auto;
	padding: 5px 0px;
	box-sizing: border-box;
	background: #fff;
	margin: 0 auto;
}

.left_cplei li {
	width: 250px;
	height: 60px;
	background: url(../img/l01.jpg) 220px center no-repeat;
	border-bottom: solid 1px #ddd;
	margin: 0px auto;
	text-align: left;
	line-height: 60px;
	font-size: 18px;
	-webkit-transition-duration: .3s;
	-moz-transition-duration: .3s;
	-ms-transition-duration: .3s;
	-o-transition-duration: .3s;
	transition-duration: .3s;
}

.left_cplei li:hover {
	background:#ccc;
}

.left_cplei li:hover a {
	color: #000;
}

.left_cplei li a {
	color: #555;
	font-size: 18px;
	padding-left: 10px;
}

.left_cplei li a:hover {
	color: #000;
}



.left-lx {
	width: 280px;
	overflow: hidden;
	/*	border: solid 1px #ddd;*/
	box-sizing: border-box;
	-moz-box-shadow: 0px 0px 10px #ccc;
	-webkit-box-shadow: 0px 0px 10px #ccc;
	box-shadow: 0px 0px 10px #ccc;
	border: solid 1px #ddd;
	margin: 10px auto 20px;
}

.left-contact {
	padding: 20px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
	background:#1b1e2b;
}

.left-lx p {}


/*右侧浮动相关*/
.plug_service{position:fixed;right:1%;top: 200px;z-index:999; border: solid 1px #ccc;}
.plug_service li{margin-bottom:-1px;position:relative;}
.plug_service li a img{
	vertical-align: middle;
	display: block;
	margin: 10px auto;
}
.plug_service li a{display:block;text-align:center; width: 60px; background: #fff;border:1px solid #ececec;padding:5px 8px;font-size:12px;font-family:microsoft yahei;color:#505050;outline:none;}
.plug_service li a span{display:block;font-size:24px;color:#888;}
.plug_service li a:hover{background:#dd0000;color:#fff;border-color:#dd0000;}
.plug_service li a:hover span{color:#fff;}
.plug_service .hover a{display:block;text-align:center;background:#dd0000;border:1px solid #dd0000;padding:2px 8px 6px 8px;font-size:12px;font-family:microsoft yahei;color:#fff;outline:none;}
.plug_service .hover a span{color:#fff;}
.plug_service .hotline{position:absolute;display:none;background:#fff;padding:10px 15px 0 15px;left:-200px;bottom:0px;width:210px;border:1px solid #ddd;width:180px;height:68px;font-size:12px;color:#999;line-height:24px;border-radius:4px;}
.plug_service .hotline b{display:block;font-size:16px;color:#333;}
.plug_service .hotline:after{content:" ";position:absolute;right:-10px;top:25px;width:20px;height:20px;border:#ddd solid 1px;border-left:0;border-bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;}
.plug_service .weixin_pic{position:absolute;display:none;background:#fff;padding:5px;left:-230px;bottom:-70px;width:210px;border:1px solid #ddd;border-radius:4px;}
.plug_service .weixin_pic p{text-align:center;margin:0 0 10px 0;padding:0;}
.plug_service .weixin_pic p span{color:#f30;}
.plug_service .weixin_pic:after{content:" ";position:absolute;right:-10px;top:130px;width:20px;height:20px;border:#ddd solid 1px;border-left:0;border-bottom:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);background:#fff;}
.plug_service li:hover div{display:block;}
.plug_service li:last-child{margin-top:5px;}

/*新闻相关*/
.news_show h1{text-align:center;font-size:30px;font-weight:400;margin:0;padding:0;}
.news_show .info{border-left:3px solid #ccc;background:#ddd;margin:15px 0;padding:10px 15px 0px 15px;font-size:14px;color:#666;}
.news_show .intro a{color:#06C;}
.news_show .intro a:hover{color:#f30;}
.news_show .intro img{max-width:100%;height:auto;}
.news_show .other{margin-top:30px;text-align:center;}
.news_show .other p{font-weight:bold;}
.news_show .other a{display:inline-block;margin:0 10px;cursor:pointer;background:#fff;border-radius:4px;border:1px solid #ddd;padding:6px 20px;min-width:100px;}
.news_show .other a span{font-size:18px;margin-right:10px;}
.news_show .other a em{font-style:normal;font-size:18px;}
.news_show .other a:hover{background:#2384D5;border-color:#2384D5;color:#fff;}
.news_show .other a:hover span{color:#fff;}
.news_show .tags{font-weight:500;}
.news_show .tags a{margin-left:15px;display:inline-block;border-radius:4px;border:1px solid #ddd;background:#fff;padding:4px 10px;font-weight:normal;font-size:14px;}
.news_show .tags a:hover{background:#2384D5;color:#fff;border-color:#2384D5;}

.news_list{}
.news_list li{border-bottom:1px solid #E6E6E6;overflow:hidden;padding:12px 0 12px 0;}
.news_list li .date{background:#fff;color:#333;display:inline-block;margin-right:20px;float:left;font-family:verdana;text-align:center;border-radius:4px;font-size:24px;font-family:verdana;border:1px solid #ccc;padding:5px 0 0;}
.news_list li .date em{display:block;font-style:normal;font-size:14px;font-family:arial;background:#ccc;padding:3px 15px;color:#fff;margin-top:5px;}
.news_list li div{color:#999;font-size:12px;margin-left:95px;line-height:22px;}
.news_list li div a{display:block;font-size:18px;color:#333;margin-bottom:5px;}
.news_list li div a:hover{color:#f30;}


#ny_cont{
	font-size: 16px;
	line-height: 30px;
	color: #333;
	
}
#ny_cont p{
	padding: 0px 20px;
	box-sizing: border-box;
}
#ny_cont p img{
	max-width: 100%;
	display: block;
	margin: 10px auto;
}
