@charset "utf-8";

/*全局样式*/

*,
input,
textarea {
	margin: 0;
	padding: 0;
	border: none;
	outline: none;
}

textarea {
	resize: none;
	overflow: auto;
}

em {
	font-style: normal;
}

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a,
input {
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

img {
	border: none;
}

a {
	text-decoration: none;
	color: #333333;
	transition: all .3s;
}

.clearx {
	clear: both;
}

.hide {
	display: none;
}

.block {
	display: block;
}

.floatL {
	float: left;
}

.floatR {
	float: right;
}

* {
	margin: 0;
	padding: 0;
	font-size: 14px;
	font-family: "Hiragino Sans GB", "Microsoft YaHei", "WenQuanYi Micro Hei", sans-serif;
	-webkit-tap-highlight-color: rgba(255, 0, 0, 0);
}

.w_1200 {
	width: 1200px;
	margin: 0 auto;
	position: relative;
}

.imgbig {
	transition: 0.3s all;
	-webkit-transition: 0.3s all;
}

.imgbig:hover img {
	transform: scale(1.1);
	-webkit-transform: scale(1.1);
}


/* 翻页style */

.clkPage {
	margin: 60px auto 0 auto;
	text-align: center;
	clear: both;
	font-size: 16px;
	padding-bottom: 80px;
}

.clkPage span {
	margin-right: 10px;
	color: #fff;
	background-color: #e0901e;
	border: 1px solid #e0901e;
	padding: 6px 12px;
}

.clkPage .dieS {
	background-color: #F0F0F0;
	border: 1px solid #999;
	padding: 6px 12px;
	color: #999;
}

.clkPage a,
.clkPage a:visited {
	margin-right: 10px;
	color: #fff;
	background-color: #48484c;
	border: 1px solid #2d2d2d;
	padding: 6px 12px;
	text-decoration: none;
	font-size: 16px;
}

.clkPage a:hover {
	color: #fff;
	background-color: #e0901e;
	border: 1px solid #e0901e;
	padding: 6px 12px;
	text-decoration: none;
	font-size: 16px;
}


/*header*/

.header {
	width: 100%;
	height: 100px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.2);
}

.header .logo {
	width: 100px;
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.header .logo img {
	vertical-align: middle;
}

.header .nav {
	width: 720px;
	overflow: hidden;
}

.header .nav li {
	float: left;
	line-height: 100px;
	text-align: center;
	width: 120px;
	height: 100px;
	overflow: hidden;
	position: relative;
}

.header .nav li a {
	position: absolute;
	display: block;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	font-size: 18px;
	color: #000;
}

.header .nav li.active,
.header .nav li:hover {
	background: #f57c13;
}

.header .nav li.active a,
.header .nav li:hover a {
	color: #fff;
}

.header .tel {
	width: 200px;
	height: 100px;
	position: absolute;
	right: 0;
	top: 0;
	padding: 20px 0;
}

.header .tel p {
	text-align: right;
	font-size: 30px;
	line-height: 30px;
	color: #F57C13;
	font-size: 18px;
}


/*banner*/

.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.banner_p .swiper-pagination-bullet {
	opacity: 1;
	background: #fff;
	transition: all .3s;
}

.banner_p .swiper-pagination-bullet-active {
	width: 20px;
	background: #f57c13;
	border-radius: 5px;
}

.title {
	text-align: center;
	font-size: 36px;
	color: #000;
	line-height: 52px;
	margin-bottom: 40px;
}

.title p {
	font-size: 14px;
	color: #818181;
	line-height: 22px;
	font-weight: normal;
	text-transform: uppercase;
}


/*首页运营*/

.index_yunying {
	width: 100%;
	padding: 40px 0;
	background: #f5f5f5;
}

.pc_yunying {
	display: block;
}

.phone_yunying {
	display: none;
}

.index_yunying li {
	float: left;
	width: 19%;
	margin-right: 1.25%;
	background: #fff;
	height: 300px;
	box-shadow: 0px 0px 2px #BFBFBF;
	transition: all 500ms ease-in-out;
	text-align: center;
}

.index_yunying li:nth-child(5) {
	margin-right: 0;
}

.index_yunying li img {
	padding-top: 40px;
	padding-bottom: 20px;
}

.index_yunying li h2 {
	font-size: 22px;
	font-weight: inherit;
	color: #232323;
}

.index_yunying li p {
	color: #5f5f5f;
	font-size: 12px;
	padding-top: 14px;
}

.index_yunying li:hover {
	box-shadow: 0px 10px 20px #BFBFBF;
}

.yunying_btn {
	padding: 40px 0 0 0;
}

.yunying_btn a {
	display: block;
	height: 42px;
	line-height: 42px;
	width: 292px;
	margin: 0 auto;
	background: #f57c13;
	color: #fff;
	text-align: center;
	font-size: 22px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px #BFBFBF;
	padding-left: 2px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.yunying_btn a:hover {
	width: 350px;
}


/*首页关于*/

.index_about {
	width: 100%;
	padding: 40px 0;
	background: #f57c13;
}

.index_about .title {
	color: #fff;
}

.index_about .title p {
	color: #fff;
}

.pc_about {
	display: block;
}

.phone_about {
	display: none;
}

.index_about li {
	float: left;
	width: 23%;
	margin-right: 2.66%;
	text-align: center;
	color: #fff;
}

.index_about li:nth-child(4) {
	margin-right: 0;
}

.index_about li img {
	padding: 20px 0;
}

.index_about li h2 {
	font-size: 22px;
	line-height: 50px;
}

.index_about li p {
	font-size: 14px;
	line-height: 24px;
}

.index_about h3 {
	font-size: 22px;
	color: #fff;
	text-align: center;
	line-height: 40px;
	margin: 20px 0;
}

.about_btn a {
	display: block;
	height: 42px;
	line-height: 42px;
	width: 292px;
	margin: 0 auto;
	border: 1px solid #fff;
	color: #fff;
	text-align: center;
	font-size: 22px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border-radius: 8px;
	box-shadow: 0px 0px 10px #BFBFBF;
	padding-left: 2px;
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	transition: all 0.2s linear;
}

.about_btn a:hover {
	width: 350px;
}


/*首页服务*/

.index_fuwu {
	padding: 40px 0;
}

.pc_fuwu {
	display: block;
}

.phone_fuwu {
	display: none;
}

.index_fuwu li {
	float: left;
	width: 32%;
	margin-right: 2%;
}

.index_fuwu li .imgc {
	background: #f57c13;
	text-align: center;
}

.index_fuwu li .imgc span {
	display: block;
	text-align: center;
	font-size: 14px;
	line-height: 30px;
	color: #fff;
}

.index_fuwu li p {
	color: #333;
	font-size: 14px;
	line-height: 24px;
	padding: 20px;
}

.index_fuwu li .fuwu_btn {
	text-align: center;
}

.index_fuwu li .fuwu_btn a {
	display: inline-block;
	width: 100px;
	height: 38px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #f57c13;
	border-radius: 10px;
	font-size: 14px;
	margin-right: 5px;
	cursor: pointer;
}

.index_fuwu li .fuwu_btn a:nth-child(2) {
	margin-right: 0;
}

.index_fuwu li:nth-child(3) {
	margin-right: 0;
}


/*流程*/

.liucheng {
	width: 100%;
	height: 490px;
	overflow: hidden;
	background: url(http://www.taoyuec.com/static/images/liucheng.png) no-repeat center top;
}


/*成功案例*/

.index_case {
	padding: 30px 0;
}

.index_case li {
	width: 24%;
	float: left;
	height: 330px;
	margin-right: 1.333%;
	margin-bottom: 30px;
	position: relative;
}

.index_case li a {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
}

.index_case li:nth-child(4n) {
	margin-right: 0;
}

.index_case li .img {
	width: 100%;
	margin-bottom: 10px;
	text-align: center;
	overflow: hidden;
}

.index_case li .img img {
	display: block;
	width: 100%;
}

.index_case li p {
	font-size: 14px;
	color: #000;
	text-align: center;
	line-height: 40px;
}

a.more {
	display: block;
	width: 145px;
	height: 45px;
	margin: 0 auto;
	font-size: 16px;
	color: #666;
	line-height: 45px;
	text-align: center;
	background: #ededed;
}

a.more:hover {
	background: #f57c13;
	color: #fff;
}


/*咨询*/

.join_in {
	padding: 100px 0;
	background: url(http://www.taoyuec.com/static/images/join_in.jpg) center top repeat;
	text-align: center;
}

.join_in_title {
	font-size: 36px;
	color: #fff;
}

.join_in_title span {
	font-size: 36px;
	color: #F57C13;
}

.join_in_text {
	color: #e3e3e3;
	font-size: 18px;
	margin: 15px 0 50px 0;
}

.join_in_button {
	padding: 8px 60px;
	display: inline-block;
	background: #F57C13;
	border: solid 1px #F57C13;
	color: #fff;
	border-radius: 3px;
	overflow: hidden;
}

.join_in_button:hover {
	background: #fff;
	background: transparent;
	color: #F57C13;
}


/*index_news*/

.index_news {
	padding: 30px 0;
}

.index_news .news_list_all {
	width: 100%;
	margin-left: -40px;
	margin-bottom: 40px;
}

.index_news .news_list {
	width: 33.3333333%;
	box-sizing: border-box;
	padding-left: 40px;
	float: left;
}

.index_news .news_list .img {
	width: 100%;
}

.index_news .news_list .img img {
	display: block;
	width: 100%;
}

.index_news .news_list .index_news_title {
	font-size: 16px;
	color: #333;
	margin: 25px 0;
}

.index_news .news_list li {
	width: 100%;
}

.index_news .news_list li a.text {
	display: block;
	color: #767676;
	font-size: 12px;
	margin-bottom: 10px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	background: url(http://www.taoyuec.com/static/images/news_icon.png) left center no-repeat;
	padding: 3px 0 3px 15px;
	transition: 0.2s all;
	-webkit-transition: 0.2s all;
	float: left;
	width: 80%;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	box-sizing: border-box;
}

.index_news .news_list li span.time {
	float: right;
	width: 20%;
	text-align: right;
	font-size: 12px;
	color: #ccc;
	float: right;
	margin-top: 3px;
}

.index_news .news_list li a:hover {
	color: #333;
	text-indent: 5px;
}


/*底部留言*/

.f_liuyan {
	width: 100%;
	height: 350px;
	box-sizing: border-box;
	background: url(http://www.taoyuec.com/static/images/liuyan_bg.jpg) no-repeat;
	background-size: 100% 100%;
	padding-top: 20px;
}

.f_liuyan .title {
	border-bottom: 1px dashed #F57C13;
	color: #fff;
	padding-bottom: 10px;
}

.f_liuyan .title p {
	color: #f0f0f0;
}

.f_liuyan dl {
	width: 292px;
	height: 28px;
	margin: 0 auto 20px;
}

.f_liuyan dt {
	float: left;
	width: 80px;
	font-size: 18px;
	color: #fff;
	line-height: 28px;
}

.f_liuyan dt span {
	color: #f00;
}

.f_liuyan dd {
	width: 208px;
	height: 28px;
	float: right;
}

.f_liuyan dd input {
	display: block;
	width: 208px;
	height: 28px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 0 5px;
}

.f_liuyan dd button {
	display: block;
	width: 208px;
	height: 28px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 28px;
	color: #fff;
	background: #F57C13;
	border-radius: 5px;
	cursor: pointer;
}


/*底部*/

.footer {
	width: 100%;
	padding: 30px 0;
}

.footer dl {
	float: left;
	width: 33.33333%;
	height: 150px;
	line-height: 150px;
}

.footer dl img {
	vertical-align: middle;
}

.footer dl:nth-child(1) {
	text-align: left;
}

.footer dl:nth-child(2) {
	text-align: center;
}

.footer dl:nth-child(3) {
	text-align: right;
}

.footer dd a {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 30px;
}

.footer dd a:hover {
	color: #F57C13;
}

.copyright p {
	height: 45px;
	text-align: center;
	line-height: 45px;
	font-size: 12px;
	color: #bebebe;
	background: #676767;
}


/*内页banner*/

.ny-banner {
	width: 100%;
	overflow: hidden;
}

.ny-banner img {
	display: block;
	width: 100%;
}


/*面包屑导航*/

.mbx {
	height: 40px;
	position: relative;
	padding-left: 10px;
}

.mbx a {
	display: inline-block;
	line-height: 40px;
	color: #666;
	font-size: 14px;
	position: relative;
	padding: 0 10px;
}

.mbx:before {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(http://www.taoyuec.com/static/images/index-icon.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	top: 13px;
	left: 0;
}

.mbx a:hover,
.mbx a.active {
	color: #F57C13;
}


/*关于淘钰*/

.about {
	padding: 30px 0;
}

.about .floatL {
	width: 260px;
}

.about .floatL dl {
	width: 100%;
	margin-bottom: 20px;
}

.about .floatL dt {
	width: 100%;
	height: 97px;
	box-sizing: border-box;
	text-align: center;
	line-height: 97px;
	font-size: 24px;
	color: #555;
	background: #f5f5f5;
	border: 1px solid #ededed;
	margin-bottom: 5px;
}

.about .floatL dd {
	width: 100%;
	height: 52px;
	box-sizing: border-box;
	line-height: 52px;
	font-size: 14px;
	border: 1px solid #ededed;
	position: relative;
	padding: 0 20px;
	margin-bottom: 5px;
}

.about .floatL dd:after {
	content: '';
	display: block;
	width: 14px;
	height: 14px;
	background: url(http://www.taoyuec.com/static/images/right.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	right: 20px;
	top: 19px;
}

.about .floatL dd:hover,
.about .floatL dd.active {
	background: #f9f9f9;
}

.about .floatL dd a {
	display: block;
	width: 100%;
	height: 100%;
	font-size: 16px;
	color: #888;
}

.about .floatL .lx {
	border: 1px solid #ededed;
}

.about .floatL .lx h3 {
	box-sizing: border-box;
	height: 52px;
	padding: 0 20px;
	background: #f5f5f5;
	color: #555;
	font-size: 18px;
	line-height: 52px;
}

.about .floatL .lx ul {
	padding: 20px;
}

.about .floatL .lx li {
	padding-left: 30px;
	position: relative;
	margin-bottom: 20px;
}

.about .floatL .lx li p {
	color: #333;
	line-height: 20px;
}

.about .floatL .lx li:nth-child(1):before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(http://www.taoyuec.com/static/images/lx-icon1.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
}

.about .floatL .lx li:nth-child(2):before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(http://www.taoyuec.com/static/images/lx-icon2.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
}

.about .floatL .lx li:nth-child(3):before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(http://www.taoyuec.com/static/images/lx-icon3.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
}

.about .floatL .lx li:nth-child(4):before {
	content: '';
	display: block;
	width: 20px;
	height: 20px;
	background: url(http://www.taoyuec.com/static/images/lx-icon4.png) no-repeat;
	background-size: 100% 100%;
	position: absolute;
	left: 0;
}

.about .floatR {
	width: 930px;
}

.about .about_detailed {
	box-sizing: border-box;
	border: 1px solid #ededed;
}

.about .about_detailed img {
	max-width: 100%;
	overflow: hidden;
	text-indent: 0em;
	display: block;
}

.about .about_detailed .about_title {
	width: 100%;
	height: 97px;
	box-sizing: border-box;
	text-align: center;
	line-height: 97px;
	font-size: 24px;
	color: #555;
	background: #f5f5f5;
}

.about .about_detailed .text {
	padding: 20px;
}

.about .about_detailed .text p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	text-indent: 2em;
	margin-bottom: 20px;
}


/*案例列表*/

.case_list {
	padding: 0 20px;
}

.case_list li {
	width: 100%;
	height: 180px;
	overflow: hidden;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.case_list li .img {
	box-sizing: border-box;
	border: 1px solid #ccc;
	width: 180px;
	height: 180px;
	overflow: hidden;
	float: left;
}

.case_list li .img img {
	display: block;
	width: 180px;
	height: 180px;
}

.case_list li .word {
	float: right;
	height: 180px;
	width: 680px;
	overflow: hidden;
	position: relative;
}

.case_list li .word a {
	display: block;
	width: 100%;
	height: 100%;
}

.case_list li .word h3 {
	font-size: 16px;
	color: #000;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
	overflow: hidden;
	margin-bottom: 20px;
}

.case_list li .word p {
	font-size: 14px;
	color: #666;
	line-height: 24px;
	height: 96px;
	overflow: hidden;
}

.case_list li .word span {
	font-size: 14px;
	color: #999;
}

.fy {
	height: 40px;
	text-align: center;
}

.fy a {
	display: inline-block;
	padding: 0 10px;
	color: #666;
	font-size: 14px;
	line-height: 40px;
}

.fy a.active,
.fy a:hover {
	color: #F57C13;
}


/*案例详情*/

.news_detailed {
	padding: 0 20px;
}

.news_detailed .news_title {
	text-align: center;
	color: #666;
}

.news_detailed .news_title h1 {
	line-height: 34px;
	font-size: 28px;
	margin-bottom: 15px;
}

.news_other {
	color: #666666;
	font-size: 14px;
	line-height: 32px;
	text-align: center;
}

.news_other .article_from {
	background: url(http://www.taoyuec.com/static/images/article_ico.png) 0 1px no-repeat;
	padding-left: 21px;
}

.news_other .article_hits {
	background: url(http://www.taoyuec.com/static/images/article_ico.png) 0 -17px no-repeat;
	padding-left: 21px;
}

.news_other .article_time {
	background: url(http://www.taoyuec.com/static/images/article_ico.png) 0 -35px no-repeat;
	padding-left: 20px;
}

.taoyu_summary {
	position: relative;
	overflow: visible;
	margin: 25px auto 0 auto;
	width: 100%;
	background: #E5E5E5;
}

.taoyu_summary_inner {
	position: relative;
	top: -6px;
	left: -6px;
	border: 1px solid #ccc;
	width: 100%;
	background: #bfbfbf;
	padding: 12px;
	line-height: 24px;
	font-size: 14px;
	color: #333;
}

.taoyu_summary em {
	color: #e0901e;
	font-size: 16px;
}

.news_show {
	margin-top: 0;
	padding: 15px 0;
	color: #666;
	font-size: 14px;
	line-height: 26px;
	border-bottom: 1px solid #d2d2d2;
}

.news_show img {
	max-width: 100%;
	overflow: hidden;
}

.news_show a {
	font-weight: bold;
}

.news_show p {
	margin-top: 15px;
	line-height: 26px;
}

.news_next {
	margin-top: 15px;
	width: 100%;
}

.news_next a {
	float: left;
	height: 32px;
	line-height: 32px;
	display: block;
	color: #666;
	width: 48%;
	overflow: hidden;
	margin-right: 4%;
}

.news_next a:nth-child(2) {
	margin-right: 0;
	text-align: right;
}

.news_next a:hover {
	color: #F57C13;
}


/*fuwu*/

.fuwu {
	padding: 30px 0;
}

.fuwu_title {
	text-align: center;
	margin-bottom: 40px;
}

.fuwu_title h3 {
	font-size: 24px;
	color: #000;
	height: 40px;
	position: relative;
	margin-bottom: 20px;
}

.fuwu_title h3:after {
	content: '';
	display: block;
	width: 100px;
	height: 1px;
	background: #F57C13;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -50px;
}

.fuwu_title p {
	text-align: center;
	font-size: 14px;
	color: #666;
	line-height: 30px;
}

.fuwu li {
	float: left;
	width: 22%;
	margin-right: 4%
}

.fuwu li:nth-child(4) {
	margin-right: 0;
}

.fuwu li .img {
	width: 100%;
	height: 100px;
	margin-bottom: 20px;
}

.fuwu li .img img {
	display: block;
	width: 100px;
	height: 100px;
	margin: 0 auto;
}

.fuwu li span {
	color: #000;
	text-align: center;
	display: block;
	padding-bottom: 10px;
	font-size: 20px;
	position: relative;
	margin-bottom: 20px;
}

.fuwu li span:after {
	content: '';
	display: block;
	width: 100px;
	height: 2px;
	position: absolute;
	left: 50%;
	margin-left: -50px;
	bottom: 0;
	background: #F57C13;
}

.fuwu li p {
	text-align: center;
	font-size: 14px;
	line-height: 24px;
	color: #666;
}


/*contact*/

.contact {
	padding: 30px 0 50px 0;
}

.contact_title {
	text-align: center;
	color: #a4a4a4;
	font-size: 22px;
	line-height: 36px;
	text-transform: uppercase;
}

.contact_title span {
	display: inline-block;
	color: #f57c13;
	font-size: 36px;
}

#dituContent {
	width: 600px;
	height: 500px;
}

.map {
	margin-top: 40px;
}

.map .floatL dt {
	height: 60px;
	position: relative;
	color: #666;
	font-size: 20px;
	font-weight: bold;
}

.map .floatL dt:before {
	content: "";
	position: absolute;
	top: 38px;
	left: 0;
	display: block;
	width: 17px;
	height: 2px;
	background: #a0a0a0;
}

.map .floatL dd {
	color: #666;
	font-size: 18px;
	line-height: 18px;
	margin-bottom: 60px;
}


/*友情链接*/

.link {
	width: 100%;
	margin: 0 auto;
	text-align: center;
	background-color: #f8f8f8;
	padding: 0 5px;
	line-height: 30px;
	color: #666;
	box-sizing: border-box;
}


/*在线客服*/

.box_os .os_x,
.box_os .osqq,
.ico_os,
.ico_gt,
.ico_pp,
.osqq .qq {
	background: url(http://www.taoyuec.com/static/images/kf.gif) no-repeat;
}

.box_os {
	height: auto;
	overflow: hidden;
	width: 131px;
	position: fixed;
	right: 0;
	top: 200px;
	_position: absolute;
	z-index: 9999;
}

.box_os .os_x {
	background-color: #f7f7f7;
	background-position: 2px 2px;
	width: 18px;
	height: 20px;
	float: right;
	display: inline;
	cursor: pointer;
}

.box_os .osqq {
	width: 129px;
	border: 1px solid #D1D1D1;
	background-color: #fff;
	background-position: 0 -120px;
	clear: both;
	padding: 37px 0 8px 0;
	text-align: center;
}

.box_os .osqq p {
	height: auto;
	line-height: 20px;
	width: 129px;
	margin-top: 8px;
}

.box_os .osqq p strong {
	color: #666;
}

.box_os .osqq img {
	padding: 7px 0 3px 0;
}

.box_os .osqq p em {
	color: #999;
	display: block;
}

.box_os .osqq p span {
	color: #547816;
	display: block;
}

.box_os .osqq .qq {
	background-position: -140px -120px;
	display: block;
	width: 99px;
	height: 26px;
	margin: 0 auto;
	margin-top: 8px;
	cursor: pointer;
}

.acbox {
	width: 130px;
	overflow: hidden;
}

.acbox .ico_gt {
	background-position: -60px 0;
	border: 1px solid #299ec0;
	border-top: 0;
	cursor: pointer;
	width: 60px;
	height: 33px;
	float: right;
}

.acbox .ico_pp {
	background-position: -60px -60px;
	border: 1px solid #81b140;
	border-top: 0;
	cursor: pointer;
	width: 60px;
	height: 33px;
	float: right;
	margin: 0 2px;
}

.onlineService {
	background: none;
	display: none;
	width: 39px;
	*width: 84px;
	height: 178px;
	;
	position: fixed;
	right: 0;
	top: 44px;
	_position: absolute;
}

.onlineService .ico_os {
	background-position: -2px -20px;
	border: 1px solid #c7c7c7;
	cursor: pointer;
	width: 39px;
	height: 98px;
	float: right;
}

.onlineService .ico_gt {
	background-position: right 0;
	border: 1px solid #299ec0;
	cursor: pointer;
	width: 39px;
	height: 37px;
	float: right;
	clear: both;
}

.onlineService .ico_pp {
	background-position: right -60px;
	border: 1px solid #81b140;
	cursor: pointer;
	width: 39px;
	height: 37px;
	float: right;
	margin: 0 0 1px 0;
	clear: both;
}

.box_os .osqq p span a {
	color: #557917;
}

.main-im {
	position: fixed;
	right: 10px;
	top: 100px;
	z-index: 100;
	width: 110px;
	height: 272px;
}

.main-im .qq-a {
	display: block;
	width: 106px;
	height: 116px;
	font-size: 14px;
	color: #0484cd;
	text-align: center;
	position: relative;
}

.main-im .qq-a span {
	bottom: 5px;
	position: absolute;
	width: 90px;
	left: 10px;
}

.main-im .qq-hover-c {
	width: 70px;
	height: 70px;
	border-radius: 35px;
	position: absolute;
	left: 18px;
	top: 10px;
	overflow: hidden;
	z-index: 9;
}

.main-im .qq-container {
	z-index: 99;
	position: absolute;
	width: 109px;
	height: 118px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	border-bottom: 1px solid #dddddd;
	background: url(http://www.taoyuec.com/static/images/qq-icon-bg.png) no-repeat center 8px;
}

.main-im .img-qq {
	max-width: 60px;
	display: block;
	position: absolute;
	left: 6px;
	top: 3px;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}

.main-im .im-qq:hover .img-qq {
	max-width: 70px;
	left: 1px;
	top: 8px;
	position: absolute;
}

.main-im .im_main {
	background: #F9FAFB;
	border: 1px solid #dddddd;
	border-radius: 10px;
	background: #F9FAFB;
	display: block;
}

.main-im .im_main .im-tel {
	color: #000000;
	text-align: center;
	width: 109px;
	height: 105px;
	border-bottom: 1px solid #dddddd;
}

.main-im .im_main .im-tel div {
	font-weight: bold;
	font-size: 12px;
	margin-top: 6px;
}

.main-im .im_main .im-tel .tel-num {
	font-family: Arial;
	font-weight: bold;
	color: #e66d15;
}

.main-im .im_main .im-tel:hover {
	background: #fafafa;
}

.main-im .im_main .weixing-container {
	width: 55px;
	height: 47px;
	border-right: 1px solid #dddddd;
	background: #f5f5f5;
	border-bottom-left-radius: 10px;
	background: url(http://www.taoyuec.com/static/images/weixing-icon.png) no-repeat center center;
	float: left;
}

.main-im .im_main .weixing-show {
	width: 112px;
	height: 172px;
	background: #ffffff;
	border-radius: 10px;
	border: 1px solid #dddddd;
	position: absolute;
	left: -125px;
	top: -126px;
	display: none;
}

.main-im .im_main .weixing-show .weixing-sanjiao {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #ffffff;
	border-width: 6px;
	left: 112px;
	top: 134px;
	position: absolute;
	z-index: 2;
}

.main-im .im_main .weixing-show .weixing-sanjiao-big {
	width: 0;
	height: 0;
	border-style: solid;
	border-color: transparent transparent transparent #dddddd;
	border-width: 8px;
	left: 112px;
	top: 132px;
	position: absolute;
}

.main-im .im_main .weixing-show .weixing-ma {
	width: 104px;
	height: 103px;
	padding-left: 5px;
	padding-top: 5px;
}

.main-im .im_main .weixing-show .weixing-txt {
	position: absolute;
	top: 110px;
	left: 7px;
	width: 100px;
	margin: 0 auto;
	text-align: center;
}

.main-im .im_main .go-top {
	width: 50px;
	height: 47px;
	background: #f5f5f5;
	border-bottom-right-radius: 10px;
	background: url(http://www.taoyuec.com/static/images/totop-icon.png) no-repeat center center;
	float: right;
}

.main-im .im_main .go-top a {
	display: block;
	width: 52px;
	height: 47px;
}

.main-im .close-im {
	position: absolute;
	right: 10px;
	top: -12px;
	z-index: 100;
	width: 24px;
	height: 24px;
}

.main-im .close-im a {
	display: block;
	width: 24px;
	height: 24px;
	background: url(http://www.taoyuec.com/static/images/close_im.png) no-repeat left top;
}

.main-im .close-im a:hover {
	text-decoration: none;
}

.main-im .open-im {
	cursor: pointer;
	margin-left: 68px;
	width: 40px;
	height: 133px;
	background: url(http://www.taoyuec.com/static/images/open_im.png) no-repeat left top;
	display: none;
}


/*手机导航*/

.m-header {
	display: none;
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 50;
	transition: all .3s;
	background: #fff;
	height: 50px;
	overflow: hidden;
	z-index: 9999;
}

.m-header .view {
	padding: 0 4.167%;
}

.m-header .left {
	margin-top: 5px;
	float: left;
	height: 40px;
}

.m-header .left .m-logo {
	height: 40px;
}

.m-header .left .m-logo img {
	height: 40px;
}

.m-header span,
.m-header a,
.m-header .nav {
	display: inline-block;
	*display: inline;
	zoom: 1;
	vertical-align: middle;
}

.m-header .right {
	float: right;
	margin-top: 5px;
	height: 40px;
	line-height: 40px;
}

.m-header .right .nav-btn {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 1.5rem;
	height: .6rem;
	position: relative;
	vertical-align: middle;
}

.m-header .right .nav-btn span {
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #000000;
	transition: all .2s;
}

.m-header .right .nav-btn span:nth-child(1) {
	top: 0;
}

.m-header .right .nav-btn span:nth-child(2) {
	bottom: 0;
}

.m-header .right .nav-btn.cur span {
	bottom: auto;
	top: 50%;
	margin-top: -1px;
}

.m-header .right .nav-btn.cur span:nth-child(1) {
	transform: rotate(45deg);
}

.m-header .right .nav-btn.cur span:nth-child(2) {
	transform: rotate(-45deg);
}

.m-nav {
	display: block;
	position: fixed;
	top: 50px;
	right: 0;
	width: 10rem;
	background-color: #fff;
	z-index: 50;
	height: calc(100% - 50px);
	padding: 1rem;
	transform: translateX(100%);
	transition: all .4s;
	z-index: 9999;
}

.m-nav.on {
	transform: translateX(0);
}

.m-nav li {
	margin-bottom: 1rem;
}

.m-nav li .tit {
	font-size: 18px;
	line-height: 30px;
	color: #333;
	font-weight: bold;
}


/*网站地图*/

.sitemap {
	margin: 60px auto;
}

.sitemap dl {
	float: left;
	width: 50%;
	height: 180px;
}

.sitemap dt {
	color: #666666;
	font-size: 20px;
	line-height: 20px;
	margin-bottom: 30px;
	font-weight: bold;
}

.sitemap dd a {
	display: inline-block;
	color: #666;
	font-size: 14px;
	margin-bottom: 20px;
	margin-right: 40px;
}

.phone_f {
	display: none;
}

@media screen and (max-width:1200px) {
	.header {
		display: none;
	}
	.box_os {
		display: none;
	}
	.m-header {
		display: block;
	}
	.main-im{
		display:none;
	}
	.banner {
		margin-top: 50px;
	}
	.banner .swiper-slide img {
		display: block;
		width: 100%;
	}
	.w_1200 {
		width: 96%;
	}
	.liucheng {
		display: none;
	}
	.index_case li {
		width: 49%;
		float: left;
		height: 200px;
		margin-right: 2%;
	}
	.index_case li:nth-child(2n) {
		margin-right: 0;
	}
	.index_case li .img {
		width: 100%;
		height: auto;
	}
	.index_case li .img img {
		width: 100%;
		height: auto;
	}
	.index_news .news_list_all {
		margin-left: 0;
	}
	.index_news .news_list {
		width: 100%;
		float: none;
		padding-left: 0;
	}
	.footer {
		display: none;
	}
	.ny-banner {
		margin-top: 50px;
	}
	.about {
		padding: 0 0 30px 0;
	}
	.about .floatL {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.about .floatR {
		width: 100%;
		float: none;
	}
	.taoyu_summary {
		box-sizing: border-box;
	}
	.taoyu_summary_inner {
		box-sizing: border-box;
	}
	.news_next a {
		width: 100%;
		float: none;
	}
	.news_next a:nth-child(2) {
		text-align: left;
	}
	.case_list {
		padding: 0;
	}
	.case_list li {
		height: auto;
	}
	.case_list li .img {
		float: none;
		width: 100%;
		height: auto;
		margin-bottom: 10px;
	}
	.case_list li .img img {
		width: 100%;
		height: auto;
	}
	.case_list li .word {
		width: 100%;
		float: none;
		height: auto;
	}
	.case_list li .word p {
		margin-bottom: 10px;
	}
	.map .floatL {
		width: 100%;
		float: none;
		margin-bottom: 20px;
	}
	.map .floatR {
		width: 100%;
		overflow: hidden;
	}
	.fuwu li {
		width: 100%;
		float: none;
		margin-right: 0;
	}
	
	.copyright p {
		padding: 10px 0;
		height: auto;
		text-align: center;
		line-height: 24px;
		font-size: 12px;
		color: #bebebe;
		background: #676767;
	}
	.mt50 {
		margin-top: 50px;
	}
	.title {
		font-size: 18px;
		line-height: 24px;
	}
	.pc_yunying {
		display: none;
	}
	.phone_yunying {
		display: block;
	}
	.phone_yunying .swiper-slide {
		width: 100%;
		background: #fff;
		height: 300px;
		box-shadow: 0px 0px 2px #BFBFBF;
		transition: all 500ms ease-in-out;
		text-align: center;
	}
	.phone_yunying .swiper-slide img {
		padding-top: 40px;
		padding-bottom: 20px;
	}
	.phone_yunying .swiper-slide h2 {
		font-size: 22px;
		font-weight: inherit;
		color: #232323;
	}
	.phone_yunying .swiper-slide p {
		color: #5f5f5f;
		font-size: 12px;
		padding-top: 14px;
	}
	.pc_about {
		display: none;
	}
	.phone_about {
		display: block;
	}
	.phone_about .swiper-slide {
		width: 100%;
		text-align: center;
		color: #fff;
		border: 1px solid #fff;
		box-sizing: border-box;
		padding-bottom: 20px;
		padding: 0 10px 20px 10px;
	}
	.phone_about .swiper-slide img {
		padding: 20px 0;
	}
	.phone_about .swiper-slide h2 {
		font-size: 22px;
		line-height: 50px;
	}
	.phone_about .swiper-slide p {
		font-size: 14px;
		line-height: 24px;
	}
	.pc_fuwu {
		display: none;
	}
	.phone_fuwu {
		display: block;
	}
	.phone_fuwu .swiper-slide {
		width: 100%;
	}
	.phone_fuwu .swiper-slide .imgc {
		background: #f57c13;
		text-align: center;
	}
	.phone_fuwu .swiper-slide .imgc span {
		display: block;
		text-align: center;
		font-size: 14px;
		line-height: 30px;
		color: #fff;
	}
	.phone_fuwu .swiper-slide p {
		color: #333;
		font-size: 14px;
		line-height: 24px;
		padding: 20px;
	}
	.phone_fuwu .swiper-slide .fuwu_btn {
		text-align: center;
	}
	.phone_fuwu .swiper-slide .fuwu_btn a {
		display: inline-block;
		width: 100px;
		height: 38px;
		line-height: 40px;
		text-align: center;
		border: 1px solid #f57c13;
		border-radius: 10px;
		font-size: 14px;
		margin-right: 5px;
		cursor: pointer;
	}
	.phone_fuwu .swiper-slide .fuwu_btn a:nth-child(2) {
		margin-right: 0;
	}
	.phone_fuwu .swiper-slide:nth-child(3) {
		margin-right: 0;
	}
	.phone_f {
		width:100%;
		display: none;
		position:fixed;
		bottom:0;
		left:0;
		background:#f57c13;
		z-index:999;
	}
	.phone_f li{
		padding:10px 0 0 0;
		float:left;
		width:25%;
		text-align: center;
	}
	.phone_f li img{
		display: block;
		width:20px;
		height:20px;
		margin:0 auto;
	}
	.phone_f li p{
		color:#fff;
		font-size:14px;
		line-height: 30px;
	}
	.link{
		margin-bottom: 60px;
		display:none;
	}
}