* {
	margin: 0;
	padding: 0;
}

ul {
	list-style: none;
}

a {
	text-decoration: none;
}

#header {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 999;
}

.head {
	height: 80px;
	background-color: #fff;
	box-shadow: 0px 0px 27px 0px rgba(52, 52, 52, 0.08);
}

.head .content {
	width: 1430px;
	margin: 0 auto;	height: 100%;
}

.head .content .right {
	float: right;
}

.head .logo {
	display: inline-block;
	height: 100%;
	line-height: 80px;
}.head .logo  img{
	vertical-align: middle;
}

.head .right ul {
	display: inline-block;
	vertical-align: middle;
}

.head .right li {
	display: inline-block;
	line-height: 80px;
	font-size: 18px;
	margin: 0 18.5px;
}

.head .right li a {
	color: #666666;
}

.head .right li.active a,
.head .right li:hover a {
	color: #2a8ae1;
}

.head .headTel {
	display: inline-block;
	vertical-align: middle;
	font-size: 22px;
	color: #333333;
	margin-left: 31.5px;
	padding-right: 22px;
	border-right: 1px solid #e3e3e3;

}

.head .free {
	display: inline-block;
	vertical-align: middle;
	width: 120px;
	height: 34px;
	background-color: #2a8ae1;
	color: #fff;
	border-radius: 2px;
	font-size: 16px;
	color: #ffffff;
	text-align: center;
	line-height: 34px;
	margin-left: 15px;
}

.banner img {
	width: 100%;
}

.banner {
	position: relative;
	margin-top: 80px;
}
.banner span{
	position: absolute;
	
}
.customService {
	line-height: 1;
	text-align: center;
	margin-top: 100px;
	margin-bottom: 50px;
}

.customService .content {
	width: 1200px;
	margin: 0 auto;
}

.customService .title {
	font-size: 26px;
	color: #333333;
	margin-bottom: 60px;
}

.customService .content {
	border-radius: 5px;
	height: 502px;
	box-shadow: 0px 3px 46.74px 10.26px rgba(200, 200, 200, 0.26);
	padding-top: 100px;
	box-sizing: border-box;
}

.customService li {
	float: left;
	width: 20%;
	text-align: center;
}

.customService .amount {
	font-size: 22px;
	color: #666666;
	margin-bottom: 15px;
}

.customService .year {
	font-size: 20px;
	color: #286ae8;
}

.customService .price {
	font-size: 30px;
}

.customService .apply {
	border-radius: 4px;
	background-color: #79e5c6;
	font-size: 16px;
	display: inline-block;
	width: 100px;
	height: 34px;
	line-height: 34px;
	box-shadow: 0px 6px 18px 2px rgba(137, 255, 221, 0.4);
	margin-top: 19px;
	margin-bottom: 28px;
}

.customService .apply a {
	color: #fff;
}

.customService .text-title {
	color: #828282;
	font-size: 18px;
	margin-bottom: 28px;
}

.calculator {
	background-color: #f8f8f8;
	height: 204px;
	width: 100%;
	line-height: 1;
}

.calculator .content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 60px;
}

.calculator .content:after {
	content: "";
	width: 0;
	display: block;
	clear: both;
}

.calculator li {
	position: relative;
	float: left;
	width: 438px;
	vertical-align: top;

}

.calculator li:last-child {
	width: 315px;
}

.calculator li:before {
	position: absolute;
	content: "";
	right: 0;
	bottom: 0;
	width: 1px;
	height: 64px;
	background-color: #e6f0fe;

}

.calculator li:last-child:before {
	display: none;
}

.calculator .title {
	padding-top: 13px;
	font-size: 24px;
	color: #2b85d5;
	margin-bottom: 28px;
}

.calculator .sub-title {
	font-size: 18px;
	color: #888888;
}

.calculator li:nth-child(2) {
	text-align: center;
}

.calculator .buy {
	padding-top: 13px;
	font-size: 20px;
	color: #666;
	margin-bottom: 28px;
}
.calculator .buy .el-input-number{
	display: inline-block;
}
.calculator .buy input {
	color: #888;
	font-size: 16px;
	width: 58px;
	height: 28px;
	background-color: transparent;
	border: none;
	border-bottom: 1px solid #e6e6e6;
	outline: none;
	margin: 0 13px;
	/* box-shadow: 0px 3px 9.84px 2.16px rgba(210, 210, 210, 0.18); */
	border-radius: 3px;
	text-align: center;
	display: inline-block;
}

.calculator .text {
	font-size: 16px;
	color: #888888;
}

.calculator .text span {
	color: #92dfc9;
}

.calculator .open {
	width: 214px;
	height: 50px;
	line-height: 50px;
	border-radius: 5px;
	background-color: #3585f9;
	color: #fff;
	font-size: 18px;
	text-align: center;
	margin: 0 0 0 auto;
	margin-bottom: 17px;
}

.calculator .open a {
	display: block;
	color: #fff;
}

.calculator .description {
	color: #888888;
	font-size: 16px;
	text-align: right;
}

.advantage {
	line-height: 1;
	text-align: center;
	margin-top: 100px;
}

.advantage .title {
	font-size: 26px;
	color: #333333;
	margin-bottom: 60px;
}

.advantage .content {
	width: 1200px;
	margin: 0 auto;
}

.advantage ul {
	display: flex;
	justify-content: space-between;
}

.advantage li {
	width: 230px;
}

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

.advantage .icon {
	margin-bottom: 46px;
}

.advantage .text-title {
	font-size: 20px;
	color: #333333;
}

.advantage .text-description {
	font-size: 16px;
	color: #828282;
	line-height: 30px;
	margin-top: 18px;
	text-align: left;
}

.partners {
	margin-top: 100px;
	margin-bottom: 72px;
	line-height: 1;
	text-align: center;
}

.partners .title {
	font-size: 26px;
	color: #333;
	margin-bottom: 34px;
}

.partners .sub-title {
	font-size: 18px;
	color: #888;
	margin-bottom: 50px;
}

.partners .content {
	width: 1200px;
	margin: 0 auto;
}

.partners .content:after {
	width: 0;
	content: "";
	display: block;
	clear: both;
}

.partners li {
	position: relative;
	display: inline-block;
	float: left;
	width: 20%;
	height: 146px;
	line-height: 146px;
	/* border-right: 1px solid #f5f5f5;
	border-bottom: 1px solid #f5f5f5; */
	box-sizing: border-box;
}

.partners li:before {
	content: "";
	position: absolute;
	width: 1px;
	height: 90px;
	background-color: #f5f5f5;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

.partners li:after {
	content: "";
	position: absolute;
	height: 1px;
	width: 200px;
	background-color: #f5f5f5;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
}

.partners li img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
}

.partners li:nth-child(n+11):after {
	display: none;
}

.partners li:nth-child(5n):before {
	display: none;
}

.news {
	/* margin-top: 72px; */
	line-height: 1;
	text-align: center;
	margin-bottom: 120px;
}

.news .title {
	font-size: 28px;
	color: #282828;
	margin-bottom: 60px;
}

.news .content {
	width: 1200px;
	margin: 0 auto;
}

.news .content:after {
	content: "";
	width: 0;
	display: block;
	clear: both;
}

.news li {
	width: 550px;
	float: left;
	border-bottom: 1px solid #ededed;
}

.news li a {
	padding: 20px 0;
	display: block;
}

.news li:nth-child(2n) {
	float: right;
}

.news li .article-text {
	position: relative;
	padding-left: 22px;
	box-sizing: border-box;
	font-size: 18px;
	color: #666;
	width: 452px;
	display: inline-block;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news li .article-text:before {
	content: "";
	position: absolute;
	left: 0;
	top: 5px;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #92dfc9;
}

.news li .date {
	font-size: 16px;
	color: #828282;
	float: right;
	margin-top: 2px;
}

.hot-issue {
	line-height: 1;
	text-align: center;
	margin-bottom: 120px;
}

.hot-issue .title {
	color: #030303;
	font-size: 28px;
	margin-bottom: 64px;
}

.hot-issue .content {
	width: 1200px;
	margin: 0 auto;
}

.hot-issue li {
	text-align: left;
	padding: 0 0 23px 27px;
	border-bottom: 1px solid #ebebeb;
	margin-bottom: 38px;
}

.hot-issue li .text-title {
	position: relative;
	color: #333333;
	font-size: 22px;
	margin-bottom: 18px;
}

.hot-issue li .text-title:before {
	position: absolute;
	content: "";
	top: 50%;
	left: -27px;
	transform: translateY(-50%);
	height: 20px;
	width: 4px;
	border-radius: 2px;
	background-color: #2a8ae1;
}

.hot-issue li .text-description {
	color: #666666;
	font-size: 18px;
	line-height: 36px;

}

.hot-issue li .text-description1 {
	text-indent: 36px;
	padding-left: 10px;
}

.footer {
	background-color: #f9f9f9;
	line-height: 1;
}

.footer .content {
	width: 1200px;
	margin: 0 auto;
	padding-top: 50px;
}

.footer .link li {
	display: inline-block;
	vertical-align: top;
	margin-right: 220px;
}

.footer .link li:last-child {
	margin-right: 0;
}

.footer .link li .li-title {
	position: relative;
	font-size: 18px;
	color: #333333;
	margin-bottom: 37px;
}

.footer .link li .li-title:before {
	content: "";
	position: absolute;
	left: 0;
	bottom: -13px;
	width: 30px;
	height: 4px;
	background-color: #92dfc9;
}

.footer .link li .text a {
	display: inline-block;
	font-size: 16px;
	color: #828282;
	margin-bottom: 23px;
}

.footer .link li .text {
	color: #666;
}

.footer .link li .text.bold {
	font-size: 18px;
	color: #666666;
	margin-top: 12px;
	margin-bottom: 22px;
}

.friendly-link {
	margin-top: 28px;
}

.friendly-link span {
	font-size: 16px;
	color: #666666;
	margin-right: 14px;
}

.friendly-link a {
	display: inline-block;
	font-size: 14px;
	color: #828282;
	margin: 0 14px;
	margin-bottom: 23px;
}

.record {
	border-top: 1px solid #e8e8e8;
	padding: 12px 0;
	text-align: center;
	font-size-adjust: 14px;
	color: #999999;
}

.m-nav-lists,
.nav_mright {
	display: none;
}
.online_icon {
    width: 36px;
    height: 156px;
    overflow: hidden;
}

.online_icon a {
    display: block;
    width: 36px;
    height: 156px;
    background: url(../image/online_bg.png) no-repeat;
    _background: url(https://www.qqymail.com/web/themes/default/template/black/static/images/online_bg_ie6.png) no-repeat;
}

.online_windows {
    width: 144px;
}

.online_w_top {
    background: url(../image/online_bg.png) no-repeat -36px 0;
    height: 10px;
    _background: url(https://www.qqymail.com/web/themes/default/template/black/static/images/online_bg_ie6.png) no-repeat -36px 0;
    _margin-bottom: -7px;
}

.online_w_c {
    background: url(../image/online_bg.png) repeat-y 0 -185px;
    padding: 0 5px;
    _background: url(https://www.qqymail.com/web/themes/default/template/black/static/images/online_bg_ie6.png) repeat-y 0 -185px
}

.online_w_bottom {
    background: url(../image/online_bg.png) repeat-y -36px -35px;
    height: 29px;
    _background: url(https://www.qqymail.com/web/themes/default/template/black/static/images/online_bg_ie6.png) repeat-y -36px -35px;
}

.online_content {
    background: url(../image/online_bg.png) no-repeat -147px -185px;
    padding-top: 11px;
    _background: url(https://www.qqymail.com/web/themes/default/template/black/static/images/online_bg_ie6.png) no-repeat -147px -185px;
}

.online_content a.qq_icon {
    background: url(../image/online_bg.png) no-repeat -37px -130px;
    width: 121px;
    height: 25px;
    display: block;
    margin: 0 auto;
    text-indent: 30px;
    line-height: 23px;
    cursor: pointer;
    _background: url(https://www.qqymail.com/web/themes/default/template/black/static/images/online_bg_ie6.png) no-repeat -37px -130px;
}

.online_content a.qq_icon:hover {
    background-position: -159px -130px;
    color: #FFF;
}

.online_bar .h2 {
    background: url(../image/online_bg.png) repeat-x 0 -156px;
    height: 29px;
    line-height: 27px;
    font-size: 12px;
    color: #666;
    text-align: left;
    _background: url(https://www.qqymail.com/web/themes/default/template/black/static/images/online_bg_ie6.png) repeat-x 0 -156px;
}

.online_bar .h2 a {
    display: block;
    padding-left: 14px;
    margin-left: 6px;
    cursor: pointer;
}

.expand .h2 a {
    background: url(../image/online_bg.png) no-repeat -36px -69px;
    _background: url(https://www.qqymail.com/web/themes/default/template/black/static/images/online_bg_ie6.png) no-repeat -36px -69px;
}

.collapse .h2 a {
    background: url(../image/online_bg.png) no-repeat -36px -96px;
    _background: url(https://www.qqymail.com/web/themes/default/template/black/static/images/online_bg_ie6.png) no-repeat -36px -96px;
}

.expand .h2 a:hover,
.collapse h2 a:hover {
    text-decoration: none;
    color: #c81d04;
}

.online_content {
    text-align: center;
    border-bottom: 1px solid #d0d0d0;
    margin-bottom: 1px;
}

.online_content ul li {
    height: 24px;
    line-height: 24px;
    margin-bottom: 4px;
;
    font-size: 12px;
}

.online_content ul li a:hover {
    color: #c81d04;
}

#online_qq_layer {
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop + 150));
}

#online_qq_tab {
    float: left;
    margin-top: 50px;
}

#onlineService {
    float: left;
    margin-left: -3px;
    display: none;
}
#online_qq_layer {
    display: none
}

.online_qq_layer {
    display: block !important;
}

#online_qq_layer table,
td {
    font: 12px/180% Arial, Helvetica, sans-serif, Verdana;
    color: #666;
}

#online_qq_layer table {
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}

#online_qq_layer th,
#online_qq_layer td {
    border-collapse: collapse;
}

#online_qq_layer A:link {
    text-decoration: none;
    color: #666;
}

#online_qq_layer A:visited {
    text-decoration: none;
    color: #666;
}

#online_qq_layer A:hover {
    text-decoration: none;
    color: #db2d0c;
}

#online_qq_layer img {
    border: 0;
}

#online_qq_layer .overh {
    overflow: auto;
    zoom: 1;
    overflow-x: hidden;
    overflow-y: hidden;
}

#online_qq_layer input[type="submit"]::-moz-focus-inner {
    border: none;
    padding: 0;
}

#online_qq_layer a {
    blr: expression(this.onFocus=this.blur())
}


/*for IE*/

#online_qq_layer a {
    outline: none;
    font-size: 12px;
}


/*for Firefox*/

#online_qq_layer .h2 {
    font-family: 'Microsoft yahei';
    font-weight: normal;
}

#online_qq_layer {
    position: fixed;
    right: 0px;
    top: 120px;
    _position: absolute;
    z-index: 9999;
    color: #333;
}

#online_qq_layer {
    _bottom: auto;
    _top: expression(eval(document.documentElement.scrollTop + 150));
}
@font-face {
    font-family: "iconfont";
    src: url('https://www.qqymail.com/web/themes/default/template/black/static/css/iconfont.eot?t=1531711744805');
    src: url('https://www.qqymail.com/web/themes/default/template/black/static/css/iconfont.eot?t=1531711744805#iefix') format('embedded-opentype'), url('data:application/x-font-woff;charset=utf-8;base64,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') format('woff'), url('https://www.qqymail.com/web/themes/default/template/black/static/css/iconfont.ttf?t=1531711744805') format('truetype'), /* chrome, firefox, opera, Safari, Android, iOS 4.2+*/
    url('https://www.qqymail.com/web/themes/default/template/black/static/css/iconfont.svg?t=1531711744805#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont" !important;
    font-size: 16px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.icon-qq:before {
    content: "\e65b";
}

.icon-yonghutouxiang:before {
    content: "\e851";
}

.icon-wechat:before {
    content: "\e66a";
}

.icon-dianhua:before {
    content: "\e627";
}

.icon-youxiang:before {
    content: "\e61f";
}

@media screen and (max-width: 780px) {
	.head .content .right{
		display: none;
	}
	.head .content {
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}

	.head .logo {
		width: 75%;
		height: 80px;
		line-height: 80px;
	}

	.head .logo img {
		width: 100%;
		vertical-align: middle;
	}

	.m-nav-lists {
		top: 80px;
		width: 100%;
		position: fixed;
		z-index: 999;
		height: calc(100vh - 80px);
		background-color: #fff;
		overflow: auto;
		transform: translateX(100%);
		transition: all 0.4s;
		display: block;
	}

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

	.m-nav-li.hasSub>a {
		color: #686868;
	}

	.m-nav-li.hasSub:before {
		content: "";
		position: absolute;
		top: 12.5px;
		width: 15px;
		height: 15px;
		right: 10px;
		background: url(https://www.qqymail.com/web/themes/default/template/black/static/images/nav-sub-right.png);
		background-size: cover;

	}

	.m-nav-li {
		/* height: 40px; */
		line-height: 40px;
		height: 41px;
		overflow: hidden;
		border-bottom: #ddd 1px solid;
		position: relative;
	}

	.m-nav-li:hover {
		height: auto;
		;
	}

	.m-nav-li>a {
		display: block;
		/* border-color: #ddd; */
		padding: 0 10px;
		box-sizing: border-box;
		color: #686868;
		margin-right: 50px;
	}

	.sub-nav {
		padding-left: 20px;
	}

	.sub-nav a {
		color: #686868;
		display: block;
	}

	.nav_mright {
		width: 30px;
		height: 30px;
		background-size: 100%;
		float: right;
		margin-top: 25px;
		position: relative;
		background: #286ae8;
		/* margin-right: 20px; */
		border-radius: 2px;
		display: block;

	}

	.nav_mright .img1,
	.nav_mright .img2 {
		left: 10%;
		width: 80%;
		text-align: center;
		position: absolute;
		z-index: 1;
		background: #286ae8;
		top: 50%;
		transform: translateY(-50%);
	}

	.nav_mright .img2 {
		display: none;
	}
	.customService{
		margin-top: 40px;
	}
	.customService .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.customService .content{
		width: 100%;
		box-shadow: none;
	}
	.customService .content{
		padding-top: 0;
		padding: 0 10px;
		box-sizing: border-box;
		height: auto;
		overflow: hidden;
	}
	.customService li{
		width: 50%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.customService li:nth-child(n+3){
		/* width: 33%; */
	}
	.customService .amount{
		font-size: 16px;
	}
	.customService .price{
		font-size: 22px;
	}
	.customService .year{
		font-size: 16px;
	}
	.customService .apply{
		margin-top: 10px;
		margin-bottom: 15px;
		width: 70px;
		font-size: 14px;
		height: 30px;
		line-height: 30px;
	}
	.customService .text-title{
		font-size: 16px;
		margin-bottom: 15px;
	}
	.calculator .content{
		width: 100%;
	}
	.calculator{
		height: auto;
	}
	.calculator li{
		width: 100%;
		text-align: center;
		margin-bottom: 5px;
	}
	.calculator li:last-child{
		width: 100%;
	}
	.calculator .open{
		margin: 0 auto;
	}
	.calculator .description{
		text-align: center;
	}
	.calculator .content{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	.calculator .title{
		font-size: 22px;
		margin-bottom: 15px;
	}
	.calculator .sub-title{
		font-size: 16px;
	}
	.calculator .buy{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.calculator .text{
		margin-bottom: 15px;
	}
	.calculator .open{
		width: 150px;
		height: 35px;
		line-height: 35px;
		font-size: 16px;
		margin-bottom: 10px;
	}
	.advantage{
		margin-top: 30px;
	}
	.advantage .title{
		font-size: 22px;
		margin-bottom: 40px;
	}
	.advantage .content{
		width: 100%;
	}
	.advantage li{
		width: 50%;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 20px;
	}
	.advantage ul{
		flex-direction: row;
		flex-wrap: wrap;
	}
	.advantage .icon img{
		width: 30px;
	}
	.advantage .icon{
		margin-bottom: 10px;
	}
	.advantage .text-title{
		font-size: 16px;
	}
	.advantage .text-description{
		font-size: 14px;
	}
	.partners{
		margin-top: 40px;
		margin-bottom: 30px;
	}
	.partners .title{
		font-size: 22px;
		padding: 0 10px;
		line-height: 1.3;
	}
	.partners .content{
		width: 100%;
	}
	.partners li{
		width: 33.3%;
		height: 100px;
		line-height: 100px;
	}
	.partners li img{
		max-width: 85%;
		max-height: 85%;
	}
	.partners li:before,.partners li:after{
		display: none;
	}
	.hot-issue .title{
		font-size: 22px;
		margin-bottom: 30px;
	}
	.hot-issue .content{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.case .content ul{
		overflow: hidden;
	}
	.hot-issue li .text-title{
		font-size: 18px;
		line-height: 1.4;
	}
	.hot-issue li .text-title:before{
		top: 0;
		transform: translateY(0);
		left: -10px;
	}
	.hot-issue li{
		padding-left: 10px;
	}
	.hot-issue li .text-description{
		font-size: 16px;
	}
	.news .title{
		margin-bottom: 30px;
		font-size: 22px;
	}
	.news .content{
		width: 100%;
	}
	.news li:nth-child(2n){
		float: left;
	}
	.news li .date{
		display: none;
	}
	.news li{
		width: 100%;
		padding: 0 10px;
		box-sizing: border-box;
	}
	.news{
		margin-bottom: 40px;
	}
	.footer .link li{
		width: 100%;
		text-align: center;
		padding: 0 10px;
		box-sizing: border-box;
		margin-bottom: 15px;
		margin-right: 0;
	}
	.footer .content{
		width: 100%;
	}
	.footer .link li .li-title:before{
		left: 50%;
		transform: translateX(-50%);
	}
	.footer .link li .text{
		display: inline-block;
		padding: 0 3px;
	}
	.footer .link li .li-title{
		margin-bottom: 30px;
	}
	.footer .link li .text a{
		margin-bottom: 15px;
	}
	.friendly-link a{
		margin: 0 5px;
	}
	.friendly-link{
		padding-bottom: 20px;
	}
	.record{
		font-size: 14px;
	}
	.news li .article-text{
		width: auto;
		font-size: 16px;
	}
}

.pose{
	width:1200px; margin:0 auto; font-size:14px; color:#333; padding:15px 0 ; border-bottom:1px solid #ccc; text-align:right;
}
.pose a{
	font-size:14px; color:#333;
}

@media only screen and (max-width: 768px) {
	.pose{
		width:100%; margin:0 auto; font-size:12px; padding:15px ; box-sizing:border-box;
	}
	.pose a{
		font-size:12px; 
	}
}

