/*top*/
.top {
	width: 100%;
	height: 40px;
	background: #333333;
	overflow: hidden;
}
.top_box {
	widows: 1200px !important;
	margin: 0 auto;
}
.top_box p {
	font-size: 14px;
	color: #fff;
	line-height: 40px;
}
.top p span {
	font-weight: bold;
	color: red;
}

.head {
    overflow: hidden;
	height: 100px;
	margin: auto;
	width: 1200px;
	clear: both;
}
.logo {
	float: left;
	margin-top: 10px;
}
.logo h1 {
	background: url("../img/logo.jpg")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/logo.jpg*/ no-repeat;
	width: 239px;
	height: 65px;
	overflow: hidden;
	font-size: 12px;
	line-height: 65px;
}
.logo h1 a {
	display: block;
	text-indent: -9999px;
	height: 65px;
	line-height: 65px;
}

/*nav*/
.nav {
	background: #fff;
	position: relative;
	z-index: 999999999;
	width: 960px;
	float: right;
	
}

.nav-right {
	float: right;
	height: 76px;
	position: relative;
	/*margin-top: 19px;*/
	margin-top: 20px;
}
.nav-right li {
	float: left;
	height: 76px;
	text-align: center;
	position: relative;
	width: 120px;
	margin-left: 10px;
}
.nav-right li a {

	display: block;
	padding: 0 20px;
	line-height: 45px;
	font-size: 15px;
	color: #333;
	text-decoration: none;
	font-weight: bold;
}
.nav-right li a:hover {
	color: #fff;
	background: #0d3276;
}
.on_sub {
	color: #fff !important;
	background: #0d3276;
	line-height: 45px;
}

/*banner*/
.lubo {
	width: 100%;
	min-width: 1000px;
	clear: both;
	position: relative;
	height: 500px;
	z-index: 99;
}
.lubo_box {
	position: relative;
	width: 100%;
	height: 740px;
}
.lubo_box li {
	float: left;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 740px;
	opacity: 0;
	filter: alpha(opacity=0);
}
.lubo_box li a {
	display: block;
	width: 100%;
	height: 100%;
}
.lubo_box li img {
	width: 100%;
	height: 740px;
}
.cir_box {
	overflow: hidden;
	position: absolute;
	z-index: 100;
}
.cir_box li {
	float: left;
	width: 12px;
	height: 12px;
	margin: 0 5px;
	cursor: pointer;
	background: #fff;
	opacity: 0.8;
	filter: alpha(opacity=80);
}
.cir_on {
	background: #082e6d !important;
}
.lubo_btn {
	position: absolute;
	width: 100%;
	top: 330px;
}
.left_btn, .right_btn {
	width: 30px;
	height: 80px;
	background: #000;
	opacity: 0.5;
	filter: alpha(opacity=50);
	cursor: pointer;
	color: #fff;
	line-height: 80px;
	font-size: 30px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.left_btn {
	float: left;
}
.right_btn {
	float: right;
}

/*main1_box*/
.main1_box {
	margin-top: 35px;
	margin-bottom: 30px;
	height: 369px;
}
.title h2 {
	font-size: 36px;
	color: #ee5823;
	text-align: center;
	font-weight: bold;
}
.title h3 {
	font-size: 30px;
	color: #0d3276;
	text-align: center;
	font-weight: bold;
	margin-top: 20px;
}
.mian_adv {
	margin-top: 40px;
}
.mian_adv li {
	float: left;
	width: 200px;
	background: #868686;
	border-radius: 50%;
	height: 200px;
	margin-left: 40px;
}
.mian_adv li img {
	text-align: center;
	width: 110px;
	height: 97px;
	margin-left: 40px;
	margin-top: 24%;
}
.mian_adv li p {
	margin-left: 28%;
	margin-top: 35%;
	font-size: 24px;
	color: #868686;
	font-weight: bold;
}
.mian_adv li:hover {
	background: #082E6D;
	transition: 1s;
}
.mian_adv li:hover p {
	color: #082E6D;
	transition: 1s;
}

.search_box {
	background: url("../img/search_bg.jpg")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/search_bg.jpg*/ no-repeat top center;
	height: 115px;
	width: 100%;
	margin-top: 30px;
}
.search_icon {
	width: 788px;
	margin: 0px auto;
	padding-top: 30px;
}
.search_txt {
	width: 615px;
	height: 56px;
	float: left;
	padding-left: 10px;
	color: #999;
	outline: none;
	border: none;
	background: #fff;
}
.search_but {
	width: 163px;
	height: 56px;
	background: url("../img/searth_but.jpg")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/searth_but.jpg*/ no-repeat;
	border: none;
	float: right;
	cursor: pointer;
	outline: none;
}

.pro_title {
	margin: 30px auto;
	background: url("../img/pro_bg.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/pro_bg.png*/ no-repeat center;
}
.pro_title h2 {
	text-align: center;
	font-size: 35px;
	font-weight: bold;
	color: #0d3276;
	margin-bottom: 10px;
}
.pro_title h3 {
	text-align: center;
	font-size: 20px;
	color: #6c6d6f;
}

.about_box {
	width: 100% px;
	background: #f5f5f5;
	overflow: hidden;
	height: 550px;
}
.about_title {
	padding-top: 10px;
}
.about_title h2 {
	font-size: 30px;
	color: #0d3276;
	font-weight: bold;
	text-align: center;
}
.about_title h3 {
	color: #6c6d6f;
	font-weight: bold;
	text-align: center;
	margin-top: -5px;
}

.about_txt {
	width: 700px;
}
.about_txt_title {
	margin-left: 70px;
}
.about_txt_title {
	margin-left: 70px;
}
.about_txt_title h3 {
	color: #222222;
	font-size: 30px;
	font-weight: bold;
}
.about_txt_title h4 {
	color: #f7931e;
	font-size: 20px;
}

.about_txt_con {
	margin-top: 20px;
	margin-left: 70px;
}
.about_txt_con p a {
	line-height: 26px;
	font-size: 14px;
	text-indent: 2em;
	margin-bottom: 30px;
	color: #646363;
}
.about_btn {
	float: right;
	height: 40px;
	width: 100px;
	background: #f99420;
	line-height: 40px;
	text-align: center;
	color: #fff;
}
.about_btn:hover {
	background: #0d3276;
	color: #fff;
}
.about_img {
	float: right !important;
	width: 448px;
	margin-top: 30px;
	height: 317px;
	width: 447px;
}
.partner_con {
	margin-top: 20px;
}
.partner_con ul li {
	float: left;
	width: 210px;
	margin-right: 20px;
	margin-bottom: 12px;
}
.partner_con ul li img {
	width: 210px;
	height: 93px;
	overflow: hidden;
	border: 1px #dadada solid;
}
.partner_con ul li a:hover img {
	border: 1px #0d3276 solid;
}

/*bottom*/
.bottom {
	border-top: 7px #0d3276 solid;
	background: url("../img/bottom_bg.jpg")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/bottom_bg.jpg*/ repeat-x;
	height: 230px;
	width: 100%;
}
.bottom_con {
	width: 1200px;
	margin: auto;
}
.bottom_con p {
	float: left;
	font-size: 14px;
	color: #fff;
	line-height: 24px;
	margin-top: 40px;
}
.bottom_con span {
	float: right;
	margin-top: 30px;
}
.yq_link p {
	border-top: 1px solid #fff !important;
	overflow: hidden;
	clear: both;
	width: 1200px;
	margin: auto;
	color: #fff;
	font-size: 14px;
}
.yq_link p a {
	color: #fff;
	font-size: 14px;
}
.yq_link p a:hover {
}
/*foot*/
.foot {
	background: #222222;
	overflow: hidden;
	padding: 0px 0px;
	height: 30px;
}
.foot_con {
	width: 1200px;
	margin: auto;
}
.foot_con p {
	text-align: center;
	color: #fff;
	line-height: 30px;
	font-size: 14px;
}
.foot_con p a {
	color: #fff;
}
/*zy_banner*/
.zy_banner {
	width: 100%;
	position: relative;
	height: 400px;
	overflow: hidden;
}
.zy_banner img {
	display: block;
	width: 1920px;
	height: 400px;
	position: absolute;
	left: 50%;
	top: 0;
	margin-left: -960px;
}
/*position_box*/
.position_box {
	width: 100%;
	border-bottom: 1px solid #dadada;
	height: 50px;
	overflow: hidden;
}
.pos_left {
	font-size: 16px;
	color: #444444;
	float: left;
	text-align: center;
	line-height: 50px;
}
.pos_right {
	float: right;
	background: url("../img/position.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/position.png*/ left no-repeat;
	margin-right: 30px;
	text-indent: 2em;
}
.pos_right a {
	font-size: 14px;
	color: #999;
	text-align: center;
	line-height: 50px;
}
.pos_right a:hover {
	color: #0D3276;
}
/*s_about_box*/

.s_about_box {
	width: 100%;
	height: 770px;
	background: #f5f5f5;
}
.s_about_title {
	padding-top: 30px;
}
.s_about_title h4 {
	font-size: 30px;
	color: #0d3276;
	font-weight: bold;
	text-align: center;
}
.s_about_title h5 {
	font-size: 20px;
	color: #6c6d6f;
	font-weight: bold;
	text-align: center;
	margin-top: 5px;
}
.s_about_left h4 {
	color: #f7931e;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-top: 28px;
}
/*.s_about_left p{   line-height:26px; font-size:14px; text-indent:2em; margin-bottom:23px; color: #646363; margin-left: 20px; margin-right: 20px;}*/
.s_about_left {
	background: url("../img/about_bg.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/about_bg.png*/ center no-repeat;
	height: 623px;
}
.s_about_img li {
	float: left;
	margin-left: 26px;
}
.s_about_incon {
	margin-top: 43px;
	margin-left: 20px;
	width: 520px;
}
.s_about_p {/*! margin-left: 30px; */
	width: 600px;
	padding-top: 41px;
}
.s_about_p p {
	font-size: 13px;
	text-indent: 2em;
	margin-bottom: 5px;
	color: #646363;
	margin-left: 15px;
	margin-right: 20px;
}
/*s_about_culture*/
.s_about_culture ul {
	margin-top: 30px;
}
.s_about_culture ul li {
	width: 540px;
	float: left;
	margin-right: 40px;
	margin-bottom: 30px;
}
.s_about_culture ul li dl dt {
	color: #333333;
	font-size: 16px;
	font-weight: 900;
	height: 40px;
	line-height: 40px;
	margin-top: 20px;
}
.s_about_culture ul li dl dd {
	color: #333333;
	font-size: 13px;
	line-height: 30px;
}
/*s_about_leader*/
.s_about_leader {
	width: 100%;
	background: #f5f5f5;
	height: 430px;
}
.leader {
	margin-top: 30px;
}
.leader_img {
	height: 284px;
	width: 500px;
}
.leader_txt {
	width: 620px;
	margin-left: 30px;
}
.leader_txt h5 {
	font-size: 20px;
	color: #0d3276;
}
.leader_txt p {
	text-indent: 2em;
	font-size: 14px;
	line-height: 26px;
	margin-top: 30px;
}
.leader_ld {
	float: right;
	font-size: 16px;
	font-weight: bold;
}
/*s_about_devel*/
.s_about_devel {
	overflow: hidden;
}
.devel_img {
	text-align: center;
	width: 710px;
	height: 480px;
	line-height: 480px;
	margin-left: 240px;
}

/*产品中心*/

.other {
	width: 1200px;
	margin: 20px auto;
	overflow: hidden;
}
.left_nav {
	width: 250px;
	float: left;
}
.left_top {
	width: 250px;
	background: url("../img/left_top.jpg")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/left_top.jpg*/ no-repeat;
	height: 90px;
}
.left_top p {
	color: #333;
	font-size: 24px;
	font-weight: bold;
	margin-left: 15px;
	line-height: 30px;
	padding-top: 48px;
}
/*pro left*/
.side_r {
	width: 250px;
	float: left;
}
.side_r .column {
	height: 70px position : relative;
	margin-top: -70px;
	color: #fff;
}
.side_r .column h4 {
	text-align: center;
	padding: 15px 15px 0 0;
}
.side_r .column p {
	text-align: right;
	padding-right: 30px;
}
.side_r .sub_nav li {
	line-height: 50px;
	border-bottom: 1px #dadada dotted;
}
.side_r .sub_nav ul li a {
	background-color: #A0A0A0;
	color: #FFF;
	font-size: 14px;
	display: block;
	padding: 0px 15px;
}
.side_r .sub_nav li a:hover, .side_r .sub_nav li a.on {
	background: url("../img/leftahover.jpg")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/leftahover.jpg*/ no-repeat left center;
	color: #fff;
}

/*.side_r .sub_nav li a {*/
/*display: block;*/
/*line-height: 40px;*/

/*background: url(../images/bj_sub_icon.png) no-repeat 20px -28px;*/
/*border-bottom: 1px solid #ccc;*/
/*}*/
/*.side_r .sub_nav li a:hover, .side_r .sub_nav li a.on {*/
/*background: url(../images/bj_sub_icon.png) no-repeat 20px 13px;*/
/*font-weight: bold;*/
/*color: #005DA3;*/
/*border-bottom: 1px solid #005DA3;*/
/*}*/

.side_r .sub_nav .n_sub_nav {
	background: #f9f9f9;
	display: none;
}
.side_r .sub_nav .n_sub_nav a {
	background: none;
	padding-left: 56px;
	border: none;
}
.side_r .sub_nav .n_sub_nav a:hover, .side_r .sub_nav .n_sub_nav a.on {
	background: none;
	color: #d70c18;
	font-weight: normal;
	border-bottom: none;
}
.side_r .sub_nav h4 {
	height: 40px;
	line-height: 40px;
	padding-left: 44px;
	background: #f5f5f5 url("../img/bj_sub_h4.jpg")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/bj_sub_h4.jpg*/ no-repeat 34px center;
	color: #ab2930;
	display: none;
	cursor: pointer;
}
.side_r .sub_nav p.sub_kevin_p {
	background: #f9f9f9;
	color: #A0A0A0;
	line-height: 40px;
	display: none;
	cursor: pointer;
}
.side_r .sub_nav p.sub_kevin_p a {
	background: none;
	padding-left: 56px;
	border: none;
	color: #4A4A4C;
}
.side_r .sub_nav p.sub_kevin_p a:hover, .side_r .sub_nav p.sub_kevin_p a.on {
	color: #F35820;
	font-weight: normal;
	font-weight: bold;
}

.sub_nav {
	background: #f7f7f7;
	margin-bottom: 15px;
	margin-top: 10px;
}
.left_contact {
	background: url("../img/contact_bg_left.jpg")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/contact_bg_left.jpg*/ no-repeat;
	padding-top: 120px;
	height: 250px;
}
.left_contact ul li {
	line-height: 28px;
	font-size: 13px;
	padding: 5px 0px 5px 0px;
}
.left_contact ul li img {
	margin-right: 8px;
}

.right_pro {
	width: 930px;
}
.pro_search {
	margin-bottom: 20px;
	margin-left: 20px;
}
.pro_search_txt {
	width: 401px;
	height: 45px;
	float: left;
	padding-left: 10px;
	color: #fff;
	outline: none;
	border: none;
	background: #A0A0A0;
}
.pro_search_but {
	width: 153px;
	height: 45px;
	border: none;
	cursor: pointer;
	outline: none;/* margin-right: 278px; */
	background: #F35820;
	font-size: 16px;
	color: #fff;
}
.right_pro_box {
	overflow: hidden;
	margin-top: 20px;
}
.right_pro_box ul li {
	float: left;
	width: 210px;
	height: 245px;
	margin-left: 9px;
	background: #eee;
	padding-left: 10px;
	padding-top: 5px;
	margin-bottom: 20px;
}
.right_pro_box ul li a {
	display: block;
}
.right_pro_box ul li a .pro_p1 {
	font-size: 14px;
	color: #444444;
	border-bottom: 1px solid #fff;
	height: 30px;
	overflow: hidden;
	text-overflow: ellipsis;
	width: 100%;
}
.right_pro_box ul li img {
	height: 140px;
	width: 200px;
}
.right_pro_box ul li .pro_p2 {
	overflow: hidden;
	height: 45px;
	font-size: 12px;
	padding-top: 5px;
	word-wrap: break-word;
	word-break: break-all;
	width: 100%;
	text-overflow: ellipsis;
}
.right_pro_box ul li:hover {
	background: #F35820;
	color: #fff;
}
.right_pro_box ul li:hover .pro_p1, .right_pro_box ul li:hover .pro_p2 {
	color: #fff;
}
/*news*/
.right_box {
	width: 920px;
	float: right;
}
.news {
	padding: 5px 10px;
}
.news ul li {
	line-height: 40px;
	border-bottom: 1px #dadada dotted;
	background: url("../images/icon.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/images/icon.png*/ no-repeat left center;
	padding-left: 15px;
}
.news ul li a {
	font-size: 13px;
}
.news ul li span {
	float: right;
}
.new_list1 {
	margin-top: 20px;
	border-bottom: 1px #dadada dotted;
	overflow: hidden;
	padding-bottom: 10px;
	width: 432px;
	margin-left: 5px;
}
.new_list1 img {
	float: left;
	margin-right: 10px;
	width: 160px;
	height: 105px;
}
.new_list1 h3 {
	font-size: 16px;
	font-family: 'Microsoft Yahei';
}
.new_list1 p {
	line-height: 25px;
	margin-top: 10px;
}
.fanye {
	text-align: center;
	margin: 20px auto;
}
.page {
	display: inline-block;
	overflow: hidden;
}
.page a:hover {
	text-decoration: none;
	color: #FFF;
	cursor: pointer;
}
.fanye ul li {
	height: 30px;
	line-height: 30px;
	float: left;
	border: 1px #dfdfdf solid;
	margin-right: 10px;
	margin-bottom: 15px;
}
.fanye ul li span {
	width: 30px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
}

.productdet .productdet_title {
	padding-bottom: 15px;
	margin-bottom: 15px;
	font-size: 22px;
	color: #f93535;
	width: 100%;
	text-align: center;
	border-bottom: 1px #dadada dashed;
	line-height: 40px;
}

.view {
	line-height: 180%;
	border-bottom: 1px dashed #ccc;
	padding: 0 0 20px;
	margin-bottom: 20px;
}
.view-title {
	width: 100%;
	text-align: center;
	font: 20px/36px "microsoft yahei";
	color: #333;
	padding: 14px 0 0
}
.view-date {
	width: 100%;
	text-align: center;
	font: 12px/24px "microsoft yahei";
	color: #999;
}
.view-date span {
	margin: 0 7px;
}
.back_box {
	text-align: center;
}
.back {
	font: 14px/39px "microsoft yahei";
	color: #fff;
	width: 138px;
	margin: 0 auto;
	border-radius: 4px;
	display: block;
	text-align: center;
	background: #005DA3;
	margin-top: 50px;
}

/*综合服务*/

.service_box {
}
.service_tlte {
	font-size: 30px;
	text-align: center;
	color: #0d3276;
	font-weight: bold;
}
.service_tlte2 {
	font-size: 18px;
	text-align: center;
	margin-top: 10px;
	color: #747474;
}
.s1 {
	width: 200px;
}
.ltems {
	padding-top: 20px;
}
.ltems li {
	width: 290px;
	height: 320px;
	background: #ececec;
	float: left;
	margin-left: 10px;
	display: block;
}

.ltems li img {
	width: 290px;
	height: 197px;
}
.ltems li img:hover {
	background: #ABAAA9;
	opacity: 0.8;
}
.ltems_p1 {
	text-align: center;
	padding: 10px;
	border-bottom: 1px solid #fff;
	font-size: 16px;
	font-weight: bold;
}
.ltems_p2 {
	height: 41px;
	overflow: hidden;
	padding: 10px;
	font-size: 12px;
	color: #747474;
}
.ltems li:hover {
	background: #f15923;
	transition: 0.5s;
	color: #fff;
}
.ltems li:hover .ltems_p2 {
	color: #fff;
	transition: 0.5s;
}

.sales_box {
	overflow: hidden;
	margin-top: 30px;
}
.sales_tlte {
	font-size: 30px;
	text-align: center;
	color: #0d3276;
	font-weight: bold;
}
.sales_left {
	margin-top: 30px;
	width: 500px;
}
.sales_left img {
	width: 560px;
	height: 261px;
}
.sales_right {
	margin-top: 30px;
	width: 623px;
}
.sales_right h5 {
	font-size: 28px;
	color: #f15923;
	margin-bottom: 20px;
}
.sales_right p {
	line-height: 30px;
	text-indent: 2em;
	font-size: 14px;
	color: #747474;
}

.guide_box {
	margin-top: 40px;
}
.guide_left {
	width: 600px;
	margin-top: 55px;
}
.guide_left p {
	font-size: 14px;
	color: #747474;
	margin-bottom: 25px;
}
.guide_left p b {
	font-size: 16px;
	color: #f15923;
	font-weight: bold;
	height: 30px;
}
.guide_right {
	margin-top: 25px;
	width: 560px;
	margin-right: 204px;
}
.guide_right img {
	width: 560px;
	height: 400px;
}

/*现货资源*/
.con_3 {
	border: 1px solid #e5e5e5;
	width: 1200px;
	margin: 20px auto;
	background-color: #fafafa;
	padding-bottom: 10px;
}
.con_3 table tr th {
	line-height: 36px;
	border-bottom: 2px solid #e0e0e0;
	text-align: center;
	color: #1b1b1b;
	font-size: 15px;
}
.con_3 table tr td {
	line-height: 30px;
	padding: 15px 0;
	border-bottom: 1px dashed #e0e0e0;
	text-align: center;
	color: #5e5e5e;
	font-size: 13px;
}
.con_3 table tbody tr:hover {
	background-color: #f76767;
}
.con_3 table tr:hover td {
	color: #fff
}

.fanye1 {
	text-align: center;
	margin: 30px auto;
}
.fanye1 {
	text-align: center;
	margin: 30px auto;
}
.page {
	display: inline-block;
	overflow: hidden;
}
.fanye1 ul li {
	width: 50px;
	height: 30px;
	line-height: 30px;
	float: left;
	border: 1px #dfdfdf solid;
	margin-right: 10px;
	margin-bottom: 15px;
}
.fanye1 ul li span {
	width: 50px;
	height: 30px;
	line-height: 30px;
	float: left;
	text-align: center;
	color: #555 ï¼›
}
.fanye1 ul li a:hover {
	color: #F35820;
}
.fanye1 ul li span:hover {
	color: #F35820;
}
.fanye {
	text-align: center;
}
.fanye span {
	background: #000;
	color: #fff;
	padding: 10px;
}

.partner_box {
	width: 100%;
	background: #f5f5f5;
	height: 323px;
}

/*messages*/
.messages {
	margin-top: 15px;
}
.messages .messages1 {
	width: 100%;
	color: #333333;
	font-size: 24px;
	line-height: 30px;
}
.messages .messages2 {
	width: 100%;
	color: #5b5b5b;
	font-size: 14px;
	line-height: 24px;
}
.messages .mess_form {
	margin: 20px 0 60px 0;
}
.messages .mess_form td {
	padding: 14px 0;
}
.messages .mess_form input {
	font-size: 14px;
	width: 240px;
	height: 44px;
	border: #666666 solid 2px;
	padding: 0 13px;
}
.messages .mess_form input[type='submit'] {
	width: 114px;
	height: 50px;
	color: #FFFFFF;
	cursor: pointer;
	background: #333333;
	border: none;
}
.messages .mess_form textarea {
	width: 850px;
	height: 183px;
	border: #666666 solid 2px;
	padding: 10px;
}
input::-ms-input-placeholder {/* Internet Explorer 10+ */
	color: #a9a9a9;
	font-size: 14px;
}
input::-webkit-input-placeholder {/* WebKit browsers */
	color: #a9a9a9;
	font-size: 14px;
}
input::-moz-placeholder {/* Mozilla Firefox 4 to 18 */
	color: #a9a9a9;
	font-size: 14px;
}
input::-moz-placeholder {/* Mozilla Firefox 19+ */
	color: #a9a9a9;
	font-size: 14px;
}
textarea::-ms-input-placeholder {/* Internet Explorer 10+ */
	color: #a9a9a9;
	font-size: 14px;
}
textarea::-webkit-input-placeholder {/* WebKit browsers */
	color: #a9a9a9;
	font-size: 14px;
}
textarea::-moz-placeholder {/* Mozilla Firefox 4 to 18 */
	color: #a9a9a9;
	font-size: 14px;
}
textarea::-moz-placeholder {/* Mozilla Firefox 19+ */
	color: #a9a9a9;
	font-size: 14px;
}

/*产品详情页*/
.productdet {
	padding: 10px 0px;
}
.productdet .productdet_title {
	margin: 25px 0;
	font-size: 22px;
	color: #f93535;
	width: 100%;
	text-align: center;
	border-bottom: 1px #dadada dashed;
	line-height: 40px;
}
.proxuanxiangka {
	height: 50px;
	background: #fafafa;
	width: 100%;
}
.proxuanxiangka p {
	font-size: 20px;
	line-height: 50px;
	float: left;
	font-weight: bold;
	margin-left: 15px;
}

.proxuanxiangkabox {
	width: 100%;
	overflow: hidden;
}
.proxuanxiangkabox p {
	padding: 10px 0px;
	line-height: 24px;
}

.ny_advantage_con {
	width: 920px;
	margin: 10px auto;
	overflow: hidden;
}

.ny_ad1 {
	width: 920px;
	margin: 20px auto;
	overflow: hidden;
}
.ny_ad1_txt {
	width: 480px;
	float: left;
}
.ny_ad1_img {
	width: 350px;
	height: 237px;
	float: right;
	overflow: hidden;
}
.ny_ad01 {
	width: 480px;
	float: left;
	background: url("../img/icon1.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/icon1.png*/ no-repeat left top;
	padding-left: 55px;
}
.ny_ad01 h3 {
	background: url("../img/ad_nav.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/ad_nav.png*/ no-repeat bottom;
	font-size: 30px;
	line-height: 55px;
	color: #0e3477;
	padding-bottom: 5px;
}
.ny_ad01 p {
	margin-top: 12px;
	line-height: 26px;
	font-size: 14px;
}

.ny_ad02 {
	width: 480px;
	float: left;
	background: url("../img/icon2.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/icon2.png*/ no-repeat left top;
	padding-left: 55px;
	margin-top: 30px;
}
.ny_ad02 h3 {
	background: url("../img/ad_nav.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/ad_nav.png*/ no-repeat bottom;
	font-size: 30px;
	line-height: 55px;
	color: #0e3477;
	padding-bottom: 5px;
}
.ny_ad02 p {
	margin-top: 12px;
	line-height: 26px;
	font-size: 14px;
}

.ny_ad2 {
	width: 920px;
	margin: 40px auto;
	overflow: hidden;
	background: url("../img/advantage_nav.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/advantage_nav.png*/ no-repeat top center;
	padding-top: 55px;
}
.ny_ad2_img {
	width: 350px;
	height: 225px;
	float: left;
	overflow: hidden;
}
.ny_ad2_txt {
	width: 550px;
	float: right;
}

.ny_ad03 {
	width: 480px;
	float: left;
	background: url("../img/icon3.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/icon3.png*/ no-repeat left top;
	padding-left: 55px;
}
.ny_ad03 h3 {
	background: url("../img/ad_nav.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/ad_nav.png*/ no-repeat bottom;
	font-size: 30px;
	line-height: 55px;
	color: #0e3477;
	padding-bottom: 5px;
}
.ny_ad03 p {
	margin-top: 12px;
	line-height: 26px;
	font-size: 14px;
}

.ny_ad04 {
	width: 480px;
	float: left;
	background: url("../img/icon4.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/icon4.png*/ no-repeat left top;
	padding-left: 55px;
	margin-top: 30px;
}
.ny_ad04 h3 {
	background: url("../img/ad_nav.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/ad_nav.png*/ no-repeat bottom;
	font-size: 30px;
	line-height: 55px;
	color: #0e3477;
	padding-bottom: 5px;
}
.ny_ad04 p {
	margin-top: 12px;
	line-height: 26px;
	font-size: 14px;
}

/*fanhuidingbu*/
#backtop {
	position: fixed;
	right: 4%;
	bottom: 285px;
	z-index: 2000;
	display: none;
}
#backtop a {
	display: inline-block;
	background: url("../img/top.png")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/top.png*/ no-repeat;
	width: 40px;
	height: 40px;
}

/*在线订购*/
.dg {
	width: 920px;
	background: #F4F5F6;
	margin: 0 auto;
}
.w_cont {
	width: 920px;
	height: auto;
	overflow: hidden;
	padding: 15px 0px;
}
.w_sell {
	width: 750px;
	height: auto;
	overflow: hidden;
	margin-left: 15px;
}
.w_sell h2, .w_cont_cen h2 {
	font-size: 20px;
	font-weight: normal;
	color: #303030;
}
.w_txt1 input {
	border: 1px solid #dcddde;
	font-size: 14px;
	padding: 5px 0 5px 5px;
	vertical-align: middle;
	color: #6a6a6a;
	font-family: "微软雅黑";
	width: 240px;
	outline: none;
}
.w_txt1 p {
	font-size: 14px;
	color: #6a6a6a;
	padding-top: 5px;
}
.w_txt1 p span {
	color: #e51212;
}
.w_txt2 .w_select {
	background: url("../img/w_arrow1_5.jpg")/*tpa=http://www.shghys.com/Public/Home/ganghao/img/w_arrow1_5.jpg*/ right no-repeat;
	margin-right: 10px;
}
.w_txt2 select {
	width: 119px;
	padding: 6px 0 6px 5px;
	background: transparent;
	border: 1px solid #dcddde;
	outline: none;
	color: #6a6a6a;
	font-family: "微软雅黑";
}
.w_txt3 textarea {
	width: 569px;
	height: 143px;
	padding: 5px 0 0 5px;
	color: #6a6a6a;
}
.w_but {
	width: 580px;
	height: 37px;
	margin-top: 10px;
}
.w_but a {
	width: 120px;
	height: 37px;
	display: block;
	float: left;
	display: inline;
	margin-right: 10px;
	text-align: center;
	line-height: 37px;
	font-size: 15px;
	font-weight: bolder;
	color: #fff;
}
.w_but input {
	width: 120px;
	height: 37px;
	display: block;
	float: left;
	display: inline;
	margin-right: 10px;
	text-align: center;
	line-height: 37px;
	font-size: 15px;
	font-weight: bolder;
	color: #fff;
}
.Sfanye {
	text-align: center;
	margin: 30px auto;
}
.Sfanye span, .Sfanye a {
	padding: 5px 15px;
	margin: 5px 10px;
	border: 1px solid #DFDFDF;
}
.Sfanye span, .Sfanye a:hover {
	background-color: #dfdfdf;
}
