html,body{
	margin:0;
	padding:0;
	background:#f4f3f2;
}
.wrapper{
	width:100%;
	position: relative;
	height:auto;
}
@media(max-width:1025px) {.wrapper {width:1240px; height: 100%;} }  /*显示器分辨路>=1025，wrap宽度1240*/
/*大赛首页*/
/*2016.12.16头部*/
.wrapper .wrapper-header{
	width:100%;	
	height: 108px;
}
.wrapper .wrapper-header img{
	display: inline-block;
	width:100%;
	height: 108px;
}
.wrapper .wrapper-header h2{
	color: #ffffff;
	font-family: "微软雅黑";
	font-size:35px;
	text-align: center;	
	margin-top:-73px;
}
/*2016.12.16导航*/
.wrapper .wrapper-nav{
	height:100px;
	background:#FFFFFF;
	border-bottom:2px solid #dbdad9;
}
.wrapper .wrapper-nav .navbigbox{
	margin: 0 auto;width:1374px;
}
.wrapper .wrapper-nav .navbigbox ul{
	line-height:100px;
}
.wrapper .wrapper-nav .navbigbox ul .logo-size{
	display: inline-block;
	width:146px;
	height:59px;
}
.wrapper .wrapper-nav .navbigbox ul .logo-size a img{
	margin-top:10px;
}
.wrapper .wrapper-nav .navbigbox ul .logo-size:hover{
	border-bottom: none;
}
.wrapper .wrapper-nav .navbigbox ul li{
	width: 91px;
	height:94px;
	float: left;
	text-align: center;
	margin-left: 20px;
	margin-right: 20px;
}
.wrapper .wrapper-nav .navbigbox ul li:hover{
	border-bottom: 6px solid #4e8bec;
}
.wrapper .wrapper-nav .navbigbox ul li a{
	text-decoration: none;
	padding-top: 12px;
	display: block;
	color:#4d4d4d;
	font-family: "微软雅黑";
	font-size:18px;
}
.wrapper .wrapper-nav .navbigbox ul li a:hover{
	color:#4e8bec;
}
/*退出*/
.signout{
	display: inline-block;
	min-width: 200px;
margin-left: 30px;
margin-top: 10px;	
}
.signout span{
	cursor: pointer;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #4d4d4d;
}
/*搜索框*/
.wrapper-nav .ly_search_er{
	display: inline-block;
	margin-top:47px;
	height: 34px;
}
.wrapper-nav .ly_search_er input.seach_input{
	width: 248px;
	height: 32px;
	color:#666666;
	font-family: "微软雅黑";
	font-size: 14px;
	border: 0px;
	background: #fff;
	float: left;
	outline: none;
	border: 1px solid #dedede;
	border-right: 0px;
	line-height: 30px;
	text-indent: 5px;
}
.wrapper-nav .ly_search_er a{
	width: 30px;
	height: 34px;
	display: block;
	text-decoration: none;
	background: url(../img/search_03.png) no-repeat;
	float: left;
}
.wrapper-nav .ly_search_er .btn{
	display: inline-block;
	margin-left:60px;
	width: 80px;
	height:34px;
	border:1px solid #b3b3b3;
	line-height:30px;
	text-align: center;
	color:#666666;
	background: #f7f7f7;
	font-family: "微软雅黑";
	font-size:17px;
	border-radius: 4px;
}
.wrapper-nav .ly_search_er .btn:hover{
	cursor: pointer;
}
/*内容区模块*/
.wrapper .containerbox{
	width:1312px;
	margin:15px auto 68px;
	min-height:1180px;
}
.wrapper .containerbox .boxleft{
	float: left;
	width:1181px;
	min-height:1180px;
}
.wrapper .containerbox .boxright{
	float: right;
	width:123px;
	min-height:1180px;
}
/*图片轮播*/
.wrapper .containerbox .boxleft .pics-ul{
	height: 350px;
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft{
	float: left;
	width:806px;
	z-index: 0;
	position: relative;
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft ul{
	position: relative;
	width: 820px;
	height: 353px;
	overflow: hidden;
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft ul li{
	/*float: left;
	position: absolute;*/
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft ul li img{
	display: inline-block;
	width:802px;
	height:353px;
	}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft .prev,.wrapper .containerbox .boxleft .pics-ul .pics-ulleft .next{
	position: absolute;
	width: 49px;
	height:76px;
	display: none;
	top: 135px;
	z-index: 90;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
	cursor: pointer;
}

.wrapper .containerbox .boxleft .pics-ul .pics-ulleft .next{
	right: 5px;
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft a.prev{
			background: url(../img/lbtn_03.png) 0 0 no-repeat;
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft a.next{
			background: url(../img/rbtn_05.png) 0 0 no-repeat;
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft .pagination{
	position: absolute;
	padding:7px 0px;
	width:206px;
	height:25px;
	z-index: 700;
	bottom: 40px;
	right: 320px;
	background:url(../img/pagesimg.png) 0 0 no-repeat;
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft .pagination li{
	display: block;
	position: relative;
	cursor: pointer;
	width: 12px;
	height: 12px;
	float: left;
	margin-left:24px;
	overflow: hidden;
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft .more{
	bottom: 25px;
	display: block;
	float: right;
	right: 20px;
	position: relative;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 18px;
	font-family: "微软雅黑";
	z-index:1000;
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft .pagination li a{
	height: 0;
	padding-top: 12px;
	cursor: pointer;
	display: block;
	width: 12px;
	float: left;
	overflow: hidden;
	background: url(../img/bout.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/201505/index/images/bout1.png",sizingMethod='crop');
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulleft .pagination li.hover a{
	background: url(../img/bover.png) 0 0 no-repeat;
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src="/201505/index/images/bover1.png",sizingMethod='crop');

}
.wrapper .containerbox .boxleft .pics-ul .pics-ulright{
	float: right;
	width:366px;
}
.wrapper .containerbox .boxleft .pics-ul .pics-ulright img{
	display: inline-block;
	width: 365px;
	height: 352px;
}
.containerbox .boxleft h2{
	height: 96px;
	line-height: 96px;
	clear: both;
	position: relative;
}
.containerbox .boxleft h2 span{
	font-family: "微软雅黑";
	margin-left:28px;
	font-size:23px;
	color:#666666;

}
.containerbox .boxleft h2 i{
	display: inline-block;
	border-radius: 2px;
	width: 5px;
	position: absolute;
	top: 23px;
	height: 50px;
	background: #4e8bec;
}
/*右侧广告公告栏*/
.wrapper .boxright .fixedtool01{
	position: fixed;
	top:250px;
	width: 132px;
	height:440px;
	right:0px;
}

.wrapper .boxright .productImg{
	float:right;
}
.wrapper .boxright .fixedtool01 h2{
	width:121px;
	height:38px;
	line-height:38px;
	text-align: center;
	color:#FFFFFF;
	font-family: "微软雅黑";
	border-radius:4px;
	margin-left:5px;
	background:#aaaaa9;
}
.wrapper .boxright .fixedtool01 h2 i{
	position: relative;
	top:6px;
	right:8px;
}
.wrapper .boxright .fixedtool01 h2 i img{
	display: inline-block;
	width: 31px;
	height: 24px;
}
.wrapper .boxright .fixedtool01 p {
	margin-left:5px;
	text-align: center;
	margin-top: 2px;
	display: block;
	width:124px;
	background: #aaaaa9;
	height:275px;
}
.wrapper .boxright .fixedtool01 p img{
	display:inline-block;
	width:124px;
	height:241px;
}
.wrapper .boxright .fixedtool01 p a{
	font-family: "微软雅黑";
	color: #FFFFFF;
	font-size: 16px;
	position: relative;
	bottom: 0px;
	text-decoration: none;
}
.wrapper .boxright .fixedtool01 .close-ys{top:6px;}

/*地图*/
.wrapper .containerbox .boxleft .map{
	height:638px;
	margin-top:-50px;
	background:#FFFFFF;
}
.wrapper .containerbox .boxleft .map .map01{
	position: relative;
	top:20px;
	width:1140px;
	height:598px;
	margin:0px auto;
	background: #fbf7f6;
	}
.wrapper .containerbox .boxleft .map .map01 .lefttime{
	width: 58px;
	height:99px;
	left:28px;
	top:197px;
	position: absolute;
}
.wrapper .containerbox .boxleft .map .map01 .lefttime ul{
	height:99px;
	
	}
.wrapper .containerbox .boxleft .map .map01 .lefttime ul li{
	text-align: center;
	color:#FFFFFF;
	font-family: "微软雅黑";
	height:29px;
	line-height:29px;
	font-size:13px;
	cursor:pointer;
	}
.wrapper .containerbox .boxleft .map .map01 .lefttime ul li{
	width:58px;
	padding-bottom: 6px;
	height:29px;
	background: url(../img/img05.png) 0 0 no-repeat;
	}
.wrapper .containerbox .boxleft .map .map01 .lefttime ul li:hover{
	width:58px;
	height:29px;
	/*background: url(../img/img05blue.png) 0 0 no-repeat;*/
	
}
.wrapper .containerbox .boxleft .map .map01 .lefttime .onhere{
	width:58px;
	height:29px;
	background: url(../img/img05blue.png) 0 0 no-repeat;

	}
.wrapper .containerbox .boxleft .map .map01 .rightother{
	text-align: center;
	position: absolute;
	right: 120px;
	top: 103px;
	width: 92px;
	height: 126px;
}
.wrapper .containerbox .boxleft .map .map01 .rightother ul{
	height:92px;
	text-align:left;

}
.wrapper .containerbox .boxleft .map .map01 .rightother ul li{
	line-height:30px;
	font-family:"微软雅黑";
	color:#807f7f;
	font-size:13px;
}
.wrapper .containerbox .boxleft .map .map01 .rightother ul li i{
	padding-right:12px;
}
.wrapper .containerbox .boxleft .map .map01 p{
text-align: center;
position: absolute;
left: 431px;
font-family: "å¾®è½¯é›…é»‘";
font-weight: bold;
font-size: 34px;
color: #808080;
top:35px;
}	
.jvectormap-label {
    position: absolute;
    display: none;
    border: solid 1px #CDCDCD;
    -moz-border-radius: 3px;
    background: #292929;
    color: white;
    font-family: sans-serif, Verdana;
    font-size: smaller;
    padding: 3px;
}

.jvectormap-zoomin, .jvectormap-zoomout {
    position: absolute;
    -moz-border-radius: 3px;
    background: #292929;
    padding: 3px;
    color: white;
    width: 10px;
    height: 10px;
    cursor: pointer;
    line-height: 10px;
    text-align: center;
}

.jvectormap-zoomin {
    left: 10px;
    top: 10px;
}

.jvectormap-zoomout {
    left: 10px;
    top: 30px;
}
/*鼠标划过地图弹出框信息*/

        .mapTipText
        {
            width: 280px;
            height: 110px;
            background-color: #ffffff;
        }
        .mapTipText .mapTipImg
        {
            height: 66px;
            width: 66px;
            float: left;
            border: 2px solid #ffffff;
            border-radius: 50%;
            overflow: hidden;
            margin: -12px 5px 0 -12px;
        }
        .mapTipText .mapTipImg img
        {
            width: 100%;
            height: 100%;
        }
        .mapTipText .mapTipList
        {
            float: left;
            margin-left: 4px;
        }
        .mapTipText .mapTipList h2
        {
            text-align: left;
        }
        .mapTipText .mapTipList h2 a
        {
            font-size: 24px;
            color: #262626;
            text-decoration: none;
        }
        .mapTipText .mapTipList h2 a:hover
        {
            color: #0085d2;
        }
        .mapTipText .mapTipList h2 a span
        {
            font-size: 16px;
            margin-left: 3px;
        }
        .mapTipText .mapTipList ul
        {
            width: 203px;
            padding-right: 10px;
        }
        .mapTipText .mapTipList ul li
        {
            list-style: none;
            float: left;
            padding: 7px 3px 0 3px;
        }
        .mapTipText .mapTipList ul li a
        {
            color: #262626;
            text-decoration: none;
        }
        .mapTipText .mapTipList ul li a:hover
        {
            background-color: #2ebcfe;
            color: #ffffff;
        }

/*赛前练习榜*/
.wrapper .containerbox .boxleft .list{
	padding: 20px;
	height: 327px;
	margin-bottom:68px;
	background: #FFFFFF;
}
.wrapper .containerbox .boxleft .list .list01{
	background:#f0f4fb;
	width:1139px;
	height:326px;
}
.wrapper .containerbox .boxleft .list .list01 .list01-left{
	float: left;
}
.wrapper .containerbox .boxleft .list .list01 .list01-left .li-header{
		text-align: left;
		font-weight: bold;
}
.wrapper .containerbox .boxleft .list .list01 .list01-left .li-header2{
		text-align: right;
		font-weight: bold;
}

.wrapper .containerbox .boxleft .list .list01 .list01-left p{
	font-family: "微软雅黑";
	margin-top:27px;
	margin-left:27px;
	font-size:16px;
	color: ;
}
.wrapper .containerbox .boxleft .list .list01 .list01-left p span{
	color:#4e8bec;
	font-family: "微软雅黑";
	margin-left: 51px;
	font-size:14px;
}
.wrapper .containerbox .boxleft .list .list01 .list01-left p strong{
	font-family: "微软雅黑";
	font-size:16px;
	color:#000000;
}
.wrapper .containerbox .boxleft .list .list01 .list01-left ul{
	height:117px;
	float: left;
	text-align: left;
	width:206px;
	margin-top:15px;
	margin-left:26px;
	text-align:
}
.wrapper .containerbox .boxleft .list .list01 .list01-left .list01-num02{
	text-align: right;
	width:179px;
}

.wrapper .containerbox .boxleft .list .list01 .list01-left .list01-num03{
	text-align: right;
	width:106px;
}
.wrapper .containerbox .boxleft .list .list01 .list01-left  .list-times{
	text-align: right;
	margin-right:15px; 
	margin-top: 258px;
	color:#666666;
	font-family: "微软雅黑";
	font-size:14px;
}
.wrapper .containerbox .boxleft .list .list01 .list01-left ul li{
	line-height: 39px;
	color:#666666;
	font-family: "微软雅黑";
	font-size: 15px;

}
.wrapper .containerbox .boxleft .list .list01 .list01-left ul li a{
	padding-right:134px;
}
.wrapper .containerbox .boxleft .list .list01 .list01-left p a{
	color:#4e8bec;
}

.wrapper .containerbox .boxleft .list .list01 .list01-right{
	margin-top:29px;
	position: relative;
	margin-right:6px;
	float:right;
	width:426px;
	height:236px;
	border-left:1px solid #cccccc;
}
.wrapper .containerbox .boxleft .list .list01 .list01-right p i{
	margin-left:8px;
}
.wrapper .containerbox .boxleft .list .list01 .list01-right p i img{
	display: inline-block;
	width:47px;
	height:47px;
}

.wrapper .containerbox .boxleft .list .list01 .list01-right p span{
	position: absolute;
	color:#333333;
	font-family: "微软雅黑";
	font-size:18px;
	top:13px;
	left:63px;
}

.wrapper .containerbox .boxleft .list .list01 .list01-right .formbox{
	position: absolute;
	left:215px;
	top: 5px;
}
.wrapper .containerbox .boxleft .list .list01 .list01-right .formbox i{
	margin-left:0;
}

.wrapper .containerbox .boxleft .list .list01 .list01-right .mybank{
	width: 338px;
	height: 158px;
	margin: 50px auto;
}
.wrapper .containerbox .boxleft .list .list01 .list01-right .mybank p{
	line-height: 30px;
	font-family: "微软雅黑";
	font-size: 15px;
	display: inline-block;
	color: #666666;
	font-weight: bold;
}
.wrapper .containerbox .boxleft .list .list01 .list01-right .mybank span{
	color: #666666;
	font-family: "微软雅黑";
	font-size: 15px;

}

.list01-right ul {
height: 117px;
float: left;
text-align: left;

margin-top: 29px;
margin-left: 26px;
}
.list01-right ul li {
line-height: 30px;
color: #666666;
font-family: "微软雅黑";
font-size: 15px;
}



#txt{
	width:159px;
	height:36px;
	line-height:35px;
	color:#d3d3d3;
	font-size:14px;
	font-family: "微软雅黑";
	text-indent: 8px;	
	border:1px solid #dedede;
	border-right:none;
}
.wrapper .containerbox .boxleft .list .list01 .list01-right .formbox02 img{
		position: absolute;
		display: inline;
		left: 282px;
		top: -13px;
		width: 40px;
		height:40px;
}

.wrapper .containerbox .boxleft .list .list01 .list01-right .seach_input{
	margin-left: 105px;
	margin-top: -14px;
	width:159px;
	height:38px;
	line-height:38px;
	text-indent:5px;
}
.search-combobox-input{
height: 31px;
border: none 0;
outline: 0;
font-size: 14px;
padding-left: 5px;
}
.wrapper .containerbox .boxleft .list .list01 .list01-right h3{
	height: 96px;
	color:#666666;
	
	font-family: "微软雅黑";
	font-size: 14px;
	margin-left:177px;
line-height: 190px;

}
/*公告框*/
.Announce-box{
	width:590px;
	background:#FFFFFF;
	position: relative;
	}
.Announce-box h4{
	height: 52px;
	line-height: 52px;
	font-family: "微软雅黑";
	font-size: 21px;
	background: #4f8bed;
	color: #FFFFFF;
	text-align: center;
}
.Announce-box h4 i{
	position: absolute;
	right: 14px;
}
.Announce-box h4 i img{
	display: inline-block;
	width: 20px;
	height: 18px;
}
.Announce-box .dl01{
	min-height:200px;
	width: 550px;
	margin: 20px auto;
}
.Announce-box .dl01 dt{
	float: right;
}
.Announce-box .dl01 dt img{
	display: inline-block;
	width: 275px;
	height: 168px;
}
.Announce-box .dl01 dt a img{
	border-radius:10px;
}
.Announce-box .dl01 dd{
	float: left;
	width: 265px;

	line-height: 28px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #4d4d4d;
}
.Announce-box .dl01 dd p{
	font-family: "微软雅黑";
	font-size: 16px;
	color: #4d4d4d;
	margin-bottom: 5px;
	margin-top: 5px;
}
.Announce-box .dl01 dd p i img{
	display: inline-block;
	width: 12px;
	margin-right: 5px;
	height: 14px;
}
.Announce-box .dl01 dd h5 p{
	margin-left: 15px;
	font-size:14px;
	font-family: "微软雅黑";
}
.Announce-box .dl01 dd h5{
	margin-left: 15px;
	font-size:14px;
	font-family: "微软雅黑";
}
.Announce-box .dl02{
	margin-left: 22px;
	height: 32px;
	margin-right: 22px;
}
.Announce-box .dl02 dd p{
	display: inline-block;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #4d4d4d;
	margin-bottom: 28px;
	margin-top: 5px;
}
.Announce-box .dl02 dd p i img{
	display: inline-block;
	width: 12px;
	margin-right: 5px;
	height: 14px;
}
.Announce-box .dl02 dd span{
	float: right;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #4d4d4d;
	margin-top: 6px;

}
.Announce-box .dl02 dd a{
	float: right;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #878ce0;
}

/*地区对应框*/
.area-box{
	width: 602px;;
	background: #FFFFFF;
	position: absolute;
	top: 43%;
	left:29%;
}
.area-box p{
	height: 47px;
	line-height: 47px;
	background: #4e8bec;
	text-align: center;
	font-family: "微软雅黑";
	font-size: 20px;
	color: #FFFFFF;
}
.area-box p i{
	right: 13px;
	top: -8px;
	font-size: 26px;
	position: absolute;
}
.area-box .title-01{
	height: 20px;
}
.area-box .title-01 li{
	margin-left: 200px;
	margin-top: 20px;
}
.area-box .title-01 li span{
	font-family: "微软雅黑";
	font-size: 16px;

}
.area-box .title-01 li span a{
	color: #4e8bec;
	text-decoration: none;
}
.area-box .list-group-item{
	width:580px;
	margin-left: 23px;
	margin-top:10px;
}
.area-box .list-group-item ul{
	float: left;
}
.area-box .list-group-item ul li{
	margin-top: 10px;
	line-height: 20px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #666666;
}
.area-box .list-group-item ul li i img{
	margin-right: 8px;
	display: inline;
	width:13px;
	height: 15px;
}
.area-box .list-group-item .item-02{
	margin-left: 25px;
}
.area-box .list-group-item .item-03{
	margin-left: 25px;
}
.area-box .list-group-item .item-04{
	margin-left: 44px;
	text-align: right;
}
.area-box .list-group-item span{
text-align: right;
display: inline-block;
width: 560px;
margin-top: 16px;
margin-bottom:10px;
color: #4e8bec;
font-family: "微软雅黑";
font-size: 14px;
}
/*底部*/
.footer{
	clear: both;
	height: 180px;
	width: 100%;
	background: #b3b3b3;
}
.footer_box{
	width:1139px;
	height: 180px;
	margin:auto;
}
.footer_left{
	float: left;
	padding-top: 40px;
}

.footer_L_T{
	height: 58px;
	min-width: 740px;
	border-bottom: 1px solid #999;
}
.footer_L_T dl{
	float: left;
	margin-right: 70px;
}
.footer_L_T dl dt{
	margin-bottom: 12px;
	display: -webkit-box;
	font-size:12px;
	-webkit-box-align: center;
	color: #4d4d4d;
	font-family: "微软雅黑";
}
.footer_L_T dl dt img{
	margin-right: 8px;
	display: inline-block;
}
.footer_L_T dl dd{
	font-family: "微软雅黑";
	color:#4D4D4D;
	font-size: 12px;
}
.footer_L_B{
	margin-top: 20px;
}
.footer_p1{
	float: left;
	margin-right:107px;
}
.footer_p1 a{
	margin-right: 20px;
	color: #4d4d4d;
	font-family: "微软雅黑";
	font-size:12px;
}
.footer_p2{
	color: #4d4d4d;
	font-family: "微软雅黑";
	font-size:12px;
}
.footer_right{
	padding-top: 26PX;
	float: right;
	text-align: center;	
}
.footer_right dl dd{
	margin-top: 16px;
	font-size: 12px;
	color: #4d4d4d;
	font-family: "微软雅黑";
}
.footer_right dl dt img{
	display: inline-block;
	width:100px;
	height:100px;

}
/*大赛导航－按年份*/
/*各大省的代表颜色*/
.wrapper .list-nav{
	width:474px;
	height: 45px;
	line-height: 45px;
	margin:20px auto;
}
.list-nav ul li{
	float: left;
	font-family: "微软雅黑";
	font-size:16px;
	padding-right:40px;
	color:#333333;
}
.list-nav ul li i{
	padding-right:10px;
}
/**/
/*列表内容区*/
.list-container{
	width:1275px;
	margin: 0 auto;
	min-height:575px;
}
.list-container .timesleft{
	float: left;
	width:131px;
}
.list-container .countryright{
	float: right;
	width:963px;
	height:auto;
}


/* /////////////////////////////////////////////////////////////////容器右侧样式 */

.list-container .countryright{width:965px; float: left;margin-left:98px;}
.right_box{background:url(../img/img.png) 0 0; width: 100%;height: 100%;position: relative; background-repeat: repeat-y;  min-height:575px;}
.right_cont_box:hover{
	  -webkit-box-shadow: 0 4px 8px -2px rgba(0,0,0,0.4);
	  -moz-box-shadow: 0 8px 4px -2px rgba(0,0,0,0.4);
	 box-shadow: 0 4px 8px -2px rgba(0,0,0,0.4);
	 background:#EEEEEE;
}
.right_cont_box h1{
	position: absolute;
	left: -90px;
	top: 7px;
	font-family: "微软雅黑";
	color:#000000;
	font-size: 14px;
}
.right_cont_box{background: #fff; width: 425px; position: relative;margin-left: 40px; float: left; margin-top:3px;margin-bottom: 20px;}
.right_cont_box10{
	text-align: center;
	line-height: 132px;
	font-family: "微软雅黑";
	font-size: 16px;
}
.lab{border:1px solid #ff796d; font-size: 14px; color: #ff796d; padding: 5px 10px;display: inline-block;font-family: "微软雅黑";}
.lab-blue{
	border: 1px solid #3f8cfd;
	color: #3f8cfd;
}
.lab-qy{
	border: 1px solid #ffc705;
	color: #ffc705;
}
.lab-hs{
	border: 1px solid #00f7bd;
	color: #00f7bd;
}
.lab-other
{
    border: 1px solid #bfbffe;
	color: #bfbffe;
    }
.list-box{width: 100%;}
.list_left{width: 270px; float: left;padding-left: 50px;padding-top: 10px;}
.list_right{float: right;width: 100px; text-align: center;position: relative;    margin-top: 20px;}
.list_left .list-title{font-size: 16px;color: #333;line-height: 30px; font-family: "微软雅黑";}
.list_left .list-title a{  text-decoration:none;}
.date-container{width: 100%; height: auto;}
.list_left .list-time{font-size: 14px; color: #666; padding-top: 5px; font-family: "微软雅黑";}
.list_left .status{font-size: 14px; color: #ff796d;padding-top: 10px; padding-bottom: 20px;font-family: "微软雅黑";}
.list_right .addr_pro{width: 92px;text-align: right;font-size: 16px; color: #333;position: absolute; left: -8px;top:-150px; display: inline-block;font-family: "微软雅黑";}
.addr_city{color: #8e8e8e;font-size: 14px; position: absolute;top: 9px; right: 14px; display: inline-block;font-family: "微软雅黑";} 
.list_right .Split{font-weight: bold;font-size: 36px;color: #333333;  position: absolute;left: 40px;display: inline-block;}
.big_circle{position: absolute; margin-top:-19px;width: 30px; height: 30px;   border-radius: 50%;  behavior: url(../js/ie-css3.js);   left: -14px; z-index: 10; background: #f4f3f2;}
.middle_circle{position: absolute; width: 20px; height: 20px;   border-radius: 50%;  behavior: url(../js/ie-css3.js);   left: 4px;top: 4px; z-index: 10;}
.small_circle{position: absolute; width: 10px; height: 10px;  border-radius: 50%;  behavior: url(../js/ie-css3.js);   left: 4px;top: 4px; z-index: 10;}
.date-container h1{
	margin-left: -52px;
	position: relative;
	top: 4px;
	font-family: "微软雅黑";
	color: #333333;
	font-size: 14px;
}
 /*//////////////////////////////////时间轴圈样式////////*/
.circle_bd1{border:1px solid #7daef2;}
.small_circle-bg1{background: #6ea5f1;}
.circle_bd2{border:1px solid #46cf61;}
.small_circle-bg2{background: #46cf61;}
.circle_bd3{border:1px solid #efc94e;}
.small_circle-bg3{background: #efc94e;}


/*按时间*/
.list-container .timesleft .time{
	height:190px;
}
.list-container .timesleft .type{
	margin-top:100px;
	height:205px;
}

.list-container .timesleft .time h3{
	text-align:center;
	margin-bottom: 15px;
	color:#333333;
	font-weight: bold;
	font-size:12px;
	font-family: "微软雅黑";
}
.list-container .timesleft .time ul{
	width:130px;
	min-height:15px;
	background: #4e8bec;
	border-radius: 4px;
	
}
.list-container .timesleft .time .type02{
height: 255px;
} 
.list-container .timesleft .time ul li{
	color:#FFFFFF;
	font-family: "微软雅黑";
	font-size:14px;
	height:50px;
	line-height:50px;
	border-bottom:1px solid #699df0;
	text-align: center;
}
.list-container .timesleft .time ul .on{
	color:#FFFFFF;
	background:#609bf9;
	border-radius: 4px;
}
/*大赛新产品*/


/*产品列表展示*/
.list-group{

	width:1202px;
	position: relative;
	background: #FFFFFF;
	margin:30px auto;
	margin-bottom:50px;
	padding:30px;
}
.list-group .group01{
	height:116px;
	border-bottom: 1px solid #dedede;
}
.list-group .group01 h2{
	font-family: "微软雅黑";
	font-weight:bold;
	font-size: 24px;
	color:#4d4d4d;
}
.list-group .group01 form{
	min-width:965px;
	margin-left:37px;
	margin-top: 28px;
	height:37px;
	
}
form span{
	font-family: "微软雅黑";
	font-size:16px;
	color:#4d4d4d;
}
.list-group .group01 .txt02{
	width: 240px;
	height: 32px;
	line-height: 32px;
	border: 1px solid #dedede;
	color:#d2d2d2;
	font-family: "微软雅黑";
	font-size: 14px;
	text-indent: 14px;
	margin-left: 7px;
}
.list-group .group01 .newproduct{
	margin-right: 40px;
}
.list-group .group01 .btn-search{
	width: 66px;
	height: 34px;
	background: #6da1f2;
	color: #FFFFFF;
	font-family: "微软雅黑";
	/*margin-left: 450px;*/
	border: none;
	font-size: 16px;
	cursor: pointer;
	border-radius: 3px;
}
.dl-product{
	height: 305px;
	border-bottom: 1px solid #dedede;
}
.list-group .dl-product dl{
	height: 235px;
	width: 1200px;
	margin-top: 40px;
}
.list-group .dl-product dt{
	width:366px;
	float: left;
}
.list-group .dl-product dt img{
	width: 366px;
	height: 234px;
	display: inline-block;
}
.list-group .dl-product dd{
	width: 812px;
	margin-bottom: 40px;
	font-family: "微软雅黑";
	display: block;
	font-size: 22px;
	color: #333333;
	float: right;
}
.list-group .dl-product .font-dd02{
	font-family: "微软雅黑";
	color: #333333;
	font-size: 18px;
	line-height: 30px;
}
.list-group .dl-product .font-dd03{
	font-family: "微软雅黑";
	color: #666666;
	font-size: 16px;
	line-height: 30px;
}
.list-group .dl-product .font-dd03 span{
	float:right;
}
.wrapper .boxright .fixedtool01-1{
	right: 12px;
}
/*分页*/
.list-group .pages{
	height: 92px;
	line-height: 126px;
}
.list-group .pages .Pages-curry{
	float: left;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #4e8bec;
}

.list-group .pages .pagination{
	min-width: 594px;
	height: 40px;
	margin-left:558px;
	position: relative;
	}
.list-group .pages .pagination a{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-family: "微软雅黑";
	font-size: 16px;
	border-radius: 6px;
	text-decoration: none;
	display: inline-block;
    border: 1px solid #ececec;
    cursor:pointer;
}
.list-group .pages .pagination .current{
	background: #4e8bec;
	color: #fff;
}
.list-group .pages .pagination .next{
	width: 80px;
	cursor: pointer;
}
.list-group .pages .pagination .last{
	width: 60px;
	cursor: pointer;
}
.list-group .pages .pagination .jump{
position: absolute;
top: 42px;
width: 43px;
height: 38px;
border: 1px solid #ececec;
border-radius: 6px;
margin-left: 4px;
line-height: 38px;
text-align: center;
	}
.list-group .pages .pagination .go{
	margin-left: 46px;	
	width: 48px;
	cursor: pointer;
}
.list-group .pages .pagination  span{
	margin-left: 40px;
	font-family: "微软雅黑";
	font-size: 14px;
	color: #b6b6b6;
}
.navbigbox .navbigbox01{
	width: 1248px;
	padding-left: 123px;
}
.provinceboxbg{
	background:url(../img/tranbg.png);
	width:100%;
	height:100%;
	position:fixed;
	z-index:1010;
	left:0px;
	top:0px;
	}
	.provinceboxbg .area-box .closeprovince{
	background:url(../img/allpic.png);
	background-repeat:no-repeat;
	background-position:-156px -48px;
	width:17px;
	height:16px;
	display:block;
	position:absolute;
	top:18px;
	*top:2px;
	right:9px;
	cursor:pointer;
	}
	.Announce-boxboxbg
	{
	background:url(../img/tranbg.png);
	width:100%;
	height:100%;
	position:fixed;
	z-index:1010;
	left:0px;
	top:0px;
	}


.wrapper .wrapper-nav .navbigbox01{
	width: 1248px;
}

/*新产品详情页*/
.wrapper .information{
	width: 1204px;
	background: #FFFFFF;
	margin: 0 auto;
	height: auto;
}
.wrapper .information .informationbox{
	margin: 44px;
}
.wrapper .information .informationbox .informationbox01{
	text-align: center;
	height: auto;
}
.wrapper .information .informationbox .informationbox01 .informationbox01-1{
	height: 108px;
	border-bottom: 1px solid #dedede;
}
.wrapper .information .informationbox .informationbox01 .informationbox01-1 h2{
	font-family: "微软雅黑";
	font-size: 24px;
	color: #4d4d4d;
	font-weight: bold;
	padding-top: 38px;
}
.wrapper .information .informationbox .informationbox01 .informationbox01-1 h2 span{
	font-size: 11px;
	color: #999999;
	padding-right: 42px;
}
.wrapper .information .informationbox .informationbox01 .informationbox01-1 h4{
	margin-top: 15px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #c1c1c1;
}
/*视频区*/
.wrapper .information .informationbox .informationbox01 .informationbox01-2{
	height: 543px;
	border: 1px solid #e2e2e2;
	box-shadow:0px 0px 6px #e2e2e2;
	margin-top: 18px;
	background: #fafafa;
}
.informationbox01-2 .rightcontainer-video{
	padding-top: 24px;
}
.informationbox01-2 .Video{
	width:1069px;
	margin:auto;
	height:491px;
	overflow:hidden;
	margin-bottom:27px;
	position:relative;
	}
.informationbox01-2 .Video .player{
	width:777px;
	height:488px;
	float:left;

	}
.informationbox01-2 .Videomenu{
	width:272px;
	height:488px;
	overflow:auto;
	overflow-x:hidden;
	background:#2a2e30;
	position:relative;
	margin-left:20px;
	float:left;
	}
.informationbox01-2 .hidemenu{
	position:absolute;
	height:488px;
	background:#3c4044 url();
	background-position:2px center;
	background-repeat:no-repeat;
	width:20px;
	left:777px;
	top:0px;
	cursor: pointer;
	}
.informationbox01-2 .Videomenulist{
	margin-top:20px;
	width:280px;
	margin:auto;
	position:relative;
	}

.informationbox01-2 .Videomenulist h3{
	font-size:13px;
	color:#fff;
	height:40px;
	line-height:40px;
	text-indent:36px;
	cursor:pointer;
	font-weight:normal
	}
.informationbox01-2 .Videomenulist h3:hover{
	}
.informationbox01-2 .Videomenulist h3.onhere{
	/*background:#edf1f3;*/
	}
.informationbox01-2 .Videomenulist h3{
	position:relative;
	}

.informationbox01-2 .Videomenulist h3 i.add{
	background:url(../img/allpic.png);
	background-position:-267px -52px;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	pointer-events:none;
	left:11px;
	top:12px;
	}
.informationbox01-2 .Videomenulist h3 i.reduce{
	background:url(../img/allpic.png);
	background-position:-288px -52px;
	background-repeat:no-repeat;
	width:16px;
	height:16px;
	display:block;
	position:absolute;
	pointer-events:none;
	left:11px;
	top:12px;
	}
.informationbox01-2 .Videomenulist a{
	font-size:13px;
	color:#fff;
	position:relative;
	line-height:40px;
	display:block;
	padding-left:54px;
	white-space:nowrap;/* 不换��? */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	text-overflow:ellipsis;
	width:185px;
	display:none;
	}
.informationbox01-2 .Videomenulist a:hover{
	color:#83e4ff;
	}
.informationbox01-2 .Videomenulist a.onhere{
	color:#83e4ff;
}

.informationbox01-2 .Videomenulist a i.paly{
	background:url(../img/allpic.png);
	background-position:-291px -77px;
	background-repeat:no-repeat;
	width:22px;
	height:20px;
	display:block;
	position:absolute;
	pointer-events:none;
	left:30px;
	top:10px;

	}
.informationbox01-2 .Videomenulist a i.stop{
	background:url(../img/allpic.png);
	background-position:-264px -76px;
	background-repeat:no-repeat;
	width:22px;
	height:20px;
	display:block;
	position:absolute;
	pointer-events:none;
	left:30px;
	top:10px;
	*top:4px;
	}
.informationbox01-2 .Videomenulist h4{
	background:#fff;
	display:block;
	position:absolute;
	pointer-events:none;
	left:52px;
	top:60px;
	display:none;
	}
.informationbox01-2	.Videomenulist img{
	border:none;
	margin-top:10px;
	*margin-top:10px;
	}
.informationbox01-2 .Videomenu{overflow-x:auto;}
.informationbox01-2 .videoTreebox{padding-left:5px;}
.informationbox01-2 .videoTreebox ul{padding-left:19px;}
.informationbox01-2 .videoTreebox ul li{white-space:nowrap;/* 不换行 */}
.informationbox01-2 .videoTreebox li span.title{display:block;line-height:40px;height:40px;color:#fff;font-size:14px;position:relative;cursor:pointer;}
.informationbox01-2 .videoTreebox li span.title i{cursor:pointer;
 background: url(../img/allpic.png);
cursor:pointer;
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  display: block;
  position: absolute;
 left: -9px;
  top: 12px;
  }
.informationbox01-2 .videoTreebox li span.title i.open{
	background-position: -267px -52px; 
  
	}
.informationbox01-2 .videoTreebox li span.title i.close{
	  background-position: -288px -52px;
	}

.informationbox01-2 .videoTreebox li a.videolink{display:block;line-height:40px;height:40px;color:#fff;font-size:14px;cursor:pointer;position:relative; width:40px;}
.informationbox01-2 .videoTreebox li a.videolink i{
	  background: url(../img/allpic.png);
  background-repeat: no-repeat;
  width: 22px;
  height: 20px;
  display: block;
  position: absolute;
  left: -30px;
  top: 10px;
cursor:pointer;
	}
.informationbox01-2 .videoTreebox li a.videolink b{display:block;width:4px;background:#fff;  height: 22px;
  left: -20px;
  top: -11px;position:absolute;}
.informationbox01-2 .videoTreebox li a.videolink i.stop{  background-position: -264px -76px;}
.informationbox01-2 .videoTreebox li a.videolink i.play{background-position: -291px -77px;}

.informationbox01-2 .videoTreebox li span a
{color: #fff;
font-size: 14px;
    display: block;
width: 236px;
text-align: left;
margin-left: 18px;
font-family: "微软雅黑";
    }
/*图文混排*/
.wrapper .information .informationbox .informationbox02{
	margin-top: 49px;
	border-bottom: 1px solid #dedede;
}
.wrapper .information .informationbox .informationbox02 dl{
	height: 283px;
}
.wrapper .information .informationbox .informationbox02 dl dt{
	float: right;
}
.wrapper .information .informationbox .informationbox02 dl dt img{
	display: block;
	width: 529px;
	height: 279px;
}
.wrapper .information .informationbox .informationbox02 dl dd{
	width: 566px;
	line-height: 27px;
	font-family: "微软雅黑";
	font-size: 16px;
	float: left;
	color: #4d4d4d;
}
.wrapper .information .informationbox .informationbox02 .informationbox02-1{
	text-indent: 2em;
	line-height: 27px;
	margin-top: 47px;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #4d4d4d;
	margin-bottom:20px;
}
.wrapper .information .informationbox .informationbox02 .informationbox02-2{
	height: 260px;
	margin-bottom: 60px;
}
.wrapper .information .informationbox .informationbox02 .informationbox02-2 img{
	display: block;
	width: 1120px;
	height: 260px;
	margin-top: 40px;
}
.wrapper .information .informationbox .informationbox03{
	line-height: 70px;
	height: 70px;
}
.wrapper .information .informationbox .informationbox03 a{
	text-decoration: none;
	padding: 0 44px;
	display: inline-block;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #4d4d4d;
}
.wrapper .information .informationbox .informationbox03 a:hover{
	color: #4e8bec;
}
.wrapper .information .informationbox .informationbox03 .up-text{
	float: left;
}
.wrapper .information .informationbox .informationbox03 .next-text{
	float: right;
}
.wrapper .information .informationbox .informationbox04{
	text-align: center;
}
.wrapper .information .informationbox .informationbox04 .informationbox04-anniu{
	width: 142px;
	padding-left: 21px;
	position: relative;
	text-align: left;
	height: 50px;
	border: none;
	bottom: 30px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	margin-top: 53px;
	background: url(../img/course.png) no-repeat;

}
.wrapper .information .informationbox .informationbox04 .informationbox04-anniu i img{
	display: block;
	position: absolute;
	top: 18px;
	right: 20px;
}
/*右侧热门阅读*/
.wrapper .Popular-reading{
		width: 233px;
		background: #FFFFFF;
		position: fixed;
		top: 305px;
		right: 0;
		border-radius: 6px;
		border: 1px solid #e7e7e7;
		box-shadow: 0px 0px 6px #e7e7e7;
}
.wrapper .Popular-reading h2{
	height: 35px;
	line-height: 35px;
	text-align: center;
	border-bottom: 1px solid #a6a6a6;
	margin-left: 6px;
	margin-right: 6px;
	font-family: "微软雅黑";
	font-size: 18px;
	color: #666666;
}
.wrapper .Popular-reading h2 i{
	float: right;
	 padding-top:10px;
	 cursor:pointer;
	 *margin-top: -22px;
}
.wrapper .Popular-reading h2 i img{
	display: inline-block;
	width: 13px;
	height: 12px;
}
.wrapper .Popular-reading ol{
	width: 194px;
	margin: 11px 20px 0 20px;
}
.wrapper .Popular-reading ol li{
	line-height: 26px;
}
.wrapper .Popular-reading ol li a{
	font-family: "微软雅黑";
	color: #4d4d4d;
	font-size: 12px;
	text-decoration: none;
	cursor: pointer;
}

/*推荐*/
.wrapper .information .informationbox .informationbox02 .share-btn{
	line-height: 42px;
	position: relative;
	bottom:10px;
}
.wrapper .information .informationbox .informationbox02 .share-btn a img{
	display: inline-block;
	width: 110px;
}
.wrapper .information .informationbox .informationbox02 .share-btn i {
position: absolute;
left: 8px;
top: 1px;
padding-top:13px;
cursor:pointer;
}
.wrapper .information .informationbox .informationbox02 .share-btn span {
	position: absolute;
	left: 40px;
	color: #747474;
	top: -1px;
	font-size: 16px;
}
.wrapper .information .informationbox .informationbox02 .share-btn span a {
color: #747474;
font-size: 16px;
}

.wrapper .information .informationbox .informationbox03{
	line-height: 70px;
	height: 70px;
}
.wrapper .information .informationbox .informationbox03 a{
	text-decoration: none;
	padding: 0 44px;
	display: inline-block;
	font-family: "微软雅黑";
	font-size: 16px;
	color: #4d4d4d;
}
.wrapper .information .informationbox .informationbox03 a:hover{
	color: #4e8bec;
}
.wrapper .information .informationbox .informationbox03 .up-text{
	float: left;
}
.wrapper .information .informationbox .informationbox03 .next-text{
	float: right;
}
.wrapper .information .informationbox .informationbox04{
	text-align: center;
}
.wrapper .information .informationbox .informationbox04 .informationbox04-anniu{
	width: 142px;
	padding-left: 21px;
	position: relative;
	text-align: left;
	height: 50px;
	border: none;
	bottom: 30px;
	font-size: 16px;
	font-family: "微软雅黑";
	color: #FFFFFF;
	
	margin-top: 53px;
	background: url(../img/course.png) no-repeat;
}
.wrapper .information .informationbox .informationbox04 .informationbox04-anniu i img{
	display: block;
	position: absolute;
	top: 18px;
	right: 20px;
}
/*合作伙伴界面样式*/
.Cooperativepartner{
	height:auto;
	width: 1200px;
	margin: 0 auto;
	margin-bottom: 64px;
	position: relative;
	background: #FFFFFF;
}
.Cooperativepartner h2{
	font-family: "微软雅黑";
	font-size: 28px;
	text-align: center;
	line-height: 142px;
	color: #4e8bec;
	font-weight: bold;
}
.Cooperativepartner h2 i{
	display: inline;
	position: relative;
	top: -7px;
}
.Cooperativepartner ul{
	margin: 0 80px;
	height: 172px;
}
.Cooperativepartner ul li{
	padding-right: 32px;
	float: left;
}
.Cooperativepartner ul li a{
	text-decoration: none;
	display: block;
	text-align: center;
	font-family: "微软雅黑";
	line-height: 35px;
	font-size: 18px;
	font-weight: bold;
}
.Cooperativepartner ul li a img{
	display: inline-block;
	width: 314px;
	height: 117px;
}
/*2017-1-3产品列表新改动地方新加样式*/
.list-group .group01-01{
	height: 52px;
}
.list-group .tab{
	border-collapse: collapse;
	border-spacing: 0px;
	width: 100%;
}
.list-group .tab tr td{
	border-bottom: 1px solid #dedede;
	line-height: 36px;
	color: #666;
	text-align: left;
	font-size: 13px;
}
.list-group .tab tr td{
		font-family: "微软雅黑";
	font-size: 14px;

}
.list-group .tab tr td  a{text-decoration: none;}
/*点击切换大赛*/
.list{
	position: relative;
}
.tab-change{
	width: auto;
	display: none;
	position: absolute;
	background: #FFFFFF;
	top: 66px;
	margin-left:253px;
}
.tab-change .tab01-1{
	height: 46px;
	/*width: 604px;*/
}
.tab-change .tab01-1 li{
	float: left;
	width: 67px;
	line-height: 38px;
	text-align: center;
	color: #FFFFFF;
	font-family: "微软雅黑";
    font-size: 15px;
	background: #575757;
	margin-right: 2px;
	cursor:pointer;
}
.tab-change .tab01-1 .active{
	background: #4e8bec;
}
/*下面对应的内容区域*/
.products .selected{
	display: block;
}
.main{
	display: none;
}
.tab-change .products .main ul
{
display:block;    
}
.tab-change .products .main td{
	float: left;
	margin-right: 24px;
	margin-left: 23px;
	line-height: 35px;
}
.tab-change .products .main td a{
	font-family: "微软雅黑";
	text-decoration: none;
    font-size: 15px;
}
.tab-change .products .main ul li a:hover{
}
#container
{
    position: absolute;
    left:67%;
    top:3%;
}
#content1
{
    right:50%;
    float: left;
    position: relative;
}
.kw
{
    border: 0;
    height: 30px; 
    padding: 0 5px;
    line-height: 30px;
    width:195px;
    font-size:15px;
    color:#666666;
}
.item
{
    padding: 3px 5px;
    cursor: pointer;
}
.addbg
{
    background: #CCCCCC;
}
.first
{
    border: solid #CCCCCC 1px;
    width: 206px;
}
#append
{
    border: solid #CCCCCC 1px;
    border-top: 0;
    display: none;
    background:#eeeeee;
    line-height:30px;
    font-size:15px;
}
.addr_pro
{
    float: right;
margin-top: 13px;
margin-right: 20px;
font-size: 16px;
color: #333;
font-family: "微软雅黑";
    }
 .list_left
 {
     width: 357px;
padding-left: 50px;
padding-top: 10px;
     }
.list_left .list-title a
{
    text-decoration: none;
width: 334px;
height: 30px;
text-overflow: ellipsis;
overflow: hidden;
white-space: nowrap;
overflow: hidden;
display: inline-block;
    }
/*查看我的排名更多列表*/
.morelist{
	padding: 50px 50px;	
	overflow: hidden;
}
.morelist .mybank {
	padding-top: 20px;
	padding-left: 10px;
	margin-bottom: 20px;
	margin-left: 14px;
	margin-right: 14px;
	width: 328px;
	float: left;
	height: 138px;
	-webkit-box-shadow: 0 4px 8px -2px rgba(0,0,0,0.4);
-moz-box-shadow: 0 8px 4px -2px rgba(0,0,0,0.4);
box-shadow: 0 4px 8px -2px rgba(0,0,0,0.4);
background: #F5F5F5;
}
.morelist .mybank p {
line-height: 30px;
font-family: "微软雅黑";
font-size: 15px;
display: inline-block;
color: #666666;
font-weight: bold;
}
.morelist .mybank span {
color: #666666;
font-family: "微软雅黑";
font-size: 15px;
}
.morelist .namesearch{
	margin-bottom: 35px;
	margin-left: 12px;
}
.morelist .newproduct {
	margin-right: 40px;
	font-size: 16px;
	color: #333333;
	font-family: "微软雅黑";
}
.morelist .txt02 {
width: 240px;
height: 32px;
line-height: 32px;
border: 1px solid #dedede;
color: #d2d2d2;
font-family: "微软雅黑";
font-size: 14px;
text-indent: 14px;
margin-left: 7px;
}
.morelist .btn-search {
width: 66px;
height: 34px;
background: #6da1f2;
color: #FFFFFF;
font-family: "微软雅黑";
/* margin-left: 450px; */
border: none;
font-size: 16px;
cursor: pointer;
border-radius: 3px;
}
