﻿@charset "utf-8";
/*
html {
filter: grayscale(100%);
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter: url(desaturate.svg#grayscale);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
-webkit-filter: grayscale(1);
}
*/


/*header*/
#header{
	width: 100%;
	background: rgba(256,256,256,.98);
	z-index: 100;
	top: 0;
	left: 0;
	/*position: fixed;*/
	margin: 0 auto;
	box-shadow: 0 1px 3px rgba(0,0,0,0.2)
}

.headerCon{width:1200px; height: 70px;  margin:0 auto; padding: 10px;}
.headerCon .logo{
	float: left;
	margin-right: 10px;
	width: 222px;
	 
}
.headerCon .small_logo img{ margin-top: 10px;}

.headerCon .nav1{float:left;list-style:none;padding:6px 0 0;margin:0}
.headerCon .nav{float:left;list-style:none;padding:6px 0 0;margin:0}


.headerCon .nav_item{float:left;position:relative}
.headerCon .nav_item_link,.nav_item_linkempty{font:19px/25px "Open Sans","Microsoft YaHei",sans-serif;border-radius:4px 4px 0 0;color:#666;display:block;padding:6px 20px;white-space:nowrap}
.headerCon .nav_item_link{ line-height: 43px;}
.headerCon .nav_item_link:hover,.nav_item_linkempty:hover,.nav_item_link:focus,.nav_item_linkempty:focus{text-decoration:none}
.headerCon .nav_item:hover>.nav_item_link,.nav_item:hover>.nav_item_linkempty{color:#9E0B0F}
.headerCon .nav_item_linkempty{border-radius:4px}
.headerCon .nav_item_box{
    left:0;position:absolute;top:55px;width:130px; 
    opacity: 0; filter: alpha(opacity=0);  
    -ms-filter: alpha(opacity=0); 
    -webkit-transform: scale(0.1) translateY(-100%);
    -ms-transform: scale(0.1);
    -moz-transform: scale(0.1);
    transform: scale(0.1);
    transform-origin: 50% 0;
    -webkit-transform-origin: 50% 0;
    -ms-transform-origin: 50% 0;
}

.headerCon .nav_item_box.touch-only-dropdown-is-ready,.nav_item:hover>.nav_item_box{
    visibility: visible;
    opacity: 1; 
    filter: alpha(opacity=100); 
    -ms-filter: alpha(opacity=100); 
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    transition: all 0.3s cubic-bezier(0.31, 0.57, 0.68, 1.36);
}
.headerCon .nav_item_box:before{
    content: ' ';
    width: 10px;
    height: 10px;
    position: absolute;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    background: #ffffff;
    border: solid 1px #ddd;
    border-width: 1px 1px 0 0;
    top: -6px;
    left: 35px;
    z-index: 1;
}

.headerCon .nav_item_dropdown{-webkit-box-shadow:0 3px 10px rgba(0,0,0,0.3);box-shadow:0 3px 10px rgba(0,0,0,0.3);  border-radius: 4px; overflow:hidden; border: solid #ddd 1px; list-style:none;padding:0}
.headerCon .nav_item_dropdown:nth-child(2n){border-top:1px solid #e5e5e5}
.headerCon .nav_item_dropdown a{font:16px/20px "Open Sans","Microsoft YaHei",sans-serif;background-color:#fff;color:#666;display:block;padding:8px 0 8px 20px;text-decoration:none;position: relative;z-index: 2;}
.headerCon .nav_item_dropdown a:hover,.nav_item_dropdown a:focus{background-color:#f1f1f1;text-decoration:none;color: #9E0B0F;}
.headerCon .nav_item_dropdown a>i{float:right;opacity:0.5}

.headerCon .navinfo{float:right;display:inline-block;position:relative; margin-top: 6px;}
/*搜索*/
.headerCon .navinfo .search{display:inline-block;overflow:hidden;margin:12px 20px 0 0;vertical-align:top;float:left;}
.headerCon .navinfo .search .searchinput{
    width:228px;height:30px;float:left;  border: 1px solid #cccccc;
    border-right:0; padding:0 10px;-webkit-appearance: none;border-radius:5px 0 0 5px;}
.headerCon .navinfo .search .searchbtn{ text-indent: -3000px; background: url(../images/search.png) 5px 5px no-repeat; font-size:14px;height:32px;width:32px; color:#8f1d22;padding:0 15px;cursor: pointer;display: inline-block;border:1px solid #ccc; border-left:0px; border-radius:0 5px 5px 0;-webkit-font-smoothing:subpixel-antialiased; margin-left:0px;}
.headerCon .navinfo .search .searchbtn:hover{/*color:#fff;border:2px solid #8f1d22;background: #8f1d22; transition:all 0.2s ease;*/}
.headerCon .navinfo .member{font:16px/55px "Microsoft YaHei"; height: 70px; float: right;}

.headerCon .navinfo .member .msg-num {background:#8f1d22;border-radius:75px;padding:0 5px;font-size:12px;position:relative;top:0px;left:10px}
.headerCon .navinfo .member .line {color:#fff}
.headerCon .navinfo .member .set {position:relative;border:1px solid rgba(0, 0, 0, 0);top:0;right:0;z-index:111;width:160px;display:block;height:43px;color:#fff;overflow:hidden;padding-bottom:10px;-webkit-border-top-right-radius:0;-webkit-border-bottom-right-radius:5px;-webkit-border-bottom-left-radius:5px;-webkit-border-top-left-radius:0;-moz-border-radius-topright:0;-moz-border-radius-bottomright:5px;-moz-border-radius-bottomleft:5px;-moz-border-radius-topleft:0;border-top-right-radius:0;border-bottom-right-radius:5px;border-bottom-left-radius:5px;border-top-left-radius:0;}
.headerCon .navinfo .member .set:hover{height:auto;background:#FFF;border:1px solid #ccc}
.headerCon .navinfo .member .set i {margin-right:10px}
.headerCon .navinfo .member .set li {height:45px;line-height:45px;padding-left:20px}
.headerCon .navinfo .member .set li:hover {background:#f6f5f2;}
.headerCon .navinfo .member .set li a{display:block;height:45px;line-height:45px;}
.headerCon .navinfo .member .set .user {height:55px;line-height:55px;padding-left:12px;}
.headerCon .navinfo .member .set .user .photo {-webkit-border-radius:50%;-moz-border-radius:50%;border-radius:50%;margin-right:5px;display:inline-block;vertical-align: middle;}
.headerCon .navinfo .member .set .user .name {width:100px;display:inline-block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;vertical-align: middle;}
.headerCon .navinfo .member .set .user:hover {background:#f6f5f2}

/*导航下三角*/
.headerCon .nav_item_add{float:left;position:relative;}
/*20151109*/
.headerCon .nav_item_add a.hasson:before{content: ''; position: absolute; top:7px;
    position:absolute; 
    top:26px;
    left:62px;
    width:0; 
    height:0; 
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #666;}
.headerCon .nav_item_add:hover a.hasson:before{border-top:5px solid #8f1d22;}
.headerCon .nav_item_add .jj:before{
   /*background:url(../images/temp/icon.png) no-repeat 0px -976px;*/
   width:10px; height:10px;position:absolute; margin-top:12px;margin-left:3px
}
.headerCon .nav_item_add .jj:before{content: ''; position: absolute; top:7px;
    width:0; 
    height:0; 
    border-left:5px solid transparent;
    border-right:5px solid transparent;
    border-top:5px solid #666;
}
.headerCon .nav_item_add:hover>.nav_item_link .jj:before{border-top:5px solid #8f1d22;}


/*page*/
.pclady_page{height:30px;margin-top:28px;clear:both;text-align:center;font-size:14px;line-height:30px;}
.pclady_page span{margin:0 2px;padding:0 10px;color:#fff;background:#E70980;display:inline-block;line-height:30px;}
.pclady_page a{height:28px;padding:0px 9px;margin:0 2px;border:1px solid #e5e5e5;color:#000;background:#fff;text-decoration:none;display:inline-block}
.pclady_page a:hover{color:#E70980;text-decoration:underline;}


.blank1 {
	margin:0 auto;
	height:1px;
	font-size:1px;
	clear:both;
}
.blank2 {
	margin:0 auto;
	height:2px;
	font-size:1px;
	clear:both;
}
.blank3 {
	margin:0 auto;
	height:3px;
	font-size:1px;
	clear:both;
}

.blank5 {
	margin:0 auto;
	height:5px;
	font-size:1px;
	clear:both;
}

.blank8 {
	margin:0 auto;
	height:8px;
	font-size:1px;
	clear:both;
}
.blank9 {
	margin:0 auto;
	height:9px;
	font-size:1px;
	clear:both;
}
.blank10 {
	margin:0 auto;
	height:10px;
	font-size:1px;
	clear:both;
}
.blank15 {
	margin:0 auto;
	height:15px;
	font-size:1px;
	clear:both;
}
#stock_frame{margin-top:1px;width:300px;height:355px;overflow:hidden}

/*yqlj*/
.yqlj{width:100%; overflow:hidden; padding:30px 0; background:#fff; }
.yqlj_div{width:1200px; margin:0 auto; font-size:15px; color:#222; line-height:30px; }
.yqlj_div .left{width:75px;}
.yqlj_div .right{width:1120px;}
/*pagebottom*/

#pagebottom{
	width: 100%;
	height: 289px;
	background-color: #CC0000;
	background-image: url(/upload_pic/2/201711/10/U435P902T2D1665F38DT20171110153449.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
.pagebottom{ font-size:14px; line-height:25px; padding:25px 0px; color:#fff; text-align:center;}
.pagebottom_nav{line-height:50px; font-weight:bold;}
.pagebottom a{color:#fff;}
.pagebottom a:hover{color:#fff;}
.pagebottom_nr{color:#fff; }
.pagebottom_nr a{color:#fff;}
.pagebottom_nr a:hover{color:#fff;}
.clear{ height:0px; line-height:0; font-size:0; overflow:hidden; clear:both;}