@charset "utf-8";


body {
	FONT-SIZE: 14px;
	margin: 0px;
	padding: 0px;
	font-family: "微软雅黑";
	color: #666666;
	margin: 0px;
	padding: 0px;
	background-color: #fff;
	overflow-x: hidden;
	box-sizing: border-box;

}

* {
	/* font-family:"微软雅黑"; */
	font-family: MyNewFont;
}

a {
	text-decoration: none;
}

ul li {
	list-style: none
}

ul {
	padding-left: 0;
	margin: 0 0
}

a {
	color: #666
}

.center {
	width: 1200px;
	margin: 0 auto
}

h1,
h2,
h3,
h4,
h5,
p {
	margin: 0 0;
	padding: 0 0;
	font-weight: 500
}

.ctrl span {
	float: left;
	cursor: pointer;
}

input,
textarea,
select {
	outline: none;
	font-family: "微软雅黑";
}

img {
	border: none
}

.cursor_pointer {
	cursor: pointer;
}

button {
	cursor: pointer;
}

.float_l {
	float: left;
}

.float_r {
	float: right;
}

.clear {
	clear: both
}

.position_r {
	position: relative;
}

.position_a {
	position: absolute;
}

.dingwei{
	position: relative;
}

.shuiyin{
	position: absolute;
	left: 0;
	top:0;
}
.shuiyin img{
	width: 100%;
	display: block;
}


.top {
	height: 101px;
	background: #ffffff;
}

.top .float_r {
	display: inline-flex;
}

.top .nav li {
	width: 90px;
	margin: 0 2px;
	text-align: center;
	line-height: 101px;
	font-size: 16px;
	color: #3e3a39;
	transition: all 0.3s ease-in-out;
}

.top .nav li:hover {
	background: #ffe401;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
}

.top .nav .xuanzhong {
	background: #ffe401;
	box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.11);
}

.banner .swiper-button-prev-b {
	width: 50px;
	height: 50px;
	left: 50%;
	margin-left: -600px;
	border-radius: 50%;
	background: url("../img/banner_l.png") center center no-repeat;
}

.banner .swiper-button-next-b {
	width: 50px;
	height: 50px;
	right: 50%;
	margin-right: -600px;
	border-radius: 50%;
	background: url("../img/banner_r.png") center center no-repeat;
}

.banner .swiper-pagination-b {
	height: 26px;
	bottom: 0 !important;
	background: rgba(0, 0, 0, 0.3);
	padding-top: 14px;
}

.banner .swiper-pagination-bullet {
	width: 14px;
	height: 14px;
	display: inline-block;
	border-radius: 100%;
	background: #808080;
	opacity: 1;
}

.banner .swiper-pagination-bullet-active {
	opacity: 1;
	background: #000000;
}

/* 热门 */
.remen {
	background: #f0f0f0;
	height: 100px;
}

.remen .float_l {
	background: url("../img/remen_icon1.png") top -2px left no-repeat;
	line-height: 99px;
	padding-left: 76px;
	font-size: 18px;
	color: #454545;
}

.remen .float_l a {
	font-size: 14px;
	color: #454545;
	margin-right: 20px;
}

.remen .float_r {
	font-size: 30px;
	color: #454545;
	line-height: 99px;
	padding-left: 56px;
	background: url("../img/remen_icon2.png") center left no-repeat;
}

.remen .float_r span:nth-child(1) {
	font-size: 24px;
}

.remen .float_r span:nth-child(2) {
	font-size: 24px;
	margin-left: 20px;
}

.neiye_title {
	padding-top: 30px;
}

.neiye_title .biaoti {
	font-size: 30px;
	color: #333333;
	text-align: center;
	line-height: 60px;
}

.neiye_title .img {
	border-top: solid 1px #e6e6e6;
	text-align: center;
}

.neiye_title .img img {
	display: block;
	margin: auto;
	margin-top: -5px;
}

.neiye_title .p {
	font-size: 18px;
	color: #464646;
	text-align: center;
	text-transform: uppercase;
	line-height: 36px;
}

.about_html .neirong {
	padding: 30px 18px 100px 18px;
}

.about_html .neirong p {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
	text-align: justify;
}

.about_html .neirong img {
	width: 100%;
}

.about_html .neirong img {
	margin: 24px 0;
}

.foot_icon {
	height: 189px;
	background: url("../img/foot_icon_bj.png") top center no-repeat;
}

.foot_icon .float_l {
	width: 25%;
	text-align: center;
	cursor: pointer;
}

.foot_icon .float_l img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	margin-top: 34px;
}

.foot_icon .float_l p {
	font-size: 22px;
	color: #000000;
	line-height: 54px;
}

.foot {
	/* height: 300px; */
	background: #f6f6f6;
}
.banquan{
	line-height: 36px;
}
.foot .foot_logo {
	width: 442px;
}

.foot .foot_logo p {
	font-size: 14px;
	color: #333333;
	/*padding-left: 112px;*/
	line-height: 22px;
}

.foot .foot_logo img {
	margin-bottom: 16px;
	margin-top: 50px;
}

.foot .foot_lx {
	width: 326px;
	margin-right: 112px;
}

.foot .foot_lx .h3 {
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	border-bottom: solid 1px #d9d9d9;
	padding-top: 54px;
	margin-bottom: 24px;
}

.foot .foot_lx p {
	font-size: 14px;
	color: #333333;
	line-height: 30px;
}

.foot .foot_lx a {
	display: block;
	width: 143px;
	height: 37px;
	border: solid 1px #281a1a;
	text-indent: 54px;
	line-height: 37px;
	margin-top: 24px;
	background: url("../img/foot_lx.png") left 21px center no-repeat;
}

.foot .foot_ewm {
	width: 320px;
}

.foot .foot_ewm .h3 {
	line-height: 60px;
	font-size: 18px;
	font-weight: 600;
	color: #333333;
	border-bottom: solid 1px #d9d9d9;
	padding-top: 54px;
	margin-bottom: 24px;
}

.foot .foot_ewm img {
	width: 88px;
	height: 88px;
	border: solid 1px #0e0e0e;
	margin-right: 11px;
}

.foot .foot_ewm p {
	width: 16px;
	height: 82px;
	font-size: 14px;
	color: #333333;
	padding: 0 10px;
	line-height: 26px;
	padding-top: 6px;
	text-align: center;
	margin-right: 16px;
	background: url("../img/sm_p.png") center center no-repeat;
}

.contact_html {
	padding-top: 60px;
	padding-bottom: 86px;
}

.contact_html .left {
	width: 461px;
	height: 460px;
	background: #f0f0f0;
	margin-left: 14px;
	margin-right: 30px;
	padding-top: 8px;
}

.contact_html .left .left_icon {
	width: 255px;
	border-bottom: solid 1px #dcdcdc;
	margin: auto;
	min-height: 76px;
	padding-left: 75px;
	padding-bottom: 20px;
	padding-top: 6px;
}

.contact_html .left .h3 {
	font-size: 16px;
	color: #333333;
	line-height: 25px;
	padding-top: 24px;
}

.contact_html .left p {
	font-size: 14px;
	color: #666666;
}

.contact_html .left .dizhi {
	background: url("../img/dizhi.png") left 8px center no-repeat;
}

.contact_html .left .dianha {
	background: url("../img/dianha.png") left 8px center no-repeat;
}

.contact_html .left .xianxiren {
	background: url("../img/xianxiren.png") left 8px center no-repeat;
}

.contact_html .left .youxian {
	background: url("../img/youxian.png") left 8px center no-repeat;
}

.contact_html .left .erweima {
	width: 198px;
	height: 198px;
	border: solid 1px #0d0d0d;
	margin: auto;
	display: block;
	margin-top: 30px;
}

.baoqian {
	padding-top: 40px;
	padding-bottom: 35px;
}

.baoqian a {
	width: 19%;
	height: 46px;
	border: solid 1px #e2e2e2;
	text-align: center;
	line-height: 46px;
	font-size: 16px;
	color: #666666;
	margin: 0 4px;
	display: inline-block;
	border-radius: 46px;
	margin-bottom: 25px;
	transition: all 0.2s ease-in-out;

}

.fenlei {
	position: relative;
	display: block;
}

.erji_cd {
	position: absolute;
	left: 0;
	top: 0;
}

.baoqian a:hover {
	background: #ffe401;
	border: solid 1px #ffe401;
	color: #333333;
}

.baoqian .xianzhong {
	background: #ffe401;
	border: solid 1px #ffe401;
	color: #333333;
}

.gallery_img {
	margin-left: -45px;
}

.gallery_img a {
	display: block;
	width: 370px;
	height: 352px;
	margin-bottom: 37px;
	margin-left: 45px;
	background: #f0f0f0;
	transition: all 0.4s ease-in-out;
	border: 1px solid rgb(224, 224, 224);
	box-sizing: border-box;

}

.gallery_img a:hover {
	background: #ffe401;
	transform: translate(0, -15px);
	box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.11);

}

.gallery_img a:hover {}

.gallery_img p {
	font-size: 18px;
	color: #333333;
	height: 74px;
	line-height: 74px;
	padding: 0 80px 0 30px;
	background: url("../img/gallery_icon.png") right 34px center no-repeat;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.gallery_img img {
	width: 100%;
	display: block;
}

.fanye {
	padding-top: 23px;
	padding-bottom: 92px;
}

.fanye a {
	line-height: 38px;
	border: solid 1px #cccccc;
	padding: 0 15px;
	height: 38px;
	margin: 0 3px;
	font-size: 14px;
	color: #999999;
	display: block;
	transition: all 0.2s ease-in-out;
	display: block;
}

.fanye a:hover {
	background: #fdea4c;
}

.fanye .xianzhong {
	background: #fdea4c;
}

.list_html .leibiao .list {
	position: relative;
	display: block;
	height: 220px;
	background: #f7f7f7;
	margin-bottom: 28px;
}

.list_html .leibiao .list span {
	width: 118px;
	height: 54px;
	background: #ffe401;
	line-height: 54px;
	text-align: center;
	font-size: 14px;
	color: #666666;
	display: block;
	position: absolute;
	right: 2px;
	bottom: 1px;
}

.list_html .leibiao .list img {
	width: 259px;
	height: 168px;
	margin-top: 27px;
	margin-left: 27px;
}

.list_html .leibiao .list .text {
	width: 780px;
	margin-left: 40px;
}

.list_html .leibiao .list .text .h3 {
	font-size: 22px;
	color: #333333;
	line-height: 82px;
	padding-top: 14px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.list_html .leibiao .list .text p {
	font-size: 14px;
	color: #666666;
	line-height: 24px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.baoqian {
	text-align: center;
}

.baoqian ul {
	/*display: inline-flex;*/
}

.list_show_html {
	background: #f9f9f9;
	padding: 44px 0 50px 0;
}

.list_show_html .left {
	width: 772px;
	background: #fff;
	padding-bottom: 74px;
}

.list_show_html .left .h3 {
	width: 725px;
	margin: auto;
	text-align: center;
	line-height: 70px;
	padding-top: 24px;
	font-size: 30px;
	color: #454545;
}

.list_show_html .left .riqi {
	width: 598px;
	height: 41px;
	background: #f9f9f9;
	margin: auto;
	text-align: center;
	line-height: 41px;
}

.list_show_html .left .riqi span {
	font-size: 14px;
	color: #808080;
	margin: 0 26px;
}

.list_show_html .left .text {
	width: 725px;
	margin: auto;
	padding-top: 40px;
	padding-bottom: 62px;
}

.list_show_html .left .text p {
	font-size: 14px;
	color: #454545;
	text-align: justify;
	line-height: 30px;
}

.list_show_html .left .xiatiao a {
	width: 317px;
	padding: 0 10px;
	height: 56px;
	border: solid 1px #000000;
	line-height: 56px;
	text-align: center;
	color: #454545;
	transition: all 0.2s ease-in-out;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.list_show_html .left .xiatiao .float_l {
	margin-left: 23px;
}

.list_show_html .left .xiatiao .float_r {
	margin-right: 23px;
}

.list_show_html .left .xiatiao a:hover {
	border: solid 1px #ffe401;
	background: #ffe401
}

.list_show_html .right {
	width: 384px;
}

.list_show_html .right .bt {
	height: 67px;
	border-bottom: solid 1px #f0f0f0;
}

.list_show_html .right .bt p {
	width: 160px;
	text-indent: 47px;
	font-size: 24px;
	color: #454545;
	border-bottom: solid 3px #ffe401;
	line-height: 56px;
	padding-top: 8px;
}

.list_show_html .right .fenlei {
	margin-bottom: 37px;
	background: #fff;
}

.list_show_html .right .cpfl .bt p {
	background: url("../img/list_show1.png") top left no-repeat;
}

.list_show_html .right .fenlei .list a {
	padding-left: 22px;
	display: block;
	font-size: 16px;
	color: #454545;
	line-height: 42px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	background: url("../img/list_show_icon.jpg") right 31px center no-repeat;
	padding-right: 70px;
}

.list_show_html .right .fenlei .list {
	padding-top: 18px;
	padding-bottom: 38px;
}

.list_show_html .right .xwzx .bt p {
	background: url("../img/list_show2.png") top left no-repeat;
}

.list_show_html .right .lxwm .bt p {
	background: url("../img/list_show3.png") top left no-repeat;
}

.list_show_html .right .lxwm .list p {
	font-size: 14px;
	color: #666666;
	line-height: 40px;
}

.list_show_html .right .lxwm .list {
	padding-left: 20px;
	padding-right: 20px;
}


.show_html .img_show {
	width: 600px;
	height: 450px;
	margin-left: 20px;
	margin-right: 20px;
	margin-top: 28px;
}

.show_html .img_show img {
	width: 600px;
	height: 450px;
}

.show_html .img_left {
	display: block;
	background: url("../img/img_left1.png") no-repeat;
	background-size: 100% 100%;
	width: 44px;
	height: 44px;
	margin-top: 218px;
	transition: all 0.3s ease-in-out;
	margin-left: 23px;
}

.show_html .img_left:hover {
	background: url("../img/img_left2.png") no-repeat;
	background-size: 100% 100%;
}

.show_html .img_right {
	display: block;
	background: url("../img/img_right1.png") no-repeat;
	background-size: 100% 100%;
	width: 44px;
	height: 44px;
	margin-top: 218px;
	transition: all 0.3s ease-in-out;
}

.show_html .img_right:hover {
	background: url("../img/img_right2.png") no-repeat;
	background-size: 100% 100%;
}

.show_html .left .bt {
	width: 740px;
	margin: auto;
	height: 57px;
	background: #f9f9f9;
	margin-top: 32px;
}

.show_html .left .bt p {
	width: 123px;
	text-align: center;
	font-size: 18px;
	color: #454545;
	line-height: 44px;
	border-bottom: solid 3px #ffe401;
	padding-top: 7px;
}

.show_html .left .text {
	width: 740px;
	margin: auto;
}

.show_html .left .text {
	padding-top: 20px;
	padding-bottom: 29px;
}

.show_html .left {
	padding-bottom: 0;
}

.more {
	font-size: 16px;
	color: #454545;
	width: 196px;
	height: 57px;
	background: #f0f0f0;
	display: block;
	margin: auto;
	border-radius: 7px;
	line-height: 57px;
	text-align: center;
	font-size: 16px;
	color: #454545;
	margin-top: 20px;
	margin-bottom: 72px;
	transition: all 0.6s;
}

.more:hover {
	background: #ffe401;
}

.guanggao {
	height: 276px;
	background: url("../img/guanggao.png") top center no-repeat;
}

.index_about {
	height: 673px;
	background: url("../img/bj1.png") bottom center no-repeat;
}

.index_about .float_l {
	width: 585px;
	padding-top: 120px;
	margin-left: 40px;
}

.index_about .float_l .h3 {
	font-size: 30px;
	color: #333333;
	font-weight: 600;
	line-height: 42px;
}

.index_about .float_l .h6 {
	font-size: 14px;
	color: #464646;
	text-transform: uppercase;
}

.index_about .float_l p {
	font-size: 14px;
	color: #666666;
	line-height: 26px;
}

.index_about .float_l a {
	display: block;
	width: 192px;
	height: 48px;
	background: url("../img/gd.png") center center no-repeat;
	margin-top: 36px;
}

.index_about .float_l img {
	margin: 10px 0 24px 0;
}

.index_about .float_r {
	width: 459px;
	height: 477px;
	background: #ffe401;
	margin-top: 92px;
	margin-right: 38px;
}

.index_about .float_r img {
	width: 448px;
	height: 466px;
	margin-top: 11px;
}

.index_case .img1 {
	width: 594px;
	height: 446px;
	position: relative;
}

.index_case .img1 img {
	width: 594px;
	height: 446px;
}

.index_case .img1 p {
	width: 554px;
	height: 78px;
	line-height: 78px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	font-size: 18px;
	color: #ffffff;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.index_case .float_r {
	width: 626px;
}

.index_case .img2 {
	width: 284px;
	height: 210px;
	position: relative;
	margin-left: 20px;
	margin-bottom: 25px;
}

.index_case .img2 img {
	width: 284px;
	height: 210px;
}

.index_case .img2 p {
	width: 244px;
	height: 42px;
	line-height: 42px;
	background: rgba(0, 0, 0, 0.5);
	position: absolute;
	bottom: 0;
	font-size: 16px;
	color: #ffffff;
	padding: 0 20px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.index_case .swiper-pagination-c {
	bottom: 50px !important;
}

.index_case .swiper-pagination-bullet {
	width: 12px;
	height: 12px;
	display: inline-block;
	border-radius: 100%;
	background: #b3b3b3;
	opacity: 1;
}

.index_case .swiper-pagination-bullet-active {
	opacity: 1;
	background: #ffe401;
}

.index_news {
	height: 700px;
	background: url("../img/bj2.png") top center no-repeat;
}

.index_news .left {
	width: 463px;
	height: 563px;
	background: #ededed;
	margin-top: 67px;
	padding-left: 58px;
}

.index_news .left .yiyu {
	font-size: 28px;
	color: #333333;
	text-transform: uppercase;
	font-family: monospace;
	line-height: 50px;
	padding-top: 55px;
}

.index_news .left .zhongwen {
	font-size: 18px;
	color: #333333;
	margin-bottom: 26px;
}

.index_news .left .xianduan {
	width: 50px;
	height: 1px;
	background: #000000;
	margin-bottom: 21px;
}

.index_news .left .yitiao img {
	width: 170px;
	height: 110px;
}

.index_news .left .yitiao p {
	width: 200px;
	margin-left: 24px;
	font-size: 18px;
	color: #464646;
	line-height: 28px;
	margin-top: 6px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
}

.index_news .left .yitiao a {
	display: block;
	width: 93px;
	height: 29px;
	border: solid 1px #877466;
	font-size: 16px;
	color: #333333;
	text-align: center;
	line-height: 29px;
	margin-left: 25px;
	margin-top: 16px;
}

.index_news .left ul a {
	width: 410px;
	display: block;
	border-bottom: solid 1px #cccccc;
	height: 50px;
	line-height: 50px;
	padding-top: 6px;
	background: url("../img/li.png") left 3px top 28px no-repeat;
}

.index_news .left ul a p:nth-child(1) {
	font-size: 14px;
	color: #333333;
	width: 300px;
	padding-left: 20px;
	line-height: 50px;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
}

.index_news .left ul a p:nth-child(2) {
	font-size: 12px;
	color: #333333;
	line-height: 50px;
	padding-right: 10px;
}

.index_news .right {
	width: 679px;
	height: 563px;
	padding-top: 67px;
}

.index_news .right .index_news2 {
	width: 339px;
	height: 281px;
	background: url("../img/index_news2.png") no-repeat;
	margin-bottom: 1px;
}

.index_news .right .index_news3 {
	width: 339px;
	height: 281px;
	background: url("../img/index_news3.png") no-repeat;
	margin-left: 1px;
	margin-bottom: 1px;
}

.index_news .right .index_news4 {
	width: 679px;
	height: 281px;
	background: url("../img/index_news4.png") no-repeat;
	margin-left: 1px;
	margin-bottom: 1px;
}

.index_news .right .float_l p {
	font-size: 20px;
	color: #ffffff;
	background: url("../img/index_news_icon.png") right 29px center no-repeat;
	text-indent: 40px;
	line-height: 24px;
	margin-top: 226px;
}

.index_message {
	height: 651px;
	background: url("../img/bj3.png") top center no-repeat;
}

.index_message .liuyan {
	width: 570px;
	margin-left: 28px;
}

.index_message .h3 {
	font-size: 30px;
	color: #333333;
	line-height: 155px;
	padding-top: 7px;
}

.index_message .liuyan .tianxie input {
	line-height: 47px;
	border: solid 1px #666666;
	border-radius: 5px;
	width: 538px;
	font-size: 16px;
	color: #333333;
	padding: 0 15px;
	margin-bottom: 23px;
}

.index_message .liuyan .tianxie input::-webkit-input-placeholder {
	color: #333333;
}

.index_message .liuyan .tianxie input::-moz-placeholder {
	color: #333333;
}

.index_message .liuyan .tianxie input:-moz-placeholder {
	color: #333333;
}

.index_message .liuyan .tianxie input:-ms-input-placeholder {
	color: #333333;
}

.index_message .liuyan .tianxie .input2 {
	width: 243px;
	margin-right: 20px;
}

.index_message .liuyan .tianxie .input3 {
	width: 243px;
}

.index_message .liuyan .tianxie textarea {
	line-height: 28px;
	border: solid 1px #666666;
	border-radius: 5px;
	width: 538px;
	font-size: 16px;
	color: #333333;
	padding: 10px 15px;
	margin-bottom: 23px;
	height: 164px;
}

.index_message .liuyan .tianxie textarea::-webkit-input-placeholder {
	color: #333333;
}

.index_message .liuyan .tianxie textarea::-moz-placeholder {
	color: #333333;
}

.index_message .liuyan .tianxie textarea:-moz-placeholder {
	color: #333333;
}

.index_message .liuyan .tjly {
	width: 165px;
	height: 46px;
	background: #f7f90f;
	font-size: 16px;
	color: #333333;
	display: block;
	text-align: center;
	line-height: 46px;
	border-radius: 7px;
	margin-top: 10px;
}

.index_message .lianxi p {
	font-size: 14px;
	color: #333333;
	line-height: 26px;
}

.index_message .lianxi .left_icon {
	height: 102px;
	padding-left: 98px;
}

.index_message .lianxi .left_icon .h6 {
	font-size: 24px;
	font-weight: 600;
	color: #333333;
	padding-top: 5px;
}

.index_message .lianxi .left_icon .p {
	font-size: 14px;
	color: #333333;
}

.index_message .lianxi .dz {
	background: url("../img/index_dz.png") left top no-repeat;
	margin-top: 50px;
}

.index_message .lianxi .yx {
	background: url("../img/index_yx.png") left top no-repeat;
}

.index_message .lianxi .db {
	background: url("../img/index_db.png") left top no-repeat;
}

.phone_state {
	display: none;
}






/* transition:all 0.2s ease-in-out;
transform: scale(1.1);

overflow:hidden; 
text-overflow:ellipsis;
display:-webkit-box; 
-webkit-box-orient:vertical;
-webkit-line-clamp:1;

input::-webkit-input-placeholder{
	color:#cccccc;
}
input::-moz-placeholder{  
	color:#cccccc;
}
input:-moz-placeholder{  
	color:#cccccc;
}
input:-ms-input-placeholder{ 
	color:#cccccc;
}
textarea::-webkit-input-placeholder{
	color:#cccccc;
}
textarea::-moz-placeholder{ 
	color:#cccccc;
}
textarea:-moz-placeholder{
	color:#cccccc;
} */