@charset "utf-8";

/* CSS reset for c_b*/
body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

table th,
table td {
	padding: 5px;
}

fieldset,
img {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
i,
th,
var {
	font-style: normal;
	font-weight: normal;
}

ol,
ul {
	list-style: none;
}

ception,
th {
	text-align: left;
}

q:before,
q:after {
	content: '';
}

abbr,
acronym {
	border: 0;
}

a {
	color: #666;
	text-decoration: none;
}

/*for ie f6n.net*/
a:focus {
	outline: none;
}

/*for ff f6n.net*/
a:hover {
	text-decoration: none;
}

/*定位*/
.tl {
	text-align: left;
}

.tc {
	text-align: center;
}

.tr {
	text-align: right;
}

.bc {
	margin-left: auto;
	margin-right: auto;
}

.fl {
	float: left;
	display: inline;
}

.fr {
	float: right;
	display: inline;
}

.zoom {
	zoom: 1
}

.hidden {
	visibility: hidden;
}

.vam {
	vertical-align: middle;
}

.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}

p {
	word-spacing: -1.5px;
}

li {
	list-style: none;
}

-moz-box-sizing:content-box;
-webkit-box-sizing:content-box;
box-sizing:content-box;

/*其他*/
.cur {
	cursor: pointer
}

/*原reset*/
sup {
	vertical-align: baseline;
}

sub {
	vertical-align: baseline;
}

input,
button,
textarea,
select,
optgroup,
option {
	font-family: inherit;
	font-size: inherit;
	outline: none;
	font-style: inherit;
	font-weight: inherit;
}

input,
button,
textarea,
select {
	*font-size: 100%;
}

input,
select {
	vertical-align: middle;
}

body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}

select,
input,
button,
textarea,
button {
	font: 99% arial, helvetica, clean, sans-serif;
}

table {
	font-size: 14px;
	width: 100%;
	border-collapse: collapse;
}

pre,
code,
kbd,
samp,
tt {
	font-family: monospace;
	*font-size: 108%;
	line-height: 100%;
}

/*title*/
h1 {
	font-size: 32px;
}

h2 {
	font-size: 26px;
}

h3 {
	font-size: 20px;
}

h4 {
	font-size: 14px;
}

h5 {
	font-size: 12px;
}

h6 {
	font-size: 10px;
}


/*清除浮动*/
.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
	/*兼容 IE*/
	zoom: 1;
}

/*end reset*/
/* CSS Document*/
body {

	overflow-x: hidden;
	color: #666;
	font-size: 14px;
	font-family: "微软雅黑";
	position: relative;
	min-width: 1200px;
	width: 100%;
}

/*网站字体颜色*/
.content,
.container {
	margin-left: auto;
	margin-right: auto;
	width: 1200px;
}

.wrap-header {
	height: 99px;
	position: relative;
	z-index: 3;
}

.wrap-header .conleft {
	position: relative;
	padding-top: 25px;
}

.wrap-header .logoImg {
	margin-left: 40px;
}

.wrap-header .logoImg img {
	display: block;
	width: 96px;
	height: 46px;
}

.wrap-header .lTit {
	margin-left: 12px;
	color: #333;
}

.wrap-header .p1 {
	font-size: 16px;
	margin-bottom: 3px;
	padding-top: 3px;
}

.wrap-header .conright {
	position: relative;
	padding-right: 198px;
	width: 48%;
}

.wrap-header .nav ul {
	padding-top: 38px;
	width: 102%;
}

.wrap-header .nav ul li {
	float: left;
	font-size: 15px;
}

.wrap-header .nav ul li.cur a,
.wrap-header .nav ul li:hover a {
	color: #1F4491;
}

.wrap-header .menu {
	position: absolute;
	right: 0;
	top: 0;
	width: 99px;
	height: 99px;
	background: #1F4491;
	cursor: pointer;
}

.wrap-header .menu span {
	display: block;
	height: 99px;
	background: url(../images/Common/menu.png) no-repeat center;
}

.wrap-header .search {
	position: absolute;
	right: 99px;
	top: 0;
	width: 99px;
	height: 99px;
	background: #f7f7f7;
	cursor: pointer;
}

.wrap-header .search span {
	display: block;
	height: 99px;
	background: url(../images/Common/search.png) no-repeat center;
}

.DHnav {
	display: none;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(Img/Index/bg01.png);
	z-index: 999;
}

.DHnav .NavCon {
	position: fixed;
	right: -400px;
	top: 0;
	height: 100%;
	background: #fff;
	width: 300px;
	opacity: 0;
	z-index: 3;
}

.DHnav .NavCon .navUl {
	position: absolute;
	left: 0;
	top: 15%;
	width: 100%;
	font-size: 16px;
}

.DHnav .NavCon .navUl .navli {
	height: 65px;
	position: relative;
}

.DHnav .NavCon .navUl .navli .lia {
	display: block;
	height: 65px;
	text-indent: 120px;
	line-height: 65px;
}

.DHnav .NavCon .navUl .navli:hover {
	background: #1F4491;
}

.DHnav .NavCon .navUl .navli:hover .lia {
	color: #fff;
}

.DHnav .NavCon .navClose {
	width: 99px;
	height: 99px;
	background: url(../images/Common/navClose.png) no-repeat center;
	position: absolute;
	right: 30px;
	top: 10px;
	cursor: pointer;
	transition: all 0.5s;
}

.DHnav .NavCon .navClose:hover {
	transform: rotate(360deg);
}

.DHnav .NavCon .navUl .li1 .lia {
	background: url(../images/Common/navicon01.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li2 .lia {
	background: url(../images/Common/navicon03.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li3 .lia {
	background: url(../images/Common/navicon05.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li4 .lia {
	background: url(../images/Common/navicon07.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li5 .lia {
	background: url(../images/Common/navicon09.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li6 .lia {
	background: url(../images/Common/navicon11.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li7 .lia {
	background: url(../images/Common/navicon13.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li8 .lia {
	background: url(../images/Common/navicon15.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li9 .lia {
	background: url(../images/Common/navicon17.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li1:hover .lia {
	background: url(../images/Common/navicon02.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li2:hover .lia {
	background: url(../images/Common/navicon04.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li3:hover .lia {
	background: url(../images/Common/navicon06.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li4:hover .lia {
	background: url(../images/Common/navicon08.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li5:hover .lia {
	background: url(../images/Common/navicon10.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li6:hover .lia {
	background: url(../images/Common/navicon12.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li7:hover .lia {
	background: url(../images/Common/navicon14.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li8:hover .lia {
	background: url(../images/Common/navicon16.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .li9:hover .lia {
	background: url(../images/Common/navicon18.png) no-repeat 74px;
}

.DHnav .NavCon .navUl .libox {
	display: none;
	width: 220px;
	position: absolute;
	left: -220px;
	top: 0;
	background: url(Img/Index/bg02.png);
	text-align: center;
}

.DHnav .NavCon .navUl .libox p {
	height: 35px;
	line-height: 35px;
}

.DHnav .NavCon .navUl .libox p a {
	display: block;
	height: 35px;
	line-height: 35px;
	color: #fff;
}

.DHnav .NavCon .navUl .libox p:hover {
	background: #b88458;
}

.searchBox {
	display: none;
	position: absolute;
	left: 0;
	top: 99px;
	height: 250px;
	background: url(Img/Index/seachbg.jpg) no-repeat center;
	width: 100%;
}

.searchBox h3 {
	margin-bottom: 18px;
	text-align: center;
	font-size: 25px;
	color: #fff;
	font-weight: normal;
}

.searchBox h3 em {
	display: block;
	width: 1px;
	height: 55px;
	background: #fff;
	margin: 0 auto;
}

.searchBox .searInp {
	height: 60px;
	background: #fff;
	margin-bottom: 25px;
}

.searchBox .searInp input {
	float: left;
	width: 1135px;
	height: 60px;
	border: none;
	line-height: 60px;
	font-size: 16px;
	color: #999;
	text-indent: 15px;
}

.searchBox .searInp span {
	float: right;
	display: block;
	width: 60px;
	height: 60px;
	background: url(../images/Common/search02.png) no-repeat center;
	cursor: pointer;
}

.searchBox .keyword {
	text-align: center;
}

.searchBox .keyword li {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
	margin: 0 5px;
	color: #fff;
}

.searchBox .keyword li a {
	color: #fff;
}

.wrap-footer {
	padding: 40px 0 65px 0;
	background: url(../images/Common/fbg.jpg);
	border-top: 1px solid #e6dfdf;
}

.wrap-footer ul {
	float: left;
	margin-left: 110px;
}

.wrap-footer ul:first-child {
	margin-left: 0;
}

.wrap-footer ul li {
	margin-bottom: 10px;
}

.wrap-footer ul li:hover a {
	color: #1F4491;
}

.wrap-footer ul li:first-child {
	margin-bottom: 24px;
}

.wrap-footer ul li:first-child a {
	color: #333;
}

.wrap-footer dl {
	float: right;
	text-align: right;
}

.wrap-footer dl dt {
	margin-bottom: 5px;
}

.wrap-footer dl dt img {
	display: block;
	width: 98px;
	height: 98px;
}

.wrap-footer dl dd {
	margin-right: 5px;
}

.ficp {
	height: 90px;
	background: #f8f8f8;
}

.ficp .container {
	position: relative;
	height: 90px;
}

.ficp p {
	height: 90px;
	line-height: 90px;
}

.ficp .ficpbg {
	height: 90px;
	width: 640px;
	background: #1F4491;
	position: absolute;
	right: -360px;
	top: 0;
}

.ficp p.fr {
	color: #fff;
	padding-left: 30px;
	background: url(../images/Common/ftel.png) no-repeat left center;
	position: relative;
	z-index: 2;
}

.zxkf {
	position: fixed;
	right: 0;
	top: 40%;
	z-index: 99;
	width: 56px;
}

.zxkf ul li {
	height: 54px;
	width: 210px;
	background: #1F4491;
	margin-bottom: 3px;
	border-radius: 15px 0 0 15px;
	position: relative;
	left: 0px;
	overflow: hidden;
	transition: all 0.5s;
}

.zxkf ul li a {
	display: block;
	height: 56px;
}

.zxkf ul li img {
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
	left: 15px;
	top: 12px;
}

.zxkf ul li.li2 img {
	width: 31px;
	height: 15px;
	top: 19px;
}

.zxkf ul li.li6 img {
	top: 14px;
}

.zxkf ul li.li7 {
	overflow: initial;
}

.zxkf ul li p {
	float: right;
	height: 56px;
	line-height: 56px;
	font-size: 14px;
	width: 150px;
	font-size: 16px;
	color: #fff;
}

.zxkf ul li:hover {
	left: -150px;
}

.zxkf ul li.li1:hover {
	left: 0;
	background: #1F4491;
}

.zxkf ul li.li2:hover {
	left: 0;
	background: #1F4491;
}

.zxkf ul li.li7:hover {
	left: 0;
}

.zxkf ul li.li7 p {
	position: absolute;
	right: -56px;
	bottom: 0;
	width: 100px;
	height: 100px;
	padding: 5px;
	background: #2f2f2f;
}

.zxkf ul li.li7:hover p {
	right: 211px;
	bottom: 0;
	width: 100px;
	height: 100px;
	padding: 5px;
	background: #2f2f2f;
}

.zxkf ul li.li7:hover p img {
	width: 100px;
	height: 100px;
	left: 0;
	top: 0;
}

/*返回顶部*/
.retop ul {
	overflow: hidden;
}

.retop li {
	float: left;
	margin-left: 10px;
}

.retop li img {
	display: block;
}

.rtTop {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: fixed;
	top: 80%;
	right: 46%;
	margin-right: -550px;
	cursor: pointer;
	display: none;
}

.rtTop h4 {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: relative;
}

.rtTop img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}

/* -- 弹出窗口 --*/
#oran_full_bg {
	display: none !important;
}

/* tanchuang1 提交弹窗*/
.tanchuang1 {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	background: url(../images/Common/tanchuangBg.png);
	height: 100%;
	z-index: 9999999;
}

.tanchuang1 .conBox {
	width: 400px;
	height: 212px;
	padding: 20px;
	background: #fff;
	position: absolute;
	left: 50%;
	margin-left: -220px;
	top: 50%;
	margin-top: -80px;
	z-index: 9999999;
}

.tanchuang1 .conBox .tcClose {
	width: 33px;
	height: 90px;
	position: absolute;
	right: 45px;
	top: -90px;
	cursor: pointer;
	z-index: 999999999999999;
}

.tanchuang1 .conBox .box {
	width: 398px;
	height: 190px;
	border: 1px solid #e5e5e5;
	padding-top: 20px;
	text-align: center;
	position: relative;
}

.tanchuang1 .conBox .box img {
	display: block;
	width: 47px;
	height: 47px;
	margin: 0 auto;
}

.tanchuang1 .conBox .box h5 {
	font-size: 24px;
	color: #1F4491;
	font-weight: bold;
	margin-top: 10px;
}

.tanchuang1 .conBox .box p {
	font-size: 16px;
	color: #4d4d4d;
	margin-top: 10px;
}

.tanchuang1 .conBox .box .b15 {
	display: block;
	width: 150px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 18px;
	color: #fff;
	position: absolute;
	bottom: -1px;
	left: 50%;
	margin-left: -75px;
	background: #1F4491;
	text-decoration: none;
	z-index: 999999999999999;
	border: 0px;
}

.tanchuang2 .conBox .box a {
	background: #404040;
}

/* 错误提示*/
.errorMainCon {
	width: 100%;
	background: url(../images/Common/errorBg.jpg) no-repeat center #f6f6f6;
	;
	height: 330px;
	padding-top: 300px;
}

.errorMainCon h3 {
	width: 525px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	font-size: 24px;
	color: #1e1e1e;
	font-weight: normal;
	margin: 0 auto;
}

.errorMainCon h3 em {
	color: #1F4491;
	font-weight: bold;
}

.errorMainCon p {
	font-size: 20px;
	color: #000000;
	text-align: center;
	margin-top: 30px;
}

.errorMainCon p em {
	color: #1F4491;
}

.errorMainCon a.error-url {
	font-size: 15px;
	color: #999999;
	font-family: arial;
	display: block;
	text-align: center;
	margin-top: 4px;
}

.errorMainCon .btn {
	text-align: center;
	height: 52px;
	width: 228px;
	margin: 30px auto 0;
	overflow: hidden;
}

.errorMainCon .btn .a1 {
	display: block;
	width: 104px;
	height: 52px;
	line-height: 52px;
	text-align: center;
	font-size: 16px;
	color: #818181;
	background: #e3e3e3;
	border-radius: 4px;
	float: left;
	text-decoration: none;
	border: none;
}

.errorMainCon .btn .a1:first-child {
	background: #1F4491;
	color: #fff;
	margin-right: 20px;
}

/*在线客服 longjh 2018年10月26日*/
.custom_service p img {
	display: inline;
	vertical-align: middle;
}

.scrollsidebar {
	position: fixed;
	z-index: 999;
	top: 15%;
	right: 0
}

.side_content {
	width: 0px;
	height: auto;
	overflow: hidden;
	float: left;
}

.side_content .side_list {
	width: 154px;
	overflow: hidden;
}

.show_btn {
	width: 0;
	height: 112px;
	overflow: hidden;
	margin-top: 50px;
	float: left;
	cursor: pointer;
}

.show_btn span {
	display: none;
}

.close_btn {
	width: 24px;
	height: 24px;
	cursor: pointer;
}

.side_title,
.side_bottom,
.close_btn,
.show_btn {
	background: url(../images/Common/sidebar_bg.png) no-repeat;
}

.side_title {
	height: 46px;
}

.side_bottom {
	height: 8px;
}

.side_center {
	font-family: Verdana, Geneva, sans-serif;
	padding: 5px 12px;
	font-size: 12px;
}

.close_btn {
	float: right;
	display: block;
	width: 21px;
	height: 16px;
	margin: 16px 10px 0 0;
	_margin: 16px 5px 0 0;
}

.close_btn span {
	display: none;
}

.side_center .custom_service p {
	text-align: center;
	padding: 6px 0;
	margin: 0;
	vertical-align: middle;
}

.side_center .custom_service p a {
	text-decoration: none;
}

.other {
	text-align: center;
	border-bottom: 1px solid #ddd;
	border-top: 1px solid #ddd
}

.other p {
	padding: 5px 0;
	_height: 16px;
	margin: 0;
	color: #666666;
}

.msgserver {
	text-align: center;
	margin-bottom: 5px;
	margin-top: 14px;
}

.msgserver a {
	background: url(../images/Common/sidebar_bg.png) no-repeat -119px -115px;
	padding-left: 22px;
}

/* blue skin as the default skin */
.side_title,
.side_blue .side_title {
	background-position: -195px 0;
}

.side_center,
.side_blue .side_center {
	background: url(../images/Common/blue_line.png) repeat-y center;
}

.side_bottom,
.side_blue .side_bottom {
	background-position: -195px -50px;
}

.close_btn,
.side_blue .close_btn {
	background-position: -44px 0;
}

.close_btn:hover,
.side_blue .close_btn:hover {
	background-position: -66px 0;
}

.show_btn,
.side_blue .show_btn {
	background-position: -119px 0;
}

.msgserver a,
.side_blue .msgserver a {
	color: #06C;
}

/* green skin  */
.side_green .side_title {
	background-position: -349px 0;
}

.side_green .side_center {
	background: url(../images/green_line.png) repeat-y center;
}

.side_green .side_bottom {
	background-position: -349px -50px;
}

.side_green .close_btn {
	background-position: -44px -23px;
}

.side_green .close_btn:hover {
	background-position: -66px -23px;
}

.side_green .show_btn {
	background-position: -147px 0;
}

.side_green .msgserver a {
	color: #76a20c;
}

/* Yuanheng 2018-11-14 客服样式*/
.y-kefu-box {
	position: fixed;
	right: 0;
	top: 20%;
	z-index: 9999;
	font-size: 13px;
}

.y-kefu-box img {
	display: block;
	width: 100%;
	height: auto;
}

.y-kefu-box01 .icon {
	display: block;
	background: url(../images/Common/icons01.png) no-repeat;
	margin: 0 auto 6px;
}

.y-kefu-box01 {
	width: 54px;
	color: #666;
	text-align: center;
}

.y-kefu-box01 .kf-close-btn {
	width: 27px;
	height: 27px;
	background-position: -5px -115px;
	position: relative;
	cursor: pointer;
}

.y-kefu-box01 .kf-close-btn:before {
	content: '';
	display: block;
	width: 1px;
	height: 12px;
	background-color: #005bac;
	position: absolute;
	bottom: -12px;
	left: 13px;
	z-index: 1;
}

.y-kefu-box01 .show-status>a,
.y-kefu-box01 .show-status>div {
	display: block;
	width: 52px;
	padding: 8px 0 12px;
	background-color: #fff;
	border-left: solid 1px #efefef;
	border-top: solid 1px #efefef;
	border-right: solid 1px #efefef;
	position: relative;
}

.y-kefu-box01 .show-status {
	position: relative;
}

.y-kefu-box01 .show-status .kf-zixun {
	background-color: #005bac;
	border-color: #005bac;
	color: #fff;
	margin: 10px 0 7px;
}

.y-kefu-box01 .kf-zixun {
	border-radius: 2px;
}

.y-kefu-box01 .kf-zixun i {
	width: 21px;
	height: 22px;
	background-position: -5px -5px;
}

.y-kefu-box01 .kf-mobile {
	border-top-left-radius: 2px;
	border-top-right-radius: 2px;
}

.y-kefu-box01 .kf-mobile>i {
	width: 18px;
	height: 18px;
	background-position: -5px -32px;
}

.y-kefu-box01 .kf-mobile:hover>i {
	background-position: -30px -32px;
}

.y-kefu-box01 .kf-weChat>i {
	width: 22px;
	height: 19px;
	background-position: -5px -55px;
}

.y-kefu-box01 .kf-weChat:hover>i {
	background-position: -30px -55px;
}

.y-kefu-box01 .kf-email {
	border-bottom-left-radius: 2px;
	border-bottom-right-radius: 2px;
}

.y-kefu-box01 .kf-email>i {
	width: 18px;
	height: 14px;
	background-position: -5px -80px;
}

.y-kefu-box01 .kf-email:hover>i {
	background-position: -30px -80px;
}

.y-kefu-box01 .back-top i {
	width: 13px;
	height: 11px;
	background-position: -5px -98px;
}

.y-kefu-box01 .back-top:hover i {
	background-position: -30px -98px;
}

.y-kefu-box01 .kf-email,
.y-kefu-box01 .back-top {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .back-top {
	margin-top: 20px;
	border-radius: 2px;
	left: 55px;
}

.y-kefu-box01 .hver:hover {
	background-color: #005bac;
	border-color: #005bac;
}

.y-kefu-box01 .hver:hover>p {
	color: #fff;
}

.y-kefu-box01 .mobile-infos,
.y-kefu-box01 .y-ewm-box,
.y-kefu-box01 .y-email-infos {
	background-color: #fff;
	border: solid 1px #efefef;
	position: absolute;
	right: 90px;
	z-index: 2;
	border-radius: 2px;
	display: none;
}

/*咨询热线*/
.y-kefu-box01 .mobile-infos {
	width: 215px;
	text-align: left;
	top: 0;
}

.y-kefu-box01 .mobile-infos>div {
	padding: 20px 0 20px 45px;
	position: relative;
}

.y-kefu-box01 .mobile-infos>div i {
	width: 15px;
	height: 15px;
	background-position: -52px -32px;
	position: absolute;
	top: 22px;
	left: 20px;
	z-index: 2;
}

.y-kefu-box01 .mobile-infos .online1 {
	border-bottom: solid 1px #efefef;
}

.y-kefu-box01 .mobile-infos span {
	color: #999;
}

.y-kefu-box01 .mobile-infos p {
	color: #005bac;
	font-size: 18px;
}

.right {
	width: 12px;
	height: 12px;
	position: absolute;
	right: -12px;
	top: 24px;
}

.right-arrow1,
.right-arrow2 {
	width: 0;
	height: 0;
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	border-top: 6px transparent dashed;
	border-right: 6px transparent dashed;
	border-bottom: 6px transparent dashed;
	border-left: 6px white solid;
	overflow: hidden;
}

.right-arrow1 {
	left: 1px;
	border-left: 6px #efefef solid;
}

.right-arrow2 {
	border-left: 6px white solid;
}

/*二维码*/
.y-kefu-box01 .y-ewm-box {
	width: 302px;
	height: 178px;
	top: -60px;
}

.y-kefu-box01 .y-ewm-box>div {
	width: 151px;
	height: 178px;
}

.y-kefu-box01 .y-ewm-box img {
	width: 94px;
	height: 94px;
	margin: 30px auto 10px;
}

.y-kefu-box01 .y-ewm-box .y-ewm-img1 {
	width: 150px;
	border-right: solid 1px #efefef;
}

.y-kefu-box01 .y-ewm-box .right {
	top: 84px;
}

/*email*/
.y-kefu-box01 .y-email-infos {
	padding: 28px 20px 28px 45px;
	color: #999;
	text-align: left;
	bottom: 0;
}

.y-kefu-box01 .y-email-infos p {
	color: #005bac;
	font-size: 16px;
}

.y-kefu-box01 .y-email-infos>i {
	width: 18px;
	height: 13px;
	background-position: -52px -80px;
	position: absolute;
	left: 15px;
	top: 30px;
}

.y-kefu-box01 .y-email-infos .right {
	top: 55px;
}

.y-kefu-box01 .hide-status {
	width: 54px;
	height: 65px;
	background-color: #abce03;
	position: absolute;
	top: 37px;
	left: 55px;
	z-index: 9;
}

.y-kefu-box01 .hide-status .kf-zixun {
	padding: 10px 0 7px;
	color: #fff;
	cursor: pointer;
}

/*------- 客服样式2 -------*/
.y-kefu-box02 .icon {
	display: block;
	background: url(../images/Common/icons02.png) no-repeat;
	margin: 0 auto;
	position: relative;
}

.y-kefu-box02>div {
	width: 48px;
	height: 48px;
	border: solid 1px #e9e9e9;
	margin-bottom: 6px;
	background-color: #fff;
	font-size: 13px;
	color: #999;
	position: relative;
}

.y-kefu-box02>div>p {
	display: none;
	text-align: center;
	position: relative;
	top: 8px;
}

.y-kefu-box02 .online-service {
	background-color: #ff6600;
	border-color: #ff6600;
}

.y-kefu-box02 .online-service>p {
	color: #fff;
}

.y-kefu-box02 .online-service>i {
	width: 28px;
	height: 28px;
	top: 10px;
	background-position: -5px -5px;
}

.y-kefu-box02 .kf-mobile>i {
	width: 23px;
	height: 23px;
	background-position: -5px -35px;
	top: 12px;
}

.y-kefu-box02 .kf-weChat>i {
	width: 22px;
	height: 21px;
	background-position: -40px -35px;
	top: 13px;
}

.y-kefu-box02 .back-top>i {
	width: 20px;
	height: 18px;
	background-position: -68px -35px;
	top: 15px;
}

.y-kefu-box02 .back-top {
	margin-top: 25px;
	cursor: pointer;
	left: 55px;
}

.y-kefu-box02>div:hover>i {
	display: none;
}

.y-kefu-box02>div:hover>p {
	display: block;
}

/*在线客服*/
.y-kefu-box02 .more-infos {
	background-color: #fff;
	border: solid 1px #ebebeb;
	position: absolute;
	right: 90px;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, .2);
	display: none;
}

.y-kefu-box02 .more-infos:before {
	content: '';
	display: block;
	width: 352px;
	height: 3px;
	background-color: #ff6600;
	position: absolute;
	left: -1px;
	top: -1px;
	z-index: 9;
}

.y-kefu-box02 .online-service-infos {
	width: 320px;
	padding: 0 15px;
	top: 0;
	z-index: 2;
}

.y-kefu-box02 .part01 {
	padding: 18px 0 22px 45px;
	border-bottom: solid 1px #e9e9e9;
	position: relative;
}

.y-kefu-box02 .part01 p {
	font-size: 16px;
	color: #ff6600;
	padding-bottom: 5px;
}

.y-kefu-box02 .part01 i {
	width: 28px;
	height: 26px;
	background-position: -40px -5px;
	position: absolute;
	left: 0;
	top: 18px;
	z-index: 2;
}

.y-kefu-box02 .part02 {
	padding: 26px 0;
}

.y-kefu-box02 .part02 li {
	width: 86px;
	float: left;
	position: relative;
	padding-left: 20px;
	margin-bottom: 10px;
}

.y-kefu-box02 .part02 i {
	width: 16px;
	height: 16px;
	background-position: -5px -65px;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 2;
}

.y-kefu-box02 .part02 li:hover a {
	color: #ff6600;
}

.y-kefu-box02 .part02 li:hover i {
	background-position: -25px -65px;
}

/*客服热线*/
.y-kefu-box02 .kf-mobile-infos {
	width: 320px;
	padding: 0 15px;
	top: 0;
}

.y-kefu-box02 .kf-mobile-infos .cont {
	padding: 18px 0 18px 40px;
	position: relative;
}

.y-kefu-box02 .kf-mobile-infos .cont i {
	width: 23px;
	height: 23px;
	background-position: -46px -65px;
	position: absolute;
	left: 0;
	top: 22px;
}

.y-kefu-box02 .kf-mobile-infos .cont p {
	font-size: 26px;
	color: #ff6600;
}

/*关注微信*/
.y-kefu-box02 .kf-weChat-infos {
	width: 173px;
	height: 190px;
	top: -8px;
	text-align: center;
}

.y-kefu-box02 .kf-weChat-infos:before {
	width: 175px;
}

.y-kefu-box02 .kf-weChat-infos img {
	width: 120px;
	height: 120px;
	margin: 25px auto 5px;
}

/*------- 客服样式3 -------*/
.y-kefu-box03 {
	width: 53px;
}

.y-kefu-box03 .icon {
	display: block;
	background: url(../images/Common/icons03.png) no-repeat;
	margin-left: 15px;
	position: absolute;
}

.y-kefu-box03>div {
	width: 193px;
	height: 53px;
	background-color: #24a89a;
	border-top-left-radius: 3px;
	border-bottom-left-radius: 3px;
	margin-bottom: 5px;
	font-size: 15px;
	color: #fff;
	position: relative;
	left: 0;
	z-index: 2;
}

.y-kefu-box03>div p {
	padding-left: 52px;
	line-height: 53px;
}

.y-kefu-box03 .y-back-top {
	cursor: pointer;
	left: 55px;
}

.y-kefu-box03 .y-back-top:hover {
	background-color: #24a89a;
}

.y-kefu-box03 .y-back-top i {
	width: 23px;
	height: 21px;
	background-position: -5px -5px;
	top: 16px;
}

.y-kefu-box03 .y-kf-mobile {
	font-size: 18px;
}

.y-kefu-box03 .y-kf-mobile i {
	width: 26px;
	height: 26px;
	background-position: -35px -5px;
	top: 13px;
}

.y-kefu-box03 .y-kf-qq a {
	color: #fff;
}

.y-kefu-box03 .y-kf-qq i {
	width: 24px;
	height: 24px;
	background-position: -5px -34px;
	top: 14px;
}

.y-kefu-box03 .y-kf-weChat i {
	width: 22px;
	height: 22px;
	background-position: -35px -34px;
	top: 15px;
}

.y-kefu-box03 .y-kf-weChat .ewm-box {
	width: 100%;
	padding-bottom: 15px;
	background-color: #24a89a;
	display: none;
}

.y-kefu-box03 .y-kf-weChat img {
	width: 163px;
	height: 163px;
	margin: 0 auto;
}

.y-kefu-box03 .y-kf-weChat:hover .ewm-box {
	display: block;
}

/*------- 客服样式4 -------*/
.y-kefu-box04>div,
.y-kefu-box04>a {
	display: block;
	width: 65px;
	font-size: 12px;
	color: #fff;
	text-align: center;
	border-radius: 3px;
}

.y-kefu-box04 .icon {
	display: block;
	background: url(../images/Common/icons04.png) no-repeat;
	margin: 0 auto 5px;
}

.y-kefu-box04 .y-online-zixun,
.y-kefu-box04 .y-online-qq,
.y-kefu-box04 .y-design {
	height: 55px;
	padding-top: 10px;
	margin-top: 1px;
	background-color: #b2b2b2;
}

.y-kefu-box04 .y-online-zixun i {
	width: 27px;
	height: 28px;
	background-position: -5px -5px;
}

.y-kefu-box04 .y-online-qq i {
	width: 20px;
	height: 22px;
	background-position: -35px -5px;
}

.y-kefu-box04 .y-design i {
	width: 24px;
	height: 24px;
	background-position: -60px -5px;
}

.y-kefu-box04 .y-free-quote {
	height: 80px;
	padding-top: 25px;
	margin-top: 50px;
	background-color: #fedd00;
	color: #000;
}

.y-kefu-box04 .y-free-quote i {
	width: 33px;
	height: 33px;
	margin-bottom: 10px;
	margin-left: 18px;
	background-position: -5px -38px;
}

.y-kefu-box04 .y-ewm-box {
	height: 42px;
	padding-top: 18px;
	background-color: #000;
	margin: 1px 0 11px;
	position: relative;
}

.y-kefu-box04 .y-ewm-box>i {
	width: 28px;
	height: 28px;
	background-position: -44px -38px;
}

.y-kefu-box04 .y-back-top {
	height: 42px;
	padding-top: 18px;
	background-color: #b2b2b2;
	cursor: pointer;
	position: relative;
	left: 70px;
}

.y-kefu-box04 .y-back-top i {
	width: 24px;
	height: 24px;
	background-position: -5px -75px;
}

.y-kefu-box04 .hver:hover {
	background-color: #000;
}

.y-kefu-box04 .y-ewm-infos {
	width: 173px;
	height: 188px;
	background-color: #fff;
	color: #999;
	font-size: 13px;
	border: solid 1px #ebebeb;
	position: absolute;
	right: 100px;
	top: -135px;
	z-index: 2;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
	opacity: 0;
}

.y-kefu-box04 .y-ewm-infos:before {
	content: '';
	display: block;
	width: 175px;
	height: 3px;
	background-color: #fedd00;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 9;
}

.y-kefu-box04 .y-ewm-infos img {
	width: 115px;
	height: 115px;
	margin: 25px auto 5px;
}

.y-kefu-box04 .y-ewm-infos .right {
	top: 156px;
}

/*------- 客服样式5 -------*/
.y-kefu-box05 .icon {
	display: block;
	background: url(../images/Common/icons05.png) no-repeat;
	margin: 0 auto;
}

.y-kefu-box05 .show-status {
	width: 40px;
	height: 110px;
	background-color: #f86539;
	font-size: 15px;
	color: #fff;
	border-radius: 3px;
	cursor: pointer;
	position: relative;
}

.y-kefu-box05 .show-status i {
	width: 26px;
	height: 26px;
	background-position: -5px -5px;
	position: relative;
	top: -13px;
}

.y-kefu-box05 .show-status p {
	width: 20px;
	text-align: center;
	margin: -5px auto 0;
}

.y-kefu-box05 .hide-status {
	width: 112px;
	border: solid 1px #e3e3e3;
	border-radius: 10px;
	background-color: #fff;
	text-align: center;
	position: relative;
	left: 120px;
}

.y-kefu-box05 .hide-status .y-close-btn {
	width: 31px;
	height: 26px;
	background-position: -35px -5px;
	position: absolute;
	top: -13px;
	left: 42px;
	z-index: 9;
	cursor: pointer;
}

.y-kefu-box05 .hide-status a.y-online-qq {
	display: block;
	width: 100%;
	padding-top: 20px;
	background-color: #f8f8f8;
	border-bottom: solid 1px #e3e3e3;
	padding-bottom: 12px;
	font-size: 15px;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.y-kefu-box05 a.y-online-qq i {
	width: 94px;
	height: 95px;
	background-position: -5px -70px;
	margin-bottom: 3px;
}

.y-kefu-box05 .y-hot-online {
	width: 100%;
	padding: 8px 0;
	border-bottom: solid 1px #e3e3e3;
	font-size: 13px;
	color: #999;
}

.y-kefu-box05 .y-hot-online em {
	display: block;
	font-size: 15px;
	color: #f86539;
	padding-top: 3px;
}

.y-kefu-box05 .y-btm-box {
	width: 100%;
	height: 50px;
}

.y-kefu-box05 .y-btm-box>div {
	width: 55px;
	height: 100%;
}

.y-kefu-box05 .y-ewm-box {
	border-right: solid 1px #e3e3e3;
	cursor: pointer;
	position: relative;
}

.y-kefu-box05 .y-ewm-box>i {
	width: 29px;
	height: 29px;
	background-position: -5px -36px;
	position: relative;
	top: 10px;
}

.y-kefu-box05 .y-back-top {
	cursor: pointer;
}

.y-kefu-box05 .y-back-top i {
	width: 19px;
	height: 29px;
	background-position: -70px -5px;
	position: relative;
	top: 10px;
}

.y-kefu-box05 .y-ewm-infos {
	width: 173px;
	height: 188px;
	background-color: #fff;
	color: #999;
	font-size: 13px;
	border: solid 1px #ebebeb;
	position: absolute;
	right: 80px;
	top: -145px;
	z-index: 2;
	box-shadow: 5px 5px 30px rgba(0, 0, 0, .1);
	opacity: 0;
}

.y-kefu-box05 .y-ewm-infos:before {
	content: '';
	display: block;
	width: 175px;
	height: 3px;
	background-color: #fedd00;
	position: absolute;
	top: -1px;
	left: -1px;
	z-index: 9;
}

.y-kefu-box05 .y-ewm-infos img {
	width: 115px;
	height: 115px;
	margin: 25px auto 5px;
}

.y-kefu-box05 .y-ewm-infos .right {
	top: 156px;
}



/* Footer YangFangLing 2019年7月24日 */
.Footer {
	background-color: #fff;
	overflow: hidden;
}

.Footer-Bot {
	height: 100px;
	line-height: 35px;
	border-top: 1px #e6e6e6 solid;
}

.Footer-Bot a {
	font-size: 14px;
	color: #999;
	margin: 0 5px;
}

.Footer-Bot a:first-child {
	margin-left: 0;
}

.Footer-Bot a:hover {
	color: #24a89a;
}

.Footer-Top {
	height: 60px;
	line-height: 60px;
}

.Footer-Top ul {
	background-color: #24a89a;
}

.Footer-Top ul li {
	float: left;
	width: 10%;
	box-sizing: border-box;
	text-align: center;
	font-size: 16px;
	position: relative;
}

.Footer-Top ul li:after {
	content: "";
	width: 1px;
	height: 10px;
	background-color: #70c6bd;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.Footer-Top ul li:first-child:after {
	display: none;
}

.Footer-Top ul li a {
	display: block;
	color: #fff;
}

.Footer-Top ul li:hover a {
	font-weight: bold;
}

.Footer-Cen {
	padding: 70px 0;
}

.Footer-Cen .pic p {
	font-size: 14px;
	color: #333;
	text-align: center;
}

.Footer-Cen .pic img {
	display: block;
	width: 94px;
	height: 94px;
	margin-top: 10px;
}

.Footer-Cen .text dl dt {
	width: 229px;
	height: 180px;
	float: left;
	border-right: 1px #e6e6e6 solid;
	padding-right: 25px;
	margin-right: 25px;
}

.Footer-Cen .text dl dt img {
	width: 229px;
	height: 63px;
	display: block;
}

.Footer-Cen .text dl dd {
	float: left;
}

.Footer-Cen .text dl dd h3 {
	margin-bottom: 25px;
	font-size: 24px;
	color: #24a89a;
	font-weight: normal;
	background: url(../images/Common/Footer_Phone.png) no-repeat center left;
	padding-left: 45px;
}

.Footer-Cen .text dl dd h3 em {
	display: block;
	font-size: 14px;
	color: #333;
	margin-bottom: 5px;
}

.Footer-Cen .text dl dd p {
	font-size: 14px;
	color: #666;
	line-height: 20px;
	margin-top: 10px;
	padding-left: 45px;
}

.Footer-Cen .text dl dd p a {
	color: #333;
}

.Footer-Cen .text dl dd p a:hover {
	color: #24a89a;
}

/* Footer End */

.Nav {
	background-color: #24a89a;
	padding: 10px 0;
	width: 100%;
}

.Nav ul li {
	float: left;
	font-size: 15px;
	text-align: center;
	width: 120px;
	box-sizing: border-box;
	height: 40px;
	line-height: 40px;
	border-radius: 50px;
	position: relative;
}

.Nav ul li:after {
	content: "";
	width: 1px;
	height: 10px;
	background-color: #66c2b8;
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.Nav ul li:first-child:after {
	display: none;
}

.Nav ul li>a {
	display: block;
	color: #fff;
}

.Nav ul li.cur {
	background-color: #fff;
}

.Nav ul li.cur>a {
	color: #24a89a;
	font-weight: bold;
}

.Header {
	position: fixed;
	top: 0;
	z-index: 9999;
	width: 100%;
}

.Nav.cur {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
}

.HeaderCent {
	padding: 20px 0;
	overflow: hidden;
}

.HeaderCent .content {
	width: 90% !important;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.HeaderCent .content .nav-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 55%;
}

.HeaderCent .content .nav-list li {
	padding: 5px 0;
	position: relative;
}

.HeaderCent .content .nav-list li:hover::after {
	content: '';
	width: 100%;
	height: 2px;
	background: #ff9501;
	position: absolute;
	bottom: -5px;
	left: 0;
}

.HeaderCent .content .nav-list a {
	color: #fff;
	font-size: 18px;
}

.HeaderCent .Logo {
	overflow: hidden;
}

.HeaderCent .Logo a {

	display: block;

}

.HeaderCent .Logo a img {
	width: 270px;

}



.HeaderCent .Phone {
	background: url(../images/dh.png) no-repeat center left;
	background-size: contain;
	padding-left: 60px;
	position: relative;

}

.HeaderCent .Phone h3 {
	font-weight: normal;
	font-size: 14px;
	color: #fff;
}

.HeaderCent .Phone h3 em {
	display: block;
	font-size: 24px;
	color: #ff9501;
}

.Header-Top {
	overflow: hidden;
}

.Header-Top .content {
	border-bottom: 1px #e6e6e6 solid;
	height: 50px;
	line-height: 50px;
}

.Header-Top p {
	font-size: 14px;
	line-height: 50px;
	color: #999;
	float: left;
}

.Header-Top ul {
	float: right;
}

.Header-Top ul li {
	font-size: 14px;
	height: 50px;
	line-height: 50px;
	color: #999;
	float: left;
	margin-left: 20px;
	background: url(../images/Common/Header_Icon01.png) no-repeat center left;
	padding-left: 30px;
}

.Header-Top ul li:first-child {
	margin-left: 0;
}

.Header-Top ul li:nth-child(2) {
	background: url(../images/Common/Header_Icon02.png) no-repeat center left;
}

.Header-Top ul li:nth-child(3) {
	background: url(../images/Common/Header_Icon03.png) no-repeat center left;
}

.Header-Top ul li a {
	text-decoration: none;
	color: #999;
	font-size: 14px;
	display: block;
}

.Header-Top ul li:hover a {
	color: #24a89a;
}

/* Header End */

/* 导航下拉 YangFangLing 2019年7月24日 */
.y-submenu07-box {
	width: 150px;
	border: solid 1px #dedede;
	background-color: #fff;
	margin: 0 auto;
	position: absolute;
	left: 0;
	top: 50px;
	z-index: 9;
	display: none;
}

.y-submenu07-box a {
	display: block;
	text-align: left;
	color: #999;
	font-size: 14px;
	position: relative;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 40px;
	line-height: 40px;
	padding-left: 44px;
	padding-right: 15px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}

.y-submenu07-box a:before {
	content: '';
	display: block;
	width: 11px;
	height: 1px;
	background-color: #999;
	position: absolute;
	left: 20px;
	top: 20px;
}

.y-submenu07-box a:hover {
	background-color: #f1f1f1;
}

/* 导航下拉 End */

/*关闭网站*/

.y-close-page {
	width: 100%;
	height: 100%;
	position: fixed;
	left: 0;
	top: 0;
	z-index: 99999;
	background-color: #333;
}

.y-dialog-cont {
	width: 360px;
	height: 160px;
	background-color: #fff;
	margin: 8% auto 0;
	border-radius: 10px;
	text-align: center;
	color: #666;
}

.y-dialog-cont p {
	padding-top: 10%;
	font-size: 18px;
}

.y-dialog-cont a {
	display: block;
	width: 70px;
	height: 36px;
	line-height: 36px;
	color: #fff;
	border-radius: 5px;
	margin: 36px auto 0;
	text-decoration: none;
	background: #df1f29;
}


.mianbaoxie1200 {
	width: 100%;
	height: 50px;
	margin-top: -50px;
	margin-bottom: 30px;
	position: relative;
	z-index: 9
}

.mianbaoxie1200 .con {
	width: 100%;
	height: 50px;
	background: url(../images/TInpage/mub01addressBg.png) repeat
}

.mianbaoxie1200 .p1 {
	height: 50px;
	line-height: 50px;
	font-size: 13px;
	color: #fff;
	float: left;
	width: 1180px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.mianbaoxie1200 .p1 a {
	color: #fff;
	padding: 0 4px
}

.mianbaoxie1200 .p1 img {
	margin: 0 10px 0 20px;
	position: relative;
	top: 4px
}

.mub01Top {
	width: 100%;
	height: 42px;
	border-bottom: 1px solid #eaeaea
}

.mub01Top h3 {
	color: #333;
	font-size: 20px;
	float: left
}

.mub01Top h3 i {
	display: block;
	width: 24px;
	height: 1px;
	background: #70c6bd;
	position: relative;
	top: 18px
}

.mub01Top h3 em {
	color: #70c6bd;
	font-weight: 700
}

.mub01Top a.more {
	display: block;
	font-size: 13px;
	color: #666;
	float: right;
	margin-right: 6px;
	text-decoration: none;
	line-height: 34px
}

.mub01Top a.more:hover {
	color: #70c6bd
}

.proListNews {
	width: 100%;
	margin: 40px 0
}

.proListNews .mainCon {
	padding: 41px 0;
	background: #fff
}

.proListNews .mainCon dl {
	float: left;
	margin-left: 40px;
	width: 577px;
	padding-right: 41px;
	border-right: 1px dotted #b2b2b2
}

.proListNews .mainCon dt {
	width: 220px;
	height: auto;
	float: left;
	overflow: hidden
}

.proListNews .mainCon dt img {
	display: block;
	width: 100%;
	height: auto
}

.proListNews .mainCon dd {
	width: 330px;
	float: right;
	height: auto;
	min-height: 150px;
	position: relative
}

.proListNews .mainCon dd h3 {
	font-size: 16px;
	font-weight: 400
}

.proListNews .mainCon dd h3 a {
	color: #000;
	text-decoration: none
}

.proListNews .mainCon dd p a {
	color: #666;
	text-decoration: none;
	display: block;
	font-size: 14px;
	margin-top: 10px;
	line-height: 22px
}

.proListNews .mainCon dd span {
	display: block;
	font-size: 13px;
	color: #999;
	position: absolute;
	bottom: 10px;
	left: 0
}

.proListNews .mainCon dd a.more {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/TInpage/list_circle.png) no-repeat left top;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 0;
	border-radius: 50%;
	border: solid 1px #bcbcbc
}

.proListNews .mainCon dl:hover dd a.more {
	background-position: left bottom;
	background-color: #70c6bd;
	border-color: #70c6bd
}

.proListNews .mainCon dl:hover dd h3 a {
	color: #70c6bd
}

.proListNews .mainCon ul {
	width: 474px;
	float: right;
	margin-right: 30px
}

.proListNews .mainCon li {
	overflow: hidden;
	margin-top: 15px
}

.proListNews .mainCon li a {
	display: block;
	font-size: 13px;
	color: #333;
	width: 320px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	float: left
}

.proListNews .mainCon li a:hover {
	color: #70c6bd
}

.proListNews .mainCon li span {
	display: block;
	font-size: 13px;
	color: #999;
	font-family: arial;
	margin-right: 10px;
	float: right
}

#nodata {
	padding: 80px;
	padding-left: 150px;
	border: solid 1px #eee;
	margin: 10px 0;
	background: url(../images/TInpage/nodata.gif) no-repeat 20px 20px;
	background-color: #fff
}

.inpage-banner {
	width: 100%;
	height: 300px;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	z-index: 1;
}

#newsListCon .mainCon .conBox {
	padding-top: 20px
}

.newsListCon {
	width: 100%;
	margin: 40px 0
}

#newsListCon {
	margin-top: 0
}

.newsListCon .mainCon {
	width: 1200px;
	margin: 0 auto
}

.newsListCon .mainCon .conBox {
	width: 1200px;
	margin: 0 auto
}

.newsListCon .mainCon .con {
	width: 100%
}

.newsListCon .mainCon dl {
	width: 1198px;
	padding: 39px 0;
	height: auto;
	border: 1px solid #dfdfdf;
	border-top: none;
	background: #fff;
	position: relative
}

.newsListCon .mainCon dl:first-child {
	border-top: 1px solid #dfdfdf
}

.newsListCon .mainCon dt {
	width: 220px;
	height: auto;
	float: left;
	margin-left: 40px;
	overflow: hidden
}

.newsListCon .mainCon dt img {
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 2s ease-out;
	transition: all 2s ease-out;
	width: 100%;
	height: auto
}

.newsListCon .mainCon dl:hover dt img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.newsListCon .mainCon dd {
	width: 875px;
	height: auto;
	min-height: 140px;
	position: relative;
	margin-left: 28px;
	float: left
}

.newsListCon .mainCon dd h3 {
	font-size: 20px;
	font-weight: 400
}

.newsListCon .mainCon dd h3 a {
	color: #000;
	text-decoration: none
}

.newsListCon .mainCon dd p {
	width: 810px;
	font-size: 13px;
	color: #666;
	line-height: 24px;
	margin-top: 17px;
	display: -webkit-box;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical
}

.newsListCon .mainCon dd .label {
	font-size: 12px;
	color: #999;
	display: block;
	padding-left: 26px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url(../images/TInpage/newsList_icon03.png) no-repeat left center;
	line-height: 16px
}

.newsListCon .mainCon dd .zan {
	display: block;
	font-size: 13px;
	font-family: arial;
	height: 16px;
	background: url(../images/TInpage/newsList_icon055.png) no-repeat left top;
	position: absolute;
	top: 5px;
	right: 74px;
	padding-left: 24px;
	padding-top: 2px
}

.newsListCon .mainCon dd .readDate {
	display: block;
	font-size: 13px;
	font-family: arial;
	height: 16px;
	position: absolute;
	top: 5px;
	right: 50px;
	padding-left: 24px;
	padding-top: 2px;
	padding-right: 10px;
}

.newsListCon .mainCon dd .readNum {
	display: block;
	font-size: 13px;
	font-family: arial;
	height: 16px;
	background: url(../images/TInpage/newsList_icon02.png) no-repeat left center;
	position: absolute;
	top: 5px;
	right: 4px;
	padding-left: 24px;
	padding-top: 2px
}

.newsListCon .mainCon dd a.more {
	display: block;
	width: 36px;
	height: 36px;
	background: url(../images/TInpage/list_circle.png) no-repeat left top;
	overflow: hidden;
	position: absolute;
	right: 6px;
	bottom: 0;
	border-radius: 50%;
	border: solid 1px #bcbcbc
}

.newsListCon .mainCon dl:hover dd a.more {
	background-position: left bottom;
	background-color: #70c6bd;
	border-color: #70c6bd
}

.newsListCon .mainCon dl:hover dd h3 a {
	color: #70c6bd
}

.newsListCon .mainCon dl:hover {
	-webkit-box-shadow: 0 0 10px 6px #eee;
	box-shadow: 0 0 10px 6px #eee;
	z-index: 99
}

.tuijian-product-box {
	width: 96%;
	border: 1px solid #e4e4e4;
	padding: 0 2% 20px;
	margin-top: 20px
}

.tuijian-product-box .conBox {
	width: 100%;
	margin-top: 20px
}

.tuijian-product-box .conBox li {
	width: 32%;
	float: left;
	margin-left: 1.8%;
	text-align: center
}

.tuijian-product-box .conBox li.noMl {
	margin-right: 0
}

.tuijian-product-box .conBox li:first-child {
	margin-left: 0
}

.tuijian-product-box .conBox li span {
	display: block;
	width: 100%;
	height: auto;
	overflow: hidden;
	border: 1px solid #e4e4e4
}

.tuijian-product-box .conBox li img {
	display: block;
	-webkit-transform: scale(1);
	transform: scale(1);
	-webkit-transition: all 1s ease-out;
	transition: all 1s ease-out;
	width: 100%;
	height: auto
}

.tuijian-product-box .conBox li:hover img {
	-webkit-transform: scale(1.2);
	transform: scale(1.2)
}

.tuijian-product-box .conBox li em {
	display: block;
	font-size: 14px;
	color: #333;
	margin-top: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis
}

.tuijian-product-box .conBox li a {
	display: block;
	text-decoration: none
}

.tuijian-product-box1200 {
	width: 1200px;
	border: none 0;
	padding: 0;
	margin: 40px auto
}

.tuijian-product-box1200 .conBox li {
	width: 24.2%;
	margin-left: 1%
}

.label {
	display: inline-table;
	width: 100%;
}

.label ul li {
	float: left;
	margin-right: 5px;
	margin-bottom: 15px;
	height: 30px;
	line-height: 30px;
}

.label ul li a {
	background: #e2e0e0;
	padding: 0px 5px;
	display: block;
	font-size: 14px;
}

.label ul li a:hover {
	background: #70c6bd;
	color: #fff;
}
.footer{
	background: #061327;
	padding: 50px 0;
}
.footer .d1{display: flex;justify-content: space-between;align-items: flex-start; border-bottom: 1px solid #121f32; padding-bottom: 20px;}
.footer .d1 .fo1{width: 28%; border-right: 1px solid #121f32;height: 193px;}
.footer .d1 .fo1{display: flex;justify-content: flex-start;align-items: flex-start;}
.footer .d1 .fo1 .fnav1{margin-right: 50px;font-size: 14px;color: #fff;}
.footer .d1 .fo1 .fnav1 .title,.footer .d1 .fo2  .title{color: #fff;font-size: 18px;font-weight: bold; margin-bottom: 10px;}{font-size: 18px;font-weight: bold; margin-bottom: 10px;}
.footer .d1 .fo1 .fnav1 .list a{color: #fff;line-height: 40px;}
.footer .d1 .fo1 .fnav1 .list a:hover{color: #ff9808;}
.footer .d1 .fo1 .fnav1,.footer .d1 .fo1 .fnav1 .list{display: flex;flex-direction: column;justify-content: flex-start;align-items: center;}
.footer .d1 .fo3 img{width: 120px;height: 120px;margin-bottom: 10px;}
.footer .d1 .fo2{width: 28%; border-right: 1px solid #121f32;height: 193px;}
.footer .d1 .fo2 .list div{display: flex;justify-content: flex-start;align-items: center;padding: 10px 0;color: #fff;}
.footer .d1 .fo2 .list div img{margin-right: 5px;}
.footer .d1 .fo3{
	width: 28%; 
	height: 193px;
	display: flex;justify-content: center;align-items: center;
}
.footer .d1 .fo3 div{display: flex;justify-content: center;align-items: center;flex-direction: column;margin: 0 10px;}
.footer .d2{display: flex;justify-content: center;align-items: center; border-bottom: 1px solid #121f32; padding: 30px 0; text-align: center;color: #fff;}
.footer .d2 a,.footer .d3 a{color: #fff;}
.footer .d2 a:hover,.footer .d3 a:hover{color: #ff9808;}
.footer .d3{display: flex;justify-content: flex-start;align-items: center; padding-top: 20px;color: #fff;}
