@charset "utf-8";

* {
	margin: 0px;
	padding: 0px;
	list-style: none;
}

body {
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	font-family: "Microsoft YaHei", "微软雅黑";

}

a {
	color: #666666;
	text-decoration: none;
}

a:hover {
	color: #4e626d;
}

.clear {
	clear: both;
	line-height: 0;
	overflow: hidden;
	zoom: 1;
	font-size: 0;
	content: '.';
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
	font-weight: normal;
}

img {
	border: none;
	vertical-align: middle;
}

input,
textarea {
	font-family: "Microsoft YaHei", "微软雅黑";
}

input:focus,
textarea:focus {
	outline: none;
}

/*main*/
.cont_wrap {
	position: relative
}

.wpb {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.wpc {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.wps {
	width: 1000px;
	margin: 0 auto;
	position: relative;
}

/*header*/

.hd_fixed {
	width: 100%;
	posit ion: fixed;
	z-index: 1000;
	background: #fff;
	height: 142px;
}

#navi ul li.hl .gl1 {
	display: block;
	color: #fff;
	background-color: #ab3531;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;

}

.h1 .sed_nav1 li {
	margin-top: 0;
	font-size: 16px;
}

.sed_nav1 li a:hover {
	color: #fff
}

.top_con ul li .gl1:hover {
	color: #fff
}

.head {
	width: 100%;
	height: 30px;
	background: #ab3531;
	color: #fff;
}

.top {
	width: 1200px;
	height: 30px;
	line-height: 30px;
	margin: 0 auto;
}

.top h1 {
	float: left;
	font-size: 16px;
}


.top_con {
	width: 1200px;
	height: 100px;
	margin: 0 auto;
	padding-top: 30px;
}

.top_con .logo {
	float: left;
	padding-top: 20px;
}



.top_con #navi {
	float: right;
	margin-top: 40px;
	margin-right: 30px;
}

.top_con ul {
	float: left;
}

.top_con ul li {
	float: left;
	position: relative;
}

.top_con ul li .gl1 {
	padding: 23px 22px 25px 22px;
	display: block;
	font-size: 16px;
	line-height: 24px;
}

.top_con ul li:hover .gl1 {
	background-color: #ab3531;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}


.sed_nav1 {
	position: absolute;
	top: 72px;
	left: 0;

	display: none;
	z-index: 100;
}

.sed_nav1 {
	background-color: #fff;
	width: 200px;
}

.li1 .sed_nav1 li {
	margin-top: 0;
}

.sed_nav1 li a {
	display: block;
	height: 42px;
	width: 180px;
	line-height: 42px;
	font-size: 14px;
	color: #000;
	border: none;
	float: left;
	padding-left: 20px;
}

.sed_nav1 li:hover {
	display: block;
	background: #ab3531;
}

#navi ul li:hover .sed_nav1 {
	display: block;
}

.top_search_bt {
	position: absolute;
	right: 10px;
	top: 20px;
	width: 40px;
	line-height: 40px;
	padding-top: 78px;
	z-index: 9999;
	margin: 0 10px;
	text-align: center;
}

.top_search_bt .top_search_bg {
	display: none;
	position: absolute;
	right: -2px;
	top: 96px;
	background: url(../images/top_search_bg.png) no-repeat;
	width: 300px;
	height: 79px;
}

.top_search_bt:hover .top_search_bg {
	display: block;
}

.top_search_bt .top_search_bg .top_search_txt {
	position: absolute;
	left: 25px;
	top: 29px;
	width: 205px;
	height: 30px;
	border: 0;
	background: #f8f8f8;
}

.top_search_bt .top_search_bg .top_search_bt {
	position: absolute;
	right: 17px;
	top: 23px;
	width: 40px;
	height: 39px;
	border: 0;
	background-color: transparent;
	cursor: pointer;
}

/* NAV */
.nav {
	display: table;
}

.nav .nav-bar {}

.nav-bar>li {
	display: block;
	float: left;
	text-align: center;
	position: relative;
	margin-top: 28px;

}

.nav-bar>li:hover,
.nav-bar>li .active {
	background-color: #ab3531;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.nav-bar>li>a {
	padding: 23px 16px 25px 16px;
	display: block;
	color: #000000;
	font-size: 16px;
	line-height: 24px;
	border-top-right-radius: 6px;
	border-top-left-radius: 6px;
}

.nav-bar>li>a:hover,
.nav-bar>li>a:focus,
.nav-bar>li>a.active,
.nav-bar>.active>a,
.nav-bar>.active>a:hover,
.nav-bar>.open>a,
.nav-bar>.open>a:hover,
.nav-bar>.open>a:focus {

	color: #fff
}

.nav-bar>li>a:hover,
.nav-bar>li:hover a,
.nav-bar>li.active a {
	color: #000;
	text-decoration: none;
}

.nav-bar>li small {
	display: none;
	color: #FFFFFF;
	font-size: 12px;
}

.nav-bar>li:hover small,
.nav-bar>li.active small {
	display: block;
}

.nav-bar>li ul {
	display: none;
	background-color: #ab3531;
	border-bottom-left-radius: 5px;
	padding: 0 0 5px 0;
	border-bottom-right-radius: 5px;
	position: absolute;
	left: 0px;
	top: 72px;
	z-index: 9999999999;
}

.nav-bar>li:hover ul {
	display: block;
}

.nav-bar>li ul li a {
	line-height: 28px;
	padding: 5px 30px;
	color: #666666 !important;
	border-bottom: 1px solid #F5F5F5;
	display: block;
	background-color: #FFFFFF !important;
	width: 140px;
	text-align: left;
}

.nav-bar>li ul li a:hover,
.nav-bar>li ul li a.hover {
	background-color: #ab3531 !important;
	color: #FFFFFF !important;
	text-decoration: none;
	border-bottom: 1px solid #ab3531;
}

.nav-bar>li>ul>li {
	position: relative
}

.nav-bar>li>ul>li ul.list-sanjixiala {
	position: absolute;
	top: 0px;
	left: 160px;
	list-style: none;
}

.nav-bar>li>ul>li ul.list-sanjixiala {
	display: none;
}

.nav-bar>li>ul>li:hover ul.list-sanjixiala {
	display: block;
}

/*搜索*/
.h_top {
	height: 70px;
	position: relative;
	z-index: 2;
	font-family: "Microsoft Yahei";
	float: right;
}

.seabg {
	width: 50px;
	height: 0px;
	margin: 0 auto;
}

.seabox {
	width: 40px;
	height: 38px;
	z-index: 10;
	position: absolute;
	right: 0;
	top: 26px;
}

.sea_ico {
	margin: -10px 23px 0 30px;
	border: 1px solid #ab3531;
	padding: 10px;
	border-radius: 20px;
	width: 19px;
	display: block;
}

.sea_ico img {
	width: 19px;
	height: 19px;
	display: block;
}

.sea_inp {
	width: 350px;
	height: 48px;
	overflow: hidden;
	display: none;
	position: absolute;
	right: -80px;
	top: 35px;
	background: #fff;
}

.sea_inp .serach {
	width: 299px;
	height: 48px;
	border: solid 1px #ab3531;
	border-right: 0;
	background: #fff;
	line-height: 46px;
	color: #333;
	padding: 0 13px;
	float: left;
	outline: none;
	display: block;
	font-size: 14px;
	position: relative;
}

.sea_inp .sub {
	width: 51px;
	height: 48px;
	border: 0;
	float: left;
	cursor: pointer;
	display: block;
	background: url(/skin/images/t_sea1.png) no-repeat center #ab3531;
	border: 0;
}

.seabox:hover .sea_inp,
.t_pho:hover span {
	display: block;
}








/* Banner��� */
.rslides {
	height: 650px;
	overflow: hidden;
	margin: 0 auto;
	width: 100%;
	position: relative;
	list-style: none;
}

.rslides li {
	width: 100%
}

.header {
	background: #fff url(../images/header_topbj.png) left top repeat-x;
	width: 100%;
	line-height: 24px;
}

.header .top {
	color: #eaeaea;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
}

.header .top .wzl {
	float: left;
	padding-left: 10px;
	font-size: 12px;
}

.header .top .wzl a {
	color: #ccc;
}

.header .top .wzr {
	float: right;
	position: relative;
	z-index: 6;
}

.header .top .wzr a.pc {
	color: #ffb243;
	padding-left: 5px;
}

.header .top .wzr span {
	float: left;
	color: #fff;
	background: url(../images/icon_toptel.png) left center no-repeat;
	padding-left: 18px;
}

.header .top .wzr .tbqq {
	float: left;
	background: url(../images/icon_topqq.png) center 5px no-repeat;
	width: 20px;
	height: 30px;
	margin: 0 8px;
}

.header .top .wzr .tbwx {
	float: left;
	background: url(../images/icon_topwx.png) center center no-repeat;
	width: 20px;
	height: 30px;
}

.header .top .wzr .tbwx img {
	position: absolute;
	right: 0px;
	top: 30px;
	display: none;
}

.header .top .wzr .tbwx:hover img {
	display: block;
}

.header .logo {
	float: left;
}

.header .logo img {
	float: left;
	margin-top: 10px;
}

.header .logo .logowz {
	float: left;
	border-left: 1px dotted #ccc;
	height: 40px;
	padding-left: 14px;
	margin: 34px 0 0 5px;
	color: #000;
	font-size: 12px;
}

.header .logo .logowz span {
	display: block;
	overflow: hidden;
	font-size: 22px;
	color: #e33907;
	font-weight: bold;
	line-height: 22px;
}

.language {
	height: 30px;
}

.language a {
	font-size: 16px;
	color: #eaeaea;
}

.fr {
	float: right;
}

.header .nav {
	float: right;
	position: relative;
	z-index: 5;
}

.header .nav>ul {
	float: left;
	position: relative;
	z-index: 1;
	margin-right: 40px;
}

.header .nav>ul>li {
	float: left;
	position: relative;
}

.header .nav>ul>li .li {
	display: block;
	overflow: hidden;
	height: 90px;
	line-height: 110px;
	padding: 0 15px;
	font-size: 14px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
	color: #2A2B2c;
}

.header .nav .curbg {
	background: #0e9ce4 url(../images/header_nav.png) center center no-repeat;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 90px;
}

.header .nav .nav_sub {
	position: absolute;
	top: 90px;
	background: #fff;
	border: 1px solid #ddd;
	-moz-box-shadow: 0px 0px 10px #DDDDDD;
	-webkit-box-shadow: 0px 0px 10px #DDDDDD;
	box-shadow: 0px 0px 10px #DDDDDD;
	display: none;
}

.header .nav .nav_sub1 {
	left: -550px;
	width: 1100px;
}

.header .nav .nav_sub2 {
	left: -125px;
	width: 340px;
}

.header .nav .nav_sub3 {
	right: 0px;
	width: 340px;
}

.header .nav .liu {
	overflow: hidden;
}

.header .nav .liu li {
	width: 215px;
	float: left;
	padding: 15px 29px 15px 29px;
	border-left: 1px solid #DDD;
}

.header .nav .liu li .b {
	font-size: 14px;
	font-weight: bold;
}

.header .nav .liu li p {
	color: #666;
	font-size: 12px;
	line-height: 20px;
	padding: 5px 0 10px 0;
}

.header .nav .liu li .tb {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	height: 118px;
	background-position: center center;
	background-repeat: no-repeat;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.header .nav .liu li.tb1 .b {
	color: #555;
}

.header .nav .liu li.tb1 .tb {
	background-image: url(../images/header_navtb1.png);
	background-color: #00a1ff;
}

.header .nav .liu li.tb2 .tb {
	background-image: url(../images/header_navtb2.png);
	background-color: #57C3C1;
}

.header .nav .liu li.tb2 .b {
	color: #FF812E;
}

.header .nav .liu li.tb3 .tb {
	background-image: url(../images/header_navtb3.png);
	background-color: #DD574C;
}

.header .nav .liu li.tb4 .tb {
	background-image: url(../images/header_navtb4.png);
	background-color: #FF812E;
}

.header .nav .liu li.tb5 .tb {
	background-image: url(../images/header_navtb5.png);
	background-color: #94BF2C;
}

.header .nav .liu li.tb5 .b {
	color: #FF812E;
}

.header .nav .liu li.tb6 .tb {
	background-image: url(../images/header_navtb6.png);
	background-color: #fb7e71;
}

.header .nav .liu li.tb7 .tb {
	background-image: url(../images/header_navtb7.png);
	background-color: #596FE0;
}

.header .nav .liu li.tb8 .b {
	color: #F30;
}

.header .nav .liu li.tb8 .tb {
	background-image: url(../images/header_navtb8.png);
	background-color: #09ACDB;
}

.header .nav .liu li:first-child {
	border-left: 1px solid #fff;
}

.header .nav .liu li .b:hover {
	text-decoration: underline;
}

.header .nav .liu li .tb:hover {
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
	-khtml-opacity: 0.6;
	opacity: 0.6;
}

.header .nav .erx {
	overflow: hidden;
}

.header .nav .erx li {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	border-bottom: 1px solid #eaeced;
	width: 140px;
	line-height: 38px;
	margin: 0 15px;
	float: left;
	background: url(../images/icon_li1.png) left center no-repeat;
	text-indent: 14px;
	font-size: 14px;
}

.header .nav .erx li a:hover {
	color: #0e9ce4;
}

.header .topan {
	position: absolute;
	right: -55px;
	top: 32px;
}

.header .topan .searchbut {
	width: 35px;
	height: 35px;
	display: block;
	float: left;
	background: url(../images/header_anso.png) center center no-repeat;
	cursor: pointer;
	margin-right: 20px;
}

.header .topan .messbut {
	width: 35px;
	height: 35px;
	display: block;
	float: left;
	background: url(../images/header_anmess.png) center center no-repeat;
	cursor: pointer;
}

.header .search {
	background: url(../images/search_bj.png) no-repeat;
	width: 247px;
	height: 65px;
	position: absolute;
	right: -65px;
	top: 70px;
	display: none;
}

.header .search input[type='text'] {
	margin: 25px 0 0 10px;
	border: 0;
	height: 30px;
	width: 200px;
	float: left;
}

.header .search input[type='submit'] {
	margin: 25px 10px 0 0;
	width: 26px;
	height: 30px;
	text-indent: -9999px;
	cursor: pointer;
	background: url(../images/search_tb.png) center center no-repeat;
	border: 0;
	float: right;
}

.top_mess {
	position: fixed;
	left: 0px;
	right: 0px;
	top: 0px;
	width: 100%;
	z-index: 8;
	background: #fff;
	display: none;
	-moz-box-shadow: 0px 0px 10px #DDDDDD;
	-webkit-box-shadow: 0px 0px 10px #DDDDDD;
	box-shadow: 0px 0px 10px #DDDDDD;
}

.top_mess .top_mess_wp {
	width: 970px;
	margin: 0 auto;
	padding: 30px 0 0 0;
	height: 600px;
	position: relative;
}

.top_mess .top_mess_close {
	width: 39px;
	height: 39px;
	display: block;
	position: absolute;
	right: -70px;
	top: 20px;
	background: url(../images/icon_close1.png) no-repeat;
}

.top_mess .top_mess_left {
	width: 450px;
	float: left;
	overflow: hidden;
}

.top_mess .top_mess_left .s1 {
	font-size: 40px;
	line-height: 42px;
	color: #e60012;
}

.top_mess .top_mess_left .s2 {
	font-size: 45px;
	line-height: 48px;
	border-bottom: 1px solid #cccccc;
	padding: 25px 0 35px 0;
	margin-bottom: 20px;
	color: #212121;
}

.top_mess .top_mess_left .s3 {
	color: #333;
	font-size: 16px;
}

.top_mess .top_mess_left .s3 em {
	float: left;
	color: #fff;
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 20px;
	padding: 4px;
	margin-right: 10px;
	font-style: normal;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.top_mess .top_mess_left .s3 span {
	color: #e77919;
}

.top_mess .top_mess_left .s3 dt {
	height: 48px;
	line-height: 24px;
	overflow: hidden;
	margin-bottom: 20px;
}

.top_mess .top_mess_left .s3 dt em {
	background: #00affc;
}

.top_mess .top_mess_left .s3 dd {
	height: 48px;
	line-height: 48px;
	overflow: hidden;
	margin-bottom: 20px;
}

.top_mess .top_mess_left .s3 dd em {
	background: #e77919;
}

.top_mess .top_mess_left .s4 {
	background: url(../images/icon_24tel.png) left center no-repeat;
	padding-left: 58px;
	height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #333;
	line-height: 28px;
}

.top_mess .top_mess_left .s4 span {
	display: block;
	font-size: 26px;
	color: #00affc;
}

.top_mess .top_mess_right {
	width: 425px;
	float: right;
	overflow: hidden;
	font-size: 13px;
	color: #212121;
}

.top_mess .top_mess_right .top_mess_bt {
	font-size: 24px;
	line-height: 30px;
	padding-bottom: 10px;
}

.top_mess .top_mess_right .top_mess_sbt {
	font-size: 16px;
	font-weight: bold;
	padding: 2px 0px;
	color: #1a1a1a;
}

.top_mess .top_mess_right label {
	float: left;
}

.top_mess .top_mess_right span {
	float: left;
	padding-left: 10px;
}

.top_mess .top_mess_right em {
	padding: 0 12px 0 5px;
	font-style: normal;
}

.top_mess .top_mess_right img {
	float: left;
	margin: 1px 0 0 10px;
	cursor: pointer;
}

.top_mess .top_mess_right input[type='text'] {
	width: 403px;
	outline: none;
	font-size: 15px;
	color: #999999;
	background: #f6f6f6;
	border: 1px solid #d9d9d9;
	padding: 0 10px;
	height: 36px;
}

.top_mess .top_mess_right input[type='checkbox'] {
	float: left;
	margin-top: 8px;
}

.top_mess .top_mess_right input[type='radio'] {
	float: left;
	margin-top: 5px;
}

.top_mess .top_mess_right input[type='submit'] {
	border: 2px solid #e81727;
	background: none;
	outline: none;
	font-size: 20px;
	font-weight: bold;
	width: 45%;
	margin-right: 15px;
	float: left;
	color: #e81727;
	height: 50px;
	margin-top: 10px;
	cursor: pointer;
}

.top_mess .top_mess_right a.submit {
	background: #e81727;
	outline: none;
	font-size: 20px;
	text-align: center;
	font-weight: bold;
	width: 45%;
	margin-right: 15px;
	float: left;
	color: #fff;
	height: 50px;
	line-height: 50px;
	margin-top: 10px;
	cursor: pointer;
}

.top_mess .top_mess_right input[type='text'].yzm {
	width: 185px;
}

.top_mess .top_mess_right input[type='text'].name {
	width: 185px;
}

.top_mess .top_mess_right input[type='text'].tel {
	width: 185px;
	float: right;
}

.top_mess .top_mess_right ul {
	overflow: hidden;
}

.top_mess .top_mess_right ul li {
	padding: 0 0 8px 0;
	overflow: hidden;
}

.top_mess .top_mess_right dl {
	overflow: hidden;
	line-height: 30px;
}

.top_mess .top_mess_right dl dt {
	width: 230px;
	float: left;
}

.top_mess .top_mess_right dl dd {
	width: 180px;
	float: left;
}

/*footer*/
/*底部开始*/
.foots {

	width: 100%;

	background-color: #605d5c;

	padding-top: 43px;

	padding-bottom: 24px;

}

.foots .qcode {
	width: 540px;
}

.foot_navs {

	padding-bottom: 15px;

	border-bottom: 3px solid #ab3531;

}

.foot_navs ul {

	overflow: hidden;

}

.foot_navs li {

	float: left;

	padding: 0 34px;

	background: url(../images/kywt_fline2.png) no-repeat left center;

	width: 65px;

}

.ffocn {
	padding-top: 30px;
}

.foot_navs li.noBg {

	background: none;

}

.foot_navs li a {

	font-size: 14px;

	color: #bdbdbd;

}

.wzsm_foot {
	padding-top: 10px;
	padding-bottom: 10px;
}

.wzsm_foot .content {
	border-radius: 10px;
	border: 1px #333 dashed;
	width: 1200px;
	margin: auto;
}

.wzsm_foot span {
	font-size: 18px;
	line-height: 45px;
	padding: 0 80px;
	color: #FFF;
	float: left;
	font-weight: bold;
}

.wzsm_foot p {
	font-size: 14px;
	color: #FFF;
	line-height: 45px;
}

.enmei_ffocn {

	margin-top: 35px;

}

.ffocn .fleft_con {

	padding-bottom: 8px;
	color: #fff;
	float: left;
	width: 225px;
	padding-right: 25px;
	border-right: 1px dotted #383838;

}

.ffocn .fleft_con h5 {

	font-size: 15px;

	line-height: 16px;

	margin-top: 28px;

	margin-bottom: 8px;

}

.ffocn .fleft_con p {

	font-size: 14px;

	line-height: 14px;

}

.ffocn .fleft_con dl {

	padding-right: 48px;

	background: url(../images/enmei_foot_telico.png) no-repeat right center;

	margin-top: 30px;

}

.ffocn .fleft_con dd {

	font-size: 22px;

	line-height: 22px;

	margin-top: 3px;

}

.ffocn .fcon_cont {

	float: left;

	width: 575px;
	padding-left: 5em;

	border-right: 1px dotted #383838;

}

.ffocn .fcon_cont p {
	line-height: 25px;
	text-align: left;
	text-indent: 3em;
	color: #fff;
	font-size: 13px;
}




.ffocn .foot_flewm {

	float: right;

}

.ffocn .foot_flewm img {

	display: block;

}

.ftbot {

	padding-top: 25px;

	border-top: 1px solid #383838;

}

.ftbot .dress {

	float: left;

	color: #909090;

	width: 420px;

}

.ftbot .dress ul {

	overflow: hidden;

	margin-top: 5px;

}

.ftbot .dress li {

	float: left;

	padding-left: 25px;

	line-height: 24px;

	margin-right: 15px;

}

.ftbot .dress li.dr1 {

	background: url(../images/dsbg1.png) no-repeat left center;

}

.ftbot .dress li.dr2 {

	background: url(../images/dsbg2.png) no-repeat left center;

}

.ftbot .dress li.dr3 {

	background: url(../images/dsbg3.png) no-repeat left center;

}

.ftbot .renz {

	float: right;

}

.ftbot .renz ul {

	overflow: hidden;

}

.ftbot .renz li {

	float: left;

	margin-left: 10px;

}

.ftbot .renz li img {

	display: block;

}

.kywt_link_li {

	background-color: #333;

}

.kywt_link_li .content {

	overflow: hidden;

	padding: 20px 0;

}

.kywt_link_li h5 {

	float: left;

	font-size: 16px;

	color: #fff;

	font-family: "Arial";

}

.kywt_link_li h5 img {

	vertical-align: middle;

}

.kywt_link_li ul {

	float: left;

	margin-left: 40px;

	width: 810px;

}

.kywt_link_li li {

	float: left;

	padding: 0 15px;

	border-left: 1px dotted #5c5c5c;

	line-height: 22px;

}

.kywt_link_li li a {

	color: #fff;

}

.kywt_link_li li:first-child {

	border-left: none;

}

.bdsharebuttonbox {

	float: right;

}



img {
	vertical-align: middle;
}

/*fdright_nav*/
.fdright_nav {
	position: fixed;
	right: 0px;
	top: 50%;
	margin-top: -138px;
	z-index: 9;
}

.fdright_nav li {
	width: 45px;
	height: 45px;
	line-height: 45px;
	position: relative;
	margin-bottom: 1px;
	color: #fff;
	font-size: 14px;
	color: #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.fdright_nav li a {
	display: block;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 140px;
	background-color: #ab3531;
	color: #fff;
	padding-left: 45px;
	background-position: left top;
	background-repeat: no-repeat;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.fdright_nav li img {
	display: none;
	position: absolute;
	right: 45px;
	top: -50px;
	width: 150px;
	height: 150px;
}

.fdright_nav li .fdright_nav_qq {
	background-image: url(../images/kefu_qq.png);
}

.fdright_nav li .fdright_nav_tel {
	background-image: url(../images/kefu_tel.png);
}

.fdright_nav li .fdright_nav_xq {
	background-image: url(../images/kefu_xq.png);
}

.fdright_nav li.fdright_nav_wx {
	background: #ab3531 url(../images/kefu_wx.png) no-repeat;
}

.fdright_nav li.fdright_nav_wx:hover {
	background: #262626 url(../images/kefu_wx.png) no-repeat;
}

.fdright_nav li.fdright_nav_wx:hover img {
	display: block;
}

.fdright_nav li.fdright_nav_top {
	background: #4e4e4e url(../images/kefu_top.png) no-repeat;
	cursor: pointer;
}

.fdright_nav li a:hover {
	background-color: #262626;
	left: -105px;
}

.fdright_nav .TOP a:hover {
	left: 0;
}

.fdright_nav .TOP {
	background: #605d5c;
}

.fdright_nav .TOP a {
	background-color: #605d5c;
	padding-left: 10px;
	color: #fff;
}

/*page*/
.NewPage {
	text-align: center;
	overflow: hidden;
	font-size: 13px;
	padding: 20px 0 0 0;
}

.NewPage .pageBody {
	display: inline-block;
}

.NewPage a {
	display: block;
	margin: 0px 3px;
	width: 28px;
	height: 28px;
	float: left;
	line-height: 28px;
	background: url(../images/icon_page.gif) no-repeat center top;
}

.NewPage span {
	margin: 0px 3px;
	background: url(../images/icon_page.gif) no-repeat center bottom;
	width: 28px;
	height: 28px;
	line-height: 28px;
	float: left;
	color: #FFFFFF;
}

.NewPage .thisclass a {
	background: url(../images/icon_page.gif) no-repeat center bottom;
	color: #FFFFFF;
}

.NewPage .pageinfo {
	margin: 0px 3px;
	background: #F60;
	padding: 0 15px;
	height: 28px;
	line-height: 28px;
	width: 120px;
	color: #FFFFFF;
}

.NewPage a:link {
	background: url(../images/icon_page.gif) no-repeat center top;
}

.NewPage a:visited {
	background: url(../images/icon_page.gif) no-repeat center top;
}

.NewPage a:hover {
	background: url(../images/icon_page.gif) no-repeat center bottom;
	color: #FFFFFF;
}

.NewPage a:active {
	background: url(../images/icon_page.gif) no-repeat center top;
}

.news_ban {
	width: 100%;
	height: 450px;
	background-position: center top;
	background-repeat: no-repeat;
	mar gin-top: 150px;
}

.lefta_title {
	height: 82px;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	width: 245px;
	overflow: hidden;

}

.lefta_title h2 {
	line-height: 82px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	/* color: #ab3531; */
}

.lefta_title i {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	padding-left: 13px;
	padding-top: 2px;
}



.bort9 {
	border-top: 9px solid #007eb9;
	border-radius: 5px 5px 0px 0px;
}

.bor9 {
	border-bottom: 9px solid #eaeaea;
}

.lefta {
	width: 245px;
	margin-bottom: 10px;
	background: #ab3531;
	padding: 0px 10px 10px 10px;
}

.lefta .comt {
	background:
		#fff;
	width: 220px;
	border-radius: 10px;
	padding: 10px 10px;
}

.lefta .comt ul {}

.lefta .comt ul li {
	border-bottom: 1px dashed #999;
}

.lefta .comt ul li a {
	background: url(../images/tb9.png) 213px center no-repeat;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 15px;
	font-size: 14px;
}

.lefta .comt ul li .box {
	padding: 10px 0px;
	display: none;
}

.lefta .comt ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}

.lefta .comt ul li .box a:hover {
	color: #007eb9;
	background: none;
}

.lefta .comt ul li:hover a,
.lefta .comt ul li.hover a {
	background: #ab3531 url(../images/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}

.lefta .comt ul li.hover a {
	background: #ab3531 url(../images/tb11.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}

.lefta .comt ul li.hover .box a {
	background: none;
	font-weight: normal;
}

.lefta .comt ul li.hover .box a.hover {
	color: #007eb9;
	font-weight: bold;
}

.lefta .comt1 ul li a {
	background: #fff url(../images/jia.png) 213px center no-repeat;
	border-top: 1px solid #eaeaea;
	line-height: 60px;
	height: 60px;
	display: block;
	padding-left: 25px;
	font-size: 14px;
}

.lefta .comt1 ul li .box {
	padding: 10px 0px;
	display: none;
}

.lefta .comt1 ul li .box a {
	height: 30px;
	line-height: 30px;
	display: block;
	color: #888;
	border: 0px;
}

.lefta .comt1 ul li .box a:hover {
	color: #007eb9;
	background: none;
}

.lefta .comt1 ul li:hover a,
.lefta .comt1 ul li.hover a {
	background: #ab3531 url(../images/jia1.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}

.lefta .comt1 ul li.hover a {
	background: #ab3531 url(../images/jian.png) 213px center no-repeat;
	font-weight: bold;
	color: #fff
}

.lefta .comt ul li .boxlist {
	padding: 0;
	display: none;
	border: none;
}

.lefta .comt ul li .boxlist li {
	line-height: 50px;
	background: #b1aeae;
}

.lefta .comt ul li .boxlist li a {
	height: 40px;
	padding-left: 45px;
	color: #333;
	font-weight: normal;
	border-bottom: 0;
	line-height: 40px;
	background: #f6f6f6 url(../images/tb12.png) 26px center no-repeat;
	border-top: none;
}

.lefta .comt ul li .boxlist li a:hover,
.lefta .comt ul li .boxlist li a.hover {
	color: #ab3531;
	font-weight: bold
}

.lefta .comt ul li.hover .boxlist {
	display: block;
}

.leftnews {
	width: 245px;
	margin-bottom: 10px;
	background: #ab3531;
	padding: 0px 10px 10px 10px;
}

.leftnews .title {}

.leftnews .leftnewscomt {
	background: #fff;
	padding: 10px;
}

.leftnews .leftnewscomt ul li {
	height: 30px;
	line-height: 30px;
	border-bottom: 1px solid #f2f2f2;
	overflow: hidden;
}

.leftnews .leftnewscomt ul li a {
	font-size: 14px;
	display: block;
	padding-left: 10px;
}

.leftnews .leftcont {
	background: #fff;
	padding: 10px;
}

.leftnews .leftcont h2 {
	font-size: 16px;
	font-weight: bold;
	color: #ab3531;
	padding-bottom: 10px;
	border-bottom: 1px solid #f2f2f2;
}

.leftnews .leftcont span {
	line-height: 34px;
	font-size: 12px;
	padding-top: 10px;
	display: block;
	border-bottom: 1px solid #f2f2f2;
}

#NmainR2 {
	width: 860px;
	height: auto;
	margin: 0 auto;
	margin-top: 13px;
	margin-bottom: 20px;
}

.leftnews .leftcont p {
	font-size: 18px;
	color: #333;
	padding-top: 10px;
	line-height: normal;
}

.leftnews .leftcont p i {
	font-size: 22px;
	color: #ab3531;
	display: block;
}

.leftprocomt {}

.leftprocomt li {
	float: left;
	text-align: center;
	width: 100%;
	margin-right: 10px;
}

.leftprocomt li img {
	width: 100%;
	height: 198px;
	border-radius: 3px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.leftprocomt li p {
	line-height: 30px;
	height: 30px;
	color: #fff;
	background: #ab3531;


}

.leftprocomt li:hover img {}

.leftprocomt li:hover p {
	color: #fff;
	height: 30px;
	overflow: hidden;
}

.subleft {
	width: 265px;
}

.subleft {
	width: 265px;
}

.honorlist ul.list {
	float: left;
	width: 100%;
	padding-left: 0px;
}

.honorlist ul.list li.item {
	float: left;
	width: 296px;
	margin-bottom: 30px;
	margin-right: 14px;
}

.honorlist ul.list li.item a:hover img {
	opacity: 0.8;
}

.honorlist ul.list li.item a:hover span {
	color: #fff;
}

.honorlist ul.list li.item span {
	width: 100%;
	height: 45px;
	color: #fff;
	text-align: center;
	display: block;
	line-height: 45px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.honorlist ul.list li.item img {
	width: 100%;
	display: block;
	padding: 1px;
}

.list_imgH ul.list li.item {
	width: 286px;
	margin-right: 20px;
}

.list_imgH ul.list li.item a {
	display: block;
	width: 100%;
	overflow: hidden;
	position: relative;
	background: #ab3531;
}

.ico {
	display: inline-block;
	vertical-align: middle;
}

.list_imgH ul.list li.item a:hover {
	background: #ab3531;
}

.list_imgH ul.list li.item img {
	display: block;
	width: 284px;
	height: 213px;
}

.item_mask {
	width: 284px;
	height: 213px;
	background: rgba(0, 0, 0, 0);
	position: absolute;
	left: 1px;
	top: 1px;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
	-webkit-transform: rotateX(180deg) scale(0.5, 0.5);
	transform: rotateX(180deg) scale(0.2, 0.2);
	transition: all ease-out .5s;
}

.item_link_icon {
	display: block;
	width: 45px;
	height: 45px;
	text-align: center;
	background-position: 0px -105px;
	line-height: 38px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -22px;
	opacity: 0;
	filter: Alpha(opacity=0);
	*zoom: 1;
}

.list_imgH ul.list li.item:hover .item_mask {
	opacity: 1;
	filter: Alpha(opacity=100);
	-webkit-transform: rotateX(0deg) scale(1, 1);
	transform: rotateX(0deg) scale(1, 1);
	transition: all 1s cubic-bezier(.23, 1, .38, 1) 0s;
	background: rgba(0, 0, 0, 0.3);
}

.list_imgH ul.list li.item:hover .item_link_icon {
	transform: translateY(-21px);
	opacity: 1;
	filter: Alpha(opacity=100);
}

.t {
	padding: 0;
	color: #ab3531;
	font-size: 18px;
}

.t2 {
	padding: 25px 0;
	color: #ab3531;
	font-size: 24px;
}

/* formData */
.formData {
	padding-bottom: 20px;
}

.formData .item {
	float: left;
	color: #999;
	font-weight: normal;
	width: 420px;
	height: 56px;
	line-height: 56px;
	border: 1px solid #e4e4e4;
	margin-right: 76px;
	margin-bottom: 45px;
	position: relative;
}

.formData .item label {
	padding-left: 15px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 11;
	text-align: center;
	display: block;
	margin: 0;
	height: 56px;
	line-height: 56px;
	font-size: 18px;
	color: #666;
}

.formData .item input {
	outline: none;
	line-height: 38px;
	height: 38px;
	font-size: 18px;
}

.formData .item .txt {
	width: 350px;
	height: 56px;
	line-height: 56px;
	display: block;
	background: none;
	padding-left: 70px;
	border: 0 none;
	color: #666;
}

.formData .item .red {
	position: absolute;
	right: 15px;
	top: 0;
	color: #ff0000;
	z-index: 11;
}

.formData .item.mr0 {
	margin-right: 0;
}

.formData .msg-box {
	position: absolute;
	left: 0;
	top: 0px;
}

.formData .liuyan {
	width: 918px;
	height: 260px;
	border: 1px solid #e4e4e4;
	float: left;
}

.formData .liuyan label {
	text-align: right;
	display: block;
}

.formData .liuyan textarea {
	width: 908px;
	height: 234px;
	line-height: 35px;
	padding: 12px 10px;
	text-indent: 100px;
	font-size: 18px;
	font-family: "microsoft yahei";
	color: #333;
	border: 0 none;
	overflow: hidden;
	background: none;
	resize: none;
	display: block;
	outline: none;
}

.formData .bot {
	width: 100%;
}

.formData .sub {
	width: 232px;
	line-height: 52px;
	border: 2px solid #ab3531;
	margin-right: 2px;
	text-align: center;
	background: #ab3531;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	display: block;
	-webkit-transition: all ease 300ms;
	-moz-transition: all ease 300ms;
	-ms-transition: all ease 300ms;
	-o-transition: all ease 300ms;
	transition: all ease 300ms;
}

.formData .sub:hover {
	background: none;
	color: #ab3531;
}

.formData .yzm .txt {
	padding-left: 80px;
}

.formData .yzm img {
	position: absolute;
	right: 0;
	top: 0;
	height: 56px;
	border: 0px;
	display: block;
}

.subright {
	width: 920px;
	padding-bottom: 20px;
	line-height: 28px;
	padding-top: 15px;
}

.subright .anlitopH4 {
	height: 38px;
	line-height: 38px;
	border: 1px solid #e4e4e4;
	margin-top: 20px;
}

.subright .anlitopH4 span {
	border-left: 5px solid #ab3531;
	height: 38px;
	line-height: 38px;
	padding-left: 22px;
	display: block;
	float: left;
	color: #ab3531;
	font-weight: bold;
	font-size: 16px;
}

.subright .divanli {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
}

.subright .divanli ul {
	width: 105%;
	height: 185px;
}

.subright .divanli ul li {
	float: left;
	margin-left: 10px;
}

.subright .divanli ul li:first-child {
	margin-left: 0;
}

.subright .divanli ul li a img {
	width: 194px;
	height: 143px;
	display: block;
	border: solid 1px #e4e4e4;
}

.subright .divanli ul li a span {
	height: 45px;
	line-height: 45px;
	text-align: center;
	display: block;
	width: 170px;
}

.subright .divanli ul li a:hover img {
	border-color: #007eb9;
}

.subright .divanli ul li a:hover span {
	color: #007eb9;
	font-weight: bold;
}

.subright .divremmnews {
	border: 1px solid #e4e4e4;
	border-top: none;
	margin-bottom: 10px;
	padding: 15px;
	background-color: #fff;
}

.subright .divremmnews ul {
	width: 100%;
	overflow: hidden;
}

.subright .divremmnews ul li {
	float: left;
	width: 47%;
	height: 35px;
	line-height: 35px;
	margin: 0 1.5%;
	border-bottom: 1px dashed #ccc;
	font-weight: normal;
}

.subright .divremmnews ul li a {
	height: 35px;
	line-height: 35px;
	float: left;
	overflow: hidden;
}

.subright .divremmnews ul li span {
	color: #666;
	float: right;
	height: 35px;
	line-height: 35px;
	white-space: nowrap
}

.subright .divremmnews ul li a:hover {
	color: #ab3531;
}

.map_ul {
	list-style: outside none none;
	display: block;
	width: 100%;
	padding-top: 10px;
}

.map_ul li {
	display: block;
	width: 100%;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid #DCDBDB;
	margin-left: 10px;
	float: left;
}

.map_ul li a {
	font-size: 14px;
	float: left;
	width: 100%;
	height: 23px;
	line-height: 23px;
	font-weight: bold;
}

.map_ul .list-inline {
	display: block;
	margin-left: 14%;
	width: 80%;
	min-height: 30px;
}

.map_ul .list-inline a {
	font-weight: normal;
	width: auto;
	float: none;
	line-height: 32px;
	height: 32px;
	margin: 0 10px 10px 0;
	display: inline-block;
	border: 1px solid #ccc;
	padding: 0px 10px;
}

/*banner*/
.index_ban {
	height: 500px;
	overflow: hidden;
	width: 100%;
	background: url(../images/banner_botbj.png) left bottom repeat-x;
	position: relative;
	paddi ng-top: 130px;
}

.index_ban .p a {
	display: block;
	overflow: hidden;
	height: 500px;
	width: 100%;
}

.index_ban .x {
	position: absolute;
	left: 0px;
	top: 597px;
	width: 100%;
	text-align: center;
}

.index_ban .x ul {
	display: inline-block;
}

.index_ban .x ul li {
	width: 12px;
	height: 12px;
	float: left;
	background: #ccc;
	margin: 0 10px;
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.index_ban .x ul li.on {
	background: #ff823d;
}

.index_ban .prev,
.index_ban .next {
	position: absolute;
	display: block;
	top: 50%;
	background: url(../images/icon_lr2.png) no-repeat;
	margin-top: -50px;
	width: 52px;
	height: 100px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.index_ban .prev {
	background-position: left top;
	left: 50px;
}

.index_ban .next {
	background-position: right top;
	right: 50px
}

.index_ban:hover .prev,
.index_ban:hover .next {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	-khtml-opacity: 0.5;
	opacity: 0.5;
}

.index_ban .prev:hover,
.index_ban .next:hover {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

/*foot_link*/
.yqlj {
	padding-top: 30px;
	background: url(../images/l_bg.png);
	padding-bottom: 15px;
	height: 150px;
}

.yqlj .container {
	position: relative;
}

.yqlj h4 {
	background: url(../images/yqljbd.png) no-repeat center 45px;
	font-size: 26px;
	text-align: center;

}

.yqlj h4 a {
	color: #333;
}

.yqlj h4 em {
	display: block;
	margin: 0 auto;
	font-size: 32px;
	color: #ccc;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}

.yqlj ul {
	padding: 20px 20px 20px 0;
	position: relative;
	z-index: 1;
}

.yqlj ul li {
	float: left;
	padding-right: 15px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	position: relative;
}

.yqlj a.yqlj_more {
	display: block;
	width: 15px;
	height: 16px;
	background: url(../images/yqljbg02.png) no-repeat center;
	position: absolute;
	right: 5px;
	top: 105px;
	z-index: 3;
}

.yqlj ul li a {
	color: #555;
}

.yqlj ul li:hover a {
	color: #ab3531;
}


.imenu {
	text-align: center;
}

.imenu a {
	font-size: 16px;
	margin: 10px 18px;
	display: inline-block;
	pad ding: 10px 23px;
	text-align: center;
	border-radius: 25px;
	height: 20px;
	line-height: 40px;
	background: #ab3531;
	color: #fff;
	width: 240px;
	height: 40px;
}

.imenu a:first-child {
	border-left: 0 none;
}

.imenu a:hover {
	color: #0071d0;
}

.index .floor_1_main {
	padding-top: 50px;
	padding-bottom: 50px;
}

.about_con {}

.top50 {
	margin-top: 50px;
}

.inabout {
	/* padding-top: 30px;
	margin-top: 20px; */
}

.inabout .lmtit {
	text-align: center;
	font-size: 30px;
	font-weight: bold;
	margin-bottom: 5px;
	color: #626161;
}

.inabout .lmjj {
	text-align: center;
	font-size: 18px;
	margin-bottom: 15px;
}

.inabout .nr {
	background: #fff;
	padding: 20px 20px 20px 650px;
	position: relative;
	min-height: 420px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .1);
}

.inabout .nr .pic {
	width: 590px;
	height: 420px;
	position: absolute;
	left: 20px;
	top: 20px;
}

.inabout .nr .pic img {
	width: 100%;
	height: 420px;
}

.inabout .nr .tit {
	font-size: 22px;
	font-weight: bold;
	color: #333;
	margin: 40px 0 5px;
}

.inabout .nr .xian {
	width: 70px;
	height: 1px;
	background: #ab3531;
	margin: 10px 0;
}

.inabout .nr .wz {
	font-size: 16px;
	line-height: 30px;
	color: #666;
	margin-bottom: 20px;
	height: 120px;
	overflow: hidden;
}

.inabout .nr .more {
	display: block;
	width: 100px;
	height: 30px;
	line-height: 30px;
	border: 1px solid #ab3531;
	font-size: 14px;
	text-align: center;
	color: #666;
	border-radius: 8px;
	margin-bottom: 40px;
}

.inabout .nr .more:hover {
	background: #ab3531;
	color: #fff;
}

.inabout .nr .ann ul li {
	display: block;
	width: 29.3333%;
	margin: 0 4% 0 0;
	float: left;
	border-radius: 8px;
	background: #ab3531;
	text-align: center;
	padding: 15px 0;
	color: #fff;
}

.inabout .nr .ann ul li .ico {
	line-height: 40px;
}

.inabout .nr .ann ul li .ico img {
	padding-right: 10px;
}

.ipro {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
	background: #fff;
	overflow: hidden;
	border: 3px solid #deefee;
	padding: 0 0 8px 0;
	margin: 35px 0 0 0;
}

.ipro .list {
	width: 108%;
}

.ipro .item {
	float: left;
	width: 280px;
	display: block;
	height: 210px;
	overflow: hidden;
	margin-bottom: 20px;
	margin-right: 20px;
	position: relative;
	border: 1px solid #ccc;
}

.ipro .item a {
	display: block;
	position: relative;
	width: 100%;
	height: 210px;
}

.ipro .item img {
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	width: 100%;
	height: 100%;
	display: block;
}

.ipro .item:hover img {
	transform: scale(1.06, 1.06);
}

.ipro .item h3 {
	position: absolute;
	text-align: center;
	left: 0;
	bottom: 0;
	width: 100%;
	text-indent: 30px;
	font-weight: normal;
	font-size: 14px;
	height: 45px;
	line-height: 45px;
	background: url(../images/black60.png) repeat;
	color: #fff;
}

.ipro .item em {
	position: absolute;
	right: 0;
	bottom: 10px;
	z-index: 2;
	width: 32px;
	height: 26px;
	background-position: -190px 0;
	display: block;
	margin-right: 30px;
	vertical-align: middle;
}

.ipro .item:hover h3 {
	background: url(../images/ipro_t.png) repeat-x left top;
}


.diysbt {
	width: 1200px;
	margin: auto;
	overflow: hidden;
	text-align: center;
}

.diysbt .b1 {
	font-weight: bold;
	overflow: hidden;
	font-size: 30px;
	color: #605d5c;
	line-height: 40px;
}

.diysbt .b2 {
	overflow: hidden;
	font-size: 18px;
	color: #605d5c;
	line-height: 26px;
	margin: 15px 0 0 0;
}

.diysbt .b3 {
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin: 15px 0 0 0;
}

.diysbt .line {
	width: 69px;
	height: 1px;
	overflow: hidden;
	margin: 18px auto 0 auto;
	background: url(../images/icon_line1.png) no-repeat;
}

/*diysbt*/
.diysbt {
	overflow: hidden;
	text-align: center;
}

.diysbt .b1 {
	font-weight: bold;
	overflow: hidden;
	font-size: 30px;
	color: #626161;
	line-height: 40px;
}

.diysbt .b2 {
	overflow: hidden;
	font-size: 20px;
	color: #ab3531;
	line-height: 26px;
	margin: 5px 0 0 0;
}

.diysbt .b3 {
	overflow: hidden;
	font-size: 14px;
	color: #666;
	line-height: 26px;
	margin: 15px 0 0 0;
}

.diysbt .line {
	width: 69px;
	height: 1px;
	overflow: hidden;
	margin: 18px auto 0 auto;
	background: url(../images/icon_line1.png) no-repeat;
}

/*index_hengp*/
.index_hengp1 {
	width: 100%;
	height: 143px;
	overflow: hidden;
	background: url(../images/hengbj1.png) center center no-repeat;
}

.index_hengp2 {
	width: 100%;
	height: 230px;
	overflow: hidden;
	background: url(../images/hengbj2.png) center center no-repeat;
}


.sp-ys1-1 {
	width: 55px;
	height: 55px;
	background-position: -65px -497px;
}

.sp-ys2-1 {
	width: 52px;
	height: 52px;
	background-position: -67px -365px;
}

.sp-ys3-1 {
	width: 56px;
	height: 48px;
	background-position: -63px -437px;
}

.sp-ys4-1 {
	width: 47px;
	height: 47px;
	background-position: -67px -177px;
}

.sp-ys5-1 {
	width: 45px;
	height: 50px;
	background-position: -67px -234px;
}

.sp-ys6-1 {
	width: 48px;
	height: 56px;
	background-position: -67px -291px;
}

.youshi-list li .cont {
	width: 239px;
}

.youshi-list li h5 {
	position: relative;
	margin-bottom: 30px;
	font-size: 22px;
	color: #333;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.youshi-list li:hover h5 {
	color: #F05A28;
}

.youshi-list li h5:before {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 25px;
	border-bottom: 1px solid #999;
	content: "";
}

.youshi-list li p {
	line-height: 1.75;
}


/*indexbox1*/
.indexbox1 {
	width: 100%;
	overflow: hidden;
	padding: 50px 0 0 0;
}

.case_1 {}

.indexbox1 .indexbox1_gun {
	margin: 0 auto;
	padding: 10px 3px;
	position: relative;
}

.indexbox1 .indexbox1_gun li {
	background: #f4f4f4;
	overflow: hidden;
	width: 260px;
	float: left;
	margin: 0 12px;
	border: 1px solid #eee
}

.indexbox1 .indexbox1_gun li .pic {
	display: block;
	overflow: hidden;
	position: relative;
}

.indexbox1 .indexbox1_gun li .pic img {
	width: 100%;
	height: 190px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexbox1 .indexbox1_gun li .pic i {
	width: 100%;
	height: 200px;
	background: url(../images/icon_yuanj.png) center center no-repeat rgba(0, 0, 0, 0.5);
	position: absolute;
	left: 0px;
	z-index: 1;
	display: block;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexbox1 .indexbox1_gun li .nr {
	overflow: hidden;
	height: 40px;
	background: #ab3531;
}

.indexbox1 .indexbox1_gun li .nr .bt {
	overflow: hidden;
	height: 24px;
	display: block;
	padding: 0 0 0 18px;
	color: #fd6c01;
	font-size: 14px;
	font-weight: bold;
	margin: 20px 0 10px 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexbox1 .indexbox1_gun li .nr p {
	display: block;
	height: 30px;
	line-height: 40px;
	overflow: hidden;
	padding: 0 0 0 18px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.indexbox1 .indexbox1_gun li .nr .yc {
	overflow: hidden;
	text-align: center;
	padding: 8px 18px;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexbox1 .indexbox1_gun li .nr .yc a {
	display: block;
	overflow: hidden;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	width: 105px;
	line-height: 28px;
	background: #fff;
	-moz-box-shadow: 0px 0px 5px #fff;
	-webkit-box-shadow: 0px 0px 5px #fff;
	box-shadow: 0px 0px 5px #fff;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexbox1 .indexbox1_gun li .nr .yc .zx {
	float: left;
}

.indexbox1 .indexbox1_gun li .nr .yc .xx {
	float: right;
}

.indexbox1 .indexbox1_gun li .nr .yc a:hover {
	background: #fd6c01;
	color: #fff;
}

.indexbox1 .indexbox1_gun li:hover .nr .yc {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}

.indexbox1 .indexbox1_gun li:hover .nr .bt {
	margin: 8px 0 0 0;
}

.indexbox1 .indexbox1_gun li:hover .pic i {
	top: 0px;
}

.indexbox1 .indexbox1_gun .prev,
.indexbox1 .indexbox1_gun .next {
	display: block;
	width: 23px;
	height: 37px;
	background: url(../images/icon_lr4.png) no-repeat;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}

.indexbox1 .indexbox1_gun .prev {
	background-position: left bottom;
	left: -30px;
}

.indexbox1 .indexbox1_gun .prev:hover {
	background-position: left top;
}

.indexbox1 .indexbox1_gun .next {
	background-position: right bottom;
	right: -30px;
}

.indexbox1 .indexbox1_gun .next:hover {
	background-position: right top;
}

/*indexbox2*/

/*indexbox6*/
.indexbox6 {
	width: 100%;
	overflow: hidden;
	padding: 20px 0;
}

.indexbox6 dl {
	overflow: hidden;
}

.indexbox6 dl dt {
	width: 340px;
	float: left;
	margin: 21px 0 0 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexbox6 dl dt .b {
	color: #fff;
	font-size: 16px;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	margin: 15px 10px 0 15px;
	font-weight: bold;
}

.indexbox6 dl dt p {
	line-height: 18px;
	height: 54px;
	overflow: hidden;
	display: block;
	margin: 10px 10px 10px 15px;
	font-size: 14px;
}

.indexbox6 dl dt span {
	margin: 0 0 15px 15px;
	display: block;
	background: url(../images/icon_time.png) left center no-repeat;
	padding-left: 22px;
}

.indexbox6 dl dd {
	width: 355px;
	height: 60px;
	padding: 15px 10px 15px 15px;
	float: left;
	margin: 21px 0 0 21px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexbox6 dl dd .time {
	background: #605d5c;
	color: #fff;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	float: left;
	margin-right: 15px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexbox6 dl dd .time span {
	display: block;
	font-size: 22px;
	margin: 10px 0 0 0;
}

.indexbox6 dl dd a {
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 16px;
	font-weight: bold;
	color: #333;
}

.indexbox6 dl dd p {
	line-height: 18px;
	height: 36px;
	display: block;
	overflow: hidden;
}

.indexbox6 dl dt.more {
	width: 100%;
	float: left;
}

.indexbox6 dl dt.more a {
	width: 155px;
	line-height: 38px;
	border: 1px solid #000;
	text-align: center;
	margin: 10px auto 0 auto;
	display: block;
	color: #333;
	font-size: 14px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexbox6 dl dt.more a:hover {
	background: #555555;
	color: #fff;
}

.indexbox6 dl dt {
	background: #ab3531;
	color: #fff;
}

.indexbox6 dl dt:hover .b {
	color: #fff;
}

.indexbox6 dl dt:hover span {
	background: url(../images/icon_timeb.png) left center no-repeat;
}

.indexbox6 dl dd:hover {
	background: #ab3531;
	color: #fff;
}

.indexbox6 dl dd:hover .time {
	background: #fff;
	color: #605d5c;
}

.indexbox6 dl dd:hover a {
	color: #fff;
}

.indexbox6 dl dt.more:hover {
	background: none;
}

.indexbox6 .indexbox6_bt {
	text-align: center;
	overflow: hidden;
	padding: 30px 0 8px 0;
}

.indexbox6 .indexbox6_bt ul {
	display: inline-block;
}

.indexbox6 .indexbox6_bt ul li {
	float: left;
	line-height: 36px;
	margin: 0 6px;
	width: 106px;
	background: #605d5c;
	font-size: 14px;
	color: #fff;
	-moz-border-radius: 20px;
	-webkit-border-radius: 20px;
	border-radius: 20px;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexbox6 .indexbox6_bt ul li.on,
.indexbox6 .indexbox6_bt ul li:hover {
	background: #ab3531;
	letter-spacing: 2px;
}

/*indexbox8*/
.indexbox8 {
	width: 100%;
	overflow: hidden;
	height: auto;
	padding: 50px 0 15px;
}

.indexbox8 .wpc {
	position: relative;
}

.indexbox8 .wpc .prev,
.indexbox8 .wpc .next {
	display: block;
	width: 33px;
	height: 33px;
	background: url(../images/icon_lr1.png) no-repeat;
	position: absolute;
	top: 50px;
	right: 0px;
	z-index: 1;
}

.indexbox8 .wpc .prev {
	background-position: left top;
	right: 36px;
}

.indexbox8 .wpc .prevStop {
	background-position: left bottom;
}

.indexbox8 .wpc .next {
	background-position: right top;
}

.indexbox8 .wpc .nextStop {
	background-position: right bottom;
}

.indexbox8 .indexbox8_pic {
	overflow: hidden;
	border: 2px solid #4d4d4d;
	margin: 35px 0 40px 0;
}

.indexbox8 .indexbox8_pic li {
	width: 162px;
	height: 80px;
	float: left;
	border-right: 2px solid #4d4d4d;
	border-bottom: 2px solid #4d4d4d;
	cursor: pointer;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.indexbox8 .indexbox8_pic .p1 {
	background: url(../images/p1.jpg);
}

.indexbox8 .indexbox8_pic .p2 {
	background: url(../images/p2.jpg);
}

.indexbox8 .indexbox8_pic .p3 {
	background: url(../images/p3.jpg);
}

.indexbox8 .indexbox8_pic .p4 {
	background: url(../images/p4.jpg);
}

.indexbox8 .indexbox8_pic .p5 {
	background: url(../images/p5.jpg);
}

.indexbox8 .indexbox8_pic .p6 {
	background: url(../images/p6.jpg);
}

.indexbox8 .indexbox8_pic .p7 {
	background: url(../images/p7.jpg);
	border-right: none;
}

.indexbox8 .indexbox8_pic .p8 {
	background: url(../images/p8.jpg);
	border-bottom: none;
}

.indexbox8 .indexbox8_pic .p9 {
	background: url(../images/p9.jpg);
	border-bottom: none;
}

.indexbox8 .indexbox8_pic .p10 {
	background: url(../images/p10.jpg);
	border-bottom: none;
}

.indexbox8 .indexbox8_pic .p11 {
	background: url(../images/p11.jpg);
	border-bottom: none;
}

.indexbox8 .indexbox8_pic .p12 {
	background: url(../images/p12.jpg);
	border-bottom: none;
}

.indexbox8 .indexbox8_pic .p13 {
	background: url(../images/p13.jpg);
	border-bottom: none;
}

.indexbox8 .indexbox8_pic .p14 {
	background: url(../images/p14.jpg);
	border-right: none;
	border-bottom: none;
}

.indexbox8 .indexbox8_pic li:hover {
	background-position: 0 80px;
}

.indexbox8 .indexbox8_xun {
	overflow: hidden;
	position: relative;
	padding: 0 90px;
}

.indexbox8 .indexbox8_xun .indexbox8_xun_bt {
	overflow: hidden;
	background: url(../images/icon_bt1.png) center center no-repeat;
	text-align: center;
	height: 35px;
	line-height: 34px;
	color: #fff;
	font-size: 20px;
	margin: 40px 0 30px 0;
}

.indexbox8 .indexbox8_xun li {
	line-height: 26px;
	overflow: hidden;
	text-align: center;
}

.indexbox8 .indexbox8_xun li a {
	padding: 0 12px;
	display: inline-block;
	font-size: 14px;
}

.indexbox8 .indexbox8_xun li a:hover {
	color: #FF6600;
}

.indexbox8 .indexbox8_xun .sprev,
.indexbox8 .indexbox8_xun .snext {
	display: block;
	width: 23px;
	height: 37px;
	background: url(../images/icon_lr4.png) no-repeat;
	position: absolute;
	top: 140px;
	z-index: 1;
}

.indexbox8 .indexbox8_xun .sprev {
	background-position: left bottom;
	left: 30px;
}

.indexbox8 .indexbox8_xun .sprev:hover {
	background-position: left top;
}

.indexbox8 .indexbox8_xun .snext {
	background-position: right bottom;
	right: 30px;
}

.indexbox8 .indexbox8_xun .snext:hover {
	background-position: right top;
}

.indexbox8 .indexbox8_xun .sprever,
.indexbox8 .indexbox8_xun .snexter {
	top: 135px;
}

/*index_ourcase*/

.index_case {
	overflow: hidden;
	width: 100%;
	background: url(../images/casebj.jpg) left bottom no-repeat;
	padding: 40px 0 30px 0;
}

.index_case .index_case_bt {
	text-align: center;
	color: #fff;
	overflow: hidden;
	position: relative;
}

.index_case .index_case_bt span {
	display: inline-block;
	padding: 0 10px;
	line-height: 40px;

	font-size: 30px;

	position: relative;
	z-index: 1;
}

.index_case .index_case_bt i {
	position: absolute;
	height: 2px;
	background: #fff;
	width: 780px;
	left: 50%;
	top: 50%;
	margin-left: -390px;
	margin-top: -1px;
}

.index_case .index_case_xun {
	background: #fff;
	overflow: hidden;
	border: 3px solid #deefee;
	padding: 0 0 8px 0;
	margin: 35px 0 0 0;
}

.index_case .index_case_xun ul {
	overflow: hidden;
}

.index_case .index_case_xun ul li {
	float: left;
	margin: 6px 8px;
	overflow: hidden;
	width: 278px;
	position: relative;
	border: 2px solid #f1eeee;
}

.index_case .index_case_xun ul li .pic_text {
	position: absolute;
	width: 100%;
	text-align: center;
	top: -100%;
	color: #fb811d;
	font-size: 20px;
	z-index: 1;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.index_case .index_case_xun ul li .pic_more {
	position: absolute;
	top: 100%;
	left: 50%;
	margin-left: -34px;
	z-index: 1;
	width: 68px;
	height: 64px;
	background: url(../images/icon_jia.png) no-repeat;
	transition: all 0.6s;
	-moz-transition: all 0.6s;
	-webkit-transition: all 0.6s;
	-o-transition: all 0.6s;
}

.index_case .index_case_xun ul li .pic_more:hover {
	background: url(../images/icon_jiah.png) no-repeat;
	transform: rotate(360deg);
	-webkit-transform: rotate(360deg);
	-moz-transform: rotate(360deg);
	-o-transform: rotate(360deg);
	-ms-transform: rotate(360deg);
}

.index_case .index_case_xun ul li .pic_bg {
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	background: #000;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	-khtml-opacity: 0;
	opacity: 0;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.index_case .index_case_xun ul li:hover .pic_text {
	top: 30%;
}

.index_case .index_case_xun ul li:hover .pic_more {
	top: 46%;
}

.index_case .index_case_xun ul li:hover .pic_bg {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}

.index_case .index_case_xun .line {
	background: url(../images/icon_bl.png) left center repeat-x;
	overflow: hidden;
	height: 50px;
	margin: 0 10px;
}

.index_case .index_case_an {
	text-align: center;
	overflow: hidden;
	padding: 30px 0 0 0;
}

.index_case .index_case_an a {
	width: 230px;
	line-height: 44px;
	overflow: hidden;
	display: inline-block;
	background: #605d5c;
	margin: 0 8px;
	-moz-border-radius: 25px;
	-webkit-border-radius: 25px;
	border-radius: 25px;
	color: #fff;
	font-size: 20px;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.index_case .index_case_an a.on,
.index_case .index_case_an a:hover {
	background: #605d5c;
}



/*index_ser*/
.index_ser {
	overflow: hidden;
	padding: 30px 0;
}

.index_ser .index_ser_left {
	width: 702px;
	float: left;
}

.index_ser .index_ser_left ul {
	padding: 20px 0 0 0;
	overflow: hidden;
}

.index_ser .index_ser_left ul li {
	float: left;
	width: 112px;
	height: 106px;
	margin: 5px 5px 0 0;
	-moz-border-radius: 7px;
	-webkit-border-radius: 7px;
	border-radius: 7px;
	overflow: hidden;
	transition: all 0.3s;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	-o-transition: all 0.3s;
}

.index_ser .index_ser_left ul li.sm {
	width: 555px;
	padding-left: 25px;
}

.index_ser .index_ser_left ul li.sm .one {
	color: #000;
	font-size: 30px;
	font-weight: bold;
	line-height: 40px;
}

.index_ser .index_ser_left ul li.sm span {
	color: #f64936;
}

.index_ser .index_ser_left ul li.sm p {
	font-size: 14px;
	color: #888;
	padding: 10px 0 0 0;
}

.index_ser .index_ser_left ul li.sm p {
	font-size: 14px;
	color: #888;
	padding: 10px 0 0 0;
}

.index_ser .index_ser_left ul li.an {
	background: #f6503a;
	text-align: center;
}

.index_ser .index_ser_left ul li.an span {
	color: #fff;
	display: block;
	overflow: hidden;
	height: 106px;
	font-size: 14px;
}

.index_ser .index_ser_left ul li.an em {
	font-style: normal;
	padding: 22px 0 10px 0;
	display: block;
	font-size: 24px;
}

.index_ser .index_ser_left ul li.an:hover {
	background: #333;
}

.index_ser .index_ser_left ul li.nr {
	width: 229px;
	font-size: 24px;
	line-height: 34px;
}

.index_ser .index_ser_left ul li.nr p {
	padding: 20px 0 0 20px;
}

.index_ser .index_ser_left ul li.nr span {
	color: #f64936;
}

.index_ser .index_ser_left ul li.tb {
	text-align: center;
}

.index_ser .index_ser_left ul li.tb a {
	margin: 36px 0 0 13px;
	display: block;
	float: left;
}

.index_ser .index_ser_right {
	padding: 0 15px;
	border: 1px solid #d6d6d6;
	width: 360px;
	height: 436px;
	float: right;
}

.index_ser .index_ser_right .bt {
	line-height: 44px;
	border-bottom: 1px solid #eaeaea;
	font-size: 16px;
	overflow: hidden;
	margin-bottom: 15px;
}

.index_ser .index_ser_right .bt span {
	color: #f65039;
	font-size: 14px;
	padding-left: 10px;
}

.index_ser .index_ser_right .nr {
	background: url(../images/icon_left.gif) left top no-repeat;
	padding-left: 40px;
	height: 320px;
	overflow: hidden;
	font-size: 13px;
}

.index_ser .index_ser_right .nr li {
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dotted #ddd;
}

.index_ser .index_ser_right .tb {
	background: url(../images/icon_right.gif) right center no-repeat;
	line-height: 25px;
	color: #f65039;
	font-size: 14px;
	margin: 15px 0 0 0;
}

.index_ser .index_ser_pic {
	background: url(../images/women.png) no-repeat;
	overflow: hidden;
	height: 203px;
	margin: 25px 0 0 0;
}

.index_ser .index_ser_pic .nr {
	padding: 30px 0 0 25px;
	overflow: hidden;
	color: #fff;
	line-height: 20px;
	font-size: 14px;
}

.index_ser .index_ser_pic .nr span {
	color: #ffcc00;
}

.index_ser .index_ser_pic .nr p {
	padding: 2px 0 0;
	font-size: 20px;
	line-height: 25px;
}

.index_ser .index_ser_pic .nr p.wangzhang {
	padding: 15px 0 0;
	font-size: 18px;
}

.index_ser .index_ser_pic .nr .big {
	font-size: 40px;
	float: left;
	margin-right: 25px;
}

.index_ser .index_ser_pic .nr .big span {
	font-size: 60px;
	display: block;
	overflow: hidden;
	line-height: 56px;
	padding-bottom: 18px;
}

.qqlink {
	cursor: pointer;
}

/*animate.css*/
@charset "utf-8";

.animated {
	-webkit-animation地-duration: 1s;
	animation-duration: 1s;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both
}

.animated.infinite {
	-webkit-animation-iteration-count: infinite;
	animation-iteration-count: infinite
}

.animated.hinge {
	-webkit-animation-duration: 2s;
	animation-duration: 2s
}

@-webkit-keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

@keyframes bounce {

	0%,
	100%,
	20%,
	53%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	40%,
	43% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -30px, 0);
		-ms-transform: translate3d(0, -30px, 0);
		transform: translate3d(0, -30px, 0)
	}

	70% {
		-webkit-transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		transition-timing-function: cubic-bezier(0.755, .050, .855, .060);
		-webkit-transform: translate3d(0, -15px, 0);
		-ms-transform: translate3d(0, -15px, 0);
		transform: translate3d(0, -15px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -4px, 0);
		-ms-transform: translate3d(0, -4px, 0);
		transform: translate3d(0, -4px, 0)
	}
}

.bounce {
	-webkit-animation-name: bounce;
	animation-name: bounce;
	-webkit-transform-origin: center bottom;
	-ms-transform-origin: center bottom;
	transform-origin: center bottom
}

@-webkit-keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

@keyframes flash {

	0%,
	100%,
	50% {
		opacity: 1
	}

	25%,
	75% {
		opacity: 0
	}
}

.flash {
	-webkit-animation-name: flash;
	animation-name: flash
}

@-webkit-keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes pulse {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	50% {
		-webkit-transform: scale3d(1.05, 1.05, 1.05);
		-ms-transform: scale3d(1.05, 1.05, 1.05);
		transform: scale3d(1.05, 1.05, 1.05)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.pulse {
	-webkit-animation-name: pulse;
	animation-name: pulse
}
}

.thumblist .list {
	padding-bottom: 20px;
}

.thumblist .item {
	width: 880px;
	border-bottom: 1px solid #eaeaea;
	display: block;
	padding: 20px;
	transition: all .5s;
}

.thumblist .item a {
	display: block;
}

.thumblist .item .img {
	position: relative;
	width: 180px;
	height: 135px;
	display: block;
	overflow: hidden;
	cursor: pointer;
}

.thumblist .item img {
	width: 100%;
	height: 100%;
	transition: all 0.3s ease-out 0s;
}

.thumblist .item a:hover img {
	transform: scale(1.1, 1.1);
}

.thumblist .item .txt {
	width: 680px;
	cursor: pointer;
}

.thumblist .item .txt h3 {
	font-size: 16px;
	line-height: 30px;
	-webkit-transition: all .3s ease-in-out 0s;
	-moz-transition: all .3s ease-in-out 0s;
	transition: all .3s ease-in-out 0s;
}

.thumblist .item .txt .mark {
	color: #999;
	font-size: 12px;
	line-height: 30px;
	padding: 0;
}

.thumblist .item .txt .mark span {
	display: inline-block;
	padding-right: 18px;
}

.thumblist .item .txt p {
	color: #666;
	line-height: 25px;
}

.thumblist .item .txt p span {
	display: inline-block;
	color: #1048a0;
	padding-left: 10px;
}

.thumblist .item a:hover .txt h3 {
	color: #ab3531;
}

.thumblist .item:hover {
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

.pglist {
	padding: 20px 0 30px;
	width: 100%;
	text-align: center;
	clear: both;
}

.pglist a {
	color: #666;
	padding: 0 14px;
	margin: 0 3px;
	font-/weight: bold;
	background: #fff;
	border: 1px solid #ddd;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}

.pglist * {
	display: inline-block;
	_zoom: 1;
	_display: inline;
	vertical-align: middle;
	line-height: 30px;
	padding-bottom: 1px;
}

.pglist a:hover,
.pglist .hover {
	display: inline-block;
	color: #fff;
	background: #ab3531;
	border-color: #ab3531;
}

.foot_about .nr p {
	float: left;
	width: 40%;
}

@-webkit-keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes rubberBand {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	30% {
		-webkit-transform: scale3d(1.25, .75, 1);
		-ms-transform: scale3d(1.25, .75, 1);
		transform: scale3d(1.25, .75, 1)
	}

	40% {
		-webkit-transform: scale3d(0.75, 1.25, 1);
		-ms-transform: scale3d(0.75, 1.25, 1);
		transform: scale3d(0.75, 1.25, 1)
	}

	50% {
		-webkit-transform: scale3d(1.15, .85, 1);
		-ms-transform: scale3d(1.15, .85, 1);
		transform: scale3d(1.15, .85, 1)
	}

	65% {
		-webkit-transform: scale3d(.95, 1.05, 1);
		-ms-transform: scale3d(.95, 1.05, 1);
		transform: scale3d(.95, 1.05, 1)
	}

	75% {
		-webkit-transform: scale3d(1.05, .95, 1);
		-ms-transform: scale3d(1.05, .95, 1);
		transform: scale3d(1.05, .95, 1)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.rubberBand {
	-webkit-animation-name: rubberBand;
	animation-name: rubberBand
}

@-webkit-keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {

	0%,
	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}

	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		-ms-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

.shake {
	-webkit-animation-name: shake;
	animation-name: shake
}

@-webkit-keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

@keyframes swing {
	20% {
		-webkit-transform: rotate3d(0, 0, 1, 15deg);
		-ms-transform: rotate3d(0, 0, 1, 15deg);
		transform: rotate3d(0, 0, 1, 15deg)
	}

	40% {
		-webkit-transform: rotate3d(0, 0, 1, -10deg);
		-ms-transform: rotate3d(0, 0, 1, -10deg);
		transform: rotate3d(0, 0, 1, -10deg)
	}

	60% {
		-webkit-transform: rotate3d(0, 0, 1, 5deg);
		-ms-transform: rotate3d(0, 0, 1, 5deg);
		transform: rotate3d(0, 0, 1, 5deg)
	}

	80% {
		-webkit-transform: rotate3d(0, 0, 1, -5deg);
		-ms-transform: rotate3d(0, 0, 1, -5deg);
		transform: rotate3d(0, 0, 1, -5deg)
	}

	100% {
		-webkit-transform: rotate3d(0, 0, 1, 0deg);
		-ms-transform: rotate3d(0, 0, 1, 0deg);
		transform: rotate3d(0, 0, 1, 0deg)
	}
}

.swing {
	-webkit-transform-origin: top center;
	-ms-transform-origin: top center;
	transform-origin: top center;
	-webkit-animation-name: swing;
	animation-name: swing
}

@-webkit-keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes tada {
	0% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}

	10%,
	20% {
		-webkit-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(.9, .9, .9) rotate3d(0, 0, 1, -3deg)
	}

	30%,
	50%,
	70%,
	90% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, 3deg)
	}

	40%,
	60%,
	80% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		-ms-transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg);
		transform: scale3d(1.1, 1.1, 1.1) rotate3d(0, 0, 1, -3deg)
	}

	100% {
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.tada {
	-webkit-animation-name: tada;
	animation-name: tada
}

@-webkit-keyframes wobble {
	0% {
		-webkit-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes wobble {
	0% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}

	15% {
		-webkit-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		-ms-transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg);
		transform: translate3d(-25%, 0, 0) rotate3d(0, 0, 1, -5deg)
	}

	30% {
		-webkit-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		-ms-transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg);
		transform: translate3d(20%, 0, 0) rotate3d(0, 0, 1, 3deg)
	}

	45% {
		-webkit-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		-ms-transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg);
		transform: translate3d(-15%, 0, 0) rotate3d(0, 0, 1, -3deg)
	}

	60% {
		-webkit-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		-ms-transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg);
		transform: translate3d(10%, 0, 0) rotate3d(0, 0, 1, 2deg)
	}

	75% {
		-webkit-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		-ms-transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg);
		transform: translate3d(-5%, 0, 0) rotate3d(0, 0, 1, -1deg)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.wobble {
	-webkit-animation-name: wobble;
	animation-name: wobble
}

@-webkit-keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

@keyframes bounceIn {

	0%,
	100%,
	20%,
	40%,
	60%,
	80% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	20% {
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	40% {
		-webkit-transform: scale3d(.9, .9, .9);
		-ms-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(1.03, 1.03, 1.03);
		-ms-transform: scale3d(1.03, 1.03, 1.03);
		transform: scale3d(1.03, 1.03, 1.03)
	}

	80% {
		-webkit-transform: scale3d(.97, .97, .97);
		-ms-transform: scale3d(.97, .97, .97);
		transform: scale3d(.97, .97, .97)
	}

	100% {
		opacity: 1;
		-webkit-transform: scale3d(1, 1, 1);
		-ms-transform: scale3d(1, 1, 1);
		transform: scale3d(1, 1, 1)
	}
}

.bounceIn {
	-webkit-animation-name: bounceIn;
	animation-name: bounceIn;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInDown {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -3000px, 0);
		-ms-transform: translate3d(0, -3000px, 0);
		transform: translate3d(0, -3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, 25px, 0);
		-ms-transform: translate3d(0, 25px, 0);
		transform: translate3d(0, 25px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, 5px, 0);
		-ms-transform: translate3d(0, 5px, 0);
		transform: translate3d(0, 5px, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.bounceInDown {
	-webkit-animation-name: bounceInDown;
	animation-name: bounceInDown
}

@-webkit-keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInLeft {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(-3000px, 0, 0);
		-ms-transform: translate3d(-3000px, 0, 0);
		transform: translate3d(-3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(25px, 0, 0);
		-ms-transform: translate3d(25px, 0, 0);
		transform: translate3d(25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(-10px, 0, 0);
		-ms-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(5px, 0, 0);
		-ms-transform: translate3d(5px, 0, 0);
		transform: translate3d(5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.bounceInLeft {
	-webkit-animation-name: bounceInLeft;
	animation-name: bounceInLeft
}

@-webkit-keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		transform: none
	}
}

@keyframes bounceInRight {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(3000px, 0, 0);
		-ms-transform: translate3d(3000px, 0, 0);
		transform: translate3d(3000px, 0, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(-25px, 0, 0);
		-ms-transform: translate3d(-25px, 0, 0);
		transform: translate3d(-25px, 0, 0)
	}

	75% {
		-webkit-transform: translate3d(10px, 0, 0);
		-ms-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}

	90% {
		-webkit-transform: translate3d(-5px, 0, 0);
		-ms-transform: translate3d(-5px, 0, 0);
		transform: translate3d(-5px, 0, 0)
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.bounceInRight {
	-webkit-animation-name: bounceInRight;
	animation-name: bounceInRight
}

@-webkit-keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {

	0%,
	100%,
	60%,
	75%,
	90% {
		-webkit-transition-timing-function: cubic-bezier(0.215, .61, .355, 1);
		transition-timing-function: cubic-bezier(0.215, .61, .355, 1)
	}

	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		-ms-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}

	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		-ms-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}

	100% {
		-webkit-transform: translate3d(0, 0, 0);
		-ms-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

.bounceInUp {
	-webkit-animation-name: bounceInUp;
	animation-name: bounceInUp
}

@-webkit-keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

@keyframes bounceOut {
	20% {
		-webkit-transform: scale3d(.9, .9, .9);
		-ms-transform: scale3d(.9, .9, .9);
		transform: scale3d(.9, .9, .9)
	}

	50%,
	55% {
		opacity: 1;
		-webkit-transform: scale3d(1.1, 1.1, 1.1);
		-ms-transform: scale3d(1.1, 1.1, 1.1);
		transform: scale3d(1.1, 1.1, 1.1)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}
}

.bounceOut {
	-webkit-animation-name: bounceOut;
	animation-name: bounceOut;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes bounceOutDown {
	20% {
		-webkit-transform: translate3d(0, 10px, 0);
		-ms-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		-ms-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.bounceOutDown {
	-webkit-animation-name: bounceOutDown;
	animation-name: bounceOutDown
}

@-webkit-keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes bounceOutLeft {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(20px, 0, 0);
		-ms-transform: translate3d(20px, 0, 0);
		transform: translate3d(20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.bounceOutLeft {
	-webkit-animation-name: bounceOutLeft;
	animation-name: bounceOutLeft
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		-ms-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.bounceOutRight {
	-webkit-animation-name: bounceOutRight;
	animation-name: bounceOutRight
}

@-webkit-keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes bounceOutUp {
	20% {
		-webkit-transform: translate3d(0, -10px, 0);
		-ms-transform: translate3d(0, -10px, 0);
		transform: translate3d(0, -10px, 0)
	}

	40%,
	45% {
		opacity: 1;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.bounceOutUp {
	-webkit-animation-name: bounceOutUp;
	animation-name: bounceOutUp
}

@-webkit-keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

@keyframes fadeIn {
	0% {
		opacity: 0
	}

	100% {
		opacity: 1
	}
}

.fadeIn {
	-webkit-animation-name: fadeIn;
	animation-name: fadeIn
}

@-webkit-keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDown {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDown {
	-webkit-animation-name: fadeInDown;
	animation-name: fadeInDown
}

@-webkit-keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInDownBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInDownBig {
	-webkit-animation-name: fadeInDownBig;
	animation-name: fadeInDownBig
}

@-webkit-keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeft {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeft {
	-webkit-animation-name: fadeInLeft;
	animation-name: fadeInLeft
}

@-webkit-keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInLeftBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInLeftBig {
	-webkit-animation-name: fadeInLeftBig;
	animation-name: fadeInLeftBig
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRight {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRight {
	-webkit-animation-name: fadeInRight;
	animation-name: fadeInRight
}

@-webkit-keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInRightBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInRightBig {
	-webkit-animation-name: fadeInRightBig;
	animation-name: fadeInRightBig
}

@-webkit-keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUp {
	-webkit-animation-name: fadeInUp;
	animation-name: fadeInUp
}

@-webkit-keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUpBig {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.fadeInUpBig {
	-webkit-animation-name: fadeInUpBig;
	animation-name: fadeInUpBig
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0
	}
}

.fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut
}

@-webkit-keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

@keyframes fadeOutDown {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		-ms-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
}

.fadeOutDown {
	-webkit-animation-name: fadeOutDown;
	animation-name: fadeOutDown
}

@-webkit-keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

@keyframes fadeOutDownBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, 2000px, 0);
		-ms-transform: translate3d(0, 2000px, 0);
		transform: translate3d(0, 2000px, 0)
	}
}

.fadeOutDownBig {
	-webkit-animation-name: fadeOutDownBig;
	animation-name: fadeOutDownBig
}

@-webkit-keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

@keyframes fadeOutLeft {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0);
		-ms-transform: translate3d(-100%, 0, 0);
		transform: translate3d(-100%, 0, 0)
	}
}

.fadeOutLeft {
	-webkit-animation-name: fadeOutLeft;
	animation-name: fadeOutLeft
}

@-webkit-keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

@keyframes fadeOutLeftBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(-2000px, 0, 0);
		-ms-transform: translate3d(-2000px, 0, 0);
		transform: translate3d(-2000px, 0, 0)
	}
}

.fadeOutLeftBig {
	-webkit-animation-name: fadeOutLeftBig;
	animation-name: fadeOutLeftBig
}

@-webkit-keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

@keyframes fadeOutRight {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0);
		-ms-transform: translate3d(100%, 0, 0);
		transform: translate3d(100%, 0, 0)
	}
}

.fadeOutRight {
	-webkit-animation-name: fadeOutRight;
	animation-name: fadeOutRight
}

@-webkit-keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes fadeOutRightBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		-ms-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

.fadeOutRightBig {
	-webkit-animation-name: fadeOutRightBig;
	animation-name: fadeOutRightBig
}

@-webkit-keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

@keyframes fadeOutUp {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -100%, 0);
		-ms-transform: translate3d(0, -100%, 0);
		transform: translate3d(0, -100%, 0)
	}
}

.fadeOutUp {
	-webkit-animation-name: fadeOutUp;
	animation-name: fadeOutUp
}

@-webkit-keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

@keyframes fadeOutUpBig {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(0, -2000px, 0);
		-ms-transform: translate3d(0, -2000px, 0);
		transform: translate3d(0, -2000px, 0)
	}
}

.fadeOutUpBig {
	-webkit-animation-name: fadeOutUpBig;
	animation-name: fadeOutUpBig
}

@-webkit-keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

@keyframes flip {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -360deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	40% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -190deg);
		-webkit-animation-timing-function: ease-out;
		animation-timing-function: ease-out
	}

	50% {
		-webkit-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-ms-transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		transform: perspective(400px) translate3d(0, 0, 150px) rotate3d(0, 1, 0, -170deg);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	80% {
		-webkit-transform: perspective(400px) scale3d(.95, .95, .95);
		-ms-transform: perspective(400px) scale3d(.95, .95, .95);
		transform: perspective(400px) scale3d(.95, .95, .95);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px);
		-webkit-animation-timing-function: ease-in;
		animation-timing-function: ease-in
	}
}

.animated.flip {
	-webkit-backface-visibility: visible;
	-ms-backface-visibility: visible;
	backface-visibility: visible;
	-webkit-animation-name: flip;
	animation-name: flip
}

@-webkit-keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInX {
	0% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInX {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInX;
	animation-name: flipInX
}

@-webkit-keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}
}

@keyframes flipInY {
	0% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in;
		opacity: 0
	}

	40% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -20deg);
		-webkit-transition-timing-function: ease-in;
		transition-timing-function: ease-in
	}

	60% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 10deg);
		opacity: 1
	}

	80% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -5deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -5deg)
	}

	100% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}
}

.flipInY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipInY;
	animation-name: flipInY
}

@-webkit-keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutX {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
		opacity: 0
	}
}

.flipOutX {
	-webkit-animation-name: flipOutX;
	animation-name: flipOutX;
	-webkit-animation-duration: .75s;
	animation-duration: .75s;
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important
}

@-webkit-keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

@keyframes flipOutY {
	0% {
		-webkit-transform: perspective(400px);
		-ms-transform: perspective(400px);
		transform: perspective(400px)
	}

	30% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		transform: perspective(400px) rotate3d(0, 1, 0, -15deg);
		opacity: 1
	}

	100% {
		-webkit-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		-ms-transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		transform: perspective(400px) rotate3d(0, 1, 0, 90deg);
		opacity: 0
	}
}

.flipOutY {
	-webkit-backface-visibility: visible !important;
	-ms-backface-visibility: visible !important;
	backface-visibility: visible !important;
	-webkit-animation-name: flipOutY;
	animation-name: flipOutY;
	-webkit-animation-duration: .75s;
	animation-duration: .75s
}

@-webkit-keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes lightSpeedIn {
	0% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(-30deg);
		-ms-transform: translate3d(100%, 0, 0) skewX(-30deg);
		transform: translate3d(100%, 0, 0) skewX(-30deg);
		opacity: 0
	}

	60% {
		-webkit-transform: skewX(20deg);
		-ms-transform: skewX(20deg);
		transform: skewX(20deg);
		opacity: 1
	}

	80% {
		-webkit-transform: skewX(-5deg);
		-ms-transform: skewX(-5deg);
		transform: skewX(-5deg);
		opacity: 1
	}

	100% {
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.lightSpeedIn {
	-webkit-animation-name: lightSpeedIn;
	animation-name: lightSpeedIn;
	-webkit-animation-timing-function: ease-out;
	animation-timing-function: ease-out
}

@-webkit-keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

@keyframes lightSpeedOut {
	0% {
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(100%, 0, 0) skewX(30deg);
		-ms-transform: translate3d(100%, 0, 0) skewX(30deg);
		transform: translate3d(100%, 0, 0) skewX(30deg);
		opacity: 0
	}
}

.lightSpeedOut {
	-webkit-animation-name: lightSpeedOut;
	animation-name: lightSpeedOut;
	-webkit-animation-timing-function: ease-in;
	animation-timing-function: ease-in
}

@-webkit-keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateIn {
	0% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, -200deg);
		-ms-transform: rotate3d(0, 0, 1, -200deg);
		transform: rotate3d(0, 0, 1, -200deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateIn {
	-webkit-animation-name: rotateIn;
	animation-name: rotateIn
}

@-webkit-keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownLeft {
	-webkit-animation-name: rotateInDownLeft;
	animation-name: rotateInDownLeft
}

@-webkit-keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInDownRight {
	-webkit-animation-name: rotateInDownRight;
	animation-name: rotateInDownRight
}

@-webkit-keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, 45deg);
		-ms-transform: rotate3d(0, 0, 1, 45deg);
		transform: rotate3d(0, 0, 1, 45deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpLeft {
	-webkit-animation-name: rotateInUpLeft;
	animation-name: rotateInUpLeft
}

@-webkit-keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		transform: none;
		opacity: 1
	}
}

@keyframes rotateInUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -90deg);
		-ms-transform: rotate3d(0, 0, 1, -90deg);
		transform: rotate3d(0, 0, 1, -90deg);
		opacity: 0
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		opacity: 1
	}
}

.rotateInUpRight {
	-webkit-animation-name: rotateInUpRight;
	animation-name: rotateInUpRight
}

@-webkit-keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

@keyframes rotateOut {
	0% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: center;
		-ms-transform-origin: center;
		transform-origin: center;
		-webkit-transform: rotate3d(0, 0, 1, 200deg);
		-ms-transform: rotate3d(0, 0, 1, 200deg);
		transform: rotate3d(0, 0, 1, 200deg);
		opacity: 0
	}
}

.rotateOut {
	-webkit-animation-name: rotateOut;
	animation-name: rotateOut
}

@-webkit-keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0, 0, 1, 45deg);
		transform: rotate(0, 0, 1, 45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate(0, 0, 1, 45deg);
		-ms-transform: rotate(0, 0, 1, 45deg);
		transform: rotate(0, 0, 1, 45deg);
		opacity: 0
	}
}

.rotateOutDownLeft {
	-webkit-animation-name: rotateOutDownLeft;
	animation-name: rotateOutDownLeft
}

@-webkit-keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutDownRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutDownRight {
	-webkit-animation-name: rotateOutDownRight;
	animation-name: rotateOutDownRight
}

@-webkit-keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

@keyframes rotateOutUpLeft {
	0% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: left bottom;
		-ms-transform-origin: left bottom;
		transform-origin: left bottom;
		-webkit-transform: rotate3d(0, 0, 1, -45deg);
		-ms-transform: rotate3d(0, 0, 1, -45deg);
		transform: rotate3d(0, 0, 1, -45deg);
		opacity: 0
	}
}

.rotateOutUpLeft {
	-webkit-animation-name: rotateOutUpLeft;
	animation-name: rotateOutUpLeft
}

@-webkit-keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

@keyframes rotateOutUpRight {
	0% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		opacity: 1
	}

	100% {
		-webkit-transform-origin: right bottom;
		-ms-transform-origin: right bottom;
		transform-origin: right bottom;
		-webkit-transform: rotate3d(0, 0, 1, 90deg);
		-ms-transform: rotate3d(0, 0, 1, 90deg);
		transform: rotate3d(0, 0, 1, 90deg);
		opacity: 0
	}
}

.rotateOutUpRight {
	-webkit-animation-name: rotateOutUpRight;
	animation-name: rotateOutUpRight
}

@-webkit-keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

@keyframes hinge {
	0% {
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	20%,
	60% {
		-webkit-transform: rotate3d(0, 0, 1, 80deg);
		-ms-transform: rotate3d(0, 0, 1, 80deg);
		transform: rotate3d(0, 0, 1, 80deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out
	}

	40%,
	80% {
		-webkit-transform: rotate3d(0, 0, 1, 60deg);
		-ms-transform: rotate3d(0, 0, 1, 60deg);
		transform: rotate3d(0, 0, 1, 60deg);
		-webkit-transform-origin: top left;
		-ms-transform-origin: top left;
		transform-origin: top left;
		-webkit-animation-timing-function: ease-in-out;
		animation-timing-function: ease-in-out;
		opacity: 1
	}

	100% {
		-webkit-transform: translate3d(0, 700px, 0);
		-ms-transform: translate3d(0, 700px, 0);
		transform: translate3d(0, 700px, 0);
		opacity: 0
	}
}

.hinge {
	-webkit-animation-name: hinge;
	animation-name: hinge
}

@-webkit-keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes rollIn {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		-ms-transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg);
		transform: translate3d(-100%, 0, 0) rotate3d(0, 0, 1, -120deg)
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none
	}
}

.rollIn {
	-webkit-animation-name: rollIn;
	animation-name: rollIn
}

@-webkit-keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

@keyframes rollOut {
	0% {
		opacity: 1
	}

	100% {
		opacity: 0;
		-webkit-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		-ms-transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg);
		transform: translate3d(100%, 0, 0) rotate3d(0, 0, 1, 120deg)
	}
}

.rollOut {
	-webkit-animation-name: rollOut;
	animation-name: rollOut
}

@-webkit-keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

@keyframes zoomIn {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	50% {
		opacity: 1
	}
}

.zoomIn {
	-webkit-animation-name: zoomIn;
	animation-name: zoomIn
}

@-webkit-keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInDown {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInDown {
	-webkit-animation-name: zoomInDown;
	animation-name: zoomInDown
}

@-webkit-keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInLeft {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(-1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInLeft {
	-webkit-animation-name: zoomInLeft;
	animation-name: zoomInLeft
}

@-webkit-keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInRight {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		transform: scale3d(.1, .1, .1) translate3d(1000px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-10px, 0, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInRight {
	-webkit-animation-name: zoomInRight;
	animation-name: zoomInRight
}

@-webkit-keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomInUp {
	0% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 1000px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	60% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomInUp {
	-webkit-animation-name: zoomInUp;
	animation-name: zoomInUp
}

@-webkit-keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

@keyframes zoomOut {
	0% {
		opacity: 1
	}

	50% {
		opacity: 0;
		-webkit-transform: scale3d(.3, .3, .3);
		-ms-transform: scale3d(.3, .3, .3);
		transform: scale3d(.3, .3, .3)
	}

	100% {
		opacity: 0
	}
}

.zoomOut {
	-webkit-animation-name: zoomOut;
	animation-name: zoomOut
}

@-webkit-keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutDown {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, -60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, 2000px, 0);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutDown {
	-webkit-animation-name: zoomOutDown;
	animation-name: zoomOutDown
}

@-webkit-keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		transform-origin: left center
	}
}

@keyframes zoomOutLeft {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(-2000px, 0, 0);
		-ms-transform: scale(.1) translate3d(-2000px, 0, 0);
		transform: scale(.1) translate3d(-2000px, 0, 0);
		-webkit-transform-origin: left center;
		-ms-transform-origin: left center;
		transform-origin: left center
	}
}

.zoomOutLeft {
	-webkit-animation-name: zoomOutLeft;
	animation-name: zoomOutLeft
}

@-webkit-keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		transform-origin: right center
	}
}

@keyframes zoomOutRight {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0);
		transform: scale3d(.475, .475, .475) translate3d(-42px, 0, 0)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale(.1) translate3d(2000px, 0, 0);
		-ms-transform: scale(.1) translate3d(2000px, 0, 0);
		transform: scale(.1) translate3d(2000px, 0, 0);
		-webkit-transform-origin: right center;
		-ms-transform-origin: right center;
		transform-origin: right center
	}
}

.zoomOutRight {
	-webkit-animation-name: zoomOutRight;
	animation-name: zoomOutRight
}

@-webkit-keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

@keyframes zoomOutUp {
	40% {
		opacity: 1;
		-webkit-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-ms-transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		transform: scale3d(.475, .475, .475) translate3d(0, 60px, 0);
		-webkit-animation-timing-function: cubic-bezier(0.55, .055, .675, .19);
		animation-timing-function: cubic-bezier(0.55, .055, .675, .19)
	}

	100% {
		opacity: 0;
		-webkit-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-ms-transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		transform: scale3d(.1, .1, .1) translate3d(0, -2000px, 0);
		-webkit-transform-origin: center bottom;
		-ms-transform-origin: center bottom;
		transform-origin: center bottom;
		-webkit-animation-timing-function: cubic-bezier(0.175, .885, .32, 1);
		animation-timing-function: cubic-bezier(0.175, .885, .32, 1)
	}
}

.zoomOutUp {
	-webkit-animation-name: zoomOutUp;
	animation-name: zoomOutUp
}

.x_ct {
	font-size: 18px;
	line-height: 35px;
}

.wuyou_news {
	overflow: hidden;
	padding-bottom: 10px;
}

.wuyou_news li {
	float: left;
	height: 125px;
	overflow: hidden;
	margin-bottom: 20px;
}

.wuyou_news li .img {
	margin: 0 15px;
	width: 221px;
	height: 125px;
	float: left;
	overflow: hidden;
}

.wuyou_news li img {
	transition: all 0.8s;
	transform: scale(1)
}

.wuyou_news li:hover img {
	transform: scale(1.2)
}

.wuyou_news li .newsinfo {
	float: left;
	width: 320px;
	margin: 0 13px;
	padding-top: 10px;
}

.wuyou_news li .newsinfo .title a {
	font-size: 16px;
	color: #383838;
	font-weight: bold;
}

.wuyou_news li .newsinfo .title a:hover {
	color: #02918d;
}

.wuyou_news li .newsinfo .info {
	color: #9d9d9d;
	font-size: 12px;
	line-height: 25px;
	margin-top: 5px;
}

.choose li img:hover {
	transition: all 0.8s;
	transform: rotate(360deg);
}

/* reLink */
.reLink {
	width: 100%;
	height: 25px;
	border-top: 1px solid #d7d6d6;
	padding: 15px 0 40px;
}

.reLink .nextLink,
.reLink .prevLink {
	width: 50%;
	line-height: 25px;
	color: #666;
}

.reLink .nextLink a,
.reLink .prevLink a {
	color: #666;
}

.reLink .nextLink {
	text-align: right;
}

.reLink a:hover {
	color: #ab3531;
}

span.bds_more,
.bds_tools a {
	line-height: 14px !important;
}

.pro_bj {
	overflow: hidden;
	width: 100%;
	background: url(/skin/images/serch_di.jpg) left bottom no-repeat;
	padding: 40px 0 30px 0;
	height: 730px
}

.pro {
	margin: 0 auto 0;
	width: 1200px;
	height: auto;
	overflow: hidden;
	background: #fff
}

.lufei_pro_nav {
	height: 55px;
	overflow: hidden;
	background: #ab3531;
	margin: 10px 0 20px 0;
}

.lufei_pro_nav li {
	float: left;
	height: 55px;
	text-align: center;
	width: 20%;
}

.lufei_pro_nav li a {
	display: inline-block;
	font-size: 16px;
	color: #fff;
	line-height: 55px;
}

.lufei_pro_nav li img {
	display: block;
	width: 183px;
	height: 84px;
	margin: 0 auto;
	-webkit-transition: all 0.10s linear 0.01s;
	-moz-transition: all 0.10s linear 0.01s;
	-ms-transition: all 0.10s linear 0.01s;
	-o-transition: all 0.10s linear 0.01s;
	transition: all 0.10s linear 0.01s;
	border: 1px solid #eee;
}

.lufei_pro_nav li img:hover {
	-webkit-transform: translateY(-5px);
	-moz-transform: translateY(-5px);
	transform: translateY(-5px);
}

.lufei_pro_nav li i {
	display: block;
	font: 12px/20px "Arial";
	color: #656565;
	text-transform: uppercase;
}

.lufei_pro_nav li a:hover,
.lufei_pro_nav .cur a {
	font-weight: bold;
	text-decoration: none;
	color: #fff;
}

.lufei_pro_nav .nobg {
	background: none;
}

.lufei_pro {
	overflow: hidden;
}

.lufei_pro_con {
	overflow: hidden;
}

.lufei_pro_con p {
	width: 646px;
	overflow: hidden;
}

.lufei_pro_con p img {
	width: 644px;
	height: 426px;
	border: 1px solid #e8e8e8;
}

.lufei_pro_con p span {
	display: block;
	margin-top: 17px;
	width: 614px;
	height: 39px;
	line-height: 38px;
	background: #343434;
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	padding-left: 30px;
}

.lufei_pro_con ul {
	width: 100%;
	overflow: hidden;
}

.lufei_pro_con li {
	float: left;
	margin: 0 15px 23px 16px;
	width: 270px;
	height: 250px;
	position: relative;
	overflow: hidden;
	transition: all 1s 0.3s;
	border: 1px solid #e8e8e8;
	background: #f8f4f3;
}

.lufei_pro_con li:hover {
	box-shadow: 0 0 0 0 rgba();

	background: #ab3531;
	transform: translateY(-5px);
}

.lufei_pro_nav .cur {
	background: #605d5c;
}

.lufei_pro_con li img {
	height: 213px;
}

.lufei_pro_con li span {
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 39px;
	line-height: 39px;
	color: #606262;
	font-size: 14px;
	text-align: center;
	font-weight: bold;
}

.lufei_pro_con .nomar {
	margin-right: 0;
}

.zfx li {}

.call {
	height: 300px;
	background: url(../images/call.jpg) no-repeat center/cover fixed;
	text-align: center;
	color: #fefdfd;
}

.calltit {
	padding-top: 30px;
}

.call p {
	font-size: 22px;
	margin-top: 5px;
}

.callinfo {
	font-size: 16px;
	width: 680px;
	height: 49px;
	line-height: 49px;
	text-align: center;
	border: 1px dashed #fefdfd;
	margin: 0 auto;
	margin-top: 32px;
}

.calltell {
	font-size: 20px;
	margin-top: 25px;
}

.calltell span {
	font-weight: bold;
}

.youshi {
	padding-bottom: 42px;
	width: 1200px;
	margin: 20px auto;
	height: auto;
}

.youshi .index-title {
	padding-top: 70px;
	padding-bottom: 50px;
	background: url(../images/icon-6.png) no-repeat center;
}

.youshi-list {
	width: 1230px;
}

.youshi-list li {
	position: relative;
	float: left;
	margin-right: 31px;
	margin-bottom: 30px;
	padding: 0 28px 0 38px;
	width: 377px;
	height: 210px;
	border: 1px solid #C9C9C9;
	box-sizing: border-box;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.youshi-list li:before {
	position: absolute;
	left: 50%;
	bottom: -26px;
	margin-left: -192px;
	width: 384px;
	height: 25px;
	content: url(../images/youshi-shadow.png);
}

.sp-ys {
	display: inline-block;
	background-image: url(../images/sprite-youshi.png);
	background-repeat: no-repeat;
	overflow: hidden;
}

.youshi-list li>.sp-ys {
	position: absolute;
	left: 0;
	top: 0;
	width: 41px;
	height: 41px;
}

.sp-ys1 {
	background-position: 0 0;
}

.sp-ys2 {
	background-position: 0 -41px;
}

.sp-ys3 {
	background-position: 0 -82px;
}

.sp-ys4 {
	background-position: 0 -123px;
}

.sp-ys5 {
	background-position: 0 -164px;
}

.sp-ys6 {
	background-position: 0 -205px;
}

.youshi-list li .pic {
	width: 70px;
	height: 100px;
	line-height: 100px;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.fl {
	float: left;
}

.com-cell {
	display: table-cell;
	vertical-align: middle;
}

.com-table {
	display: table;
	width: 100%;
	height: 100%;
}

.youshi-list li:hover .pic {
	-webkit-transform: translateY(-5px);
	-ms-transform: translateY(-5px);
	-o-transform: translateY(-5px);
	transform: translateY(-5px);
}

.youshi-list li .pic .sp-ys {
	vertical-align: middle;
}

.sp-ys1-1 {
	width: 55px;
	height: 55px;
	background-position: -65px -497px;
}

.sp-ys2-1 {
	width: 52px;
	height: 52px;
	background-position: -67px -365px;
}

.sp-ys3-1 {
	width: 56px;
	height: 48px;
	background-position: -63px -437px;
}

.sp-ys4-1 {
	width: 47px;
	height: 47px;
	background-position: -67px -177px;
}

.sp-ys5-1 {
	width: 45px;
	height: 50px;
	background-position: -67px -234px;
}

.sp-ys6-1 {
	width: 48px;
	height: 56px;
	background-position: -67px -291px;
}

.youshi-list li .cont {
	width: 239px;
}

.youshi-list li h5 {
	position: relative;
	margin-bottom: 30px;
	font-size: 22px;
	color: #333;
	-webkit-transition: .3s;
	-o-transition: .3s;
	transition: .3s;
}

.youshi-list li:hover h5 {
	color: #F05A28;
}

.youshi-list li h5:before {
	position: absolute;
	left: 0;
	bottom: -15px;
	width: 25px;
	border-bottom: 1px solid #999;
	content: "";
}

.youshi-list li p {
	line-height: 1.75;
}

/*search*/
/*搜索*/
#search_bg {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 0px;
	background:
		#f4f4f4;
	height: 140px;

}

#search_c {
	width: 1200px;
	margin: 0 auto;
	height: 140px;
}

#search_c_l {
	width: 680px;
	float: left;
}

.head_adv {
	width: 350px;
	margin-top: 40px;
	line-height: 30px;
	font-size: 16px;
	color:
		#333;
}

.head_adv span {
	font-size: 15px;
	color:
		#ab3531;
	font-weight: 700;
}

.h_tel {
	width: 300px;
	border-left: 1px #ebebeb solid;
	border-right: 1px #ebebeb solid;
	height: 140px;
}

.hgtbhmk {
	width: 195px;
	margin: 0 auto;
	margin-top: 0px;
	margin-top: 35px;
}

.dianhsj {
	font-size: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
	color:
		#ab3531;
	text-align: center;
	padding-top: 6px;
}

#search_c_r {
	width: 450px;
	float: right;
}

#search_b {
	width: 460px;
	height: 42px;
	line-height: 42px;
}

.dianhtb {
	width: 30px;
	height: 30px;
	float: left;
}

#search_cc {

	width: 460px;
	padding-top: 34px;

}

#search_cc_l {

	width: 390px;
	float: left;
	background:

		#fff;
	line-height: 44px;
	height: 44px;

}

.search_bo {
	width: 100%;
	background: url(../images/serch_di.jpg);
	margin: 0 auto;
	height: 12px;
}

/*agent*/
#agent_box {
	width: 100%;
	margin: 0 auto;
	padding: 20px 0px;
	overflow: hidden;
	height: 600px;
}

#agent_btline {
	width: 42px;
	margin: 0 auto;
	height: 1px;
	overflow: hidden;
}

#agent_btlinel {
	width: 12px;
	float: left;
	height: 1px;
	overflow: hidden;
	background: #ff9731;
}

#agent_btliner {
	width: 29px;
	float: left;
	margin-left: 1px;
	overflow: hidden;
	background: #ab3531;
	height: 1px;
}

#agent_bt1 {
	width: 1200px;
	margin: 0 auto;
	font-size: 60px;
	text-align: center;
	color: #ab3531;
	font-weight: bold;
	line-height: 60px;
	overflow: hidden;
}

#agent_bt2 {
	width: 616px;
	margin: 0 auto;
	font-size: 14px;
	text-align: center;
	color: #999;
	line-height: 20px;
	overflow: hidden;
	padding: 20px 0px;
}


/* 资质 */

.bd .c-box-wrap {
    width: 1200px;
    display: flex;
    align-items: flex-start;
    margin: 0 auto;
  }
  .bd .c-left {
    width: 50%;
    border-right: 0;
  }
  .bd .c-left .c-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 27.5%;
    width: 72.5%;
    height: 50px;
    font-weight: lighter;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background: #ab3531;
  }
  .bd .c-left .c-list dd {
    display: flex;
    align-items: center;
    border-top: 2px solid #e4e7ec;
    /* height: 70px; */
  }
  
  .bd .c-left .c-list dd:first-child {
	  height: 135px;
  }
  
  .bd .c-left .c-list dd:last-child {
  	  height: 310px;
  }
  
  
  .bd .c-left .c-list dd .c-text1 {
       display: flex;
       align-items: center;
       justify-content: center;
       width: 27%;
       font-weight: lighter;
       font-size: 18px;
       line-height: 28px;
       color: #ffffff;
       height: 100%;
       background: #535252;
       padding: 0 1%;
       text-align: center;
  }
  .bd .c-left .c-list dd .c-text2 {
    display: flex;
    align-items: center;
    padding: 0 10px 0 10px;
    height: 100%;
    width: 72.5%;
    border-left: 2px solid #e4e7ec;
    font-size: 14px;
    line-height: 20px;
    color: #ab3531;
    background: url(../image/cuo.png) no-repeat left 50px center / 18px;
	font-weight: bold;
  }
  .bd .c-right {
    width: 50%;
    box-shadow: 0 0 142px rgba(147, 152, 162, 0.35);
  }
  .bd .c-right .c-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 50px;
    font-size: 24px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #535252;
  }
  .bd .c-right .c-list dd {
    display: flex;
    align-items: center;
    border-top: 2px solid #e4e7ec;
    height: 110px;
  }
  /* .bd .c-right .c-list dd:nth-child(1) {
    height: 135px;
   
  }
  
  .bd .c-right .c-list dd:nth-child(2) {
    height: 310px;

  } */
  
  .bd .c-right .c-list dd .c-text {
    padding: 0 10px 0 10px;
    /* font-weight: bold; */
    font-size: 18px;
    line-height: 26px;
    color: #888888;
    background: url(../image/dui.png) no-repeat left 50px center / 18px;
  }
  
  .bd .c-left1 {
    width: 50%;
    border-right: 0;
  }
  .bd .c-left1 .c-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 27.5%;
    width: 72.5%;
    height: 140px;
    font-weight: lighter;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background: #bd0000;
  }
  .bd .c-left1 .c-list dd {
    display: flex;
    align-items: center;
    border-top: 2px solid #e4e7ec;
    height: 112px;
  }
  .bd .c-left1 .c-list dd .c-text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27.5%;
    font-weight: lighter;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    height: 110px;
    background: #535252;
  }
  .bd .c-left1 .c-list dd .c-text2 {
    display: flex;
    align-items: center;
    padding: 0 10px 0 10px;
    height: 110px;
    width: 72.5%;
    border-left: 2px solid #e4e7ec;
    font-size: 12px;
    line-height: 26px;
    color: #000;
    background: url(../image/cuo.png) no-repeat left 50px center / 18px;
  }
  .bd .c-right1 {
    width: 50%;
    box-shadow: 0 0 142px rgba(147, 152, 162, 0.35);
  }
  .bd .c-right1 .c-title {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 110px;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #fff;
    background: #535252;
  }
  .bd .c-right1 .c-list dd {
    display: flex;
    align-items: center;
    border-top: 2px solid #e4e7ec;
    height: 112px;
  }
  .bd .c-right1 .c-list dd:nth-child(1) {
    height: 112px;
    border-top: 0;
  }
  .bd .c-right1 .c-list dd .c-text {
    padding: 0 10px 0 10px;
    /* font-weight: bold; */
    font-size: 14px;
    line-height: 26px;
    color: #000;
    background: url(../image/dui.png) no-repeat left 50px center / 18px;
  }
  
  .bd .c-left2 {
    width: 100%;
    border-right: 0;
  }
  .bd .c-left2 .c-title {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 27.5%;
    width: 72.5%;
    height: 140px;
    font-weight: lighter;
    font-size: 26px;
    line-height: 36px;
    text-align: center;
    color: #ffffff;
    background: #bd0000;
  }
  .bd .c-left2 .c-list dd {
    display: flex;
    align-items: center;
    border-top: 2px solid #e4e7ec;
    height: 137px;
  }
  .bd .c-left2 .c-list dd .c-text1 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 27.5%;
    font-weight: lighter;
    font-size: 18px;
    line-height: 28px;
    color: #ffffff;
    height: 136px;
    background: #535252;
  }
  .bd .c-left2 .c-list dd .c-text2 {
    display: flex;
    align-items: center;
    padding: 0 10px 0 10px;
    height: 137px;
    width: 72.5%;
    border-left: 2px solid #e4e7ec;
    font-size: 12px;
    line-height: 26px;
    color: #000;
    background: url(../image/cuo.png) no-repeat left 50px center / 18px;
  }


/* 资质 */









#agent {
	width: 1260px;
	margin: 0 auto;
	overflow: hidden;
	padding-top: 20px;
	z-index: 1;
}

#agent li {
	width: 262px;
	float: left;
	border: 1px #fff solid;
	padding: 15px;
	margin: 0 10px;
	position: relative;
	transition-duration: 1s;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-mz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	top: 0;
	display: block;
	z-index: 1;
	box-shadow: 0px 8px 8px #eee;
	background: #ab3531;
	height: 310px;
}

#agent li .jg {
	display: block;
	width: 0px;
	height: 0px;
	position: absolute;
	background: #ab3531;
	top: 106px;
	left: 106px;
	transition: all 0.4s;
}

#agent li:hover .jg {
	width: 302px;
	height: 552px;
	top: 0;
	left: 0px;
	transition: all 0.3s;
}

#agent li:hover {
	box-shadow: 0px 13px 15px #eee;
	display: block;
	top: -18px;
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-mz-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	z-index: 1;
}

#agent li img {
	width: 63px;
	float: left;
	height: 63px;
	margin-left: 98px;
	border-radius: 50%;
	border: 5px #f1f1f1 solid;
	z-index: 1;
	position: relative;
}

#agent li .bt {
	width: 262px;
	float: left;
	color: #fff;
	font-size: 18px;
	text-align: center;
	height: 50px;
	line-height: 50px;
	margin-top: 5px;
	font-weight: bold;
	z-index: 1;
	position: relative;
}

#agent li:hover .bt {
	color: #fff;
}

#agent li .fl {
	width: 262px;
	float: left;
	color: #fff;
	font-size: 14px;
	line-height: 30px;
	padding-top: 0px;
	padding-left: 0px;
	padding-right: 0px;
	height: 135px;
	text-align: center;
	z-index: 1;
	position: relative;
}

#agent li:hover .fl {
	color: #fff;
}

#agent li .more {
	width: 133px;
	float: left;
	color: #eee;
	font-size: 15px;
	line-height: 28px;
	height: 28px;
	border-radius: 35px;
	border: 1px #ccc solid;
	text-align: center;
	margin-left: 65px;
	z-index: 1;
	position: relative;
	background: #605d5c;
}

#agent li .more a {
	color: #fff;
	font-size: 15px;
}

#agent li:hover .more {
	color: #fff;
	border: 1px #fff solid;
}

#agent li:hover .more a {
	color: #fff;
	font-size: 15px;
}

.jjfa {
	padding-bottom: 40px;
	height: 600px;
}

.jjfa .titp i {
	background: #f4f4f4;
	color: #999;
}

.jjfa .conleft {
	width: 330px;
	position: relative;
	z-index: 3;
}

.jjfa .conleft .lbox {
	width: 330px;
	height: 76px;
	border: 1px solid #cccccc;
	margin-top: 13px;
	transition: all 0.5s;
	background: #535252
}

.jjfa .conleft .lbox a {
	display: block;
	height: 70px;
	padding-top: 18px;
	transition: all 0.5s;
}

.jjfa .conleft .lbox p {
	height: 46px;
	line-height: 46px;
	padding-left: 98px;
	width: 242px;
	color: #fff;
	transition: all 0.5s;
}

.jjfa .conleft .lbox p span {
	display: block;
	font-size: 18px;
	margin-bottom: 3px;
	padding-top: 0;
}

.jjfa .conleft .lbox p i {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	font-style: normal;
}

.jjfa .conleft .lbox:first-child {
	margin-top: 0;
}

.jjfa .conleft .box1 p {
	background: url(../images/inico_01on.png) no-repeat 31px center;
}

.jjfa .conleft .box2 p {
	background: url(../images/inico_01on.png) no-repeat 31px center;
}

.jjfa .conleft .box3 p {
	background: url(../images/inico_01on.png) no-repeat 31px center;
}

.jjfa .conleft .box4 p {
	background: url(../images/inico_01on.png) no-repeat 31px center;
}

.jjfa .conleft .box5 p {
	background: url(../images/inico_01on.png) no-repeat 31px center;
}

.jjfa .conleft .box1.cur p {
	background: url(../images/inico_01on.png) no-repeat 31px center;
}

.jjfa .conleft .box2.cur p {
	background: url(../images/inico_01on.png) no-repeat 31px center;
}

.jjfa .conleft .box3.cur p {
	background: url(../images/inico_01on.png) no-repeat 31px center;
}

.jjfa .conleft .box4.cur p {
	background: url(../images/inico_01on.png) no-repeat 31px center;
}

.jjfa .conleft .box5.cur p {
	background: url(../images/inico_01on.png) no-repeat 31px center;
}

.jjfa .conleft .lbox.cur {
	background: #ab3531;
	width: 370px;
	border-color: #ab3531;
}

.jjfa .conleft .lbox.cur a {
	background: url(../images/jjfaicon11.png) no-repeat 370px center;
}

.jjfa .conleft .lbox.cur p {
	color: #fff;
	border-right: 1px solid #ab3531;
}

.jjfa .conright {
	width: 840px;
	height: auto;
	position: relative;
}

.jjfa .conright .rbox {
	display: none;
	position: relative;
}

.jjfa .conright .rbox.cur {
	display: block;
}

.jjfa .conright .pImg img {
	display: block;
	width: 100%;
	height: 450px;
}

.jjfa .conright .boxmore {
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/black60.png);
	width: 100%;
	height: 108px;
	overflow: hidden
}

.jjfa .conright .boxmore .p1 {
	margin: 10px 0 10px 30px;
	width: 600px;
	font-size: 22px;
	font-weight: bold;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.jjfa .conright .boxmore .p1 a {
	color: #fff;
}

.jjfa .conright .boxmore .p2 {
	margin-left: 30px;
	width: 600px;
	line-height: 20px;
}

.jjfa .conright .boxmore .p2 a {
	color: #ccc;
}

.jjfa .conright .boxmore .p3 {
	width: 149px;
	height: 52px;
	border: 1px solid #fff;
	line-height: 52px;
	border-radius: 5px;
	text-align: center;
	font-size: 15px;
	position: absolute;
	right: 19px;
	top: 40px;
}

.jjfa .conright .boxmore .p3 a {
	display: block;
	height: 52px;
	color: #fff;
}

.jjfa .conright .boxmore .p3:hover {
	background: #78bc27;
	border-color: #78bc27;
}

h2.h2_title {
	padding-top: 42px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

h2.h2_title a {
	font-size: 32px;
	color: #333;
}

h2.h2_title span {
	font-size: 32px;
	color: #333;
}

.titp {
	margin-bottom: 46px;
	height: 10px;
	border-bottom: 1px solid #bbbbbb;
	text-align: center;
}

.titp i {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	font-size: 16px;
	color: #666;
	background: #f6f6f6;
	padding: 0 18px;
	font-style: normal;
}

.boxmore p {
	margin-left: 30px;
	width: 600px;
	line-height: 20px;
}

.boxmore p a {
	color: #ccc;
}

/*top_main*/
.top_main {
	position: absolute;
	width: 100%;
	    height: 42px;
	    line-height: 42px;
	color: #fff;
	border-bottom: 1px solid rgba(255, 255, 255, 0.38);
	z-index: 999;
	background: #ab3531;
	font-size: 14px;
}

.top_main li {
	position: relative;
	display: inline-block;
	text-align: center;
	margin: 0 8px;
}

.top_main li.tel {
	background: url(../images/dh.png) no-repeat left center;
	padding-left: 20px;
}

.top_main li.lin {
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 1px;
	height: 18px;
	background: #fff;
	margin: 0;
	margin-top: -9px;
}

.top_main li span {
	color: #fff
}

.top_main li.wx {
	float: right;
	width: 40px;
	height: 54px;
	background: url(../images/wx.png) no-repeat center;
	cursor: pointer;
	margin-right: 0;
}

.top_main li.sj {
	float: right;
	    width: 32px;
	    height: 42px;
	    background: url(../images/sj.png) no-repeat center;
	    cursor: pointer;
	    margin-right: 0;
	    background-size: 100%;
}

.top_main li img {
	position: absolute;
	top: 100%;
	right: 0;
	width: 100px;
	height: 100px;
	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);
}

.top_main li:hover img {
	opacity: 1;
	visibility: visible;
	transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-webkit-transform: translate3d(0, 0, 0);
}

.w1200 {
	width: 1200px;
	margin: 0px auto
}

/*流程*/
.cmlc_bg {
	background: url(../images/cmlc_bg.jpg) no-repeat top;
	padding-top: 3em;
	overflow: hidden;
	margin-top: 50px;
}

.fb-b {
	width: 1200px;
	margin: 0 auto;
	background: #fff;
	padding: 30px 0 20px;
	position: relative;
	overflow: hidden
}

.fb-b h4 {
	width: 140px;
	float: left;
	padding-left: 20px;
	height: 202px;
	font-weight: normal;
	overflow: hidden;
}

.fb-b ul {
	height: 120px;
	float: left;
	width: 1040px;
}

.fb-b li {
	float: left;
	width: 193px;
	height: 85px;
	background: #313131;
	padding-top: 35px;
	margin-left: 20px;
	color: #eee;
	font-size: 18px;
	padding-left: 47px;
}

.fb-b li span {
	float: right;
	padding: 0 25px 0 0;
}

.fb-b p {
	position: absolute;
	left: 376px;
	top: 65px;
}

.liucheng p {
	text-align: center;
	line-height: 30px;
	color: #333333;
	font-size: 14px;
	height: 127px;
}

.liucheng h2 {
	float: left;
	font-size: 22px;
	color: #373837;
	padding-top: 24px;
	padding-left: 4em;
	width: 455px;
	height: 76px;
	background: url(../images/sxfs_line1.png) no-repeat right center;
}

.liucheng h2 i {
	display: block;
	font-size: 18px;
	line-height: 34px;
	color: #252a2e;
	font-weight: normal;
	font-style: normal
}

.gylx-tel {
	height: 50px;
	margin-top: 25px;
}

.gylx-tel i {
	float: left;
	width: 30px;
	height: 50px;
	background: url(../images/sxfs_line1.png) no-repeat right center;
	padding: 0 2em;
}

.gylx-tel i img {
	height: 48px;
}

.gylx-tel span {
	float: left;
	padding-left: 24px;
	font-size: 16px;
	color: #0e050a;
}

.gylx-tel span em {
	display: block;
	font-size: 24px;
	color: #373837;
	font-style: normal;
}

/*在线留言*/
/*留言*/
.liuyan {
	overflow: hidden;
	width: 100%;
	background: url(../images/ly_bg.jpg) no-repeat center bottom;
	backg round-color: #f9f9f9;
}

.liuyan .tu {
	overflow: hidden;
	width: 439px;
	height: 323px;
	background: url(../images/liuyan.jpg) no-repeat center;
	float: left
}

.liuyan .wen {

	float: left;
	margin-top: 125px;
	width: 430px;
}

.liuyan .wen h3 {
	font-size: 40px;
	color: #fff;
}

.liuyan .wen p {
	font-size: 26px;
	color: #fff;
	line-height: 42px;
	background-color: #ab3531;
	margin-top: 30px;
	text-align: center;
}

.liuyan .wen span {
	display: block;
	font-size: 15px;
	color: #fff;
	margin-top: 10px;
	margin-bottom: 40px;
}

.liuyan .phone {
	overflow: hidden;
	padding-left: 55px;
	padding-top: 40px;
	background: url(../images/ly_phone.png) no-repeat left center;
}

.liuyan .phone em {
	display: block;
	font-size: 13px;
	color: #fff;
}

.liuyan .phone b {
	display: block;
	font-weight: normal;
	font-size: 22px;
	color: #fff;
}

.liuyan .lybox {
	overflow: hidden;
	width: 457px;
	height: 367px;
	background-color: #fff;
	border-top: 3px solid #ab3531;
	float: right;
	border-bottom: 3px solid #ab3531;
}

.liuyan .lybox h4 {
	font-size: 26px;
	color: #3c2d25;
	margin-left: 25px;
	margin-top: 40px;
}

.liuyan .lybox p {
	font-size: 16px;
	color: #333;
	margin-bottom: 22px;
	margin-left: 25px;
}

.liuyan .lybox .inbox {
	overflow: hidden;
	margin-left: 25px;
	*margin-left: 12px;
	width: 100%
}

.liuyan .lybox input {
	overflow: hidden;
	width: 180px;
	padding: 0 10px;
	height: 42px;
	margin-right: 5px;
	margin-bottom: 5px;
	float: left;
	line-height: 42px;
	display: block;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: none;
	outline: none;
}

.liuyan .lybox textarea {
	overflow: hidden;
	width: 385px;
	display: block;
	margin-bottom: 10px;
	height: 80px;
	padding: 10px;
	font-size: 14px;
	color: #333;
	background: #eee;
	border: none;
	outline: none;
	resize: none;
}

.liuyan .lybox b {
	display: block;
	width: 150px;
	height: 47px;
	background-color: #f07f1b;
	color: #fff;
	font-size: 16px;
	cursor: pointer;
	text-align: center;
	line-height: 47px;
	*margin-left: 13px;
}

.lianxi {
	padding-left: 200px;
	text-align: left;
	color: rgb(81, 81, 81)
}

.indexTit .en {
	color: #ab3531;
	font-size: 30px;
	line-height: 30px;
	margin-bottom: 6px;
	text-transform: uppercase;
	font-family: arial;
	display: block;
	padding-top: 30px;
}

.indexTit .line-left,
.indexTit .line-right {
	width: 90px;
	height: 1px;
	position: absolute;
	bottom: 12px;
	display: block;
	background: #c1c1c1;
}

.indexTit .line-left {
	left: 50%;
	margin-left: -158px;
}

.indexTit .line-right {
	right: 50%;
	margin-right: -178px;
}

.indexTit h2 {
	font-size: 24px;
	line-height: 30px;
}

@media (max-width: 1366px) {
	.indexTit .en {
		margin-bottom: 0;
	}

	.indexTit {
		width: 800px;
		padding-left: 200px;
		position: relative;
	}
}

/*留言*/

.message {
	overflow: hidden;
	width: 990px;
	height: 323px;
	margin: 20px auto;
}

.message .tu {
	overflow: hidden;
	width: 439px;
	height: 323px;
	background: url(../images/liuyan.jpg) no-repeat center;
	float: left
}

.message .tu p {
	font-size: 25px;
	color: #fff;
	font-weight: bold;
	margin-left: 112px;
	margin-top: 225px;
}

.message ul {
	overflow: hidden;
	width: 525px;
	float: right;
	margin-top: 30px;
}

.message li {
	overflow: hidden;
	margin-bottom: 12px;
}

.message .tj {
	color: #eee;
	text-align: center;
	padding-left: 0;
}

.message input {
	display: block;
	float: left;
	padding-left: 40px;
	height: 30px;
	border: 1px solid #5b5a5a;
	line-height: 30px;
	font-size: 13px;
	color: #000;
	margin-right: 15px;
	width: 203px;
	background: #ab3531;
}

.message select {
	width: 245px;
	height: 30px;
	line-height: 32px;
	border: 1px solid #c0c0c0;
	font-size: 13px;
	color: #333;
	padding: 0 10px;
}

.message textarea {
	padding: 10px;
	padding-left: 40px;
	width: 454px;
	height: 100px;
	background: url(../images/liuyan04.png) no-repeat left top;
	font-size: 13px;
	color: #333;
	border: 1px solid #5b5a5a;
	resize: none;
	margin-bottom: 10px;
}

.message .name {
	background: url(../images/liuyan01.png) no-repeat left center;
}

.message .mianji {
	background: url(../images/liuyan02.png) no-repeat left center;
}

.message .phone {
	background: url(../images/liuyan03.png) no-repeat left center;
}

.message em {
	display: block;
	width: 248px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	color: #fff;
	cursor: pointer;
	background-color: #fc6e19;
	float: left;
	margin-right: 10px;
}

.message a.zxdz {
	color: #000;
	background-color: #e6e6e6;
	display: block;
	width: 248px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 13px;
	cursor: pointer;
	float: left;
	margin-right: 10px;
}
