/* ==全局设置== */
* {
	margin: 0;
	padding: 0;
}

html,
body,
.container {
	height: 100%;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
font,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td {
	margin: 0;
	padding: 0;
}

html,
body {
	-webkit-text-size-adjust: none;
	-moz-text-size-adjust: none;
	-ms-text-size-adjust: none;
	-o-text-size-adjust: none;
	text-size-adjust: none;
}

body {
	font-size: 12px;
	color: #333;
	font-family: Microsoft Yahei, Arial, Helvetica, sans-serif;
}

input,
textarea,
select,
button {
	outline: none;
}

area {
	outline: none;
}

a {
	text-decoration: none;
	color: #333;
	-webkit-transition: all ease-in .2s;
	-ms-transition: all ease-in .2s;
	-moz-transition: all ease-in .2s;
	-o-transition: all ease-in .2s;
	transition: all ease-in .2s;
}

a:hover {
	color: #ff0000
}

ul,
li {
	list-style-type: none;
}

img {
	border: none;
}

.clearfix {
	clear: both;
	*zoom: 1;
	/*IE/7/6*/
}

.clearfix:before,
.clearfix:after {
	content: "";
	display: table;
}

.clearfix:after {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.section {
	width: 94%;
	max-width: 1200px;
	margin: auto;
}

.container {
	width: 100%;
	height: auto;
	_height: 100%;
}

iframe {
	border: 0;
	padding: 0;
	margin: 0;
}

.position {
	position: relative;
}

.banner {
	background-image: url(../images/banner.jpg);
	height: 618px;
}

#full-screen-slider {
	width: 100%;
	height: 618px;
	float: left;
	position: relative
}

#slides {
	display: block;
	width: 100%;
	height: 618px;
	list-style: none;
	padding: 0;
	margin: 0;
	position: relative
}

#slides li {
	display: block;
	width: 100%;
	height: 100%;
	list-style: none;
	padding: 0;
	margin: 0;
	position: absolute
}

#slides li a {
	display: block;
	width: 100%;
	height: 100%;
	text-indent: -9999px
}

#pagination {
	display: block;
	list-style: none;
	position: absolute;
	left: 60%;
	bottom: 15px;
	z-index: 10;
	padding: 0px;
	margin: 0px;
}

#pagination li {
	display: block;
	list-style: none;
	width: 83px;
	height: 5px;
	float: left;
	margin-left: 15px;
	background-color: #b1ddff;
}

#pagination li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	text-indent: -9999px;
}

#pagination li.current {
	background: #FFF
}

.xwen {
	height: 58px;
	line-height: 58px;
	font-size: 17px;
	width: 215px;
	text-align: center;
	float: left;
}

.xwlbgd {
	font-size: 14px;
	line-height: 58px;
}

.BreakingNewsController {
	width: 100%;
	overflow: hidden;
	height: auto;
	position: relative;
}

.BreakingNewsController .bn-title {
	display: inline-block;
	float: left;
	width: 215px;
	text-align: center;
	color: #333;
	font-size: 18px;
	height: 58px;
	line-height: 58px;
}

.BreakingNewsController ul {
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	left: 0px;
	right: 50px;
}

.BreakingNewsController ul li {
	list-style: none;
	display: none;
	clear: both;
	white-space: nowrap;
}

.BreakingNewsController ul li font {
	line-height: 55px;
	float: left;
	margin-right: 10px;
}

.BreakingNewsController ul li a {
	text-decoration: none;
	line-height: 55px;
	width: 80%;
	color: #333;
	font-size: 14px;
	display: inline-block;
	overflow: hidden;
	padding: 0;
}

.BreakingNewsController ul li a:hover {
	padding-left: 3px;
}

.BreakingNewsController .bn-arrows {
	display: inline-block;
	float: right;
	width: 50px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
}

.BreakingNewsController .bn-arrows span {
	display: block;
	width: 20px;
	position: absolute;
	top: 0;
	bottom: 0;
	cursor: pointer;
	opacity: 0.2;
}

.BreakingNewsController .bn-arrows span:hover {
	opacity: 1;
}

.BreakingNewsController .bn-arrows-left {
	left: 0;
	background: url(../images/bn-arrows.png) left center no-repeat;
}

.BreakingNewsController .bn-arrows-right {
	right: 10px;
	background: url(../images/bn-arrows.png) right center no-repeat;
}

.easing a,
.easing span {
	transition: .25s linear;
	-moz-transition: .25s linear;
	-webkit-transition: .25s linear;
}

.header {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9999;
}

.header .section {
	position: relative;
}

.header .logo {
	float: left;
	padding: 20px 0;
}

.header .top-fr {
	max-width: 750px;
	float: right;
}

.header .menu {
	float: right;
}

.header .menu li {
	float: left;
	margin-left: 50px;
}

.header .menu li a {
	display: block;
	line-height: 50px;
	color: #fff;
	font-size: 16px;
}

.header .menu li a.on,
.header .menu li a:hover {
	color: #f60e0e
}

.header .menu li .drop {
	background: #fff;
	position: absolute;
	width: 100%;
	left: 0;
	top: 100px;
	display: none;
	z-index: 999999;
	overflow: hidden;
	box-shadow: 0 0 20px #555;
}

.header .menu li .drop dl {
	width: 20%;
	float: left;
	border-right: 1px solid #eee;
	box-sizing: border-box;
}

.header .menu li .drop dl a {
	display: block;
	width: 80%;
	height: 100%;
	margin: auto;
	color: #444;
	padding: 10px 10%;
	border-bottom: 3px solid #fff;
}

.header .menu li .drop dl dt {
	width: 100%;
}

.header .menu li .drop dl dt span {
	display: block;
	width: 83px;
	height: 83px;
	margin: auto;
	border-radius: 50%;
}

.header .menu li .drop dl dd {
	width: 100%;
	color: #444;
}

.header .menu li .drop dl dd h2 {
	font-size: 16px;
	line-height: 40px;
	text-align: center;
}

.header .menu li .drop dl dd p {
	width: 100%;
	line-height: 20px;
	margin: auto;
	height: auto;
	font-size: 12px;
}

.header .menu li .drop dl a:hover {
	background: #eee;
}

.header .menu li .drop .web {
	background: #fff url("../images/icon-web.png") no-repeat 14px 24px;
}

.header .menu li .drop .seo {
	background: #fff url("../images/icon-seo.png") no-repeat 8px 30px;
}

.header .menu li .drop .wx {
	background: #fff url("../images/icon-wx.png") no-repeat 14px 20px;
}

.header .menu li .drop .email {
	background: #fff url("../images/icon-email.png") no-repeat 14px 24px;
}

.header .menu li .drop .sb {
	background: #fff url("../images/icon-ym.png") no-repeat 14px 24px;
}

.header .menu li .drop dl a:hover .web {
	background: #fff url("../images/icon-web.png") no-repeat 14px -76px;
}

.header .menu li .drop dl a:hover .seo {
	background: #fff url("../images/icon-seo.png") no-repeat 8px -70px;
}

.header .menu li .drop dl a:hover .wx {
	background: #fff url("../images/icon-wx.png") no-repeat 14px -80px;
}

.header .menu li .drop dl a:hover .email {
	background: #fff url("../images/icon-email.png") no-repeat 14px -76px;
}

.header .menu li .drop dl a:hover .sb {
	background: #fff url("../images/icon-ym.png") no-repeat 14px -76px;
}

.m_menu {
	background: url(../images/icon_nav.png) no-repeat center;
	background-size: 80%;
	width: 53px;
	position: absolute;
	right: 0;
	top: 0;
	height: 53px;
	display: none;
}

.navigation {
	position: absolute;
	z-index: 9;
	width: 100%;
	height: 120px;
	top: 0;
}

.top_b {
	width: 100%;
	float: left;
	overflow: hidden;
}

.dhk {
	float: right;
}

.yuyue {
	text-align: right;
	float: left;
	font-size: 14px;
	color: #afdcff;
	line-height: 50px;
	font-weight: bold;
	padding: 0 10px;
}

.te {
	text-align: right;
	float: left;
	font-size: 24px;
	color: #F00;
	line-height: 50px;
	font-weight: bold;
	background: url("../images/te.png") no-repeat 0 12px;
	padding-left: 30px;
	margin-left: 30px;
}

.mp {
	text-align: right;
	float: left;
	font-size: 24px;
	color: #F00;
	line-height: 50px;
	font-weight: bold;
	margin-left: 30px;
}

.dqzt {
	border-bottom: #F00 solid 3px;
}

.i-news {
	width: 100%;
	overflow: hidden
}

.fuwu {
	background-image: url(../images/bg01.jpg);
	background-repeat: repeat-x;
	padding-bottom: 40PX;
}

.biaoti {
	width: 100%;
	overflow: hidden;
	text-align: center;
	padding: 30px 0;
}

.nykj .biaoti {
	text-align: center;
}

.biaoti .bt {
	display: inline-block;
	font-size: 27px;
}

.biaoti .b1 {
	float: left;
	color: #0f0f0f;
	height: 68px;
	line-height: 68px;
}

.biaoti .b2 {
	float: left;
	color: #cdcdcd;
	padding-left: 10px;
	padding-right: 10px;
	height: 68px;
	line-height: 68px;
	font-weight: bold;
}

.biaoti .b3 {
	float: left;
	color: #ff0000;
	font-family: Arial;
	height: 68px;
	line-height: 72px;
	font-weight: bold;
}

.btsm {
	font-size: 16px;
	color: #474747;
}

.fwlx {
	height: auto;
}

.fwlx .fwlxk {
	width: 16.5%;
	flex: 1;
	float: left;
	position: relative;
}

.fwlx .fwlxk a {
	display: block;
	background-color: #efefef;
	width: 97%;
	margin: 13px auto;
	padding: 30px 1%;
	min-height: 246px;
	border: 1px solid #fff;
	transition: all 0.3s;
}

.fwt {
	background: url(../images/wmfw.png) no-repeat;
	width: 100px;
	margin: 0 auto;
	height: 100px;
	border-bottom: #c1c1c1 solid 1px;
}

.fwlx .fwlxk a .fwmc {
	color: #272727;
	text-align: center;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}

.fwlx .fwlxk a .fwnr {
	line-height: 22px;
	color: #7f7f7f;
	text-align: center;
}

.fwlx .fwlxk a .fwnr li {
	font-size: 12px;
	color: #7f7f7f;
	width: 50%;
	text-align: center;
	float: left;
	line-height: 22px;
}

.fwlx .fwlxk a .fwgd {
	width: 114px;
	height: 25px;
	margin: 0 auto;
	border: #efefef solid 1px;
	color: #efefef;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
}

.fwlx .fwlxk a .wzzz {
	background-position: left 0;
}

.fwlx .fwlxk a .wztg {
	background-position: left -100px;
}

.fwlx .fwlxk a .sjwz {
	background-position: left -200px;
}

.fwlx .fwlxk a .wzyx {
	background-position: left -300px;
}

.fwlx .fwlxk a .wzym {
	background-position: left -400px;
}

.fwlx .fwlxk a .wzxp {
	background-position: left -500px;
}

.fwlx .fwlxk a:hover {
	display: block;
	background-color: #007dc4;
	transform: scale(1, 1.1);
	z-index: 99;
	box-shadow: 0 26px 40px -24px rgba(0, 0, 0, 0.3);
}

.fwlx .fwlxk a:hover .fwmc {
	color: #ffffff;
	text-align: center;
	font-size: 14px;
	height: 50px;
	line-height: 50px;
}

.fwlx .fwlxk a:hover .fwnr {
	height: 70px;
	line-height: 22px;
	color: #ffffff;
	text-align: center;
}

.fwlx .fwlxk a:hover .fwnr li {
	font-size: 12px;
	color: #ffffff;
	width: 50%;
	text-align: center;
	float: left;
	line-height: 22px;
}

.fwlx .fwlxk a:hover .fwgd {
	width: 114px;
	height: 23px;
	margin: 0 auto;
	border: #FFF solid 1px;
	color: #FFF;
	text-align: center;
	line-height: 23px;
	font-size: 14px;
	display: block;
}

.fwlx .fwlxk a:hover .wzzz {
	background-position: right 0;
}

.fwlx .fwlxk a:hover .wztg {
	background-position: right -100px;
}

.fwlx .fwlxk a:hover .sjwz {
	background-position: right -200px;
}

.fwlx .fwlxk a:hover .wzyx {
	background-position: right -300px;
}

.fwlx .fwlxk a:hover .wzym {
	background-position: right -400px;
}

.fwlx .fwlxk a:hover .wzxp {
	background-position: right -500px;
}

.anli {
	background-repeat: repeat;
	background-image: url(../images/bg02.jpg);
	overflow: hidden;
}

.anli_cp {
	width: 100%;
	float: left;
}

.anli_cp img {
	max-width: 100%;
}

#btn {
	display: block;
	margin: 10px auto;
	overflow: hidden;
	width: 100%;
}

#btn img {
	margin: auto;
	display: block;
}

#myTab1 {
	width: 100%;
	overflow: hidden;
	border-bottom: #c1c6c9 solid 1px;
	line-height: 41px;
}

#myTab1 li {
	height: 41px;
	float: left;
	cursor: pointer;
	font-size: 15px;
	width: 120px;
	text-align: center;
}

#myTab1 .active {
	background: #444;
}

#myTab1 .active p {
	display: block;
	white-space: nowrap;
	color: #FFF;
}

#myTab1 .normal {
	background-image: url(../images/hdm.png);
	background-position: left top;
	background-repeat: no-repeat;
}

#myTab1 .normal p {
	background-image: url(../images/hdm1.png);
	background-position: right top;
	background-repeat: no-repeat;
	display: block;
	white-space: nowrap;
	color: #565656;
}

.none {
	display: none;
}

.TabContent {
	padding-top: 30px;
	height: auto;
	padding-bottom: 20px;
}

#myTab1_Content7 th,
#myTab1_Content7 td {
	line-height: 18px;
	text-align: center;
	font-size: 15px;
}

#myTab1_Content7 th {
	font-size: 18px;
	background-color: #eeeeef;
}

#myTab1_Content7 table .bg {
	background-color: #eeeeef;
}

h5,
.h5 {
	font-size: 18px;
}

td .y {
	color: #80c633;
	font-weight: bold;
	font-family: "simhei";
	font-size: 18px;
}

.buy-tel {
	line-height: 1.4;
	padding: 90px 0;
}

.almail-ul {
	width: 100%;
}

.almail-ul ul {
	width: 100%;
}

.almail-ul ul li {
	width: 29%;
	float: left;
	margin: 0 2%;
	padding: 30px 0;
	border: 1px solid #eee;
	background: #fff;
	box-shadow: 1px 1px 1px 1px #eee;
}

.almail-ul .mail-top {
	width: 80%;
	margin: auto;
	border-bottom: 1px solid #dddddd;
	padding: 10px 0;
	text-align: center;
}

.almail-ul .mail-top .mail-img {
	width: 100%;
	text-align: center;
	padding: 10px 0;
}

.almail-ul .mail-top .mail-img img {
	max-width: 43%;
}

.almail-ul .mail-top h4 {
	font-size: 16px;
	line-height: 30px;
}

.almail-ul .mail-top p {
	font-size: 12px;
	line-height: 20px;
	color: #535353;
}

.almail-ul .mail-bottom {
	width: 80%;
	padding: 20px 0;
	margin: auto;
}

.almail-ul .mail-bottom .mail-price {
	text-align: center;
	color: #ff4b50;
	padding-bottom: 15px;
	font-size: 18px;
	font-family: Gotham;
}

.almail-ul .mail-bottom .mail-price span {
	color: #ff4b50;
}

.mail-price .qfh {
	font-size: 30px;
}

.mail-price .price {
	font-size: 50px;
}

.almail-ul .mail-bottom .mail-text {
	text-align: center;
	padding-top: 15px;
}

.almail-ul .mail-bottom .mail-text a {
	display: block;
	width: 113px;
	height: 34px;
	line-height: 34px;
	background: #ff494b;
	color: #fff;
	border-radius: 30px;
	margin: auto;
}

.customer img {
	max-width: 100%;
}

/*=====================我们的客户======================*/
.customer {
	width: 100%;
	height: auto;
	float: left;
	background: #fff
}

/*=============网站建设====================*/
.wzjs {
	width: 100%;
	margin: auto;
}

.wzjs #myTab1 {
	height: 41px;
	line-height: 41px;
	padding-top: 20px;
}

.wzjs #myTab1 li {
	height: 41px;
	float: left;
	cursor: pointer;
	font-size: 15px;
	margin-right: 30px;
	width: 180px;
	text-align: center;
}

.wzjs #myTab1 li a {
	display: block;
	color: #444;
}

.wzjs #myTab1 .active {
	background: #202020;
}

.wzjs #myTab1 .active a {
	display: block;
	white-space: nowrap;
	color: #FFF;
	background: #202020;
}

.wzjs #myTab1 .normal {
	background: #ddd;
}

.wzjs #myTab1 .normal p {
	display: block;
	background: #ddd;
	white-space: nowrap;
	color: #565656;
}

.none {
	display: none;
}

.wzjs .TabContent {
	padding-top: 30px;
}

.wzjs .TabContent #myTab1_Content0 {
	font-size: 16px;
	line-height: 38px;
}

.wzjs .TabContent #myTab1_Content0 h1 {
	font-size: 33px;
	line-height: 68px;
	color: #000;
	font-weight: normal
}

.wzjs .TabContent #myTab1_Content1 {
	font-size: 16px;
	line-height: 38px;
}

/*======================网站建设营销型===================*/
.wzjs .TabContent #myTab1_Content1 .section .title {
	color: #0c6dbc;
	font-size: 38px;
	font-weight: bold;
	line-height: 100%;
	margin-bottom: 10px;
	letter-spacing: 2px;
	text-align: center
}

.wzjs .TabContent #myTab1_Content1 .section1 {
	background: url(../images/img3.jpg) no-repeat center bottom;
	height: auto;
}

.wzjs .TabContent #myTab1_Content1 .section2 {
	background: url(../images/img4.jpg) no-repeat center center;
	height: 352px;
}

.wzjs .TabContent #myTab1_Content1 .section1 .txtbox {
	padding-top: 45px;
	width: 100%;
	text-align: right;
	color: #777;
	font-size: 24px;
	line-height: 130%;
}

.wzjs .TabContent #myTab1_Content1 .section1 .txtbox p {
	font-size: 16px;
	line-height: 38px;
	color: #000;
	text-align: left
}

.wzjs .TabContent #myTab1_Content1 .section2 .txtbox {
	padding-top: 34px;
	color: #777;
	font-size: 24px;
	line-height: 130%;
	text-align: center;
}

.wzjs .TabContent #myTab1_Content1 .section2 .txtbox p {
	padding-top: 10px;
}

.wzjs .TabContent #myTab1_Content3 h1 {
	font-size: 20px;
	line-height: 68px;
	color: #000;
	font-weight: normal
}

.youshi {
	width: 100%;
	height: auto;
	background: #f7f7f7;
	overflow: hidden;
}

.imglist .sl-list4 {
	overflow: hidden;
	margin-top: 45px;
	font-size: 0;
}

.imglist .sl-list4 li {
	display: inline-block;
	width: 33.3%;
	vertical-align: top;
	margin-bottom: 75px;
}

.imglist .sl-list4 .con {
	margin: 0 20px;
}

.imglist .sl-list4 .icon {
	width: 100px;
	text-align: center;
	float: left;
}

.imglist .sl-list4 .txt {
	margin-left: 100px;
}

.imglist .sl-list4 .txt h4 {
	font-size: 18px;
	color: #323232;
	font-weight: normal;
	border-bottom: 1px solid #c0c0c0;
	padding-bottom: 5px;
	margin-bottom: 5px;
}

.imglist .sl-list4 .txt h4 i {
	display: inline-block;
	vertical-align: bottom;
	margin-left: 7px;
	font-style: normal;
	font-size: 12px;
	color: #6d6d6d;
}

.imglist .sl-list4 .txt p {
	font-size: 12px;
	color: #737373;
	line-height: 1.75em;
}

.topic {
	z-index: 10;
}

.topic-title {
	background: linear-gradient(-118deg, #00c1e0 1%, #098df9 93%);
}

.topic-title-head {
	margin: 0 20px;
	padding: 20px 0 10px 0;
	border-bottom: 1px dashed hsla(0, 0%, 100%, .25);
	overflow: hidden;
}

.topic-title-left {
	font-size: 22px;
	line-height: 36px;
	color: #fff;
}

.topic-title-left img {
	width: 30px;
	height: 36px;
	margin-right: 10px;
	vertical-align: middle;
}

.topic-title-right {
	line-height: 36px;
	color: #FFF;
	padding-right: 10px;
}

.topic-title-right li {
	float: left;
	list-style: disc;
	margin-left: 40px;
	font-size: 13px;
	fcolor: #FFF;
}

.tac {
	text-align: center;
}

.m0a {
	margin: 0px auto;
}

.topic-title-item {
	padding: 0 20px;
}

.topic-title-item span {
	padding: 2px 3px;
	color: #fff;
	vertical-align: middle;
	background: #ff8a00;
	margin-right: 10px;
	font-size: 12px;
}

.topic-title-item span.topic-title-item-a {
	padding: 2px 0;
	background: none;
	margin-right: 0px;
	font-size: 14px;
}

.topic-content-item {
	width: 33.33333%;
	border: 1px solid #ddd;
	box-sizing: border-box;
	position: relative;
	z-index: 1;
	transition: box-shadow .3s cubic-bezier(.4, 0, .2, 1);
}

.topic-content-item:hover {
	position: relative;
	z-index: 2;
	box-shadow: 0 0 15px 0 rgba(0, 0, 0, .15);
}

.topic-content-item:first-child {
	border-left: 1px solid #ddd;
	border-right: 0;
}

.topic-content-title {
	margin: 0 20px;
	border-bottom: 1px dashed #bcc1c4;
}

.topic-content-title h3 {
	margin-top: 20px;
	font-size: 22px;
	color: #373d41;
	font-weight: normal;
}

.topic-content-title p {
	margin-top: 5px;
	padding-bottom: 15px;
	font-size: 14px;
	line-height: 22px;
	color: #777f84;
}

.topic-content-ul {
	height: 161px;
	padding: 15px 0;
	margin: 0 20px;
	border-bottom: 1px dashed #bcc1c4;
}

.topic-content-ul li {
	line-height: 28px;
	font-size: 16px;
	color: #373d41;
}

.topic-content-right {
	overflow: hidden;
	padding: 15px 0;
	margin: 0 10px;
	border-bottom: 1px dashed #bcc1c4;
}

.topic-content-right li {
	width: 50%;
	font-size: 13px;
	float: left;
	color: #777f84;
}

.topic-content-right li img {
	width: 15px;
	margin-left: 10px;
	vertical-align: middle;
}

.topic-content-right li strong {
	padding: 0 10px;
	font-weight: 700;
	color: #373d41;
}

.select {
	width: 200px;
	margin: 20px auto;
	position: relative;
	vertical-align: middle;
	overflow: hidden;
	background-color: #fff;
	color: #555;
	border: 1px solid #aaa;
	text-shadow: none;
	border-radius: 3px;
	transition: box-shadow 0.25s ease;
	z-index: 2;
}

.select:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-top-color: #28d0e9;
	top: 12px;
	right: 10px;
	cursor: pointer;
	z-index: -2;
}

.select select {
	cursor: pointer;
	font-size: 16px;
	padding: 5px;
	width: 100%;
	border: none;
	background: transparent;
	background-image: none;
	-webkit-appearance: none;
	-moz-appearance: none;
}

.topic-content-item:last-child {
	border: 1px solid #ddd;
	border-left: 0;
	position: relative;
}

.topic-content-ul li span {
	color: #35b34a;
}

.topic-content-box a {
	display: block;
	width: 45%;
	height: 44px;
	line-height: 44px;
	background: #00c1de;
	color: #fff;
	vertical-align: middle;
}

.topic-content-box a:hover {
	background-color: #28d0e9;
}

.topic-content-red {
	padding: 15px 0 20px;
	color: #f80926;
}

.topic-content-box {
	padding: 0 20%;
}

#youshi {
	width: 100%;
	overflow: hidden;
}

.list {
	width: 100%;
	overflow: hidden;
}

.index-title {
	width: 100%;
	overflow: hidden;
	margin-top: 50px;
	font-size: 24px;
	color: #4d5154;
	font-weight: normal;
}

.index-description {
	margin-top: 10px;
	font-size: 16px;
	color: #777f84;
}

.advantage {
	width: 100%;
	overflow: hidden;
	margin-top: 70px;
}

.advantage-item {
	width: 33.33333%;
	height: 250px;
	box-sizing: border-box;
	border-right: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	text-align: center;
}

.advantage-images {
	width: 60px;
	margin-top: 68px;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
}

.advantage-images img {
	width: 100%;
}

.advantage-title {
	font-size: 22px;
	color: #373d41;
	margin-top: 24px;
}

.advantage-content {
	max-width: 270px;
	margin: 0 auto;
	height: 36px;
	overflow: hidden;
	margin-top: 25px;
	color: #777f84;
	line-height: 20px;
	opacity: 0;
	text-align: center;
	transition: all .3s cubic-bezier(.4, 0, .2, 1);
	font-size: 14px;
}

.advantage-item:nth-child(3n) {
	border-right: 0;
}

.advantage-item:nth-child(7),
.advantage-item:nth-child(8),
.advantage-item:nth-child(9) {
	border-bottom: 0;
}

.advantage-item:hover {
	background-color: #fff;
	box-shadow: 0 0 15px rgba(186, 204, 207, .7);
}

.advantage-item:hover .advantage-images {
	margin-top: 40px;
}

.advantage-item:hover .advantage-content {
	opacity: 1;
	margin-top: 20px;
}

.function {
	width: 100%;
	overflow: hidden;
	margin-top: 40px;
	background-color: #fafafa;
}

.function-item {
	width: 33.33333%;
	height: 260px;
	padding-top: 33px;
}

.function-images {
	width: 80px;
}

.function-images img {
	width: 100%;
}

.function-title {
	margin-top: 27px;
	font-size: 20px;
	color: #373d41;
	font-size: 400;
}

.function-content {
	height: 50px;
	padding: 0 40px;
	overflow: hidden;
	margin-top: 10px;
	text-align: center;
	color: #777f84;
	line-height: 25px;
}

.list-item {
	width: 32%;
	display: inline-block;
	vertical-align: top;
	float: none !important;
	;
	padding-top: 45px;
	padding-right: 40px;
	box-sizing: border-box;
}

.list-item h4 {
	padding-left: 15px;
	font-size: 20px;
	line-height: 20px;
	border-left: 5px solid #1199f2;
	font-weight: normal;
}

.list-item p {
	padding-left: 20px;
	margin-top: 10px;
	color: #777f84;
	line-height: 26px;
}

.business {
	margin-top: 40px;
	width: 100%;
	overflow: hidden;
}

.business-item {
	width: 49.2%;
	box-sizing: border-box;
	border: 1px solid #e0e0e0;
	box-sizing: border-box;
}

.business-title {
	padding-top: 15px;
	width: 100%;
	height: 340px;
	text-align: center;
	position: relative;
	border-bottom: 1px solid #e0e0e0;
}

.business-title:before {
	content: "";
	height: 20px;
	width: 20px;
	border: 1px solid #e0e0e0;
	border-top: 0;
	border-right: 0;
	position: absolute;
	bottom: -11px;
	left: 50%;
	transform: translateX(-50%) rotate(-45deg);
	background-color: #fff;
}

.business-title img {
	width: 450px;
	margin: 0 auto;
	display: block;
}

.business-title h5 {
	margin-top: 4px;
	font-size: 24px;
	color: #373d41;
	font-weight: normal;
}

.business-content {
	padding: 0 20px 27px;
}

.business-content h6 {
	padding-top: 38px;
	font-size: 20px;
	font-weight: 400;
	color: #373d41;
	font-weight: normal;
	margin: 0;
}

.business-view {
	margin-top: 20px;
	width: 100%;
	overflow: hidden;
}

.business-view p {
	padding-top: 5px;
}

.business-old,
.business-new {
	width: 48%;
	background-color: #fff;
	height: 125px;
	box-sizing: border-box;
	padding: 20px 16px 12px 30px;
	line-height: 20px;
	font-size: 14px;
}

.business-old {
	color: #9b9ea0;
}

.business-new {
	color: #373d41;
	position: relative;
	z-index: 1;
}

.business-new img {
	width: 16px;
	height: 16px;
	position: absolute;
	z-index: 2;
	left: 10px;
	top: 27px;
}

#cen {
	width: 100%;
	background-color: #fff;
	padding: 20px 0;
	overflow: hidden;
	margin: 20px 0;
}

.i_m_box {
	width: 23%;
	float: left;
	margin: 10px 1%;
}

.i_m_b_img {
	width: 100%;
	height: auto;
	float: left;
	text-align: center
}

.i_m_b_title {
	font-size: 20px;
	color: #292929;
	margin: 10px 0;
	line-height: 28px;
	width: 100%;
	width: 100%;
	text-align: center
}

.i_m_b_ed {
	float: left;
	font-size: 16px;
	color: #777;
	line-height: 22px;
	width: 100%;
	height: auto;
	text-align: center
}

.m2_z1 {
	width: 100%;
	border-bottom: #dce6ec 1px solid;
	text-align: center;
	font-size: 26px;
	color: #6a6666;
	line-height: 30px;
	margin: 20px 0;
}

.m2_z2 {
	text-align: center;
	font-size: 20px;
	color: #075ca9;
	line-height: 30px;
}

.m2_z1 .z1 {
	font-size: 40px;
	color: #025bc9;
	font-weight: bold;
	line-height: 70px;
}

.baojia_p {
	font-size: 18px;
	color: #2c2c2c;
	padding-left: 22px;
	padding-top: 15px;
}

.baojia span {
	font-size: 18px;
	color: #2c2c2c;
}

.baojia {
	width: 256px;
	margin: auto;
	padding: 40px 0px;
}

.baojia dl {
	width: 100%;
}

.baojia dl dt {
	width: 20%;
	float: left;
}

.baojia dl dt img {
	max-width: 100%;
}

.baojia dl dd {
	width: 78%;
	float: right;
	line-height: 28px;
	font-size: 12px;
}

.baojia h1 {
	width: 100%;
	font-size: 20px;
	line-height: 40px;
	color: #444;
}

.baojia .left {
	width: 98%;
	font-size: 16px;
	overflow: hidden;
	margin-top: 10px;
	padding-left: 2%;
}

.baojia .left p {
	line-height: 30px;
}

.baojia .left span {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	float: left;
}

.baojia .left input {
	line-height: 28px;
	height: 28px;
}

.baojia .cankao {
	width: 100%;
	text-align: left;
	color: #666;
	font-size: 16px;
}

.baojia .cankao #aa {
	float: right;
	color: #025bc9;
	font-size: 30px;
}

.baojia .cankao .yuan {
	width: 83px;
	float: right;
	font-size: 25px;
	color: #025bc9;
	margin-left: 13px;
}

.m2_box {
	width: 100%;
	height: auto;
	margin-top: 10px;
}

.m2_b_l_t {
	width: 100%;
	height: 50px;
	float: left;
	background: #0072b8;
	color: #FFF;
	font-size: 17px;
	line-height: 50px;
	text-align: center;
	margin-bottom: 20px;
}

.m2_b_left {
	width: 30%;
	height: auto;
	float: left;
	background: #FFF
}

.m2_b_l_ed_list {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 15px;
}

.m2_b_l_ed_list h1 {
	font-size: 20px;
	color: #000000;
	line-height: 40px;
	font-weight: normal;
	text-align: center
}

.m2_b_l_ed_list h2 {
	font-size: 15px;
	color: #000000;
	line-height: 25px;
	font-weight: normal;
	text-align: center
}

.m2_b_l_ed_list1 {
	width: 80%;
	height: auto;
	float: left;
	border-top: 1px solid #e8e8e8;
	margin-left: 25px;
}

.m2_b_l_ed_list1 h2 {
	font-size: 14px;
	color: #000000;
	line-height: 40px;
	font-weight: normal;
	text-align: center
}

.m2_b_right {
	float: right;
	width: 68%;
	background: #FFF
}

.m2_b_right td {
	font-size: 15px;
	color: #000;
	height: 53px;
}

.m2_b_an {
	width: 275px;
	height: auto;
	float: right;
	margin-top: 20px;
}

.m2_b_an1 {
	width: 126px;
	height: 47px;
	float: left;
	background: url(../images/m2_b_an1.png);
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.m2_b_an1 a {
	line-height: 47px;
	color: #fff;
}

.m2_b_an1 a:hover {
	line-height: 47px;
	color: #ffd4a2;
}

.m2_b_an2 {
	width: 126px;
	height: 47px;
	float: left;
	background: url(../images/m2_b_an2.png);
	margin-left: 5px;
	margin-right: 5px;
	text-align: center;
}

.m2_b_an2 a {
	line-height: 47px;
	color: #fff;
}

.m2_b_an2 a:hover {
	line-height: 47px;
	color: #4cc4ff;
}

.home-why {
	width: 100%;
	margin: 0 auto;
	padding: 45px 0 15px 0;
	overflow: hidden;
}

.why_con {
	width: 100%;
	padding-top: 32px;
}

.why_con ul {
	width: 100%;
}

.why_con li {
	float: left;
	width: 30%;
	box-sizing: border-box;
	padding: 0 15px;
	margin-bottom: 37px;
}

.why_cons {
	background-color: #fff;
	border-radius: 15px;
	padding: 33px;
	position: relative;
	transition: .5s;
	box-shadow: 0 0 7px rgba(10, 2, 4, .1);
	cursor: default;
}

.why1 {
	position: absolute;
	left: 33px;
	top: 33px;
}

.why1 h5 {
	font-size: 24px;
}

.why1:after {
	content: '';
	width: 1px;
	height: 102px;
	background-color: #d6d6d6;
	position: absolute;
	left: 10px;
}

.why2 .tp {
	width: 87px;
	height: 81px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}

.why2 .tp .w_before {
	position: absolute;
	top: 0;
	transition: all 0.6s ease-in-out 0s;
}

.why2 .tp .w_after {
	position: absolute;
	top: -200%;
	opacity: 0;
	transition: all 0.6s ease-in-out 0s;
}

.why_con li .why_cons:hover .why2 .tp .w_after {
	top: 0;
	opacity: 1;
}

.why_con li .why_cons:hover .why2 .tp .w_before {
	top: 200%;
}

.why2_txt1 {
	margin-top: 20px;
	text-align: center;
	font-size: 24px;
	line-height: 1;
}

.why2_txt1:after {
	content: '';
	display: block;
	width: 22px;
	height: 2px;
	background-color: #d6d6d6;
	margin: 12px auto 18px auto;
}

.why2_txt2 {
	color: #4e4e4e;
	line-height: 22px;
	height: 88px;
	overflow: hidden;
	text-align: center;
}

.why_con li .why_cons:hover .why2_txt2 {
	color: #fff;
}

.why_con li:nth-child(1) .why_cons .why1 h5 {
	color: #e46169;
}

.why_con li:nth-child(1) .why_cons .why2_txt1 {
	color: #e46169;
}

.why_con li:nth-child(1) .why_cons:hover {
	background-color: #e46169;
}

.why_con li:nth-child(1) .why_cons:hover .why1 h5 {
	color: #fff;
}

.why_con li:nth-child(1) .why_cons:hover .why1:after {
	background-color: #f59197;
}

.why_con li:nth-child(1) .why_cons:hover .why2_txt1 {
	color: #fff;
}

.why_con li:nth-child(1) .why_cons:hover .why2_txt1:after {
	background-color: #f59197;
}

.why_con li:nth-child(2) .why_cons .why1 h5 {
	color: #e68f2e;
}

.why_con li:nth-child(2) .why_cons .why2_txt1 {
	color: #e68f2e;
}

.why_con li:nth-child(2) .why_cons:hover {
	background-color: #e68f2e;
}

.why_con li:nth-child(2) .why_cons:hover .why1 h5 {
	color: #fff;
}

.why_con li:nth-child(2) .why_cons:hover .why1:after {
	background-color: #f3c797;
}

.why_con li:nth-child(2) .why_cons:hover .why2_txt1 {
	color: #fff;
}

.why_con li:nth-child(2) .why_cons:hover .why2_txt1:after {
	background-color: #f3c797;
}

.why_con li:nth-child(3) .why_cons .why1 h5 {
	color: #6abf79;
}

.why_con li:nth-child(3) .why_cons .why2_txt1 {
	color: #6abf79;
}

.why_con li:nth-child(3) .why_cons:hover {
	background-color: #6abf79;
}

.why_con li:nth-child(3) .why_cons:hover .why1 h5 {
	color: #fff;
}

.why_con li:nth-child(3) .why_cons:hover .why1:after {
	background-color: #8fe19d;
}

.why_con li:nth-child(3) .why_cons:hover .why2_txt1 {
	color: #fff;
}

.why_con li:nth-child(3) .why_cons:hover .why2_txt1:after {
	background-color: #8fe19d;
}

.why_con li:nth-child(4) .why_cons .why1 h5 {
	color: #e76faa;
}

.why_con li:nth-child(4) .why_cons .why2_txt1 {
	color: #e76faa;
}

.why_con li:nth-child(4) .why_cons:hover {
	background-color: #e76faa;
}

.why_con li:nth-child(4) .why_cons:hover .why1 h5 {
	color: #fff;
}

.why_con li:nth-child(4) .why_cons:hover .why1:after {
	background-color: #f7a7ce;
}

.why_con li:nth-child(4) .why_cons:hover .why2_txt1 {
	color: #fff;
}

.why_con li:nth-child(4) .why_cons:hover .why2_txt1:after {
	background-color: #f7a7ce;
}

.why_con li:nth-child(5) .why_cons .why1 h5 {
	color: #9c6fe7;
}

.why_con li:nth-child(5) .why_cons .why2_txt1 {
	color: #9c6fe7;
}

.why_con li:nth-child(5) .why_cons:hover {
	background-color: #9c6fe7;
}

.why_con li:nth-child(5) .why_cons:hover .why1 h5 {
	color: #fff;
}

.why_con li:nth-child(5) .why_cons:hover .why1:after {
	background-color: #c7a9f8;
}

.why_con li:nth-child(5) .why_cons:hover .why2_txt1 {
	color: #fff;
}

.why_con li:nth-child(5) .why_cons:hover .why2_txt1:after {
	background-color: #c7a9f8;
}

.why_con li:nth-child(6) .why_cons .why1 h5 {
	color: #529be2;
}

.why_con li:nth-child(6) .why_cons .why2_txt1 {
	color: #529be2;
}

.why_con li:nth-child(6) .why_cons:hover {
	background-color: #529be2;
}

.why_con li:nth-child(6) .why_cons:hover .why1 h5 {
	color: #fff;
}

.why_con li:nth-child(6) .why_cons:hover .why1:after {
	background-color: #a0ccf7;
}

.why_con li:nth-child(6) .why_cons:hover .why2_txt1 {
	color: #fff;
}

.why_con li:nth-child(6) .why_cons:hover .why2_txt1:after {
	background-color: #a0ccf7;
}

.home-function {
	width: 100%;
	margin: 46px auto;
	overflow: hidden;
}

.func_title {
	width: 100%;
	overflow: hidden;
}

.func_title ul {
	width: 100%;
}

.func_title ul li {
	width: 20%;
	float: left;
	cursor: pointer;
}

.func_title ul li h3 {
	font-size: 20px;
	color: #666;
	margin: 0 auto;
	font-weight: normal;
	line-height: 48px;
	border: 2px solid #fff;
	border-radius: 25px;
	text-align: center;
}

.func_title ul .on h3 {
	border: 2px solid #c5262a;
	color: #c5262a;
}

.func_show {
	width: 100%;
	overflow: hidden;
}

.func_show .func_info {
	width: 100%;
	display: none;
}

.func_info {
	width: 100%;
	overflow: hidden;
	padding-top: 32px;
}

.container1 {
	width: 100%;
}

.func_info ul {
	width: 100%;
}

.func_info li {
	float: left;
	width: 23%;
	padding: 0 10px;
	margin-bottom: 20px;
}

.func_infos {
	background-color: #fff;
	box-shadow: 0px 0px 20px rgba(47, 56, 111, 0.1);
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 16px 20px 20px 20px;
	overflow: hidden;
}

.func_infos .pic {
	width: 57px;
	height: 57px;
	background-color: #f7f8fa;
	border-radius: 180px;
}

.pic img {
	transition: .5s;
}

.func_infos:hover .pic img {
	transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-webkit-transform: rotateY(180deg);
}

.func_txt {
	margin-top: 20px;
}

.func_txt h3 {
	font-size: 18px;
	line-height: 25px;
	color: #111F33;
}

.func_txt p {
	font-size: 14px;
	line-height: 20px;
	color: #676C73;
	margin-top: 8px;
	height: 60px;
	overflow: hidden;
}

.func_infos:hover .func_txt h3 {
	color: #c5262a;
}

.TabTitle {
	margin: auto;
	width: 100%;
	height: auto;
}

.sear-xz {
	height: 310px;
	width: 100%;
	padding-top: 30px
}

.wd-col {
	width: 50%;
	float: right;
	margin-top: 15px;
}

.wd-col dt {
	font-size: 40px;
	color: #444;
	line-height: 2;
}

.wd-col dt span {
	color: #ff8400;
}

.wd-col dd {
	text-indent: 10px;
	color: #727272;
	line-height: 2;
	font-size: 14px;
}

.me-fdc {
	width: 50%;
	float: left;
}

.active .me-fdc {
	left: 0;
	opacity: 1;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.links {
	margin-top: 20px;
	transition: all 1s linear 0s;
}

.links span {
	display: block;
	position: relative;
	opacity: 0;
	width: 32px;
	height: 19px;
	position: absolute;
	left: 82px;
	bottom: -22px;
	display: none;
}

.links a {
	display: block;
	width: 196px;
	height: 45px;
	line-height: 45px;
	text-indent: 45px;
	background: #fe8400;
	color: #fff;
	font-size: 16px;
	transition: all 0.5s linear 0s;
	border-radius: 30px;
}

.links a.op-cur {
	background: #fea700;
	transition: all 0.5s linear 0s;
}

.links a img {
	margin-left: 15px;
	margin-top: 12px;
	vertical-align: top;
	transition: all .5s linear 0s;
}

.links a.op-cur img {
	transform: rotate(90deg);
}

.imgpc {
	width: 50%;
}

.imgpc img {
	max-width: 100%;
}

.begin {
	width: 100%;
	overflow: hidden;
	background: #f6f6f7
}

.sot-ment {
	width: 50%;
	float: right;
}

.sot-ment .titn {
	font-size: 40px;
	padding: 20px 0;
	color: #444;
	margin-top: 150px;
}

.sot-ment .conts {
	font-size: 16px;
	line-height: 25px;
	padding: 15px 0;
	color: #666;
}

.section-3 {
	background: #3e77b1 url(../images/xz-s3-bg.jpg) no-repeat right center;
	width: 100%;
	min-height: 477px;
	float: left
}

.tr-ont {
	position: relative;
	z-index: 10;
	border-radius: 30px;
	width: 100%;
	height: 200px;
	margin-top: 22px;
	overflow: hidden;
	opacity: 0;
	display: table;
	padding-left: 240px;
}

.parenm {
	position: absolute;
	left: 700px;
	top: 30px;
}

.section-3 .p3-sot {
	margin-left: 50px;
}

.p3-sot {
	width: 50%;
	padding-top: 85px;
	float: left;
}

.p3-sot .titm {
	font-size: 35px;
	color: #fff;
	line-height: 50px;
	padding: 15px 0;
}

.p3-sot .contm {
	font-size: 15px;
	color: #fff;
	line-height: 25px;
	padding: 15px 0;
	border-bottom: 1px dashed #fff;
	width: 80%;
}

.active .p3-sot .titm {
	top: 0;
	opacity: 1;
	-moz-transition: all 1s ease 0s;
	-ms-transition: all 1s ease 0s;
	-o-transition: all 1s ease 0s;
	-webkit-transition: all 1s ease 0s;
	transition: all 1s ease 0s;
}

.active .p3-sot .contm {
	left: 0;
	opacity: 1;
	-moz-transition: all 1s ease .5s;
	-ms-transition: all 1s ease .5s;
	-o-transition: all 1s ease .5s;
	-webkit-transition: all 1s ease .5s;
	transition: all 1s ease .5s;
}

.fd-omp {
	position: absolute;
	left: 400px;
	top: 320px;
	opacity: 0;
	z-index: 2;
	transition: all 1s linear 0s;
}

.active .fd-omp {
	left: 600px;
	opacity: 1;
	-moz-transition: all 1s ease 1.5s;
	-ms-transition: all 1s ease 1.5s;
	-o-transition: all 1s ease 1.5s;
	-webkit-transition: all 1s ease 1.5s;
	transition: all 1s ease 1.5s;
}

.parenm {
	position: absolute;
	left: 57%;
	top: 1357px;
}

.webplan {
	width: 100%;
	padding-bottom: 50px;
	float: left;
	background: url(../images/webp_bg.jpg)
}

.webplan .webp_list {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 25px;
}

.webplan .webp_list ul li {
	width: 23%;
	height: auto;
	float: left;
	margin: 0 1%;
	padding-bottom: 20px;
}

.webplan .webp_list ul li .title {
	text-align: center;
	color: #FFF;
	font-size: 19px;
	line-height: 60px;
	margin-top: 20px;
}

.webplan .webp_list ul li .title1 {
	text-align: center;
	color: #FFF;
	font-size: 13px;
	line-height: 20px;
}

.webplan .webp_list ul li .img {
	text-align: center;
	margin: 25px 0;
}

.webplan .webp_list ul li .text {
	width: 78%;
	margin: 10px 30px;
	color: #FFF;
	line-height: 22px;
	text-align: center
}

.webplan .webp_list ul li.webp_01 {
	float: left;
	background: #42c580
}

.webplan .webp_list ul li.webp_01:hover {
	background: #9a9a9a
}

.webplan .webp_list ul li.webp_02 {
	float: left;
	background: #4285c5
}

.webplan .webp_list ul li.webp_02:hover {
	background: #9a9a9a
}

.webplan .webp_list ul li.webp_03 {
	float: left;
	background: #b53331
}

.webplan .webp_list ul li.webp_03:hover {
	background: #9a9a9a
}

.webplan .webp_list ul li.webp_04 {
	float: left;
	background: #ffaa23
}

.webplan .webp_list ul li.webp_04:hover {
	background: #9a9a9a
}

.webplan .webp_list .text_list {
	float: left;
	width: 100%;
	height: auto;
	text-align: center
}

.webplan .webp_list .text_list p {
	font-size: 16px;
	line-height: 25px;
	color: #FFF
}

.webplan .webp_list .more {
	float: left;
	width: 100%;
	text-align: center
}

.webplan .webp_list .more a {
	font-size: 17px;
	line-height: 60px;
	color: #fff;
	display: block;
	text-align: center
}

.webplan .webp_list .more a:hover {
	text-decoration: underline
}

.section-4 {
	background: url(../images/xz-s4-bg.jpg) no-repeat center center;
	min-height: 600px;
	width: 100%;
	display: table;
}

.section-5 {
	width: 100%;
	display: table;
	padding-top: 20px
}

.section-5 .p3-sot .titm {
	color: #444;
	padding-top: 50px;
}

.section-5 .p3-sot .contm {
	color: #444;
}

.comtsl {
	margin-top: 50px;
	width: 50%;
	float: right
}

.comtsl img {
	max-width: 100%;
}

.active .comtsl {
	background-size: 100% 100%;
	opacity: 1;
	-moz-transition: all 1.5s ease-in-out 1.5s;
	-ms-transition: all 1.5s ease-in-out 1.5s;
	-o-transition: all 1.5s ease-in-out 1.5s;
	-webkit-transition: all 1.5s ease-in-out 1.5s;
	transition: all 1.5s ease-in-out 1.5s;
}

.youh {
	width: 100%;
	overflow: hidden;
	background-color: #f7f7f7;
}

.youh .youh-fl {
	width: 40%;
	float: left;
}

.youh .youh-fl img {
	max-width: 100%;
	display: block;
	margin: 0 auto;
}

.youh .youh-fr {
	width: 58%;
	float: right;
	padding-top: 40px;
}

.youxk {
	width: 100%;
}

.youxk ul {
	width: 100%;
}

.youxk ul li {
	width: 25%;
	float: left;
	margin-bottom: 15px;
}

.youxk ul li a {
	width: 90%;
	margin: 15px auto;
	display: block;
	background-color: #f6f6f6;
	border-radius: 10px;
	padding: 15px 5px;
	box-sizing: border-box;
}

.youxk ul li a .yxt {
	background-image: url(../images/youxtb.jpg);
	background-repeat: no-repeat;
	height: 78px;
	border-bottom: #a0a0a0 dashed 1px;
}

.youxk ul li a .msk {
	color: #3b3b3b;
	font-size: 13px;
	line-height: 33px;
	padding-top: 10px;
	min-height: 170px;
}

.dx {
	background-position: center 0;
}

.wy {
	background-position: center -80px;
}

.tx {
	background-position: center -160px;
}

.al {
	background-position: center -240px;
}

.yxxqlj {
	color: #000;
	padding-right: 20px;
	text-align: right;
	height: 44px;
	font-size: 14px;
}

.mfsyan {
	width: 100px;
	height: 30px;
	line-height: 30px;
	text-align: center;
	margin: 0 auto;
	background-color: #959595;
	font-size: 13px;
	color: #ffffff;
	border-radius: 5px;
}

.youxk ul li a:hover {
	background-color: #3987d1;
}

.youxk ul li a:hover .yxt {
	background-image: url(../images/youxtb2.jpg);
	border-bottom: #ffffff dashed 1px;
}

.youxk ul li a:hover .msk {
	color: #FFF;
}

.youxk ul li a:hover .yxxqlj {
	color: #FFF;
}

.youxk ul li a:hover .mfsyan {
	color: #3e3e3e;
	background-color: #FFF;
}

.xwzx {
	background-color: #ebf0f5;
	padding-bottom: 50px;
}

.xwk {
	width: 31%;
	float: left;
}

.xwkk {
	width: 31%;
	float: left;
	margin: 0 3%;
}

.mt40 {
	margin-right: 40px;
}

.pmk {
	width: 64%;
	padding-top: 30px;
}

.seomst {
	font-size: 26px;
	color: #666666;
	padding-left: 8px;
}

.seomst strong {
	color: #F00;
}

.seo-img img {
	max-width: 100%;
}

.seosm {
	font-size: 15px;
	line-height: 40px;
	padding-left: 10px;
}

.xwbt {
	height: 40px;
	line-height: 40px;
	border-bottom: #d1d6da solid 2px;
	margin-top: 25px;
	margin-bottom: 25px;
}

.xwbt .fl {
	font-size: 18px;
	color: #191919;
}

.xwbt .fr a {
	font-size: 13px;
	font-family: Arial;
	color: #5e5e5e;
}

.yqlj {
	background-color: #3987d1;
	height: 50px;
}

.yqljlb {
	line-height: 50px;
	position: absolute;
	transition: .5s;
}

.yqljlb li {
	float: left;
	color: #FFF;
	font-size: 13px;
	color: #cae5ff;
}

.yqljlb li a {
	padding: 0px 10px;
	background-image: url(../images/yqljx.jpg);
	background-repeat: no-repeat;
	background-position: right center;
	color: #cae5ff;
}

.yqljlb li a:hover {
	color: #FFF;
}

.didao {
	width: 100%;
	overflow: hidden;
	background-color: #000;
	padding-top: 18px;
	padding-bottom: 20px;
}

.jzxx {
	background-color: #1f2021;
	color: #939393;
	line-height: 60px;
	height: auto;
	text-align: center;
	padding-top: 10px;
}

.jzxx a {
	color: #939393
}

/* =================== */
.dhjx {
	height: 120px;
	background-color: #1a6bba;
}

.nykj {
	background-color: #f9f9f9;
}

.nykj img {
	max-width: 100%;
}

.erjiljk {
	background: url(../images/tabbg.jpg);
	padding-top: 120px;
}

.gsjjej {
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
}

.gsjjej a {
	display: inline-block;
	background-image: url(../images/erjxbg.png);
	background-repeat: no-repeat;
	background-position: right bottom;
	padding: 0 80px;
	line-height: 85px;
	font-size: 16px;
}

.dqwz {
	padding: 20px 0;
	font-size: 14px;
}

.gyyy {
	padding-bottom: 30px;
	padding-top: 25px;
}

.gyyy li {
	border-bottom: #CCC solid 1px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.gyzk {
	width: 60px;
	float: left;
	font-size: 26px;
	color: #000000;
}

.lidibu {
	border-bottom: 0px !important;
}

.gyyk {
	width: 970px;
	float: right;
	color: #000000;
	font-size: 14px;
	line-height: 28px;
}

.gyyk h1 {
	font-weight: normal;
	height: 60px;
	font-size: 26px;
}

.gengduo {
	text-align: center;
	padding-top: 15px;
	padding-bottom: 30px;
}

.gengduo a {
	text-align: center;
	font-size: 16px;
	width: 200px;
	height: 40px;
	background-color: #23c2f9;
	display: inline-block;
	color: #FFF;
	line-height: 40px;
}

.gengduo a:hover {
	background-color: #017dc5;
}

/*==============NEWS==============*/
.art-list {
	margin: 30px 0;
}

.fl {
	float: left;
}

.date {
	width: 110px;
	height: 110px;
	border-radius: 55px;
	background: #3987d1;
	overflow: hidden;
}

.art_pic {
	width: 110px;
	height: 110px;
	border-radius: 55px;
	overflow: hidden;
}

.date b {
	font-size: 35px;
	line-height: 40px;
	color: #fff;
	padding-top: 20px;
	text-align: center;
	display: block;
}

.date p {
	text-align: center;
	font-size: 16px;
	height: 30px;
	line-height: 30px;
	color: #fff;
	margin-bottom: 10px;
}

.art-list {
	margin: 30px 0;
	width: 100%;
}

.news_list_right {
	background: #fff;
	max-width: 830px;
	width: 100%;
	padding: 25px;
	box-shadow: 0 2px 3px #d9dbdb;
	margin-left: 60px;
}

.news_list_right .name strong {
	font-weight: normal;
	font-size: 18px;
}

.news_list_right .name a:hover {
	color: #3987d1;
	text-decoration: underline;
}

.news_list_desc {
	min-height: 50px;
}

.news_list_desc {
	margin-top: 5px;
	font-size: 13px;
	color: #999;
	line-height: 26px;
}

.ny_news .news_content {
	padding: 80px 0;
}

.ny_news .news_content_cont {
	padding: 25px;
}

.ny_news .news_content_title .info {
	padding: 15px 0;
	color: #999
}

.ny_news .news_content_title .info a {
	color: inherit;
}

/* ==========cp检索========= */
.cpjsy {
	width: 100%;
}

.cpjsy li {
	width: 25%;
	float: left;
	margin: 10px 0;
}

.cpjsy li a {
	width: 94%;
	margin: auto;
	display: block;
	font-size: 15px;
	line-height: 24px;
	color: #333;
	font-weight: bold;
	text-align: center
}

.cpjsy li a:hover {
	color: #fff;
	background-color: #ffb119;
}

.cpjsy .img {
	width: 100%;
	height: 240px;
	margin: 0 auto;
	overflow: hidden;
	text-align: center
}

.cpjsy .img img {
	max-width: 100%;
	height: 240px;
}

.cpjsy .img img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

/* ==========cp最新========= */
.syzxal {}

.syzxal li {
	width: 20%;
	margin: 10px 0;
	float: left;
}

.syzxal li a {
	width: 90%;
	margin: auto;
	display: block;
	font-size: 12px;
	color: #333;
	padding-top: 5px;
	font-weight: bold;
}

.syzxal li img {
	width: 100%;
	height: 220px;
}

.syzxal li img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.0s ease;
	-moz-transition: all 1.0s ease;
	-o-transition: all 1.0s ease;
	transition: all 1.0s ease;
}

/* ==========xw检索========= */
.xwjjej {
	width: 100%;
	margin: 0 auto;
	white-space: nowrap;
	overflow: hidden;
}

.xwjjej a {
	line-height: 85px;
	display: inline-block;
	background: url(../images/erjxbg.png) no-repeat right bottom;
	padding: 0 63px;
	font-size: 16px;
}

.xwjsk {
	background: url(../images/news_bor.png) repeat-y 55px 0;
	margin: 30px auto;
}

.xwjsk li {
	background: url(../images/xwxb.png) no-repeat left center;
	padding-left: 20px;
	font-size: 14px;
	line-height: 50px;
	border-bottom: #CCC dashed 1px;
}

.xwjsk li a {
	line-height: 50px;
	display: block;
	width: 900px;
}

.xwjsk li a:hover {
	padding-left: 15px;
}

/* ==========xw检索========= */
.xwxq {
	width: 70%;
	float: left;
}

.xqnr {
	width: 100%;
}

.xqnr h1 {
	padding: 20px 0;
}

.xqnr img {
	max-width: 100%;
}

.xgxwk {
	width: 25%;
	float: right;
	background-color: #eae9e9;
	padding-bottom: 30px;
	padding-left: 10px;
	padding-right: 10px;
	margin-bottom: 30px;
}

.lysjll {
	line-height: 20px;
	padding: 15px 10px;
	background: #f1f1f1;
	margin: 10px 0;
}

.xwxqnrk {
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 40px;
}

.xgxwk .list ul li {
	float: left;
	width: 43%;
}

.xgxwtb {
	text-align: center;
	font-size: 16px;
	line-height: 60px;
}

.xgxwk li {
	background: url(../images/xwxb.png) no-repeat left center;
	padding-left: 20px;
	line-height: 40px;
	border-bottom: #CCC dashed 1px;
}

.xgxwk li a {
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	display: block;
}

.lxfsk {
	width: 100%;
	height: 350px;
	float: left;
	background: url(../images/con_bg01.jpg)
}

.lxfs {
	width: 525px;
	float: left;
	font-size: 14px;
	line-height: 28px;
	padding-bottom: 20px;
	padding-left: 25px;
	width: 500px !important;
}

.lxfs h1 {
	font-size: 26px;
	line-height: 60px;
}

/* ==========fuwu========= */
.fwnbt {
	font-size: 26px;
	font-weight: bold;
	line-height: 50px;
	color: #1a6bba;
}

.fwnjj {
	width: 100%;
	font-size: 14px;
	line-height: 28px;
}

.fwnlb {
	font-size: 15px;
	line-height: 40px;
	padding-top: 20px;
	font-weight: bold;
	width: 100%;
	overflow: hidden;
}

.fwnlb li {
	width: 31.333%;
	float: left;
	height: 40px;
	text-indent: 1em;
	background: url(../images/dian.jpg) no-repeat left center;
}

.sjweb {
	font-size: 15px;
	line-height: 40px;
	padding-top: 20px;
	font-weight: bold;
	width: 100%;
}

.sjweb li {
	width: 127px;
	float: left;
	height: 40px;
	padding-left: 15px;
	width: 112px !important;
	background-image: url(../images/dian.jpg);
	background-repeat: no-repeat;
	background-position: left center;
}

.wzjsk {
	padding: 30px 0;
	overflow: hidden;
	background-color: #FFF;
}

.wzjsk .fl {
	width: 50%;
}

.wzjsk .fr {
	width: 50%;
}

.wzjsk img {
	max-width: 100%;
}

.seok {
	padding: 30px 0;
	;
	background-color: #eeeeee;
	overflow: hidden;
}

.seok .fl {
	width: 50%;
}

.seok .fr {
	width: 50%;
}

.seok img {
	max-width: 100%;
}

.fuwu_more {
	text-align: center;
	padding-top: 15px;
	width: 100%;
	float: left;
	height: 40px;
}

.fuwu_more a {
	text-align: center;
	font-size: 16px;
	width: 200px;
	height: 40px;
	background-color: #23c2f9;
	display: inline-block;
	color: #FFF;
	line-height: 40px;
}

.fuwu_more a:hover {
	background-color: #017dc5;
}

.zuobian {
	width: 675px;
	float: left;
}

.youbian {
	width: 420px;
	float: right;
	height: auto;
	background-image: url(../images/dixian.jpg);
	background-repeat: repeat-y;
	background-position: left top;
	text-align: center;
	line-height: 30px;
	color: #ababab;
}

.l_left {
	float: left;
	width: 412px;
	height: auto;
	margin-top: 15px;
	margin-left: 8px;
}

.l_left ul li {
	float: left;
	margin-right: 3px
}

.didyij li {
	width: 110px;
	text-align: center;
	float: left;
	font-size: 12px;
}

.didyij li a {
	color: #FFF;
	line-height: 40px;
}

.erji {
	width: 16.6666%;
	float: left;
}

.erji li {
	width: 100%;
	text-align: center;
	font-size: 12px;
	line-height: 22px;
}

.erji li a {
	color: #6b6b6b;
}

.erji .title {
	width: 100%;
	color: #fff;
	font-weight: bold;
	text-align: left;
	font-size: 14px;
}

.dianhua {
	font-size: 22px;
	color: #abaaaa;
}

.shijian {
	color: #ababab;
	font-size: 12px;
}

.kefu {
	text-align: center;
	padding-top: 30px;
}

.kefu a {
	width: 125px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: #FFF solid 1px;
	color: #FFF;
}

.kefu a:hover {
	width: 125px;
	display: inline-block;
	height: 40px;
	line-height: 40px;
	border: #F00 solid 1px;
	color: #F00;
}

.xwtp {
	width: 100%;
	max-height: 175px;
	overflow: hidden;
}

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

.xwtp img:hover {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	-webkit-transition: all 1.5s ease;
	-moz-transition: all 1.5s ease;
	-o-transition: all 1.5s ease;
	transition: all 1.5s ease;
}

.xwlb {
	background-color: #FFF;
	padding: 24px 10px;
	font-size: 12px;
	line-height: 40px;
}

.xwlb li {
	height: 40px;
	clear: both;
	border-bottom: #CCC dashed 1px;
}

.xwlb .syxwbt {
	height: 40px;
	float: left;
	width: 75%;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.xwlb a:hover {
	padding-left: 3px;
}

.xwlb .syxwsj {
	width: 25%;
	height: 40px;
	overflow: hidden;
	float: right;
}

.gdlxkf {
	text-align: center;
	font-size: 28px;
	padding: 30px 0;
}

.cpxiang {
	padding-bottom: 20px;
}

.cpxiang H1 {
	font-weight: normal;
	padding: 20px 0;
	text-align: center;
}

.cpxqjs {
	padding: 20px;
	font-size: 14px;
	line-height: 28PX;
	color: #646c6e
}

.cpxqjs img {
	max-width: 100%;
}

.qt-pagination {
	width: 94%;
	margin: auto;
	overflow: hidden;
	padding: 30px 0;
	text-align: center;
}

.qt-pagination a {
	background-color: #fff;
	border: 1px solid #e3e3e3;
	padding: 0 10px;
	margin-right: 3px;
	min-width: 30px;
	height: 30px;
	line-height: 30px;
	display: inline-block;
	text-align: center;
}

.qt-pagination .pages {
	background: #1a6bba;
	color: #fff;
}

.huisek {
	color: #404040;
	font-size: 18px;
	line-height: 30px;
	padding-bottom: 25px;
	background-color: #dfe4e5;
	background-image: url(../images/mobile.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	height: 415px;
	min-width: 1100px;
}

.huisek h1 {
	font-size: 34px;
}

.huisek h2 {
	font-size: 20px;
}

.sjzhc {
	width: 100%;
	overflow: hidden;
	padding-top: 20px;
	padding-bottom: 30px
}

.sjzhc .img {
	width: 50%;
	float: left;
	margin-top: 25px;
}

.sjzhc .img img {
	max-width: 100%;
}

.sjzhc .p {
	margin-top: 80px;
	line-height: 28px;
	font-size: 15px;
	float: right;
	width: 50%;
}

.sjzhc .text p {
	line-height: 30px;
	font-size: 15px;
	float: left;
	color: #1B5B96
}

.sjkf {
	background-repeat: no-repeat;
	background-position: center top;
	height: auto;
	width: 100%;
	padding-top: 20px;
	padding-bottom: 30px
}

.sjkf .img {
	float: left
}

.sjkf .p {
	margin-top: 80px;
	line-height: 28px;
	font-size: 15px;
	margin-left: 20px;
	float: left;
	width: 60%;
}

.sjkf .text p {
	line-height: 30px;
	font-size: 15px;
	float: left;
	color: #1B5B96
}

.prfc {
	position: relative;
	height: 540px;
	font-size: 12px;
	line-height: 20px;
}

.prfc strong {
	color: #064595;
	font-size: 14px;
	line-height: 30px;
}

.q1 {
	position: absolute;
	top: 134px;
	left: 180px;
	width: 111px;
	height: 130px;
}

.q2 {
	position: absolute;
	left: 416px;
	top: 111px;
	width: 98px;
	height: 122px;
}

.q3 {
	position: absolute;
	left: 643px;
	top: 167px;
	width: 106px;
}

.q4 {
	position: absolute;
	left: 860px;
	top: 77px;
	width: 144px;
	height: 107px;
}

.q5 {
	position: absolute;
	left: 227px;
	top: 373px;
	width: 109px;
	height: 138px;
}

.q6 {
	position: absolute;
	left: 460px;
	top: 345px;
	width: 113px;
	height: 151px;
}

.q7 {
	position: absolute;
	left: 695px;
	top: 358px;
	width: 86px;
}

.q8 {
	position: absolute;
	left: 911px;
	top: 325px;
	width: 133px;
	height: 111px;
}

.app4 {
	text-align: center;
	margin-bottom: 40px;
	padding-top: 30px;
}

.app6 {
	text-align: center;
}

.app6 .text {
	float: left;
	height: auto;
	width: 100%;
	font-size: 20px;
	text-align: center;
	margin-bottom: 30px;
}

.app6 .text .p {
	font-size: 16px;
	line-height: 28px;
}

.app6 .text .img h1 {
	font-size: 28px;
	color: #3987d1;
	line-height: 100px;
}

.app6 ul li span {
	display: block;
	width: 100%;
	font-size: 16px;
	line-height: 45px;
}

.app6 .text .img ul li {
	width: 23%;
	height: 260px;
	float: left;
	margin: 10px 1%;
}

.app6 .text .img ul li a.img {
	width: 100%;
	height: 200px;
	float: left;
	background: url(../images/img04.jpg) no-repeat center;
}

.app6 .text .img ul li a.img:hover {
	width: 100%;
	height: 200px;
	float: left;
	background: url(../images/img04_1.jpg) no-repeat center;
}

.app6 .text .img ul li a.img1 {
	width: 100%;
	height: 200px;
	float: left;
	background: url(../images/img05.jpg) no-repeat center;
}

.app6 .text .img ul li a.img1:hover {
	width: 100%;
	height: 200px;
	float: left;
	background: url(../images/img05_1.jpg) no-repeat center;
}

.app6 .text .img ul li a.img2 {
	width: 100%;
	height: 200px;
	float: left;
	background: url(../images/img06.jpg) no-repeat center;
}

.app6 .text .img ul li a.img2:hover {
	width: 100%;
	height: 200px;
	float: left;
	background: url(../images/img06_1.jpg) no-repeat center;
}

.app6 .text .img ul li a.img3 {
	width: 100%;
	height: 200px;
	float: left;
	background: url(../images/img07.jpg) no-repeat center;
}

.app6 .text .img ul li a.img3:hover {
	width: 100%;
	height: 200px;
	float: left;
	background: url(../images/img07_1.jpg) no-repeat center;
}

.sykh {}

.sykh li {
	width: 170px;
	float: left;
	text-align: center;
	height: 70px;
	margin: 10px 25px;
	background-color: #FFF;
}

.sykh li img {
	max-width: 170px;
	max-height: 70px;
}

/*功能特性 start */
.core-function {
	text-align: center;
	margin-bottom: 40px;
	font-size: 0;
	overflow: hidden;
}

.core-function span {
	display: inline-block;
	width: 25%;
	line-height: 93px;
	position: relative;
}

.core-function-img-hover {
	position: absolute;
	top: 0;
	display: none;
}

.core-function-hover {
	position: relative;
	margin-top: 20px;
}

.core-function-hover:hover .core-function-img-hover {
	display: block;
}

.core-function-hover:hover .core-function-title-two {
	display: block
}

.core-function-title-one {
	color: #fff;
	position: absolute;
	top: 30px;
	left: 100px;
	font-size: 24px;
}

.core-function-title-two {
	color: #ffffff;
	position: absolute;
	top: 60px;
	left: 42px;
	font-size: 12px;
	display: none;
}

.function-identity {
	text-align: center;
}

.fun-identity {
	display: inline-block;
	margin: 10px;
	background-color: #fff;
	width: 300px;
	padding: 30px 0;
	height: 200px;
	vertical-align: top;
	border: 1px solid #e8e8e8;
}

.fun-identity img {
	width: 78px;
}

.fun-title {
	font-size: 20px;
	padding: 15px;
	font-weight: 400;
}

/*功能特性 end */
/**********************你要建什么样的网站？*************************/
.xys_post2 {
	height: auto;
	margin-bottom: 20px
}

#xys_post2 {
	width: 100%;
	padding-top: 40px;
}

.xys_post2_cont {
	position: relative;
	width: 100%;
	height: 355px;
	background-color: #dfe4e5;
	margin: auto;
}

.xys_post2_cont .xys_post2_pic {
	overflow: hidden;
	position: absolute;
	top: -30px;
	left: 25px;
	height: 380px;
}

.xys_post2_cont .xys_post2_pic img {
	height: 100%;
	max-width: 620px;
}

.xys_post2_txt {
	position: absolute;
	top: 40px;
	right: 20px;
	width: 470px;
	padding: 25px 40px 20px 20px;
	color: #fff;
	background-color: #ffc001;
}

.xys_post2_txt h2 {
	font-size: 32px;
}

.xys_post2_txt p {
	font-size: 16px;
	line-height: 24px;
	margin-top: 30px;
}

/**********************youshi*************************/
.jhs_img {
	float: left;
	width: 100%;
	height: auto
}

.jhs_img h1 {
	font-size: 32px;
	line-height: 78PX;
	text-align: center;
	font-weight: normal
}

#xys_post4 {
	position: relative;
	width: 100%;
	margin-top: 90px;
	*margin-top: 40px;
	_margin-top: 40px;
}

#xys_post4 .xys_post_title h2 {
	color: #fff;
}

#xys_post4 .xys_text {
	color: #fff;
}

.xys_post4_cont {
	overflow: hidden;
	*position: relative;
	_position: relative;
	width: 1200px;
	height: 600px;
	margin: 40px auto 0;
	transform: scale(0) translateY(300px);
	transition: 1s;
}

.strengthMain {
	overflow: hidden;
	height: auto;
	margin-bottom: 30px
}

.xys_post4_cont:hover {
	overflow: auto;
}

.strengthMain li {
	overflow: hidden;
	position: relative;
	float: left;
	width: 50%;
	*width: 49.8%;
	_width: 49.8%;
	height: 300px;
	background: #000;
}

.strengthMain li img {
	width: 100%;
	transition: all .5s;
	opacity: 0.4;
	filter: alpha(opacity=40);
}

.strengthMain li .font {
	position: absolute;
	top: 0;
	left: 0;
	width: 92%;
	color: #fff;
	text-align: center;
	font-size: 16px;
	padding: 90px 4%;
}

.strengthMain li .font h3 {
	font-size: 28px;
	color: #fff;
	font-weight: normal;
	margin-bottom: 20px;
	line-height: 36px;
}

.strengthMain li .font p {
	width: 90%;
	margin: auto;
	line-height: 22px;
}

.strengthMain li:hover img {
	transform: scale(1.05, 1.05);
}

.strengthMain li:hover .font {}

.strengthMain li .font::before,
.strengthMain li .font::after {
	position: absolute;
	content: '';
	opacity: 0;
	transition: all 0.5s;
}

.strengthMain li .font::before {
	top: 25px;
	right: 15px;
	bottom: 25px;
	left: 15px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #fff;
	transform: scale(0, 1);
	-webkit-transform-origin: 0 0;
	transform-origin: 0 0;
}

.strengthMain li .font::after {
	top: 15px;
	right: 25px;
	bottom: 15px;
	left: 25px;
	border-right: 1px solid #fff;
	border-left: 1px solid #fff;
	transform: scale(1, 0);
	transform-origin: 100% 0;
}

.strengthMain li:hover .font::before,
.strengthMain li:hover .font::after {
	opacity: 1;
	transform: scale(1);
	transition: all 0.5s;
}

/*=====================================================*/
.TabContent {
	width: 100%;
	height: auto;
	float: left
}

.TabContent .page {
	padding-bottom: 40px;
}

.TabContent .page .top {
	height: 360px;
	overflow: hidden;
}

.TabContent .page .left {
	float: left;
	width: 600px;
	background: #f6f6f7;
	height: 100%;
	overflow: hidden;
	padding: 56px 36px;
}

.TabContent .page .right {
	background: #fff;
	height: 100%;
	overflow: hidden;
}

.TabContent .page4 .left {
	width: 96%;
	height: auto;
	float: left;
	padding-right: 20px;
}

.TabContent .page4 .left .desc {
	margin-right: 20px;
}

.TabContent .page3 .right {
	background: url(../images/services_right_web.jpg) no-repeat center center #fff;
}

.TabContent .page4 .right {
	background: #fff;
}

.TabContent .page5 .right {
	background: url(../images/services_right_ui.jpg) no-repeat center center #fff;
}

.TabContent .page .left .title {
	font-size: 36px;
	color: #333;
}

.TabContent .page .left .title span {
	color: #ccc;
	font-size: 18px;
	width: 100%;
	display: block;
	margin-top: 5px;
}

.TabContent .page .left .desc {
	color: #333;
	font-size: 15px;
	line-height: 30px;
}

.TabContent .page .left .desc p {
	color: #333;
	font-size: 15px;
	line-height: 30px;
}

.TabContent .page .left .descp {
	color: #999;
	font-size: 12px;
	line-height: 26px;
	margin-top: 16px;
}

.TabContent .page .left a {
	float: right;
	width: 165px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #ff5256;
	margin-top: 10px;
}

.TabContent .page .right li {
	width: 202px;
	height: 54px;
	line-height: 54px;
	background: #eaeaed;
	border: 1px solid #d5d6db;
	float: left;
	margin: 12px 23px;
	transition: all 0.3s ease-out 0s;
}

.TabContent .page .right li i {
	float: left;
	width: 30px;
	height: 30px;
	margin: 10px 16px 0 28px;
}

.TabContent .page .right li a {
	color: #333;
}

.TabContent .page .right li:hover {
	background: #77f1ff;
}

.TabContent .page .right li:hover a {
	color: #000;
}

#myTab1_Content3 .page .bottom .mt {
	height: 80px;
	line-height: 80px;
	padding-left: 38px;
	color: #333;
	font-size: 24px;
}

#myTab1_Content3 .page .bottom .mc {
	margin: 0
}

#myTab1_Content3 .page .bottom .mc li {
	width: 388px;
	background: #fff;
	float: left;
	padding: 28px 0 30px 0;
	margin-right: 16px;
}

#myTab1_Content3 .page .bottom .mc li .title {
	padding-left: 90px;
	font-size: 18px;
	color: #313131;
	margin-bottom: 22px;
}

#myTab1_Content3 .page .bottom .mc li .title span {
	color: #999;
	font-size: 12px;
	display: block;
	margin-top: 15px;
}

#myTab1_Content3 .page .bottom .mc li img {
	width: 100%;
	height: 320px;
}

#myTab1_Content3 .page .bottom .mc li a {
	width: 160px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #ff4d5b;
	display: block;
	margin: 34px auto 0;
}

.qyyx h1 {
	font-size: 18px;
	line-height: 30px;
	font-weight: normal;
}

.TabContent {
	width: 100%;
	height: auto;
	float: left
}

.TabContent .page {
	height: 360px;
	overflow: hidden;
}

.TabContent .page .left {
	float: left;
	width: 600px;
	background: #f6f6f7;
	height: 100%;
	overflow: hidden;
	padding: 56px 36px;
}

.TabContent .page .right {
	background: #fff;
	height: 100%;
	overflow: hidden;
}

.TabContent .page4 .left {
	width: 96%;
	height: auto;
	float: left;
	padding-right: 20px;
}

.TabContent .page4 .left .desc {
	margin-right: 20px;
}

.TabContent .page3 .right {
	background: url(../images/services_right_web.jpg) no-repeat center center #fff;
}

.TabContent .page4 .right {
	background: #fff;
}

.TabContent .page5 .right {
	background: url(../images/services_right_ui.jpg) no-repeat center center #fff;
}

.TabContent .page .left .title {
	font-size: 36px;
	color: #333;
}

.TabContent .page .left .title span {
	color: #ccc;
	font-size: 18px;
	width: 100%;
	display: block;
	margin-top: 5px;
}

.TabContent .page .left .desc {
	color: #333;
	font-size: 15px;
	line-height: 30px;
}

.TabContent .page .left .desc p {
	color: #333;
	font-size: 15px;
	line-height: 30px;
}

.TabContent .page .left .descp {
	color: #999;
	font-size: 12px;
	line-height: 26px;
	margin-top: 16px;
}

.TabContent .page .left a {
	float: right;
	width: 165px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #ff5256;
	margin-top: 10px;
}

.TabContent .page .right li {
	width: 202px;
	height: 54px;
	line-height: 54px;
	background: #eaeaed;
	border: 1px solid #d5d6db;
	float: left;
	margin: 12px 23px;
	transition: all 0.3s ease-out 0s;
}

.TabContent .page .right li i {
	float: left;
	width: 30px;
	height: 30px;
	margin: 10px 16px 0 28px;
}

.TabContent .page .right li a {
	color: #333;
}

.TabContent .page .right li:hover {
	background: #77f1ff;
}

.TabContent .page .right li:hover a {
	color: #000;
}

.TabContent .page .bottom .mt {
	height: 80px;
	line-height: 80px;
	padding-left: 38px;
	color: #333;
	font-size: 24px;
}

.TabContent .page .bottom .mc {
	margin: 0
}

.TabContent .page .bottom .mc li {
	width: 388px;
	background: #fff;
	float: left;
	padding: 28px 0 30px 0;
	margin-right: 16px;
}

.TabContent .page .bottom .mc li .title {
	padding-left: 90px;
	font-size: 18px;
	color: #313131;
	margin-bottom: 22px;
}

.TabContent .page .bottom .mc li .title span {
	color: #999;
	font-size: 12px;
	display: block;
	margin-top: 15px;
}

.TabContent .page .bottom .mc li img {
	width: 100%;
	height: 320px;
}

.TabContent .page .bottom .mc li a {
	width: 160px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #ff4d5b;
	display: block;
	margin: 34px auto 0;
}

.web-bzz {
	width: 100%;
	padding: 20px 0;
	overflow: hidden;
}

.web-bzz .left {
	float: left;
	width: 50%;
	background: #f6f6f7;
	overflow: hidden;
	padding: 56px 0;
}

.web-bzz .left .title {
	font-size: 36px;
	color: #333;
}

.web-bzz .left .web-memo {
	color: #ccc;
	font-size: 18px;
	width: 100%;
	display: block;
	margin-top: 5px;
}

.web-bzz .left .desc {
	color: #333;
	font-size: 15px;
	line-height: 30px;
}

.web-bzz .left a {
	float: right;
	width: 165px;
	height: 32px;
	display: block;
	line-height: 32px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	background: #ff5256;
	margin-top: 10px;
}

.web-bzz .right {
	width: 50%;
	float: left;
}

.web-bzz .right img {
	max-width: 80%;
	margin: auto;
	display: block;
}

.boxs1 {
	padding-top: 20px;
	float: left;
	width: 100%;
	line-height: 27px;
	font-size: 15px;
	color: #666;
}

.infoText {
	text-align: center;
	color: #999;
	font-size: 16px;
	padding: 10px 10px 27px;
}

.six_prepare {
	overflow: hidden;
}

.prepare_item {
	width: 31%;
	margin: 0 0.5% 25px 0.5%;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	overflow: hidden;
}

.s1 {
	color: #0187d0;
}

.page_block {
	padding-bottom: 0px;
	width: 100%;
	margin: 0 auto;
	margin-top: 40px;
}

.icons_prepare {
	float: left;
	background: url(../images/icons_prepare1ca3fe.png) 0 0 no-repeat;
	display: inline-block;
	width: 55px;
	height: 56px;
}

.icon_prepare_2 {
	background-position: -55px 0;
}

.icon_prepare_1 {
	background-position: 0 0;
}

.icon_prepare_3 {
	background-position: -110px 0;
}

.icon_prepare_4 {
	background-position: -165px 0;
}

.icon_prepare_6 {
	background-position: -275px 0;
}

.icon_prepare_7 {
	background-position: -330px 0;
}

.icon_prepare_5 {
	background-position: -220px 0;
}

.icon_prepare_8 {
	background-position: -385px 0;
}

.icon_prepare_9 {
	background-position: -440px 0;
}

.icon_prepare_10 {
	background-position: -495px 0;
}

.icon_prepare_11 {
	background-position: -550px 0;
}

.icon_prepare_12 {
	background-position: -605px 0;
}

.icon_prepare_13 {
	background-position: -660px 0;
}

.icon_prepare_14 {
	background-position: -715px 0;
}

.icon_prepare_15 {
	background-position: -770px 0;
}

.icon_prepare_16 {
	background-position: -825px 0;
}

.detail .text {
	color: #939fa6;
	line-height: 24px;
	font-size: 14px;
}

.detail {
	margin-left: 80px;
}

.page_block {
	padding-bottom: 20px;
}

.page_block_content {}

.three_advantages .advantages_item .product_advantages_img {
	width: 31%;
	display: inline-block;
	vertical-align: top;
}

.three_advantages {
	overflow: hidden;
	padding-top: 10px;
}

.three_advantages .advantages_item .product_advantages_img_1 {
	background: url(../images/product_advantages_big_11ca3fe.jpg) 0 0 no-repeat;
}

.three_advantages .advantages_item .product_advantages_img_3 {
	background: url(../images/product_advantages_big_31ca3fe.jpg) 0 0 no-repeat;
}

.three_advantages .advantages_item .product_advantages_img_2 {
	background: url(../images/product_advantages_big_21ca3fe.jpg) 0 0 no-repeat;
}

.three_advantages .advantages_item .product_advantages_img {
	width: 305px;
	height: 125px;
	float: left
}

.titlebb {
	color: #505558;
	font-size: 18px;
	margin-bottom: 4px;
	text-align: left;
}

.three_advantages .advantages_item .text {
	font-size: 14px;
}

.three_advantages .advantages_item .text {
	color: #939fa6;
}

.three_advantages .advantages_item {
	width: 30%;
	font-size: 0;
	display: inline-block;
	vertical-align: top;
	margin: 10px 1%;
}

.three_advantages .advantages_item img {
	width: 100%;
	max-width: none;
}

.btn a {
	color: #FFF
}

.new_text_n {
	text-align: center;
	margin-bottom: 10px;
	color: #000
}

.new_text_n span {
	font-size: 14px;
	font-weight: bold;
	color: #F00
}

.nykj table {
	border-collapse: collapse;
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: #fff;
}

.nykj table td {
	line-height: 26px;
	padding: 10px;
	text-align: center;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee
}

.nykj table th {
	line-height: 26px;
	padding: 10px;
	text-align: center;
	background: #f5f5f5;
	color: #ce2424;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee
}

.nykj table td a {
	display: block;
	width: 80px;
	margin: 0 auto;
	height: 26px;
	color: #fff;
	background: #83c452;
	font-size: 15px;
	border-radius: 5px;
}

#myTab1_Content0 h1 {
	font-size: 15px;
	color: #ce2424;
}

#myTab1_Content0 table {
	margin: 0 auto
}

.hallmark {
	padding-top: 30px
}

.hallmark h2 {
	color: #333;
	line-height: 40px
}

.hallmark ul {
	width: 102%
}

.hallmark li {
	float: left;
	width: 48%;
	height: 360px;
	background: #f5f5f5;
	margin: 0 2% 15px 0;
	position: relative
}

.hallmark li em {
	display: block;
	width: 90pt;
	height: 90pt;
	position: absolute;
	right: 10%;
	top: 30%
}

.hallmark li .padd {
	padding: 30px
}

.hallmark li h3 {
	color: #ce2424;
	font-size: 1pc;
	padding: 15px 0
}

.hidebox .padd p {
	padding: 5px 0;
	line-height: 24px
}

.hidebox .padd strong {
	color: #ce2424
}

.priceDetail {
	padding: 19px 0px 0;
	font-size: 14px;
	line-height: 30px;
}

.priceDetail h2 {
	padding: 18px 0px 9px;
	font-weight: normal;
	font-size: 20px;
	color: #333;
}

#myTab1_Content6 p {
	font-size: 14px;
	line-height: 30px;
}

/*======================SEO==================================*/
.seo_box {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 30px;
	text-align: center;
}

.seo_box img {
	max-width: 100%;
	text-align: center
}

.seo_box h1 {
	font-size: 34px;
	color: #333;
	text-align: center
}

.seo_box p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: center;
	width: 100%;
	margin: 25px auto
}

.seo-ranking-in {
	overflow: hidden;
	margin-top: 50px
}

.seo-ranking-in dl {
	float: left;
	width: 23%;
	height: 300px;
	padding-bottom: 20px;
	margin: 0 1%;
	display: inline;
	background: #F2F2F2;
	-webkit-transition: .5s;
	-moz-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

.seo-ranking-in dl:hover {
	background: #01509F;
}

.seo-ranking-in dl:hover dd {
	color: #fff
}

.seo-ranking-in dl dt {
	width: 100%;
}

.seo-ranking-in dl dt img {
	width: 100%;
	display: block;
}

.seo-ranking-in dl.margin0 {
	margin-left: 0
}

.seo-ranking-in dl dd {
	padding: 18px 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	font-size: 14px;
	line-height: 23px;
	color: #333
}

.zy_tle dl dt {
	font-size: 24px;
}

.zy_tle dl dt span {
	color: #479438;
}

.zy_tle dl dd {
	color: #aaa;
	font-size: 14px;
}

.seo_list ul li {
	float: left;
	width: 20%;
}

.seo_list {
	width: 100%;
	height: auto;
	float: left;
	margin-bottom: 40px;
}

.nr2_aa {
	padding: 30px 0;
}

.nr2_aa dt {
	font-size: 24px;
	color: #386d94;
}

.nr2_aa dd {
	color: #aaa;
	font-size: 14px;
}

.nr2_bb {
	width: 80%;
	height: auto;
	float: left;
	margin-left: 35px;
	text-align: left;
}

.nr2_bb dd {
	background: url(../images/v1.png) no-repeat left center;
	line-height: 24px;
	height: 24px;
	padding: 0 10px 0 20px;
	font-size: 15px;
	margin-bottom: 10px;
}

/*================================================================*/
.fn-left {
	float: left;
	width: 45%
}

#myTab1_Content1 .seo_box h1 {
	font-size: 34px;
	line-height: 68px;
	color: #000;
	font-weight: normal;
	margin-bottom: 20px;
}

.fn-right {
	width: 45%;
	float: right;
}

.fn-left,
.fn-right {
	display: inline;
}

.fn-left,
.fn-right img {
	max-width: 100%;
}

.seo_box {
	max-width: 100%;
}

.seo_box .fn-left dl {
	margin-bottom: 5px;
	float: left;
	width: 100%
}

.seo_box .fn-left dl dt {
	width: 20%;
	height: 44px;
	font-size: 25px;
	line-height: 44px;
	color: #fff;
}

.seo_box .fn-left dl dd {
	background-color: #f0f0f0;
	height: 50px;
	line-height: 44px;
	text-indent: 22px;
	text-align: left;
	width: 80%;
	font-size: 15px;
	color: #1c1c1c
}

.seo_box .fn-left dl dd span {
	color: #eb4343
}

.seo_box .fn-left .dlOdd dt {
	background-color: #94bdf1;
	text-align: right;
	font-style: italic;
}

.seo_box .fn-left .dlEven dt {
	background-color: #4085ce;
	text-align: right;
	font-style: italic;
}

.haveSupervisor h3 {
	padding-top: 10px;
}

.haveSupervisor dl dd a {
	margin: 30px auto 37px;
	color: #fff;
	display: block;
	width: 186px;
	height: 47px;
	background-color: #e61314;
	border-radius: 30px;
	-webkit-border-radius: 30px;
	text-align: center;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	line-height: 47px;
}

.haveSupervisor dl dd a:hover {
	color: yellow !important;
}

.employ h3 strong {
	color: #0661bf;
	margin-left: 40px;
}

.employ dl {
	margin-top: 40px;
	margin-bottom: 30px;
}

.employ dl dt {
	margin-left: 11px;
}

.employ dl dd {
	margin-right: 11px;
}

/*===================商标注册===================*/
.wzjs .sbzc_content .test p {
	font-size: 16px;
	color: #333;
	line-height: 30px;
	text-align: center;
	width: 90%;
	margin: 25px auto;
}

.wzjs .sbzc_content .sbzc_lc h1 {
	font-size: 34px;
	line-height: 68px;
	color: #000;
	font-weight: normal;
	text-align: center;
}

/*=====================手机开发========================*/
.sjkf_box {
	width: 96%;
	min-height: 415px;
	float: left;
	background: #dfe5e5;
	padding: 30px 2%;
}

.sjkf_box .text {
	width: 48%;
	background: #fff;
	float: left;
	margin-top: 88px;
	padding: 10px 1%;
	line-height: 35px;
	text-indent: 2em
}

.sjkf_box .img {
	width: 50%;
	float: right;
}

.sjkf_box .img img {
	max-width: 100%;
}

.sbzc_lc img {
	max-width: 100%;
}

.text1 {
	width: 100%;
	height: auto;
	float: left;
}

.text1 .img {
	width: 50%;
	float: left
}

.text1 .img img {
	max-width: 100%;
}

.text1 .p {
	line-height: 28px;
	font-size: 15px;
	float: right;
	width: 50%;
}

.text1 .text p {
	line-height: 30px;
	font-size: 15px;
	float: left;
	color: #1B5B96
}

/*====================APP开发===========================*/
.app_list {
	width: 100%;
	float: left;
}

.app_list ul {
	width: 100%;
	margin: 0 auto;
}

.app_list ul li {
	padding: 40px 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.back1 {}

.back2 {
	background-color: #f4f4f4;
}

.main {
	margin: 0 auto;
	width: 100%;
}

.app_list_dec {
	float: left;
	padding: 54px 0 0 0;
	width: 50%;
}

.app_list_img {
	float: left;
	width: 50%;
	text-align: center;
}

.desc_right {
	text-align: right;
	padding: 54px 0 0 0;
}

.app_list_img img {
	max-width: 100%;
	max-height: 356px;
}

.app_list_dec h4 {
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 30px;
	font-weight: normal;
	line-height: 36px;
}

.app_list_dec h5 {
	margin: 0;
	padding: 9px 0 0 0;
	color: #333;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}

.app_list_dec p {
	margin-top: 0;
	padding: 0;
	line-height: 32px;
	color: #999;
	font-size: 14px;
}

/*-------------------弹跳窗口企业邮箱免费试用 -----------------------*/
#dialogBg {
	width: 100%;
	height: 100%;
	background-color: #000000;
	opacity: .6;
	filter: alpha(opacity=60);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	display: none;
}

#dialog {
	width: 580px;
	height: auto;
	display: none;
	background: #fff;
	overflow: hidden !important;
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -290px;
	z-index: 10000;
}

#dialogg {
	width: 345px;
	display: none;
	background: #fff;
	overflow: hidden !important;
	position: fixed;
	top: 5%;
	left: 50%;
	margin-left: -175px;
	z-index: 10000;
}

.dialogTop {
	width: 90%;
	margin: 0 auto;
	border: 0;
	padding: 2px 0;
	text-align: right;
	position: relative;
}

.dialogTop a {
	display: block;
	width: 50px;
	height: 20px;
	font-size: 14px;
	color: #fff;
	right: 5px;
	top: 5px;
	position: absolute;
}

.editInfos {
	padding: 15px 0;
}

.editInfos li {
	width: 90%;
	margin: 8px auto auto;
	text-align: center;
}

.ipt {
	border: 1px solid #ccc;
	padding: 5px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	box-shadow: 0 0 3px #ccc inset;
	-webkit-box-shadow: 0 0 3px #ccc inset;
	margin-left: 5px;
}

.ipt:focus {
	outline: none;
	border-color: #66afe9;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(102, 175, 233, 0.6);
}

.submitBtn {
	width: 90px;
	height: 30px;
	line-height: 30px;
	font-family: "微软雅黑", "microsoft yahei";
	cursor: pointer;
	margin-top: 10px;
	display: inline-block;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: center;
	background-color: #428bca;
	color: #fff;
	box-shadow: 0 -3px 0 #2a6496 inset;
	-webkit-box-shadow: 0 -3px 0 #2a6496 inset;
}

/*=============================域名抢注=================================*/
.zt_module01 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.zt_module01 .fl {
	width: 40%;
}

.zt_module01 .fl img {
	max-width: 100%;
}

.zt_module01 .fr {
	width: 57%;
}

.zt_h2 {
	font-size: 26px;
	color: #ff4f4f;
	line-height: 40px;
	padding: 0 0 20px;
}

.zt_h2 span {
	font-size: 30px;
}

.zt_p2 {
	font-size: 14px;
	line-height: 28px;
	color: #4b4a4a;
}

.zt_module02bg,
.zt_module04bg {
	background: #EDF1F2;
}

.zt_module02 {
	overflow: hidden;
	margin: 0 auto;
	padding: 40px 0;
}

.zt_module02 .fl {
	width: 57%;
}

.zt_module02 .fr {
	width: 40%;
}

.zt_module02 .fr img {
	max-width: 100%;
}

.zt_module02bg,
.zt_module04bg {
	background: #EDF1F2;
}

.zt_h3 {
	font-size: 16px;
	color: #ff4f4f;
	line-height: 28px;
	font-weight: normal;
}

.zt_module02 .zt_p2 {
	width: 80%;
}

.zt_module03 {
	width: 390px;
	margin: 0 auto;
	padding: 55px 0 55px 600px;
	overflow: hidden;
}

.zt_p3 {
	font-size: 14px;
	color: #4b4a4a;
	line-height: 34px;
}

.zt_p3 span {
	color: #ff4f4f;
}

.zt_p3 .money {
	font-size: 18px;
}

.zt_module04 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.zt_module04 .fl {
	width: 57%;
}

.zt_module04 .fl img {
	max-width: 100%;
}

.zt_module04 .fr {
	width: 40%;
}

@font-face {
	font-weight: normal;
	font-style: normal;
}

.demo-icon {
	font-family: "icomoon";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	font-size: 24px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	line-height: 24px;
	color: #999;
}

/*new right*/
.cndns-right {
	position: fixed;
	right: 1px;
	top: 30%;
	margin-top: -100px;
	z-index: 100
}

.cndns-right-meau {
	position: relative;
	background: #fff;
}

.cndns-right-btn {
	width: 48px;
	height: 48px;
	text-align: center;
	display: block;
	margin-bottom: 6px;
	position: relative;
}

.cndns-right-meau .bounceIn {
	width: 48px;
	height: 48px;
	border: 1px solid #ddd;
	text-align: center;
	display: block;
	margin-bottom: 6px;
	position: relative;
	background-color: #fff
}

.cndns-right-btn span {
	color: #848484;
	font-size: 26px;
	line-height: 48px;
}

.cndns-right-btn sup {
	display: block;
	min-width: 24px;
	height: 24px;
	text-align: center;
	line-height: 24px;
	color: #fff;
	border-radius: 50%;
	background-color: #ff6800;
	position: absolute;
	left: -12px;
	top: -12px;
}

.cndns-right-btn p {
	color: #ff6800;
	font-size: 14px;
	line-height: 18px;
	padding-top: 5px;
	display: none;
}

.cndns-right-meau:hover .cndns-right-btn span {
	display: none
}

.cndns-right-meau:hover .cndns-right-btn p {
	display: block;
}

.meau-car .cndns-right-btn {
	border-color: #ff6800;
	margin-bottom: 20px;
}

.meau-car.cndns-right-meau:hover .cndns-right-btn {
	background-color: #ff6800
}

.meau-car.cndns-right-meau:hover .cndns-right-btn span {
	color: #fff;
	display: block;
}

.meau-car .cndns-right-btn span {
	color: #ff6800;
}

.meau-sev .cndns-right-btn {
	border-color: #ff6800;
	background: url(../images/zxkf.gif) no-repeat #ff6800 center;
}

.meau-sev .cndns-right-btn p {
	color: #fff
}

.meau-sev .cndns-right-btn span {
	color: #fff
}

.meau-top .cndns-right-btn span {
	font-size: 12px;
	line-height: 12px;
	padding-top: 10px;
	display: block
}

.meau-top .cndns-right-btn i {
	display: block;
	color: #999
}

.meau-top.cndns-right-meau:hover .cndns-right-btn {
	background-color: #ff6800
}

.meau-top.cndns-right-meau:hover .cndns-right-btn span {
	display: block;
	color: #fff
}

.meau-top.cndns-right-meau:hover .cndns-right-btn i {
	color: #fff;
}

.cndns-right-box {
	position: absolute;
	top: -15px;
	right: 48px;
	padding-right: 25px;
	display: none;
}

.cndns-right-box .box-border {
	border: 1px solid #ccc;
	border-top: 4px solid #ff6800;
	padding: 20px;
	background-color: #fff;
	-webkit-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	box-shadow: 0 3px 8px rgba(0, 0, 0, .15);
	position: relative
}

.cndns-right-box .box-border .arrow-right {
	display: block;
	width: 13px;
	height: 16px;
	background: url(../images/arrow.png) no-repeat;
	position: absolute;
	right: -13px;
	top: 26px;
}

.cndns-right-box .box-border .sev-t span {
	font-size: 42px;
	float: left;
	display: block;
	line-height: 56px;
	margin-right: 20px;
	color: #d3d3d3
}

.cndns-right-box .box-border .sev-t p {
	float: left;
	color: #ff6800;
	font-size: 22px;
	line-height: 28px;
}

.cndns-right-box .box-border .sev-t p i {
	display: block;
	font-size: 14px;
	color: #aaa;
}

.cndns-right-box .box-border .sev-b {
	padding-top: 15px;
	margin-top: 15px;
	border-top: 1px solid #e4e4e4;
	float: left;
}

.cndns-right-box .box-border .sev-b h4 {
	color: #666;
	font-size: 14px;
	font-weight: normal;
	padding-bottom: 15px;
}

.cndns-right-box .box-border .sev-b li {
	float: left;
	margin-right: 15px;
}

.cndns-right-box .box-border .sev-b li a {
	display: inline-block;
	color: #999;
	font-size: 13px;
	padding-left: 43px;
	background: url(../images/qq.gif) no-repeat left 3px;
	line-height: 36px;
}

.cndns-right-box .box-border .sev-b li a:hover {
	color: #ff6800
}

.meau-sev .cndns-right-box .box-border {
	width: 250px;
	float: left;
}

.meau-contact .cndns-right-box .box-border {
	width: 230px;
	float: left;
}

.cndns-right-meau:hover .cndns-right-box {
	display: block
}

.meau-code .cndns-right-box {
	top: inherit;
	bottom: -35px;
}

.meau-code .cndns-right-box .box-border {
	width: 156px;
	text-align: center;
	border-top: 1px solid #ccc;
}

.meau-code .cndns-right-box .box-border i {
	display: block;
	color: #f66e06;
	font-size: 16px;
	line-height: 16px;
}

.meau-code .cndns-right-box .box-border .arrow-right {
	top: inherit;
	bottom: 50px;
}

.meau-sev .cndns-right-btn .demo-icon {
	display: none;
}

.meau-sev:hover .cndns-right-btn {
	background: #ff6800
}

.meau-zs .cndns-right-btn {
	background-color: #ff6800;
	color: #fff;
	margin-top: 80px;
	border-color: #ff6800
}

.meau-zs .cndns-right-btn span {
	color: #fff
}

.meau-zs .cndns-right-btn p {
	color: #fff
}

/*==================================联系我们==============================*/
.con_box {
	width: 100%;
	height: auto;
	overflow: hidden;
	padding-bottom: 60px;
}

.con_box .con {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 60px;
}

.contactUs {
	overflow: hidden;
	padding-top: 6.25rem;
}

.contactUs .contact-left,
.contactUs .contact-right {
	float: left;
}

.contactUs .contact-right {
	float: right;
}

.Cooperationbox {
	position: fixed;
	top: 0;
	_position: absolute;
	_top: expression(documentElement.scrollTop + 0 + "px");
	background: #fff;
	z-index: 9999999999;
	width: 100%;
	display: none;
}

.Cooperation {
	width: 970px;
	margin: auto;
	padding: 35px 0;
	position: relative;
}

.Cooperationleft {
	float: left;
	width: 450px;
	color: #212121;
	margin-top: 20px;
	margin-right: 40px;
}

.Cooperationleft h3 {
	font-size: 40px;
	line-height: 42px;
	color: #e60012;
	padding-bottom: 25px;
}

.Cooperationleft h4 {
	font-size: 40px;
	line-height: 48px;
	border-bottom: 1px solid #cccccc;
	padding-bottom: 35px;
}

.Cooperationleft h5 {
	font-size: 18px;
	line-height: 26px;
	padding-bottom: 20px;
}

.Cooperationleft h5 span {
	font-size: 24px;
	font-weight: bold;
	color: #212121;
}

.Cooperationleft p {
	font-size: 14px;
	line-height: 32px;
}

.Cooperationleft p.coopb {
	padding: 35px 0;
}

.contact-r {
	float: right;
	width: 550px;
}

.contact-r ul {
	width: 100%;
	overflow: hidden;
	margin-top: 80px;
}

.contact-r ul li {
	line-height: 30px;
	padding: 5px 0;
}

.contact-r ul li.w50 {
	width: 50%;
	overflow: hidden;
	float: left;
}

.contact-r ul li.w100 {
	width: 100%;
	overflow: hidden;
	padding: 5px 0;
}

.contact-r ul li label {
	display: block;
	float: left;
	padding: 0;
	margin: 0 30px 0 0;
}

.contact-r ul li span {
	display: block;
	font-weight: bold;
	float: left;
	font-size: 15px;
}

.contact-r ul li i {
	display: block;
	font-style: normal;
	margin-left: 5px;
	float: left;
	font-size: 15px;
}

.contact-r ul li input {
	display: block;
	float: left;
	height: 30px;
	border: 1px solid #ddd;
	padding-left: 10px;
	margin-left: 8px;
	line-height: 30px;
}

.contact-r ul li h3 {
	font-size: 17px;
	line-height: 30px;
}

.contact-r ul li em {
	color: #e60012;
	font-style: normal;
	font-size: 12px;
}

.contact-r .sub111 {
	width: 40%;
	background: #0a6caa;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #fff;
}

/*-------- 合作渠道 --------*/
.cooperationlist {
	padding: 46px 0 30px 0;
	text-align: center;
}

.cooperationlist h4 {
	color: #0795d7;
	font-size: 21px;
	line-height: 22px;
	text-align: center;
	padding-bottom: 20px;
}

.cooperationlist a {
	display: inline-block;
	color: #0795d7;
	font-size: 16px;
	height: 33px;
	line-height: 33px;
	margin-left: 30px;
}

.qdemail {
	background: url(../images/qdicon01.jpg) no-repeat left center;
	padding-right: 32px;
	margin-right: 32px;
	border-right: 1px solid #e7e7e7;
}

.qdqq {
	background: url(../images/qdicon02.jpg) no-repeat left center;
	display: inline-block;
	padding-left: 45px;
}

.ny_con {
	width: 100%;
	height: auto;
	float: left;
	padding-top: 30px;
}

.Contact {
	width: 1098px;
	margin: 0 auto;
	background: #ffffff;
	border: 1px solid #dee0e0;
	height: 550px;
	border-radius: 10px;
	box-shadow: 0 -1px 5px #e5e6e6;
	position: relative;
}

.Contact h3 {
	text-align: center;
	font-size: 24px;
	line-height: 26px;
	padding: 50px 0;
}

.Contact ul {
	margin: 0;
	padding: 0;
}

.Contact ul li {
	float: left;
	width: 245px;
	border-right: 1px solid #e7e7e7;
	height: 200px;
	padding: 0 12px;
}

.Contact ul li a {
	display: block;
	width: 245px;
	height: 180px;
	padding-top: 20px;
}

.Contact ul li a:hover {
	color: #FFF;
	background: #eb3900;
}

.Contact ul li p {
	font-size: 14px;
	text-align: center;
}

.Contact ul li p.font18 {
	font-size: 18px;
	padding-top: 3px;
}

.Contact ul li a span {
	margin: 0 auto 15px;
}

.Contact ul li.lastbor {
	border: none
}

.Contact ul li a.adress span {
	display: block;
	width: 80px;
	height: 65px;
	background: url(../images/Icon57.png) no-repeat
}

.Contact ul li a.adress:hover span {
	background: url(../images/Icon057.gif) no-repeat
}

.Contact ul li a.Tel span {
	display: block;
	width: 80px;
	height: 65px;
	background: url(../images/Icon58.png) no-repeat
}

.Contact ul li a.Tel:hover span {
	background: url(../images/Icon058.gif) no-repeat
}

.Contact ul li a.Fax span {
	display: block;
	width: 80px;
	height: 65px;
	background: url(../images/Icon59.png) no-repeat
}

.Contact ul li a.Fax:hover span {
	background: url(../images/Icon059.gif) no-repeat
}

.Contact ul li a.Email span {
	display: block;
	width: 80px;
	height: 65px;
	background: url(../images/Icon60.png) no-repeat
}

.Contact ul li a.Email:hover {
	background: url(../images/Icon060.gif) no-repeat
}

.Contact ul li a.Email {
	width: 246px;
	height: 199px;
	float: left;
	background: url(../images/Icon0601.gif)
}

.Contact dl {
	position: absolute;
	bottom: 0;
	width: 1182px;
	height: 58px;
	background: #8b0a0d;
	left: -1px;
	border-radius: 0 0 10px 10px
}

.Contact dl img.img1 {
	display: block;
	position: absolute;
	left: 40px;
	bottom: 0;
}

.Contact dl span {
	display: block;
	position: absolute;
}

.Contact dl span img.img {
	margin-top: 10px;
}

.Contact dl dt {
	float: left;
	width: 90px;
	background: #b3090d;
	height: 58px;
	display: inline;
}

.Contact dl dt h4 {
	font-size: 16px;
	font-weight: bold;
	color: #FFF;
}

.Contact dl dt p {
	font-size: 10px;
	color: #233950;
	line-height: 15px;
}

.Contact dl dt.business p {
	color: #fff;
}

.Contact dl dd {
	float: left;
	line-height: 58px;
	height: 58px;
	font-size: 19px;
	font-weight: bold;
	color: #FFF;
	font-family: Arial, Helvetica, sans-serif;
}

.Contact dl dd a {
	color: #FFF;
	padding-right: 10px;
}

.Contact dl dd a:hover {
	color: #FFF;
}

.Contact dl dt.business {
	margin-left: 185px;
	padding: 2px 0 0 15px;
	width: 75px;
	height: 56px;
}

.Contact dl dd.business {
	padding-left: 12px;
	width: 430px;
}

.Contact dl dt.Customer {
	padding: 5px 0 0 15px;
	width: 75px;
	height: 53px;
}

.Contact dl dt.Customer p {
	line-height: 12px;
	color: #FFF
}

.Contact dl dd.Customer {
	padding-left: 12px;
	width: 355px;
}

/*cut*/
.ny_con .cut {
	width: 1200px;
	margin: 0 auto;
	height: auto
}

.ny_con .cut-ul {
	margin: 0;
	padding: 30px 0 30px;
	height: auto;
	width: 100%;
	overflow: hidden;
}

.ny_con .cut-ul ul {
	margin: 0;
	padding: 0;
	height: auto;
}

.ny_con .cut-ul ul li {
	float: left;
	display: block;
	overflow: hidden;
	position: relative;
}

.ny_con .cut-ul p {
	color: #96989d;
	font-size: 14px;
	padding: 5px 0;
	line-height: 30px;
}

.ny_con .cut1 p {
	width: 100%;
	height: auto;
	overflow: auto;
}

.ny_con .cut-ul span {
	color: #3e3f4c;
	font-size: 16px;
}

.ny_con .cut-ul strong {
	color: #3e3f4c;
	font-size: 16px;
	padding: 10px 0;
	display: block;
}

.ny_con .cut-ul ul li i {
	width: 100%;
	height: 2px;
	display: block;
	background: #dcdcdc;
	transition: 0.5;
	margin: 10px 0;
}

.ny_con .cut-ul li:hover i {
	background: #0795d7;
}

.ny_con .cut1 {
	width: 65%;
	height: auto;
	margin-right: 5%;
}

.ny_con .cut_1 {
	padding: 0;
	width: 100%;
	height: auto;
	overflow: hidden;
}

.ny_con .cut_1 li {
	width: 30%;
	margin-right: 5%;
	height: auto;
}

.ny_con .cut_1 .cut_2 {
	margin-right: 0;
}

.ny_con .cut2 {
	width: 10%;
	height: auto;
	margin-right: 5%;
}

.ny_con .cut3 {
	width: 15%;
	height: auto;
}

.ny_con .cut-ul em {
	width: 43px;
	height: 2px;
	background: #dcdcdc;
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	opacity: 0;
}

.ny_con .cut1 ul li:hover em {
	background: #0795d7;
	width: 100%;
	opacity: 1;
}

.ny_con .cut2:hover em {
	background: #0795d7;
	width: 100%;
	opacity: 1
}

.ny_con .cut3:hover em {
	background: #0795d7;
	width: 100%;
	opacity: 1
}

.contact_6 {
	display: block;
	margin-bottom: 100px;
	float: left;
	width: 100%;
}

.contact_6_1 {
	display: block;
}

.contact_6_1 h2 {
	display: block;
	color: #444444;
	font-size: 20px;
	font-weight: 500;
	text-align: center;
}

.contact_6_1 h4 {
	display: block;
	width: 50px;
	margin: auto;
	margin-top: 10px;
	border-top: 2px solid #3db1e0;
	text-align: center;
}

.contact_6_2 {
	display: block;
	margin-top: 50px;
}

.contact_6_2 li {
	width: 50%;
	height: auto;
	float: left;
	overflow: hidden;
}

.contact_6_2 li dl dd {
	width: 90px;
	height: 45px;
	padding-top: 45px;
	text-align: center;
	color: #3DB1DF;
	font-size: 20px;
	background: url(../images/contact_2tist2.png) center center no-repeat;
	float: left;
	margin-left: 5px;
}

.contact_6_2 li dl dt {
	width: 70%;
	padding: 0 20px;
	float: left;
}

.contact_6_2 li dl dt h5 {
	display: block;
	margin-top: 10px;
	margin-bottom: 10px;
	font-size: 18px;
	color: #3DB1E0;
	font-weight: normal
}

.contact_6_2 li dl dt p {
	display: block;
	line-height: 28px;
	font-size: 14px;
	color: #444444;
}

.contact_6_2 li:hover dl dd {
	background: url(../images/contact_2tist.png) center center no-repeat;
	color: #fff;
}

.webappSpecial_gray {
	background: #f3f3f3;
}

.webappSpecial_entrance {
	width: 100%;
}

.webappSpecial_entrance h1 {
	margin-bottom: 8px;
}

.webappSpecial_entrance ul li {
	overflow: hidden;
	position: relative;
	box-shadow: 0 0 20px #cccccc;
	float: left;
	width: 20%;
	height: 200px;
	margin-bottom: 20px;
}

.webappSpecial_entrance ul li div {
	height: 100px;
	padding-top: 50px;
	position: relative;
	z-index: 10;
}

.webappSpecial_entrance ul li:after {
	-o-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	border-radius: 100%;
	content: "";
	background: #ffffff;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	top: 50%;
	-o-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.webappSpecial_entrance ul li:hover::after {
	width: 200%;
	height: 200%;
}

.webappSpecial_entrance ul {
	clear: both;
	overflow: hidden;
	padding: 22px 10px;
}

.webappSpecial_entrance ul li p {
	text-align: center;
	z-index: 10;
	font-family: 'Microsoft YaHei';
	color: #333333;
	font-size: 18px;
	line-height: 24px;
	margin-top: 5px;
	position: relative;
}

.webappSpecial_entrance ul li p:before {
	width: 23px;
	height: 2px;
	background: #76e4ff;
	content: " ";
	position: absolute;
	left: 50%;
	margin-left: -12.5px;
	top: -18px;
}

.webappSpecial_entrance ul li:nth-of-type(5n) {
	margin-right: 0;
}

.jiathis_style {
	float: right;
	margin-top: 80px;
	margin-bottom: 30px
}

/*by lyc 0205*/
.yqlj .section span {
	display: block;
	float: left;
	font-size: 13px;
	color: #cae5ff;
	line-height: 50px;
}

.yqlj .section .link_list {
	position: relative;
	overflow: hidden;
	height: 50px;
}

.menuvtitle {
	width: 100%;
	max-width: 1100px;
	margin: auto;
	border-bottom: #c1c6c9 solid 1px;
	overflow: hidden;
	padding-top: 30px;
}

.menuvtitle ul {
	line-height: 41px;
}

.menuvtitle ul li {
	display: block;
	float: left;
	margin-right: 30px;
	cursor: pointer;
	font-size: 15px;
	width: 180px;
	text-align: center;
	background: #ddd;
}

.menuvtitle ul li:hover {
	background: #202020;
	display: block
}

.menuvtitle ul li a {
	display: block
}

.menuvtitle ul li a:hover {
	color: #fff;
	display: block
}

.menuvtitle .active {
	background: #000;
}

.menuvtitle .active a {
	color: #fff;
}

.nykj .TabContent h1 {
	font-size: 18px;
	line-height: 30px;
	padding: 20px 0;
	color: #000;
	font-weight: normal
}

.nykj .TabContent {
	font-size: 16px;
	line-height: 38px;
	width: 100%;
	display: table;
	background: #fafafa
}

.web-wzjs {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
	border-bottom: 1px solid #ccc;
}

.web-wzjs .fl {
	width: 48%;
	float: left;
}

.web-wzjs .fr {
	width: 48%;
	float: right;
}

.web-yxgw {
	width: 100%;
	overflow: hidden;
	padding: 50px 0;
}

.dx-mail-img {
	overflow: hidden;
}

.dx-mail-img img {
	display: block;
}

.dx-mail {
	padding: 20px;
	background: #fff;
	border: 1px solid #efefef;
}

.dx-mail h2 {
	font-size: 23px;
	color: #1a6bba;
}

.dx-mail h4 {
	font-size: 16px;
	font-weight: normal;
	color: #686868;
}

.dx-mail dl {
	display: flex;
	flex-wrap: wrap;
	border: 1px solid #eeeeee;
	margin: 30px 0;
}

.dx-mail dl dt {
	width: 25%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #f1f1f1;
}

.dx-mail dl dt img {
	margin: 20px auto;
	max-width: 100%;
	display: block;
}

.dx-mail dl dt h5 {
	font-size: 23px;
	text-align: center;
	font-weight: normal;
	color: #3b3b3b;
}

.dx-mail dl dd {
	width: 75%;
}

.dx-mail dl dd img {
	margin: 20px auto;
	max-width: 100%;
	display: block;
}

.dx-mail-title {
	color: #373737;
	font-size: 27px;
	text-align: center;
	padding: 30px 0;
}

.dx-mail .dx-mail-memo {
	width: 44%;
	float: left;
	margin: 10px 3%;
}

.dx-mail .dx-mail-pic {
	width: 44%;
	float: left;
	margin: 10px 3%;
}

.dx-mail .dx-mail-memo span {
	font-size: 28px;
	line-height: 40px;
	display: block;
	padding: 20px 0;
	color: #3b3b3b;
}

.dx-mail .dx-mail-memo p {
	font-size: 15px;
	line-height: 26px;
	color: #878787;
}

.dx-mail .dx-mail-memo i {
	display: block;
	color: #1691df;
	font-size: 15px;
	line-height: 20px;
	font-style: normal;
}

#myTab1_Content4 .bg {
	background: #eeeeef;
}

.dx35-mail {
	padding: 20px;
	background: #fff;
	border: 1px solid #efefef;
}

.dx35-mail ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.dx35-mail ul li {
	width: 50%;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}

.dx35-mail h2 {
	font-size: 23px;
	color: #1a6bba;
}

.dx35-mail h4 {
	font-size: 16px;
	font-weight: normal;
	color: #686868;
}

.dx35-mail dl {
	display: flex;
	flex-wrap: wrap;
	margin: 30px 0;
}

.dx35-mail dl dt {
	width: 35%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	background: #f1f1f1;
}

.dx35-mail dl dt img {
	margin: 20px auto;
	max-width: 100%;
	display: block;
}

.dx35-mail dl dt h5 {
	font-size: 23px;
	text-align: center;
	font-weight: normal;
	color: #3b3b3b;
}

.dx35-mail dl dd {
	width: 60%;
	margin: 0 2.5%;
}

.dx35-mail dl dd img {
	margin: 20px auto;
	max-width: 100%;
	display: block;
}

.dx35-mail-title {
	color: #373737;
	font-size: 27px;
	text-align: center;
	padding: 30px 0;
}

.dx35-mail dl dd span {
	font-size: 19px;
	line-height: 24px;
	display: block;
	padding: 10px 0;
	color: #3b3b3b;
}

.dx35-mail dl dd p {
	font-size: 15px;
	line-height: 26px;
	color: #878787;
}

.dx35-mail dl dd em {
	display: block;
	font-style: normal;
	width: 150px;
	float: left;
}

.xl-mail {
	padding: 20px 0;
}

.xl-mail ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.xl-mail ul li {
	width: 48%;
	background: #fff;
	padding: 20px;
	margin: 10px 1%;
	border: 1px solid #eeeeee;
	box-sizing: border-box;
}

.xl-mail ul li h2 {
	font-size: 23px;
	font-weight: bold;
	line-height: 24px;
	display: block;
	padding: 10px 0;
	color: #1a6bba;
}

.xl-mail ul li span {
	font-size: 15px;
	line-height: 26px;
	color: #1a6bba;
}

.xl-mail ul li p {
	font-size: 15px;
	line-height: 26px;
	color: #686868;
}

#myTab1_Content5 .bg {
	background: #eeeeef;
}

.xl-mail .tableData {
	margin-top: 20px;
}

.qyyx {
	float: left;
	width: 100%;
	height: auto;
}

.qyyx img {
	max-width: 100%;
	margin: auto;
}

.mylist {
	width: 22%;
	height: 348px;
	margin: 0 1%;
	float: left;
	background: #f2f2f2;
	border: 1px solid #dde1e4;
	padding-bottom: 20px;
}

.mylist .icon {
	display: block;
	margin: 40px auto 20px auto;
}

.mylist big,
.mylist span {
	color: #000;
}

.mylist big {
	font-size: 20px;
}

.wa {
	color: #8b92a0;
	font-size: 13px;
}

.mylist .button {
	color: #fff;
	padding: 5px 10px;
	background: #01509f;
	font-size: 13px;
}

.bdxy_box {
	padding: 0 30px;
}

#txbox {
	background: #fffcde;
}

.bdxy_box #tx {
	line-height: 32px;
	padding-left: 35px;
	background: url(../images/bdxyxtb.png) no-repeat 8px 8px;
}

.bdxy_list h3 {
	color: #363636;
	font-size: 18px;
	font-weight: 700;
	margin: 36px 0 10px 0;
}

.bdxy_list p {
	color: #888;
	font-size: 14px;
	line-height: 30px;
}

.bdxy_list ul {
	background: url(../images/sqlcbj.jpg) repeat-x 0 13px;
	overflow: hidden;
}

.bdxy_list li {
	float: left;
	width: 24px;
	height: 25px;
	color: #FFF;
	text-align: center;
	line-height: 25px;
	background: #53baff;
	margin-bottom: 10px;
	border-radius: 50%;
	margin-right: 100px;
}

.bdxy_list #last {
	margin-right: 0;
}

.bdxy_list h6 {
	width: 124px;
	font-size: 12px;
	float: left;
}

.bdxy_list h4 {
	font-size: 14px;
	line-height: 40px;
}

#sqlc1 {
	width: 396px;
}

#sqlc2 {
	width: 520px;
}

.info_section {
	width: 100%;
	padding: 5px 0;
	overflow: hidden;
	margin: auto;
	border-top: #3a3a3a dotted 1px
}

.info_section p {
	color: #939393;
	line-height: 28px;
	height: auto;
	text-align: center;
}

.add_section {
	width: 1100px;
	margin: 10px auto;
}

.add_list {
	width: 25%;
	float: left;
	padding: 10px 0;
}

.add_list .title {
	float: left;
	width: 100%;
	height: auto
}

.add_list .title span {
	width: 32px;
	height: 32px;
	float: left;
}

.add_list .title h1 {
	font-size: 16px;
	line-height: 35px;
	color: #FFF
}

.add_list ul.addlist {
	float: left
}

.add_list ul.addlist li {
	font-size: 12px;
	line-height: 22px;
	color: #6b6b6b;
}

.yy-title {
	width: 100%;
	overflow: hidden;
	margin: 30px 0;
	font-size: 24px;
	color: #4d5154;
	text-align: center;
	font-weight: normal;
}

.yy-box {
	background: #fff;
	border: 1px solid #efefef;
	margin: 25px 0;
}

.yy-ul {
	width: 96%;
	margin: 30px auto;
	display: flex;
	border-left: 1px solid #eee;
	border-top: 1px solid #eee;
	flex-wrap: wrap;
}

.yy-ul dl {
	display: flex;
	width: 100%;
	height: 100%;
	flex-wrap: wrap;
}

.yy-ul dl dt {
	width: 30%;
	padding: 10px 10px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	align-items: center;
}

.yy-ul dl dd {
	width: 70%;
	padding: 10px 10px;
	box-sizing: border-box;
}

.yy-ul dl dd h4 {
	font-size: 18px;
	font-weight: normal;
	color: #373737;
}

.yy-ul dl dd p {
	font-size: 15px !important;
	line-height: 25px !important;
	color: #8c8a8a;
}

.yy-ul01 li {
	width: 33.333%;
}

.yy-ul01 dl dt {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.yy-ul01 dl dd {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

.yy-ul02 li {
	width: 50%;
}

.yy-ul02 dl dt {
	border-bottom: 1px solid #eee;
}

.yy-ul02 dl dd {
	border-right: 1px solid #eee;
	border-bottom: 1px solid #eee;
}

/*ny_contact*/
.contact_map {
	/*background: url(../images/contact_map.jpg) no-repeat center;*/
	position: relative;
}

.contact_map .contact {
	width: 100%;
	max-width: 454px;
	background: #015cb2;
	color: #fff;
	padding: 20px;
	box-sizing: border-box;
	margin: 35px 0;
	position: absolute;
	top: 10%;
	right: 10%;
}

.contact_map .contact h3 {
	font-size: 30px;
}

.contact_cont {
	margin-top: 15px;
	font-size: 16px;
	line-height: 29px;
}

.contact_map .contact .contact_ewmlist {
	width: 100%;
	text-align: center;
	margin-top: 30px;
}

.contact_map .contact .contact_ewmlist ul {
	width: 100%;
}

.contact_map .contact .contact_ewmlist li {
	width: 31.333%;
	float: left;
	margin: 0 1%;
	text-align: center;
}

.contact_map .contact .contact_ewmlist li img {
	max-width: 100%;
}

.contact_map .contact .contact_ewmlist li p {
	line-height: 30px;
	height: 30px
}

.contact_map .contact .contact_bottom {
	height: 50px;
	line-height: 50px;
	font-size: 16px;
	background: #094263;
	margin: 25px -20px 0;
}

.contact_map .contact .contact_bottom a {
	display: inline-block;
	width: 50%;
	float: left;
	text-align: center;
	color: #fff
}

/*路线*/
.lx_text {
	width: 100%;
	height: auto;
	display: table;
	margin-top: 20px
}

.condt {
	width: 31%;
	height: auto;
	float: left;
	margin: 20px 0;
}

.condt .img {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #999999;
	text-align: center;
}

.condt .img h1 {
	font-size: 23px;
	line-height: 28px;
	padding: 20px 0;
	font-weight: normal;
	color: #000
}

.condt .text {
	font-size: 15px;
	color: #5b5a5a;
	text-align: center;
	margin-top: 10px;
	width: 100%;
	line-height: 22px;
}

.condt1 {
	width: 31%;
	height: auto;
	float: left;
	margin: 20px 1%;
	padding-right: 15px;
	padding-left: 15px;
	border-right: 1px solid #CCC;
	border-left: 1px solid #CCC;
}

.condt1 .img {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #999999;
	text-align: center;
}

.condt1 .img h1 {
	font-size: 23px;
	line-height: 28px;
	padding: 20px 0;
	font-weight: normal;
	color: #000
}

.condt1 .text {
	font-size: 15px;
	color: #5b5a5a;
	text-align: left;
	margin-top: 10px;
	width: 100%;
	line-height: 22px;
}

.condt2 {
	width: 31%;
	height: auto;
	float: left;
	margin: 20px 0;
}

.condt2 .img {
	width: 100%;
	height: auto;
	border-bottom: 1px dotted #999999;
	text-align: center;
}

.condt2 .img h1 {
	font-size: 23px;
	line-height: 28px;
	padding: 20px 0;
	font-weight: normal;
	color: #000
}

.condt2 .text {
	font-size: 15px;
	color: #5b5a5a;
	text-align: center;
	margin-top: 10px;
	width: 100%;
	line-height: 22px;
}

/*con_qq*/
.con_qq {
	width: 100%;
	height: 335px;
	background: url(../images/con_qq_bg.jpg) no-repeat center;
	margin-top: 30px;
	display: table;
	padding: 65px 0;
}

.con_qq .qq_shfw {
	width: 31%;
	height: 290px;
	float: left;
	background: url(../images/qq_img01.png) no-repeat center;
}

.con_qq .qq_shfw h2 {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin-top: 80px;
}

.con_qq .qq_shfw p {
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}

.con_qq .qq_shfw a {
	width: 100%;
	height: auto;
	float: left;
	text-align: center
}

.con_qq .qq_shfw img {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.con_qq .qq_shfw span {
	text-align: center;
	line-height: 20px;
	background: #fff;
	display: block;
	width: 90%;
	margin: auto;
}

.con_qq .qq_qdhz {
	width: 31%;
	height: 290px;
	float: left;
	background: url(../images/qq_img02.png) no-repeat center;
	margin: 0 1%;
}

.con_qq .qq_qdhz h2 {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin-top: 80px;
}

.con_qq .qq_qdhz p {
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}

.con_qq .qq_qdhz a {
	width: 100%;
	height: auto;
	float: left;
	text-align: center
}

.con_qq .qq_qdhz img {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.con_qq .qq_qdhz span {
	text-align: center;
	line-height: 20px;
	background: #fff;
	display: block;
	width: 90%;
	margin: auto;
}

.con_qq .qq_rczp {
	width: 31%;
	height: 290px;
	float: left;
	background: url(../images/qq_img03.png) no-repeat center;
}

.con_qq .qq_rczp h2 {
	font-size: 18px;
	line-height: 40px;
	text-align: center;
	margin-top: 80px;
}

.con_qq .qq_rczp p {
	text-align: center;
	line-height: 30px;
	font-size: 13px;
}

.con_qq .qq_rczp a {
	width: 100%;
	height: auto;
	float: left;
	text-align: center
}

.con_qq .qq_rczp img {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 10px;
}

.con_qq .qq_rczp span {
	text-align: center;
	line-height: 20px;
	background: #fff;
	display: block;
	width: 90%;
	margin: auto;
}

/*付款方式*/
.fkfs_box {
	width: 100%;
	height: auto;
	display: table;
	padding-top: 30px;
}

.fkfs_box .fkfs_title {
	float: left;
	width: 100%;
	height: auto
}

.fkfs_box .fkfs_title h1 {
	font-size: 32px;
	line-height: 45px;
	text-align: center;
	font-weight: normal
}

.fkfs_box .fkfs_title p {
	font-size: 15px;
	line-height: 35px;
	text-align: center;
	color: #747474;
}

.fkfs_text {
	width: 100%;
	height: auto;
	float: left;
	margin-top: 40px;
	font-size: 13px;
	line-height: 25px;
	margin-bottom: 20px;
}

.fkfs_text td {
	font-size: 15px;
	color: #000;
	text-align: center
}

.fkfs_text td img {
	max-width: 100%;
}

.map-foot {
	width: 100%;
	display: none;
	height: 35px;
	padding: 5px 0;
	background: #007aff;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
}

.map-foot ul {
	width: 100%;
}

.map-foot ul li {
	width: 33.333%;
	float: left;
}

.map-foot ul li i {
	width: 35px;
	height: 35px;
	display: block;
	float: left;
}

.map-foot ul li a {
	width: auto;
	float: left;
	line-height: 35px;
	display: block;
	font-size: 13px;
	color: #fff;
}

.map-foot .map {
	background: url("../images/m-map.png");
	background-size: 100%;
}

.map-foot .yy {
	background: url("../images/m-yy.png");
	background-size: 100%;
}

.map-foot .tel {
	background: url("../images/m-tel.png");
	background-size: 100%;
}

.tc {
	z-index: 9999999;
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	width: 400px;
	height: 280px;
	margin-left: -200px;
	margin-top: -140px;
	-webkit-perspective: 1000;
	-moz-perspective: 1000;
	-o-perspective: 1000;
	perspective: 1000;
}

.tc.show-back .flipper {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.flipper {
	-webkit-transition: 0.6s;
	-webkit-transform-style: preserve-3d;
	-moz-transition: 0.6s;
	-moz-transform-style: preserve-3d;
	-o-transition: 0.6s;
	-o-transform-style: preserve-3d;
	transition: 0.6s;
	transform-style: preserve-3d;
	position: relative;
	height: 100%;
}

.tc:hover {}

.tc .tc-warp {
	box-sizing: border-box;
	padding: 22px 45px;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	background-color: #fff;
}

.tc .s1 {
	z-index: 2;
}

.tc .s2 {
	-webkit-transform: rotateY(180deg);
	-moz-transform: rotateY(180deg);
	-o-transform: rotateY(180deg);
	transform: rotateY(180deg);
}

.tc .s2 h4 {
	color: #666;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	margin-bottom: 16px;
}

.tc .s2 .inp {
	box-sizing: border-box;
	border: 1px solid #c0c0c0;
	height: 40px;
	width: 100%;
	padding: 0 10px;
}

.tc .sub2 {
	width: 100%;
	height: 40px;
	color: #fff;
	font-size: 16px;
	text-align: center;
	border: none;
	cursor: pointer;
	background: #007dc4;
	line-height: 40px;
}

.tc .tel {
	padding-right: 120px;
}

.tc .s2 button {
	width: 100%;
	height: 40px;
	color: #fff;
	line-height: 40px;
	text-align: center;
	border: 0;
	cursor: pointer;
	background: #007dc4;
	position: absolute;
	right: 0;
	top: 0;
}

.tc .s2 li {
	position: relative;
	margin-bottom: 8px;
}

.tc .s2 {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}

.tc p {
	font-size: 15px;
	color: #727272;
}

.tc h3 {
	font-size: 40px;
	color: #007dc4;
	margin-bottom: 14px;
	margin-top: 5px;
	font-weight: bold;
}

.tc .tc-a {
	background: url("../images/tc-a.png") no-repeat;
	display: block;
	height: 51px;
	color: #fff;
	line-height: 51px;
	font-size: 18px;
	text-align: center;
	border: 0;
	cursor: pointer;
	margin-top: 10px;
}

.close-bt {
	font-style: normal;
	right: 0;
	top: 0;
	position: absolute;
	width: 40px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	font-size: 22px;
	color: #007dc4;
	cursor: pointer;
	z-index: 50;
}

.close-bt:hover {
	color: #007dc4;
}

.contact-btn {
	position: fixed;
	left: 0;
	bottom: 23px;
	width: 282px;
	height: 60px;
	background: url(../images/btn.png) no-repeat;
	z-index: 30;
}

.phone-section {
	display: none;
}

.flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.center {
	width: 1100px;
	margin: 0 auto;
}

.area .are .caption {
	padding: 10px 0;
}

.area .are .caption .p-a {
	font-size: 22px;
	color: #737372;
	font-weight: bold;
}

.area .are .caption .return a {
	width: 100px;
	text-align: center;
	display: block;
	background: #eb2830;
	color: #fff;
	line-height: 36px;
	font-size: 12px;
}

.area .are .element {
	box-sizing: border-box;
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #f4f4f4;
}

.area .are .element .textbox {
	padding: 10px 0;
	border-bottom: 1px dashed #ddd;
	align-items: flex-start;
}

.area .are .element .textbox .left {
	font-size: 18px;
	color: #444;
	font-weight: bold;
	width: 3%;
	padding: 0 0 0 2%;
	line-height: 24px;
}

.area .are .element .textbox .right {
	width: 93%;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.area .are .element .textbox .right a {
	color: #666;
	font-size: 14px;
	padding: 0 12px;
	line-height: 2;
	display: inline-block;
}

.area .are .element .textbox .right a:hover {
	background: #eb2830;
	color: #fff;
}

.area .are .foo {
	border-top: 2px solid #eb2830;
	padding: 10px 0;
}

.area .are .foo ul {
	justify-content: center;
	margin: 0 0 10px 0;
}

.area .are .foo ul li {
	margin: 0 5px;
}

.area .are .foo ul li a {
	font-size: 14px;
	color: #666;
}

.area .are .foo .title {
	text-align: center;
	font-size: 14px;
	color: #666;
}

@media (max-width:1100px) {
	.center {
		width: 90%;
	}

	.area .are .element .textbox {
		flex-wrap: wrap;
	}

	.area .are .element .textbox .left {
		width: 100%;
		padding: 0 0 10px 0;
	}

	.area .are .element .textbox .right {
		width: 100%;
	}

	.area .are .foo ul {
		display: none;
	}
}

@media (max-width:1100px) {
	.m_menu {
		display: block;
	}

	.header {
		position: static;
		background: #222;
	}

	.header .section {
		width: 100%;
	}

	.header .logo {
		padding: 5px 8px;
	}

	.header .logo img {
		height: 40px;
	}

	.header .menu {
		position: absolute;
		left: 0;
		top: 53px;
		background: #444;
		width: 100%;
		display: none;
		z-index: 9999999;
	}

	.header .menu ul li {
		width: 100%;
		border-bottom: 1px solid #666;
		margin: 0;
		text-align: center;
	}

	.header .menu ul li a {
		padding: 0;
	}

	.header .menu li .drop ul {
		width: 100%;
		padding: 0;
	}

	.header .menu li .drop {
		position: static;
	}

	.header .menu li .drop .hide {
		display: none;
	}

	.header .menu li .drop dl {
		width: 100%;
	}

	.header .menu li .drop dl dt {
		display: none;
	}

	.header .menu li .drop dl dd h2 {
		line-height: 30px;
		font-size: 14px;
	}

	.header .menu li .drop dl dd p {
		display: none;
	}

	.erjiljk {
		background: none;
		padding: 0;
	}

	.dhjx {
		display: none;
	}

	.dhk {
		margin-right: 70px;
	}

	.add_section {
		width: 530px;
		margin: auto;
	}

	.zuobian {
		width: 100%;
		padding: 20px 0;
	}

	.youbian {
		width: 100%;
		padding: 20px 0;
		background: none
	}

	.l_left {
		margin: 0 auto;
		float: none;
		overflow: hidden;
	}

	.add_list {
		width: 50%;
	}

	.Cooperationleft {
		width: 100%;
		margin: 10px 0;
	}

	.contact-r {
		display: none;
	}

	.youxk ul li {
		width: 50%;
	}

	.youxk ul li a .msk {
		width: 80%;
		margin: auto;
	}

	.webplan .webp_list ul li {
		width: 48%;
		margin: 10px 1%;
	}

	.xwjjej {
		width: 100%;
	}

	.topic-content-right li {
		width: 100%;
		float: none !important;
	}

	.select select {
		font-size: 14px;
	}

	.topic-content-box a {
		width: 80%;
		height: 36px;
		line-height: 36px;
	}

	.list-item h4 {
		padding-left: 8px;
		font-size: 16px;
		line-height: 24px;
		border-left: 2px solid #1199f2;
		font-weight: normal;
	}

	.list-item p {
		padding-left: 10px;
		margin-top: 10px;
		font-size: 14px;
		color: #777f84;
		line-height: 20px;
	}
}

@media (max-width:999px) {
	.gyyk {
		width: 100%;
	}

	.gyyk img {
		max-width: 100%;
	}

	.con_qq .qq_shfw {
		background: #fff url(../images/qq_img01.png) no-repeat center
	}

	.con_qq .qq_qdhz {
		background: #fff url(../images/qq_img02.png) no-repeat center;
	}

	.con_qq .qq_rczp {
		background: #fff url(../images/qq_img03.png) no-repeat center
	}

	.con_qq .qq_shfw span {
		width: 96%;
		padding: 10px 2%;
	}

	.con_qq .qq_qdhz span {
		width: 96%;
		padding: 10px 2%;
	}

	.con_qq .qq_rczp span {
		width: 96%;
		padding: 10px 2%;
	}

	.con_qq .qq_shfw p {
		width: 80%;
		margin: auto;
		line-height: 22px;
	}

	.con_qq .qq_qdhz p {
		width: 80%;
		margin: auto;
		line-height: 22px;
	}

	.con_qq .qq_rczp p {
		width: 80%;
		margin: auto;
		line-height: 22px;
	}

	.te,
	.mp {
		font-size: 20px;
	}

	.business-item {
		width: 100%;
	}

	.business-title {
		height: auto;
		padding-bottom: 30px;
	}

	.business-title h5 {
		font-size: 18px;
	}

	.business-old,
	.business-new {
		height: auto;
		padding: 5px 5px 5px 5px;
	}

	.business-new img {
		position: static;
	}

	.i_m_box {
		width: 48%;
	}

	.prepare_item {
		width: 48%;
	}
}

@media (max-width:768px) {
	.imglist .sl-list4 li {
		width: 50%;
		margin-bottom: 35px;
	}

	.fwlx .fwlxk {
		width: 33.333%;
	}

	.fwlx .fwlxk a {
		margin: 0;
	}

	.gsjjej {
		width: 100%;
	}

	.wzjsk .fl {
		width: 100%;
	}

	.wzjsk .fr {
		width: 100%;
	}

	.seok .fl {
		width: 100%;
	}

	.seok .fr {
		width: 100%;
	}

	.wzjsk img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.seok img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.app_list_dec {
		width: 100%;
	}

	.app_list_img {
		width: 100%;
		padding: 25px 0;
	}

	.text1 .img {
		width: 100%;
	}

	.text1 .img img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.text1 .p {
		width: 100%;
		margin: 20px 0;
	}

	.sjzhc .img {
		width: 100%;
	}

	.sjzhc .img img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.sjzhc .p {
		width: 100%;
	}

	.sjkf_box .text {
		width: 98%;
		margin: 20px 0;
	}

	.sjkf_box .img {
		width: 100%;
	}

	.sjkf_box .img img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.web-wzjs .fl {
		width: 100%;
		float: left;
	}

	.web-wzjs .fl img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.web-wzjs .fr {
		width: 100%;
		float: right;
	}

	.web-wzjs .fr img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.imgpc {
		width: 100%;
	}

	.imgpc img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.wd-col {
		width: 100%;
		max-width: 400px;
		margin: auto;
		float: none;
	}

	.me-fdc {
		width: 100%;
	}

	.me-fdc img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.sot-ment {
		width: 100%;
		text-align: center
	}

	.section-3 .p3-sot {
		margin-left: 0;
	}

	.p3-sot {
		width: 100%;
		text-align: center
	}

	.p3-sot .contm {
		margin: auto;
	}

	.section-4 {
		background: none;
		min-height: auto;
		padding: 30px 0;
	}

	.comtsl {
		width: 100%;
	}

	.comtsl img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.sot-ment .titn {
		margin-top: 40px;
	}

	.section-5 .p3-sot {
		padding-top: 1px;
	}

	.menuvtitle ul li {
		width: 23%;
		margin: 0 1%;
	}

	.web-bzz .left {
		float: left;
		width: 100%;
		background: #f6f6f7;
		overflow: hidden;
		padding: 56px 0;
	}

	.web-bzz .right {
		width: 100%;
		float: left;
	}

	.mylist {
		width: 47%;
		margin: 10px 1%;
	}

	.seo-ranking-in dl {
		width: 48%;
		margin: 10px 1%;
	}

	.seo_list ul li {
		width: 31.33%;
	}

	.almail-ul ul li {
		width: 98%;
		margin: 10px 1%;
	}

	.zt_module01 .fl {
		width: 100%;
	}

	.zt_module01 .fl img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.zt_module01 .fr {
		width: 100%;
	}

	.zt_module02 .fl {
		width: 100%;
	}

	.zt_module02 .fr {
		width: 100%;
	}

	.zt_module02 .fr img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.zt_module04 .fl {
		width: 100%;
	}

	.zt_module04 .fr {
		width: 100%;
	}

	.zt_module04 .fl img {
		width: 60%;
		display: block;
		margin: 15px auto;
	}

	.wzjs .sbzc_content .sbzc_lc h1 {
		font-size: 22px;
	}

	.zt_module02 .zt_p2 {
		width: 100%;
	}

	.topic-content-item {
		width: 100%;
	}

	.topic-content-right li {
		width: 100%;
		text-align: center;
		float: left !important;
	}

	.advantage-content {
		opacity: 1;
		height: auto;
		margin-top: 5px;
	}

	.advantage-item {
		width: 33.333%;
		padding: 0 10px;
		height: 360px;
	}

	.advantage-images {
		width: 40px;
		margin-top: 10px;
	}

	.advantage-title {
		font-size: 18px;
		margin-top: 10px;
	}

	.advantage-item:hover .advantage-images {
		margin-top: 10px;
	}

	.advantage-item:hover .advantage-content {
		opacity: 1;
		margin-top: 0;
	}

	.function-item {
		height: auto;
	}

	.function-content {
		height: auto;
		font-size: 14px;
		line-height: 20px;
		padding: 0 8px;
	}

	.function-images {
		width: 60px;
	}

	.list-item {
		width: 48%;
	}

	.m2_b_left {
		width: 100%;
	}

	.m2_b_right {
		width: 100%;
	}

	.m2_z1 {
		padding: 10px 0;
		font-size: 18px;
		line-height: 24px;
		margin: 20px 0;
	}

	.m2_z2 {
		font-size: 14px;
		line-height: 22px;
	}

	.yy-ul01 li {
		width: 50%;
	}

	.nykj table td,
	table th {
		padding: 1px;
	}

	.i_m_b_title {
		font-size: 16px;
	}

	.i_m_b_ed {
		font-size: 12px;
	}

	.why_con li {
		width: 48%;
	}

	.func_title ul li h3 {
		line-height: 20px;
		padding: 5px 5px;
		box-sizing: border-box;
		font-size: 14px;
	}

	.func_info li {
		width: 48%;
		box-sizing: border-box;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.func_txt p {
		height: auto;
	}
}

@media (max-width:685px) {
	.three_advantages .advantages_item {
		width: 98%;
	}

	.prepare_item {
		width: 96%;
		margin: 10px 2%;
	}

	.condt {
		width: 100%;
	}

	.condt1 {
		width: 100%;
		margin: 10px 0;
		padding: 0;
		border: 0;
	}

	.condt2 {
		width: 100%;
	}

	.condt1 .text {
		text-align: center;
	}

	.xwjjej a {
		width: 30%;
		padding: 0;
		line-height: 40px;
		text-align: center;
	}

	.gsjjej a {
		width: 30%;
		padding: 0;
		line-height: 40px;
		text-align: center;
	}

	.xys_post2_cont {
		height: auto;
	}

	.xys_post2_cont .xys_post2_pic img {
		width: 100%;
		height: auto;
	}

	.xys_post2_cont .xys_post2_pic {
		position: static;
		height: auto;
		left: 0;
		top: 0;
	}

	.xys_post2_txt {
		width: 96%;
		position: static;
		right: 0;
		top: 0;
		padding: 10px 2%;
	}

	.strengthMain li {
		width: 100%;
	}

	.strengthMain li img {
		height: 100%;
	}

	.xys_post2_txt h2 {
		font-size: 22px;
	}

	.nykj .TabContent h1 {
		font-size: 22px;
	}

	.strengthMain li .font h3 {
		font-size: 20px;
	}

	.strengthMain li .font p {
		font-size: 12px;
	}

	.why_con li {
		width: 100%;
	}

	.contact-btn {
		position: fixed;
		left: 0;
		bottom: 55px;
		width: 180px;
		height: 38px;
		background: url(../images/btn.png) no-repeat;
		background-size: 100%;
	}
}

@media (max-width:525px) {
	.yy-ul01 li {
		width: 100%;
	}

	.yy-ul02 li {
		width: 100%;
	}

	.bdxy_box {
		padding: 0 10px;
	}

	.youh .youh-fl {
		width: 100%;
	}

	.youh .youh-fl img {
		width: 80%;
		display: block;
		margin: 10px auto;
	}

	.youh .youh-fr {
		width: 100%;
	}

	.xwk {
		width: 100%;
	}

	.xwkk {
		width: 100%;
		margin: 10px 0;
	}

	.youxk ul li {
		width: 100%;
	}

	.youxk ul li a .msk {
		width: 96%;
		margin: auto;
	}

	.imglist .sl-list4 li {
		width: 100%;
		margin-bottom: 20px;
	}

	.webplan .webp_list ul li {
		width: 98%;
		margin: 10px 1%;
	}

	.syzxal li {
		width: 50%;
	}

	.biaoti .b1 {
		width: 100%;
		height: auto;
		line-height: 45px;
		font-size: 24px;
	}

	.biaoti .b2 {
		width: 100%;
		height: 10px;
		line-height: 10px;
		padding: 0;
	}

	.biaoti .b3 {
		width: 100%;
		height: auto;
		line-height: normal;
		padding: 8px 0;
		font-size: 24px;
	}

	.btsm {
		width: 80%;
		margin: auto;
		font-size: 14px;
	}

	.add_list {
		width: 100%;
	}

	.jzxx {
		text-align: left;
		line-height: 22px;
	}

	.erji {
		width: 98%;
		margin: 2px 1%;
		font-size: 0;
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	.erji li {
		width: auto;
		float: left;
		margin-right: 10px;
		text-align: left;
	}

	.l_left {
		width: 100%;
		margin-bottom: 15px;
	}

	.l_left ul li {
		width: 23%;
		margin: 0 1%;
	}

	.l_left ul li img {
		max-width: 100%;
		display: block;
	}

	.info_section {
		padding: 10px 0 50px 0;
	}

	.info_section p {
		line-height: 20px;
	}

	.fwlx .fwlxk {
		width: 50%;
	}

	.cndns-right {
		display: none
	}

	.demo {
		display: none;
	}

	.gyzk {
		width: 100%;
	}

	.gyyk {
		width: 100%;
	}

	.gyyk img {
		max-width: 100%;
	}

	.erjiljk {
		width: 100%;
		overflow: hidden;
		line-height: 40px;
	}

	.gsjjej {
		width: 100%;
	}

	.gsjjej a {
		height: 40px;
		line-height: 40px;
	}

	.i-news {
		display: none;
	}

	.dhk {
		display: none;
	}

	.sjzhc .img {
		width: 100%;
	}

	.sjzhc .p {
		width: 100%;
	}

	.fwnlb li {
		width: 50%;
	}

	.nykj .TabContent {
		font-size: 13px;
	}

	.fwnbt {
		text-align: center;
	}

	.wzjsk img {
		width: 80%;
		display: block;
		margin: 15px auto;
	}

	.seok img {
		width: 80%;
		display: block;
		margin: 15px auto;
	}

	.core-function span {
		width: 100%;
	}

	.webappSpecial_entrance ul li {
		width: 100%;
	}

	.app6 .text .img ul li {
		width: 98%;
	}

	.wzjs #myTab1 li {
		width: 31.333%;
		margin: 0 1%;
	}

	.xwxq {
		width: 100%;
	}

	.xgxwk {
		width: 100%;
		padding: 10px 0;
	}

	.con_qq {
		background-size: cover;
	}

	.con_qq .qq_shfw {
		width: 100%;
		background: #fff url(../images/qq_img01.png) no-repeat center
	}

	.con_qq .qq_qdhz {
		width: 100%;
		background: #fff url(../images/qq_img02.png) no-repeat center;
		margin: 10px 0;
	}

	.con_qq .qq_rczp {
		width: 100%;
		background: #fff url(../images/qq_img03.png) no-repeat center
	}

	.contact_map {
		background-size: cover;
	}

	.wd-col dt {
		font-size: 22px;
	}

	.sot-ment .titn {
		font-size: 22px;
		margin-top: 10px;
		padding: 10px 0;
	}

	.p3-sot .titm {
		font-size: 22px;
		line-height: 30px;
	}

	.section-5 .p3-sot .titm {
		font-size: 22px;
	}

	.menuvtitle ul li {
		width: 31.33%;
		margin-bottom: 5px;
	}

	.mylist {
		width: 97%;
	}

	.seo-ranking-in dl {
		width: 98%;
	}

	.seo_list ul li {
		width: 100%;
	}

	.fn-left,
	.fn-right {
		width: 100%;
	}

	#myTab1_Content1 .seo_box h1 {
		font-size: 20px;
		line-height: 30px;
	}

	.wzjs .TabContent #myTab1_Content0 h1 {
		font-size: 20px;
		line-height: 30px;
	}

	#myTab1 li {
		width: 31%;
		text-align: center;
	}

	.map-foot {
		display: block;
	}

	.cpjsy li {
		width: 100%;
	}
}