﻿
@charset "utf-8";
#main{ width: 1160px; margin: 0 auto;}
.pro_web{ width: 1160px; height: 100px; line-height: 100px; border-bottom: 1px solid #e6e6e6; margin: 0 auto;}
.pro_web .home{ float: left; width: 60px; line-height: 60px; line-height: 60px; margin-top: 20px; text-align: center; color: #fff; font-size: 14px; background: #9e3136; margin-right: 30px;}
.pro_web a{ float: none; text-align: center; font-size: 14px; text-decoration: none;}
.pro_web span{ float: none; font-size: 14px;}
.pro_web .arrow{ margin: 0 10px;}
.pro_web .info{ color: #e1177e;}

.search{ float: right; width: 311px; height: 42px; margin-top: 35px;}
.search .form{ width: 312px; height: 40px; border: 1px solid #cfcfcf; padding: 0 16px; border-radius: 20px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -ms-border-radius: 20px; -o-border-radius: 20px;}
.search .form input{ float: left;}
.search .form .button{ width: 37px; height: 100%; border: none; background: url('../images/search_btn.png') no-repeat center; cursor: pointer;}
.search .form .text{ width: 240px; height: 100%; border: none;}/* text-indent: 24px;*/

.pro_des_share{ width: 1160px; height: 2em; margin: 0 auto;}
.pro_des_share .pro_txt_left{ float: left; border-left: 4px solid #9e3136; margin-top: 22px; padding-left: 21px; font-size: 24px;}
.pro_des_share .pro_share{ float: right; margin-top: 22px; overflow: hidden;}
.pro_des_share .pro_share .share_img{ float: left; width: 28px; height: 28px; background: #e6e6e6; margin-right: 10px; border-radius: 5px; -webkit-border-radius: 5px; -moz-border-radius: 5px; -ms-border-radius: 5px; -o-border-radius: 5px;}
.pro_des_share .pro_share .share_img:hover{ background: #ff8c00;}
.pro_des_share .pro_share .share_img img{ max-width: 100%; max-height: 100%;}

.pro_des_content table{ width: 100%;}


@media screen and (max-width:1024px)
{
	#main{width:100%;}	
	.pro_web{width:100%;margin-top:25px;line-height:25px;}
	.pro_des_share{width:100%;}
	.pro_web .home{margin-top:0px;}
}

@media screen and (max-width:736px)
{
	.pro_web .home{width:40px;line-height:40px;margin-top:0px;margin-right:20px;}	
	.pro_web{margin-top:30px;line-height:16px;}
	.search{margin:0 auto;margin-top:1.5em;float:none;}	
	
}