
@charset "utf-8";
/* CSS Document */
html {
	min-width: 1200px;
}
body {
	overflow-x: hidden;
	overflow-y: auto;
}
body, p, form, textarea, h1, h2, h3, h4, h5, dl, dd {
	margin: 0px;
}
input, button, ul, ol {
	margin: 0px;
	padding: 0px;
}
body, input, button, form {
	font-size: 14px;
	line-height: 28px;
	font-family: "microsoft yahei", 'PingFang SC', 'Myriad Pro', "AvantGarde Bk BT", "Arial", 'Helvetica Neue', 'Helvetica', 'sans-serif';
	color: #333333;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 14px;
	font-weight: normal;
}
ul, ol, li {
	list-style: none;
}
input {
	background: none;
	border: 0 none;
}
img, iframe {
	border: 0px;
}
em, i {
	font-style: normal;
}
button, input, select, textarea {
	font-size: 100%;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
.red {
	color: #ba292e;
}
.fl, .left {
	float: left;
}
.fr, .right {
	float: right;
}
.tac {
	text-align: center;
}
.tar {
	text-align: right;
}
.poa {
	position: absolute;
}
.por {
	position: relative;
}
.hidden {
	display: none;
}
.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.ico {
	background: url(../ico.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
.icon {
	background: url(../icon.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}
a {
	color: #333333;
	text-decoration: none;
	cursor: pointer;
}
a:hover {
	color: #7ebaf6;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
.ease, .ease * {
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.noease, .noease * {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
}
:-moz-placeholder {
color: #aaa;
}
::-moz-placeholder {
color: #aaa;
}
input:-ms-input-placeholder, textarea:-ms-input-placeholder {
color: #aaa;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
color: #aaa;
}
/*�������*/
.clearfix {
*zoom: 1;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/*top_main*/
.head_main_top {
	height: 30px;
	border-bottom: #e5e5e5 solid 1px;
	width: 100%;
	background-color: #fff;
	font-size: 12px;
	line-height: 30px;
	color: #333;
}
.head_main_top .mbx {
	float: left;
	height: 12px;
	margin-top: 10px;
}
.head_main_top .mbx li {
	font-size: 12px;
	color: #333;
	border-right: #d8d8d8 solid 1px;
	padding: 0 13px;
	display: block;
	float: left;
	height: 12px;
	line-height: 12px;
	position: relative;
}
.head_main_top .mbx li:nth-child(3) {
	border-right: none;
}
.head_main_top .sousuo {
	float: left;
	position: relative;
}
.head_main_top .sousuo .topsearch {
	display: block;
	cursor: pointer;
	width: 36px;
	height: 36px;
	margin: 0 auto;
	text-align: center;
}
.head_main_top .sousuo .topsearch .btn_search {
	display: block;
	width: 12px;
	height: 12px;
	background-position: -282px -130px;
	margin-left: 13px;
	margin-top: 13px;
}
.head_main_top .sousuo .btn_close_main {
	width: 36px;
	height: 36px;
	margin: 0 auto;
	background-color: #d9d9d9;
	text-align: center;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
	display: none;
}
.head_main_top .sousuo .btn_close_main .btn_close {
	width: 12px;
	height: 12px;
	margin-top: 5px;
	margin-left: 0px;
	background-position: -282px -149px;
}
.head_main_nav {
	width: 100%;
	height: 120px;
}
.head_main_nav .logo {
	display: block;
	padding-top: 20px;
}
.head_main_nav .logo a {
	display: block;
}
.head_main_nav .logo img {
	width: 100%;
	height: 100%;
	display: block;
}
.head_main_nav .tel_main {
	float: right;
	margin-top: 35px;
	width: 280px;
}
.head_main_nav .tel_main s {
	width: 50px;
	height: 50px;
	float: left;
	margin-right: 10px;
	background-position: 0 0;
}
.head_main_nav .tel_main .zx {
	font-size: 14px;
	line-height: 14px;
	color: #333;
}
.head_main_nav .tel_main .webTel {
	margin-top: 12px;
	font-weight: bold;
	font-family: arial;
	font-size: 30px;
	line-height: 24px;
	color: #7ebaf6;
}
/*header_main*/
.header_main {
	position: relative;
	width: 100%;
	height: 60px;
	z-index: 10;
	background: #005197;
}
#nav_main {
	width: 1200px;
	height: 60px;
}
#nav_main .nav {
	width: 100%;
	height: 60px;
	z-index: 12;
}
#nav_main .nav li {
	position: relative;
	float: left;
	width: 133.3px;
	z-index: 10;
	text-align: center;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}
#nav_main .nav li a.aLink {
	font-size: 16px;
	line-height: 60px;
	display: block;
	position: relative;
	cursor: pointer;
	overflow: hidden;
	color: #fff;
}
#nav_main .nav li a i {
	width: 1px;
	height: 12px;
	background-color: #3071a9;
	display: block;
	position: absolute;
	right: 0;
	top: 24px;
}
#nav_main .nav li.item6 {
	background: none;
}
#nav_main .nav li.hover, #nav_main .nav li:hover {
	background-color: #7ebaf6;
}
#nav_main .nav li.hover i, #nav_main .nav li:hover i {
	display: block;
}
#nav_main .nav li.hover a.aLink:before {
	width: 100%;
}
#nav_main .nav li:hover a.aLink:before {
	width: 100%;
}
.header_main .tel_main {
	float: right;
	width: 160px;
	height: 110px;
}
.header_main .tel_main .zx {
	margin-top: 30px;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}
.header_main .tel_main .tel {
	font: normal 32px "Vladimir Script";
	line-height: 24px;
	color: #333;
	text-indent: -12px;
}
#nav_main .nav li.hover i, #nav_main .nav li:hover i {
	display: none;
}
#nav_main .nav li:last-child i {
	display: none;
}
/*����������*/
#nav_main li.hover .subnav a {
	background: none;
}
#nav_main .nav .subnav {
	background: #005197;
	height: auto;
	left: 0;
	top: 60px;
	position: absolute;
	width: 100%;
	z-index: 199;
}
#nav_main .nav .subnav {
filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0, direction=120, strength=5);
	opacity: 0;
	visibility: hidden;
	transition: all .6s ease 0s;
	transform: translate3d(0, 10px, 0);
	-moz-transform: translate3d(0, 10px, 0);
	-webkit-transform: translate3d(0, 10px, 0);
}
#nav_main .nav li:hover .subnav {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}
#nav_main .nav .subnav li {
	width: 100%;
}
#nav_main .nav .subnav .nav1 a {
	color: #fff;
	display: block;
	font-size: 14px;
	text-align: left;
	font-weight: 500;
	line-height: 40px;
	text-align: center;
	transition: all 0.2s ease-in-out 0s;
	border-top: 1px solid #3071a9;
}
#nav_main .nav .subnav li.nav1 {
	padding: 0;
	background: none;
}
#nav_main .nav .subnav li.nav1:first-child a {
	border-top: none;
}
#nav_main .nav .subnav li:hover {
	background: #7ebaf6;
}
.immediately {
	position: absolute;
	right: 0;
	top: 23px;
}
.immediately a {
	width: 40px;
	height: 40px;
	background-position: -282px 0px;
	display: block;
}
.immediately p {
	width: 60px;
	height: 24px;
	background-position: -334px 0px;
	position: absolute;
	right: -10px;
	top: 42px;
	font-size: 12px;
	color: #fff;
	text-align: center;
}
.immediately a:hover {
	background-position: -282px -44px;
}
 
/********.fixtool*********/
.toolbar {
	width: 52px;
	position: fixed;
	right: 1%;
	top: 50%;
	margin-top: -115px;
	z-index: 999;
}
.toolbar dd {
	width: 51px;
	height: 51px;
	margin-bottom: 1px;
	position: relative;
	-webkit-border-radius: 100%;
	border-radius: 100%;
	margin-top: 4px;
	border: #ebebeb solid 1px;
	background-color: #fff;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i {
	width: 51px;
	height: 51px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	-webkit-border-radius: 100%;
	border-radius: 100%;
}
.toolbar dd i span {
	width: 35px;
	height: 35px;
	display: block;
	margin: 8px 0 0 8px;
	background: url(../rightfixicon.png) no-repeat 0 0;
}
.toolbar dd.gottop {
	display: none;
}
.toolbar .slide-tel {
	display: block;
	width: 0;
	height: 53px;
	line-height: 53px;
	font-size: 24px;
	font-weight: bold;
	font-family: arial;
	color: #FFF;
	position: absolute;
	padding: 0 0 0 53px;
	top: -1px;
	right: -2px;
	-webkit-border-radius: 50px;
	border-radius: 50px;
	overflow: hidden;
}
.toolbar .pop {
	position: absolute;
	right: 90px;
	top: -65px;
	background: #7ebaf6;
	display: none;
}
.toolbar .pop-code {
	width: 160px;
}
.toolbar .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
	padding: 20px 20px 0;
}
.toolbar .pop-code h3 {
	height: 52px;
	line-height: 26px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar .pop-code h3 b {
	display: block;
	font-size: 14px;
	font-weight: normal;
}
.toolbar .qq span {
	background-position: -35px -47px;
}
.toolbar .qq a {
	width: 52px;
	height: 52px;
	cursor: pointer;
	display: block;
}
.toolbar .qq:hover {
	background-color: #7ebaf6;
	border-radius: 100%;
}
.toolbar .qq:hover span {
	background-position: 0 -47px;
}
.toolbar .tel span {
	background-position: -35px 0;
}
.toolbar .tel:hover {
	background: #7ebaf6;
}
.toolbar .tel:hover span {
	background-position: 0 0;
}
.toolbar .code span {
	background-position: -35px -95px;
}
.toolbar .code:hover {
	background-color: #009b4c;
	border-radius: 100%;
}
.toolbar .code:hover span {
	background-position: 0 -95px;
}
.toolbar .top span {
	background-position: -35px -142px;
}
.toolbar .top:hover {
	background-color: #7ebaf6;
	border-radius: 100%;
}
.toolbar .top:hover span {
	background-position: 0 -142px;
}
.toolbar dd:hover {
}
/*footer*/
.footer_main {
	position: relative;
	width: 100%;
	height: 368px;
	background-color: #343d44;
	overflow: hidden;
}
.foot_z {
	width: 350px;
	float: left;
	margin-top: 50px;
	border-right: #495157 solid 1px;
	height: 277px;
}
.foot_z h3 {
	font-size: 18px;
	color: #fff;
}
.foot_z h3 i {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-top: 16px;
}
.foot_z p {
	display: block;
	margin-top: 24px;
	font-size: 16px;
	color: #fff;
}
.foot_z ul {
	display: inline-block;
	padding-top: 14px;
	width: 350px;
}
.foot_z ul li {
	display: block;
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	padding-top: 10px;
}
.foot_y {
	width: 550px;
	float: left;
	margin-top: 50px;
	margin-left: 48px;
	border-right: #495157 solid 1px;
}
.foot_y h3 {
	font-size: 18px;
	color: #fff;
	padding-bottom: 20px;
}
.foot_y h3 i {
	display: block;
	width: 40px;
	height: 1px;
	background-color: #fff;
	margin-top: 16px;
}
.foot_y .item {
	float: left;
	margin-top: 10px;
}
.foot_y .item.item4 {
	margin-left: 20px;
}
.foot_y .item.item1 {
	clear: left;
}
.foot_y .item .txt {
	width: 232px;
	height: 44px;
	font-size: 14px;
	line-height: 43px;
	text-indent: 8px;
	color: #aeb0b2;
	padding-left: 6px;
*text-indent: 0px;
	border: #71787c solid 1px;
}
.foot_y .item .area {
	width: 496px;
	height: 74px;
	font-size: 14px;
	text-indent: 8px;
	resize: none;
	-webkit-appearance: none;
	color: #aeb0b2;
	line-height: 28px;
	padding-left: 6px;
	border: #71787c solid 1px;
	background-color: transparent;
	font-family: "microsoft yahei";
}
.foot_y .submit {
	display: block;
	clear: left;
}
.foot_y .submit .tijiao {
	width: 150px;
	height: 46px;
	margin-top: 20px;
	font-size: 16px;
	color: #fff;
	cursor: pointer;
	border: none;
	border: 0;
	background-color: #7ebaf6;
	display: inline-block;
	float: right;
	margin-right: 44px;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}
.foot_y .submit .tijiao:hover {
	background-color: #fff;
	color: #333;
}
.foot_j {
	float: right;
	width: 200px;
	text-align: center;
	margin-top: 50px;
}
.foot_j b {
	display: block;
	width: 198px;
	height: 198px;
	border: #71787c solid 1px;
	text-align: center;
}
.foot_j b img {
	width: 180px;
	height: 180px;
	display: inline-block;
	background-size: 100%;
	margin-top: 10px;
}
.foot_j p {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-top: 20px;
}
.foot_j span {
	display: inline-block;
	font-size: 14px;
	color: #fff;
	padding-top: 5px;
}
.foot_y .item .txt.tel {
	margin-left: 5px;
}
.copyright {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #2a3137;
}
.copyright p {
	font-size: 12px;
	color: #fff;
	float: left;
}
.copyright a {
	font-size: 12px;
	color: #fff;
}
.copyright span {
	margin: 0 6px;
}
.copyright a:hover {
	color: #e2e2e2;
}
.copyright i {
	display: block;
	color: #fff;
	font-size: 12px;
	float: right;
}
/********.toolbar1*********/
.toolbar1 {
	width: 77px;
	position: fixed;
	right: 10px;
	bottom: 200px;
	z-index: 999;
	border: 1px solid #e8e8e8;
}
.toolbar1 .icon2 {
	width: 40px;
	height: 40px;
	display: block;
	margin: 11px auto 0;
	background: url(../fix-ico.png) no-repeat -2px 5px;
}
.toolbar1 dd {
	width: 77px;
	height: 90px;
	border-top: 1px solid #f6f6f6;
	position: relative;
}
.toolbar1 dd i {
	width: 77px;
	height: 90px;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	cursor: pointer;
	text-align: center;
	background: #fff;
	border-bottom: 1px solid #f6f6f6;
}
.toolbar1 dd:first-child i {
	border-top: 0;
}
.toolbar1 dd.item1 i .icon2 {
	background-position: center 2px;
}
.toolbar1 dd.item2 i .icon2 {
	background-position: center -65px;
}
.toolbar1 dd.item3 i .icon2 {
	background-position: center -128px;
}
.toolbar1 dd.return-top {
	display: none;
}
.toolbar1 dd.return-top i .icon2 {
	background-position: center -187px;
}
.toolbar1 dd .pop {
	position: absolute;
	right: 145px;
	top: -45px;
	background: #fff;
	display: none;
}
.toolbar1 dd .pop-code {
	width: 120px;
	padding: 10px 10px 0;
}
.toolbar1 dd .pop-code img {
	width: 120px;
	height: 120px;
	display: block;
}
.toolbar1 dd .pop-code h3 {
	height: 40px;
	line-height: 40px;
	text-align: center;
	color: #f34636;
	font-size: 12px;
	font-weight: 400;
	white-space: nowrap;
}
.toolbar1 dd.item1 {
	position: static;
}
.toolbar1 dd .zx {
	width: 172px;
	position: absolute;
	right: 145px;
	bottom: 0;
	padding: 10px 30px 10px;
	line-height: 24px;
	background: #fff;
	border: 1px solid #e8e8e8;
	z-index: 1000;
	display: none;
}
 
/*��Ʒ����*/
.index .floor_1_main {
	width: 100%;
	background: url(../t4_02.jpg) center center no-repeat;
	padding-bottom: 100px;
}
.index .floor_1_main .indexTit {
	padding-top: 50px;
}
.floor_1 {
	padding-top: 54px;
	display: inline-block;
	width: 1200px;
}
.floor_1 .floor_1_1 {
	position: relative;
	background: #7ebaf6;
	width: 250px;
	height: 807px;
	float: left;
}
.floor_1 .floor_1_1 h3 {
	height: 85px;
	width: 250px;
	text-align: center;
	font-size: 30px;
	color: #fff;
	line-height: 74px;
	padding: 5px 0;
}
.floor_1 .floor_1_1 ul {
	display: inline-block;
	width: 230px;
	margin-left: 10px;
}
.floor_1 .floor_1_1 ul li {
	display: block;
	width: 230px;
	height: 40px;
	margin-top: 10px;
}
.floor_1 .floor_1_1 ul li a {
	display: block;
	width: 228px;
	height: 38px;
	border: #4e88b9 solid 1px;
	text-align: center;
	line-height: 38px;
	font-size: 16px;
	color: #fff;
}
.floor_1 .floor_1_1 ul li a:hover {
	border: #7ebaf6 solid 1px;
	background-color: #45bd7f;
}
.floor_1 .floor_1_1 dl {
	position: absolute;
	bottom: 0;
	width: 230px;
	margin-left: 10px;
	margin-top: 34px;
	text-align: center;
}
.floor_1 .floor_1_1 dl dt {
	background: url(/down2/t2_03.png) center center no-repeat;
	width: 230px;
	height: 18px;
	text-align: center;
	line-height: 18px;
	font-size: 16px;
	color: #fff;
}
.floor_1 .floor_1_1 dl dd {
	font-family: "Arial";
	font-size: 24px;
	color: #fff;
	line-height: 24px;
	font-weight: bold;
	padding-top: 12px;
	padding-bottom: 24px;
}
.floor_1 .floor_1_2 {
	float: right;
	width: 900px;
}
.floor_1 .floor_1_2 .fl_t {
	background: url(/down2/t3_03.jpg) center center no-repeat;
	width: 900px;
	height: 60px;
}
.floor_1 .floor_1_2 .fl_t p {
	float: left;
	font-size: 24px;
	color: #fff;
	padding-left: 28px;
	text-align: center;
	line-height: 60px;
}
.floor_1 .floor_1_2 .fl_t a {
	display: block;
	float: right;
	font-size: 16px;
	color: #333;
	padding-right: 20px;
	line-height: 60px;
}
.floor_1 .floor_1_2 .fl_t a:hover {
	color: #7ebaf6;
}
.game163 {
	width: 842px;
	position: relative;
	padding: 30px 28px;
	border: 1px solid #e5e5e5;
	border-top: none;
}
.btn {
	position: absolute;
	display: none;
	padding-top: 200px;
	width: 22px;
	height: 205px;
	cursor: pointer;
	text-indent: -999em;
}
.pre {
	background: url(../left.png) no-repeat 0 200px;
	left: 20px;
}
.next {
	background: url(../right.png) no-repeat 0 200px;
	right: 30px;
}
.game163 .smallScroll {
	width: 100%;
	position: relative;
	height: 314px;
	margin-top: 22px;
}
.game163 .smallScroll .smallImg {
	width: 840px;
	position: relative;
	height: 300px;
}
 
 
.game163 .smallScroll .smallImg ul li img {
	width: 270px;
	height: 200px;
	display: block;
	overflow: hidden;
}
#scroll {
	background: url(../line.png) repeat-x left bottom;
	width: 840px;
	height: 16px;
	left: 0px;
	bottom: 14px;
	cursor: pointer;
	position: absolute;
}
#scroll span {
	width: 133px;
	height: 16px;
	left: 0px;
	bottom: 0px;
	cursor: pointer;
	position: absolute;
	background: url(../scrollbg.png) no-repeat;
}
#conter li:hover h2 {
	color: #7ebaf6;
}
.game163 .bigImg li {
	height: 350px;
}
.game163 .bigImg .iopo {
	display: block;
	width: 470px;
	height: 348px;
	border: #f2f2f2 solid 1px;
	text-align: center;
	float: left;
}
.game163 .bigImg .iopo img {
	width: 460px;
	height: 340px;
	display: inline-block;
	margin-top: 5px;
}
.game163 .bigImg {
	width: 842px;
	height: 350px;
	position: relative;
}
.game163 .bigImg .txt {
	width: 340px;
	height: 350px;
	float: right;
	font-size: 24px;
	color: #333;
}
.bg {
	background: #000;
	filter: alpha(opacity=40);
	opacity: 0.4;
	z-index: 0;
	width: 100%;
	height: 52px;
	position: absolute;
	bottom: 0;
}
.game163 .bigImg .txt h2 {
	width: 100%;
	font-size: 24px;
	padding-bottom: 18px;
	color: #333;
	border-bottom: #e5e5e5 solid 1px;
	font-weight: normal;
}
.game163 .bigImg .txt p {
	width: 100%;
	display: block;
	font-size: 14px;
	line-height: 26px;
	color: #666;
	margin: 13px 0;
	text-align: justify;
	height: 230px;
	overflow: hidden;
}
.game163 .bigImg .txt p span {
	display: block;
	padding-top: 30px;
}
.game163 .bigImg .txt p a {
	font-weight: bold;
	display: inline-block;
}
.game163 .bigImg .txt .lx a {
	display: inline-block;
	width: 160px;
	height: 46px;
	background-color: #7ebaf6;
	text-align: center;
	line-height: 46px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
}
.game163 .bigImg .txt .lx a.x2 {
	margin-left: 20px;
	display: inline-block;
	width: 160px;
	height: 46px;
	background-color: #7ebaf6;
	text-align: center;
	line-height: 46px;
	border-radius: 5px;
	font-size: 16px;
	color: #fff;
}
.game163 .bigImg .txt .lx a:hover {
	background-color: #005faf;
}
.game163 .bigImg .txt .lx a.x2:hover {
	background-color: #7ebaf6;
}
.game163 .smallScroll .sPrev {
	width: 120px;
	height: 36px;
	position: absolute;
	display: block;
	left: 286px;
	bottom: 0;
	text-align: center;
	background-color: #7ebaf6;
	z-index: 22;
}
.game163 .smallScroll .sPrev span {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}
.game163 .smallScroll .sNext {
	width: 120px;
	height: 36px;
	position: absolute;
	display: block;
	left: 436px;
	bottom: 0;
	text-align: center;
	background-color: #7ebaf6;
	z-index: 22;
}
.game163 .smallScroll .sNext span {
	display: inline-block;
	color: #fff;
	font-size: 30px;
	line-height: 40px;
}
/*���ǵļ���*/
.xbanner {
	background: url(/down2/ixbannerbg1.jpg) center center no-repeat;
	width: 100%;
	height: 200px;
}
.xbanner1 {
	background: url(../ixbannerbg2.jpg) center center no-repeat;
}
.xbanner .slip_tit {
	width: 772px;
}
.xbanner .slip_tit .tit1 {
	padding-top: 55px;
	font: bold 32px "microsoft yahei";
	color: #fff;
}
 