@charset "utf-8";
body{
	font-family:"Microsoft Yahei","SimSun";
	font-size:14px;
	color:#333;
}

a{
	color:#333;
	transition: color 0.2s;
}

a:hover{
	text-decoration: none;
	color: #ee3542 !important;
}

input,textarea{
	font-family:"Microsoft Yahei","SimSun";
	outline: none;
}

.fw{
	color: #fff;
}

.fw a{
	color: #fff;
}

.fw a:hover{
	color: #dfdfdf !important;
}

img{
	display:block;
	max-width: 100%;
	max-height: 100%;
}

.wrapper{
	width:100%;
	min-width:1200px;
	max-width:1920px;
	margin:0px auto;
	overflow:hidden;
}

.w1200{
	width:1200px;
	margin:0px auto;
}

h1,h2,h3,h4,h5{
	font-family:"Microsoft Yahei","SimHei";
	overflow:hidden;
}

p,li{
	overflow:hidden;
}

.photo,.photo2{
	position: relative;
	overflow: hidden;
}

.photo img{
	width: 100%;
	height: 100%;
}

.photo2 img{
	width: 100%;
	height: 100%;
	transition: transform 0.5s;
}

.photo2:hover img{
	transform:scale(1.03,1.03);
}

.photo .shadow,.photo2 .shadow{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
}

.photo p,.photo2 p{
	position: absolute;
	width: 100%;
	left: 0px;
	bottom: 0px;
	text-align: center;
	z-index: 9;
}

.play{
	position: absolute;
	width: 51px;
	height: 51px;
	transition: background 0.2s;
	background: url(../images/play.png);
	z-index: 30;
}

.play:hover,.photo:hover .play,.photo2:hover .play{
	background: url(../images/play2.png);
}

#top{
	height: 45px;
	line-height: 45px;
	background: #f4f4f4;
	border-bottom: 1px solid #e9e9e9;
	overflow: visible;
	font-size: 12px;
	position: relative;
	z-index: 9;
}

#top,#top a{
	color: #6e6e6e;
}

#top .left{
	padding-left: 5px;
}

#top .left span,#top .left a{
	float: left;
	margin-left: 25px;
}

#top .right{
	padding-right: 5px;
}

#top .right span,#top .right a,#top .right .search-btn,#top .right .drop{
	float: left;
	margin-right: 25px;
}

#top .haibao{
	background: url(../images/top-haibao.png) no-repeat left center;
	padding-left: 16px;
}

#top .search-btn{
	background: url(../images/top-search.png) no-repeat left center;
	padding-left: 20px;
	cursor: pointer;
}

#top .search{
	position: absolute;
	right: 50%;
	margin-right: -600px;
	top: 46px;
	background: #fff;
	width: 400px;
	height: 48px;
	box-shadow: 0px 3px 6px #c3c3c3;
	display: none;
}

#top .search .text{
	float: left;
	margin-left: 15px;
	height: 48px;
	line-height: 48px;
	width: 300px;
	padding: 0px;
	border: none;
}

#top .search .text::-webkit-input-placeholder{
	color: #a3a3a3;
}
#top .search .text:-moz-placeholder{
	color: #a3a3a3;
}
#top .search .text::-moz-placeholder{
	color: #a3a3a3;
}
#top .search .text:-ms-input-placeholder{
	color: #a3a3a3;
}

#top .search .sub{
	float: right;
	width: 55px;
	height: 48px;
	border: none;
	background: #eb3046 url(../images/top-search2.png) no-repeat center center;
	cursor: pointer;
}

#top .drop{
	position: relative;
}

#top .drop label{
	cursor: pointer;
	background: url(../images/top-arrow.png) no-repeat right center;
	padding-right: 15px;
}

#top .drop .box{
	position: absolute;
	right: 0px;
	top: 45px;
	border: 1px solid #e9e9e9;
	box-shadow: 0px 1px 2px #c3c3c3;
	background: #fff;
	padding: 5px 10px;
	white-space: nowrap;
	display: none;
}

#top .drop .box p{
	line-height: 26px;
	font-size: 16px;
}

#top .drop .box p a{
	margin: 0px;
}

#top .weibo{
	border: 1px solid #e9e9e9;
	background: #f8f8f8 url(../images/top-weibo.png) no-repeat 3px center;
	padding: 0px 4px 0px 24px;
	border-radius: 1px;
	height: 22px;
	line-height: 22px;
	margin-top: 10px;
}

#header{
	height: 74px;
	border-bottom: 2px solid #ee3542;
	position: relative;
}

#header .logo{
	position: absolute;
	width: 149px;
	height: 58px;
	top: 8px;
	left: 50%;
	margin-left: -74px;
}

#header .photo{
	margin-top: 17px;
	width: 400px;
	height: 40px;
}

#nav{
	height: 58px;
	padding: 9px 0px;
	position: relative;
	z-index: 8;
}

#nav,#nav a{
	color: #000;
}

#nav .block{
	float: left;
	margin-right: 39px;
}

#nav .block-right{
	float: right !important;
	margin-right: -18px;
}

#nav p{
	line-height: 29px;
	height: 29px;
	font-size: 16px;
}

#nav p a{
	margin-right: 18px;
}

#nav .arrow{
	background: url(../images/top-arrow.png) no-repeat right center;
	padding-right: 16px;
	cursor: pointer;
}

#nav .arrow.open{
	background-image: url(../images/top-arrow2.png);
}

#nav .drop{
	position: absolute;
	right: 0px;
	background: #fff;
	border-top: 1px solid #e9e9e9;
	padding: 15px 0px;
	display: none;
	box-shadow: 0px 8px 10px #c3c3c3;
}

#nav .drop li{
	float: left;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	margin: 0px 12px;
}

#nav .drop li a{
	margin: 0px 3px;
}

#nav-drop1{ top: 45px; width: 340px; }
#nav-drop1 li{ min-width: 118px; }
#nav-drop2{ top: 45px; width: 340px; }
#nav-drop2 li{ min-width: 60px; text-align: center;}
#nav-drop3{ top: 75px; width: 340px; }
#nav-drop3 li{ min-width: 87px; }
#nav-drop4{ top: 75px; width: 100%; }

#layout1{
	border: 1px solid #f2f2f2;
}

#layout1 .photo{
	float: right;
	width: 246px;
	height: 145px;
	border-left: 1px solid #f2f2f2;
}

#layout1 .main{
	float: left;
	width: 951px;
}

#layout1 .main .box1{
	background: #f6f6f6;
	text-align: center;
	height: 87px;
	padding-top: 20px;
}

#layout1 .main .box1 h2{
	font-size: 36px;
	height: 42px;
	line-height: 42px;
}

#layout1 .main .box1 h2 a{
	color: #ee3542;
}

#layout1 .main .box1 h2 a:hover{
	text-decoration: underline;
}

#layout1 .main .box1 p{
	font-size: 16px;
	margin-top: 10px;
	height: 20px;
	line-height: 20px;
	color: #f06c73;
}

#layout1 .main .box1 p a{
	color: #f06c73;
	margin: 0px 10px;
}

#layout1 .main .box2{
	border-top: 1px solid #f2f2f2;
	height: 38px;
	line-height: 38px;
	text-align: center;
	font-size: 16px;
	color: #666;
}

#layout1 .main .box2 a{
	color: #666;
	margin-left: 20px;
}

#layout1 .main .box2 a i{
	display: inline-block;
	vertical-align: top;
	width: 5px;
	height: 5px;
	border-radius: 50%;
	background: #666;
	margin: 17px 4px 0px 0px;
}

#layout2{
	background: #f8f8f8;
	padding: 8px 15px;
}

#layout2 li{
	float: left;
	height: 24px;
	line-height: 24px;
	
}

#layout2 li a{
	color: #355d7c;
}

#layout3{
	height: 110px;
	border: 1px solid #f2f2f2;
}

#layout3 .main{
	float: left;
	width: 920px;
	margin: 10px 0px 0px 20px;
}

#layout3 .main h2{
	font-size: 36px;
	height: 50px;
	isolation: 50px;
}

#layout3 .main h2 a{
	color: #142f65;
}

#layout3 .main p{
	line-height: 20px;
	height: 20px;
	font-size: 16px;
	color: #142f65;
	margin-top: 10px;
}

#layout3 .main p a{
	color: #142f65;
	margin-right: 18px;
}

#layout3 .side{
	float: right;
	width: 246px;
	height: 110px;
	background: #f6f6f6;
}

#layout3 .side ul{
	padding: 13px 5px 13px 0px;
}

#layout3 .side li{
	float: left;
	margin-left: 15px;
	height: 28px;
	line-height: 28px;
}

#layout4 .col1{
	float: left;
	width: 460px;
	margin-top: -13px;
}

#layout4 .col2{
	float: right;
	width: 710px;
}

#layout4 h3{
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	margin-top: 3px;
}

#layout4 h3 a{
	margin-right: 6px;
}

#layout4 .list1 li{
	height: 35px;
	line-height: 35px;
	font-size: 18px;
}

#layout4 .list1 a{
	margin-right: 7px;
}

#layout4 .list1 span{
	background: #142f65;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	height: 19px;
	line-height: 19px;
	margin-top: 8px;
	font-size: 14px;
	padding: 0px 5px;
}

#layout4 .list1 span{
	color: #fff;
}

#layout4 .list1 a:hover span{
	color: #dfdfdf !important;
}

#layout4 .list2{
	border-top: 1px solid #f2f2f2;
	margin-top: 6px;
	padding-top: 6px;
}

#layout4 .list2 li{
	height: 35px;
	line-height: 35px;
	font-size: 18px;
}

#layout4 .list2 a{
	margin-right: 7px;
}

#layout4 .list2 label{
	margin-right: 7px;
}

#layout4 .list2 label,#layout4 .list2 label a{
	color: #142f65;
}

#layout4 .list2 label i{
	font-style: normal;
	color: #d5d5d5;
}

#layout4 .focus{
	height: 440px;
	border-radius: 5px;
	position: relative;
	overflow: hidden;
}

#layout4 .focus p{
	left: 0px;
	width: 710px;
	font-size: 18px;
	height: 48px;
	line-height: 48px;
	transition: width 0.5s;
}

#layout4 .focus .shadow{
	height: 81px;
	background: url(../images/shadow1.png);
}

#layout4 .focus .play{
	left: 40px;
	bottom: 3px;
	transition: left 0.5s;
	z-index: 10;
}

#layout4 .focus:hover .play{
	background: url(../images/play.png);
}

#layout4 .focus .play:hover{
	background: url(../images/play2.png);
}

#layout4 .focus .tab{
	position: absolute;
	right: -58px;
	top: -1px;
	height: 441px;
	width: 52px;
	background-color:rgba(0,0,0,0.6);
	transition: all 0.5s;
	z-index: 19;
}

#layout4 .focus .tab dd{
	height: 62px;
	line-height: 62px;
	text-align: center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: rgba(255,255,255,0.3);
	font-size: 16px;
	position: relative;
}

#layout4 .focus .tab .current{
	background: #ee3542;
}

#layout4 .focus .tab .current i{
	position: absolute;
	left: -6px;
	top: 50%;
	margin-top: -8px;
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 6px solid #ee3542;
}

.focus-over .tab{
	right: 0px !important;
	transition-delay: 0s !important;
}

.focus-over p{
	width: 658px !important;
	transition-delay: 0s !important;
}

.focus-over .play{
	left: 14px !important;
	transition-delay: 0s !important;
}

.focus-out .tab{
	right: -58px !important;
	transition-delay: 1s !important;
}

.focus-out p{
	width: 710px !important;
	transition-delay: 1s !important;
}

.focus-out .play{
	left: 40px !important;
	transition-delay: 1s !important;
}

#layout4 .list3 ul{
	margin-left: -10px;
}

#layout4 .list3 li{
	float: left;
	width: 230px;
	height: 120px;
	margin-left: 10px;
	margin-top: 12px;
	border-radius: 5px;
}

#layout4 .list3 .tag{
	position: absolute;
	right: 0px;
	bottom: 0px;
	height: 25px;
	line-height: 25px;
	background: #142f65;
	padding: 0px 6px;
	border-radius: 5px 0px 0px 0px;
	z-index: 13;
}

#layout4 .list3 table{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	font-size: 18px;
	line-height: 26px;
	transition: all 0.5s;
	transform: scale(0,0);
	margin: 0px -230px -120px 0px;
	z-index: 11;
}

#layout4 .list3 li:hover table{
	transform: scale(1,1);
	margin: 0px;
}

#layout4 .list3 table td{
	padding: 0px 15px;
}

#layout4 .list3 .cover{
	position: absolute;
	right: 0px;
	bottom: 0px;
	width: 100%;
	height: 100%;
	margin: 0px -230px -120px 0px;
	border-radius: 100px 0px 0px 0px;
	background: #142f65;
	transition: all 0.5s;
	z-index: 10;
}

#layout4 .list3 li:hover .cover{
	margin: 0;
	border-radius: 0px;
}

.title1{
	border-top: 2px solid #e5e5e5;
	height: 50px;
	position: relative;
}

.title1 span{
	float: left;
	font-size: 22px;
	line-height: 50px;
	padding: 0px 3px;
	margin-right: 45px;
}

.title1 span.current{
	font-weight: bold;
	border-top: 2px solid #ee3542;
	margin-top: -2px;
}

.title1 span.current,.title1 span.current a{
	color: #ee3542;
}

.title1 label{
	float: left;
	font-size: 22px;
	line-height: 50px;
	padding: 0px 3px;
	margin-right: 45px;
	border-top: 2px solid #ee3542;
	margin-top: -2px;
}

.title1 label i{
	font-style: normal;
	color: #d3d3d3;
	margin: 0px 10px;
}

.title1 .more{
	float: right;
	width: 37px;
	height: 7px;
	margin-top: 21px;
	background: url(../images/more1.png);
	transition: background 0.2s;
}

.title1 .more:hover{
	background: url(../images/more2.png);
}

.title1 .arrow{
	padding-right: 35px;
	position: relative;
}

.title1 .arrow i{
	position: absolute;
	right: 10px;
	top: 19px;
	width: 0;
	height: 0;
	border-right: 9px solid transparent;
	border-left: 9px solid transparent;
	border-top: 10px solid #e5e5e5;
	transition: border-top-color 0.2s;
	cursor: pointer;
}

.title1 .arrow.open,.title1 .arrow.open a{
	color: #ee3542;
	font-weight: bold;
}

.title1 .arrow.open i,.title1 .arrow i:hover{
	border-top-color: #333;
}

.title1 .drop{
	position: absolute;
	right: 0px;
	top: 50px;
	width: 100%;
	background: #fff;
	border: 1px solid #f2f2f2;
	padding: 10px 0px;
	box-shadow: 0px 8px 10px #c3c3c3;
	display: none;
}

.title1 .drop li{
	float: left;
	font-size: 14px;
	font-weight: normal;
	border-radius: 9px;
	height: 22px;
	line-height: 22px;
	padding: 0px 7px;
	margin: 4px 0px 4px 14px;
}

.title1 .drop li a{
	color: #000;
	font-weight: normal;
}

.title1 .drop .current,.title1 .drop li:hover,.title1 .drop .current a,.title1 .drop li:hover a{
	background: #ee3542;
	color: #fff !important;
}

#layout5 .col1{
	float: left;
	width: 460px;
}

#layout5 .col2{
	float: left;
	width: 340px;
	margin-left: 30px;
}

#layout5 .col3{
	float: right;
	width: 340px;
}

#layout5 h3{
	font-size: 18px;
	height: 36px;
	line-height: 36px;
	margin-top: 3px;
}

#layout5 h3 a{
	margin-right: 6px;
}

#layout5 .list1 li{
	height: 35px;
	line-height: 35px;
	font-size: 18px;
}

#layout5 .list1 a{
	margin-right: 7px;
}

#layout5 .list1 span{
	background: #142f65;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	height: 19px;
	line-height: 19px;
	margin-top: 8px;
	font-size: 14px;
	padding: 0px 5px;
}

#layout5 .list1 span{
	color: #fff;
}

#layout5 .list1 a:hover span{
	color: #dfdfdf !important;
}

#layout5 .list1 label{
	margin-right: 6px;
}

#layout5 .list1 label,#layout5 .list1 label a{
	color: #142f65;
}

#layout5 .list1 label i{
	font-style: normal;
	color: #d5d5d5;
	margin-left: 6px;
}

#layout5 .photo-show1{
	margin-top: 20px;
	height: 180px;
	border-radius: 5px;
}

#layout5 .photo-show1 .shadow{
	height: 48px;
	background: url(../images/shadow2.png);
}

#layout5 .photo-show1 p{
	font-size: 18px;
	height: 32px;
	line-height: 32px;
	text-align: left;
	left: 20px;
	width: 420px;
}

#layout5 .list2 li{
	float: left;
	width: 205px;
	margin: 12px 11px 0px 0px;
}

#layout5 .list2 .photo2{
	border-radius: 5px;
	height: 120px;
}

#layout5 .list2 p{
	line-height: 20px;
	height: 40px;
	margin-top: 5px;
}

#layout5 .block2{
	border: 1px solid #e5e5e5;
	border-radius: 5px;
	height: 80px;
	background: #f6f6f6;
}

#layout5 .block2 .title{
	float: left;
	width: 80px;
	height: 80px;
	border-right: 1px solid #e5e5e5;
	background: #fff;
	text-align: center;
	font-size: 20px;
	color: #142f65;
	line-height: 24px;
}

#layout5 .block2 .show{
	float: right;
	width: 376px;
}

#layout5 .block2 .show select{
	float: left;
	width: 160px;
	margin: 10px 0px 0px 20px;
	font-size: 16px;
	height: 24px;
	line-height: 24px;
	padding: 0px;
	outline: none;
	background: none;
	border: 1px solid #f6f6f6;
}

#layout5 .block2 .show select:hover{
	border: 1px solid #e5e5e5;
	cursor: pointer;
}

#layout5 .photo-show2{
	height: 145px;
	margin-top: 5px;
	border-radius: 5px;
}

#layout5 .photo-show2 .shadow{
	height: 48px;
	background: url(../images/shadow2.png);
}

#layout5 .photo-show2 .play{
	right: 0px;
	bottom: 0px;
}

#layout5 .photo-show2 p{
	line-height: 38px;
	height: 38px;
	font-size: 16px;
	left: 15px;
	width: 270px;
	text-align: left;
}

#layout5 .photo-show2 .tag{
	position: absolute;
	left: 15px;
	bottom: 35px;
	line-height: 22px;
	height: 22px;
	background: #ee3542;
	padding: 0px 8px;
	border-radius: 10px;
	font-size: 12px;
	font-family: "SimSun";
	z-index: 11;
}

#layout5 .photo-show2 .tag i{
	display: inline-block;
	vertical-align: top;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin: 8px 4px 0px 0px;
	background: #fff;
}

#layout5 .list3{
	margin-left: -10px;
}

#layout5 .list3 li{
	float: left;
	width: 165px;
	height: 120px;
	border-radius: 5px;
	margin: 8px 0px 0px 10px;
}

#layout5 .list3 .shadow{
	height: 48px;
	background: url(../images/shadow2.png);
}

#layout5 .list3 p{
	height: 28px;
	line-height: 28px;
}

#layout5 .list3 .play{
	left: 85%;
	margin-left: -25px;
	top: 70%;
	margin-top: -35px;
}

#layout5 .list4a{
	margin-top: 15px;
}

#layout5 .list4 li{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

#layout5 .list4 span,#layout5 .list4 span a{
	color: #142f65;
	font-weight: bold;
}

#layout5 .list4 i{
	font-style: normal;
	color: #dedede;
	margin: 0px 5px;
}
#layout5 .list5{
	margin-top: 15px;
	line-height: 30px;
	max-height: 90px;
	overflow: hidden;
	font-size: 16px;
}

#layout5 .list5 i{
	font-style: normal;
	color: #dedede;
	margin: 0px 5px;
}
#layout5 .hot{
	margin-top: 5px;
	border-radius: 5px;
	background: #f6f6f6;
	border: 1px solid #f2f2f2;
	height: 103px;
}

#layout5 .hot .text{
	float: left;
	width: 185px;
	margin: 10px 0px 0px 12px;
}

#layout5 .hot .text h4{
	font-size: 18px;
	line-height: 26px;
	height: 52px;
	font-weight: normal;
}

#layout5 .hot .text p{
	color: #878787;
	line-height: 20px;
	height: 20px;
	margin-top: 8px;
}

#layout5 .hot .photo2{
	float: right;
	width: 130px;
	height: 105px;
	margin: -1px -1px 0px 0px;
	border-radius: 5px;
}

#layout5 .photo-show3{
	height: 140px;
	margin-top: 5px;
	border-radius: 5px;
}

#layout5 .photo-show3 .shadow{
	height: 48px;
	background: url(../images/shadow2.png);
}

#layout5 .photo-show3 p{
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-size: 16px;
}

#layout6{
	border: 1px solid #f2f2f2;
	background: #f6f6f6;
}

#layout6 .title{
	float: left;
	border-right: 1px solid #f2f2f2;
	width: 150px;
	height: 158px;
	text-align: center;
}

#layout6 .title h4{
	font-weight: normal;
	color: #545454;
	line-height: 30px;
	font-size: 24px;
}

#layout6 .title p{
	line-height: 20px;
	color: #9d9d9d;
	font-size: 14px;
}

#layout6 .list{
	float: left;
	width: 770px;
	height: 158px;
	overflow: hidden;
}

#layout6 .list ul{
	margin-left: -1px;
}

#layout6 .list li{
	float: left;
	text-align: center;
	width: 110px;
	margin-top: 28px;
	background: url(../images/ly6-line.gif) no-repeat left center;
}

#layout6 .list img{
	display: inline-block;
	vertical-align: top;
	width: 80px;
	height: 80px;
}

#layout6 .list p{
	font-size: 12px;
	line-height: 20px;
	margin-top: 3px;
}

#layout6 .text{
	float: right;
	width: 257px;
	height: 112px;
	border-left: 1px solid #f2f2f2;
	padding: 23px 0px 23px 18px;
}

#layout6 .text p{
	line-height: 28px;
	color: #000;
}

.news-category .block{
	width: 380px;
}

.news-category .middle{
	float: left;
	margin-left: 30px;
}

.news-category .photo2{
	height: 200px;
	border-radius: 5px;
	margin-top: 5px;
}

.news-category .photo2 .shadow{
	height: 48px;
	background: url(../images/shadow2.png);
}

.news-category .photo2 p{
	height: 38px;
	line-height: 38px;
	font-size: 16px;
}

.news-category .list1{
	margin-top: 10px;
}

.news-category .list1 li{
	height: 30px;
	line-height: 30px;
	font-size: 16px;
}

#layout13{
	border: 1px solid #e5e5e5;
}

#layout13 .tab{
	border-bottom: 1px solid #e5e5e5;
	height: 40px;
	line-height: 40px;
	background: #f6f6f6;
}

#layout13 .tab ul{
	margin-left: -1px;
}

#layout13 .tab li{
	float: left;
	cursor: pointer;
	font-size: 16px;
	padding: 0px 32px;
	height: 40px;
	border-right: 1px solid #f6f6f6;
	border-left: 1px solid #f6f6f6;
	border-bottom: 1px solid #e5e5e5;
}

#layout13 .tab .current{
	border-right-color: #e5e5e5;
	border-left-color: #e5e5e5;
	border-bottom-color: #fff;
	background: #fff;
}

#layout13 .show{
	padding: 15px 10px;
}

#layout13 .show li{
	float: left;
	height: 32px;
	line-height: 32px;
	margin-left: 12px;
}

#footer{
	text-align: center;
	padding: 25px 0px;
	line-height: 28px;
	color: #666;
}

#footer a{
	color: #666;
}

#footer .menu{
	margin-bottom: 5px;
	font-size: 16px;
}

#footer .icon{
	margin-top: 20px;
}

#footer .icon img{
	display: inline-block;
	vertical-align: top;
	margin: 0px 8px;
}