/* CSS Document */
@import url(base.css);

/*通用样式*/
.box {
	width: 1260px;
	margin: 0 auto;
}

.box:after {
	content: "";
	display: block;
	clear: both;
}


.top {
	height: 60px;
	line-height: 60px;
	position: fixed;
	-webkit-box-shadow: 0px 0px 3px #aaa;
	-moz-box-shadow: 0px 0px 3px #aaa;
	box-shadow: 0px 0px 3px #aaa;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999999;
	background-color: #fff;
	border-bottom: 1px solid #ccc
}

.nav>li {
	float: left;
	height: 60px;
	line-height: 60px;
	margin-right: 38px
}

.nav>li>a {
	font-size: 16px;
	color: #757575;
	display: block;
}

.nav>.on>a {
	color: #008be9;
}

.nav>li>a:hover {
	color: #008be9;
}

.log {
	height: 60px;
	box-sizing: border-box;
	margin-right: 56px;
	;
}

.log>a>img {
	margin-top: 3px
}

.talls img {
	vertical-align: middle;
}

/*banner*/

.banner {
	position: relative;
}

.banner .box_skitter {
	width: 100%;
	z-index: 2;
}

.bg_inner {
	height: 320px;
	padding: 0;
	position: relative;
}

.banner_inner {
	width: 100%;
	margin: 0px auto;
	text-align: center;
	line-height: 24px;
}

.banner_inner .con {
	position: absolute;
	width: 200px;
	min-height: 44px;
	max-height: 60px;
	left: 50%;
	margin-left: -600px;
	top: 45%;
	margin-top: 50px;
	line-height: 30px;
	text-align: left;
	font-size: 36px;
	font-weight: bold;
	color: #fff;
	border-left: 2px solid #fff;
	padding-left: 18px;
}

.banner_inner .con span {
	font-size: 14px;
	font-weight: normal;
	display: block;
	line-height: 40px;
}

.slider .slide-prev {
	cursor: pointer;
	height: 48px;
	width: 48px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -24px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0px;
}

.slider .slide-next {
	cursor: pointer;
	height: 48px;
	width: 48px;
	position: absolute;
	right: 0;
	top: 50%;
	margin-top: -24px;
	background-color: rgba(255, 255, 255, 0.8);
	padding: 0px;
}

.slider .slide-next:hover,
.slider .slide-prev:hover {
	background-color: rgba(255, 255, 255, 0.9);
}

.slider .slide-next img,
.slider .slide-prev img {
	position: relative;
	top: 0;
	left: 0;
	max-height: 100%;
	max-width: 100%;
}

.slide a {
	display: block;
	width: 100%;
	height: 100%;
	background-position: center;
	height: 571px;
	background-repeat: no-repeat;
}

.es-caption {
	position: absolute;
	bottom: 0;
	text-align: center;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	font-size: 14px;
	padding: 16px;
	margin: 10px;
	width: auto;
	left: 0;
	right: 0;
	border-radius: 6px;
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	-khtml-border-radius: 6px;
	border: 1px solid rgba(255, 255, 255, 0.3);
}

ul.es-pager {
	display: none;
	width: 100%;
	text-align: center;
	margin: 5px 0 0 0;
	padding: 0;
	line-height: 0px;
}

ul.es-pager li {
	display: inline-block;
	margin: 0;
	padding: 0;
	height: 16px;
	width: 16px;
	/*background-image: url("../images/pagericon.png");*/
	background-repeat: no-repeat;
	background-position: 0 -16px;
	cursor: pointer;
}

ul.es-pager li:hover,
ul.es-pager li.act {
	background-position: 0 0;
}

ul.es-pager li.act {
	cursor: default;
}

.slider .slide-container,
.slider .slide-container .slide {
	width: 100% !important;
	min-width: 1140px !important;
}

.shiyong>.box {
	position: relative;
	z-index: 999
}

.shiyong>.box>div {
	position: absolute;
	top: -200px;
	height: 145px;
	width: 970px;
	width: 1140px;
}

.shiyong>.box>div>div {
	position: relative;
	width: 100%;
	height: 100%;
}

.shiyong>.box>div>div>.mask {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: #000;
	opacity: 0.7;
	z-index: 5;
	margin-left: 25px;
}

.shiyong-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
	padding: 34px 40px;
	z-index: 9;
	margin-left: 25px;
	
}

.shiyong-box .shiyong-title {
	margin-bottom: 15px
}

.shiyong-box .shiyong-title p {
	float: left;
	color: #fff;
	font-size: 18px
}

.shiyong-box .shiyong-title p:first-child+p {
	margin-left: 20px;
	padding-left: 20px;
	height: 12px;
	font-size: 12px;
	line-height: 12px;
	margin-top: 10px;
	border-left: 1px solid #fff
}

.shiyong-box form input[type="text"] {
	width: 284px;
	height: 48px;
	line-height: 48px;
	padding: 0 10px;
	box-sizing: border-box;
	font-size: 14px;
	border: 0;
	margin-right: 10px
}

.shiyong-box form input:first-child+input {
	width: 300px;
}

.shiyong-box form input[type="submit"] {
	width: 160px;
	height: 48px;
	background-color: #fff600;
	color: #452409;
	font-size: 18px;
	border: 0;
	float: right;
	margin-top: -48px;
}

.lc01 {
	height: 180px;
	background-color: #f8f8f8;
	width: 100%;
	padding: 20px 0;
	box-sizing: border-box;
}

#ztbox {
	width: 1140px;
	height: 180px;
	margin: 0 auto;
}

#ztbox #conter {
	width: 1140px;
	height: 180px;
	display: inline;
}

#ztbox #conter>ul {
	width: 1140px !important;
	height: 140px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	display: flex;
	justify-content: space-between;
}

#ztbox #conter>ul:after {
	content: "";
	display: block;
	clear: both;
}

#ztbox #conter>ul>li {
	width: 172px;
	height: 140px;
	background-color: #fff;
	text-align: center;
	float: left;
	margin: 0 5px;
}

#ztbox #conter>ul>li:hover {
	box-shadow: 0 0 20px #d4e4ef;
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
}

#ztbox #conter>ul>li a img {
	margin-top: 20px
}

#ztbox #conter>ul>li a .title {
	margin-top: 10px;
	font-size: 18px;
	color: #333333;
	margin-bottom: 5px;
}

#ztbox #conter>ul>li a .titletext {
	font-size: 12px;
	color: #757575;
}

#ztbox #conter>ul>li:hover a p {
	color: #008be9;
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
}

.gg {
	background-repeat: repeat-x;
	background-image: url(https://www.bjexmail.com/statics/yx/images/bj.png);
	height: 100px;
	line-height: 100px;
	text-align: center;
}

.gg p {
	font-size: 30px;
	color: #fff;
}

.gg p span {
	color: #fcff00;
}

.gg p a {
	font-size: 14px;
	color: #fff;
}

.tsgn h2 {
	font-size: 26px;
	color: #212121;
	text-align: center;
	font-weight: 500;
	padding: 65px 0;
	box-sizing: border-box;
}

.tsgn .tsgn-nr li {
	float: left;
	width: 25%;
	text-align: center;
	box-sizing: border-box;
	border;
	height: 285px;
}

.tsgn .tsgn-nr li.right {
	border-right: 1px solid #eeeeee;
}

.tsgn .tsgn-nr li.bottom {
	border-bottom: 1px solid #eeeeee;
}

.tsgn .tsgn-nr li img {
	margin-top: 75px;
	margin-bottom: 48px
}

.tsgn .tsgn-nr li p {
	font-size: 18px;
	color: #333333;
}

.tsgn .tsgn-nr li:hover {
	-webkit-box-shadow: 0 0 10px #b9dbf4;
	-moz-box-shadow: 0 0 10px #b9dbf4;
	box-shadow: 0 0 10px #b9dbf4;
}

.tsgn .tsgn-nr li:hover p {
	color: #008be9;
}

.tsgn .gd {
	margin-top: 40px;
	height: 23px;
	text-align: center;
}

.tsgn .gd a {
	color: #39acff;
	font-size: 18px;
	margin: 0 55px;
	cursor: pointer;
}

.tsgn .gd img {
	vertical-align: bottom;
}

.tsgn {
	padding-bottom: 90px;
	background: #f6f8fa;
}

.sybd {
	box-sizing: border-box;
}

.sybd .biaodan {
	padding-left: 60px
}

.pingjia {
	padding: 65px 0 80px;
}

.pingjia>div>h2 {
	font-size: 26px;
	color: #212121;
	text-align: center;
	margin: 0 0 75px;
	font-weight: 500
}

.pingjia .pingjia-nr {
	margin-right: -30px;
	margin-left: -30px;
}

.pingjia .pingjia-nr>li {
	width: 25%;
	float: left;
	box-sizing: border-box;
	padding: 0 30px;
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
}

.pingjia .pingjia-nr>li img {
	margin-bottom: 30px;
	height: 43px;
}

.pingjia .pingjia-nr>li h2 {
	color: #212121;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 15px
}

.pingjia .pingjia-nr>li p {
	height: 100px;
	line-height: 25px;
	font-size: 12px;
	color: #757575;
	border-bottom: 3px solid transparent;
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
}

.pingjia .pingjia-nr>li:hover p {
	border-bottom: 3px solid #39acff
}

.pingjia .pingjia-nr>li:hover {
	box-shadow: 0 0 20px #d4e4ef;
}

.logpinpai {
	margin-top: 50px
}

.logpinpai ul li {
	float: left;
	width: 25%;
	text-align: center;
	overflow: hidden;
}

.logpinpai ul li:hover img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.logpinpai ul li img {
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
}

.logpinpai p {
	margin-top: 10px;
	text-align: center;
	color: #39acff;
	font-size: 14px
}

.logpinpai p a {
	color: #39acff;
}

.footer {
	padding: 10px 0 11px;
}

.footer>div>div {
	width: 33.33%;
	box-sizing: border-box;
	float: left
}

.footer>div>div h2 {
	font-size: 22px;
	color: #ffffff;
	font-weight: 500;
	margin-bottom: 10px
}

.footer>div>div h2+p {
	height: 120px;
	line-height: 25px;
	font-size: 14px;
	color: #757575;
}

.footer>div>div h2+p+a {
	font-size: 12px;
	color: #39acff;
}

.footer>div>div h2+div {
	height: 115px;
}

.footer>div>div h2+div>p {
	color: #ffffff;
	font-size: 17px;
	line-height: 35px
}

.footer>div>div h2+div+div>div {
	width: 40px;
	height: 40px;
	margin-right: 20px;
	float: left;
	position: relative;
	background-position: center;
	background-repeat: no-repeat;
}

.footer>div>div h2+div+div>div.qq {
	background-image: url(../image/qq.png);
}

.footer>div>div h2+div+div>div.wx {
	background-image: url(../image/wx.png);
}

.footer>div>div h2+div+div>div.qq:hover {
	background-image: url(../image/qq01.png);
}

.footer>div>div h2+div+div>div.wx:hover {
	background-image: url(../image/wx01.png);
}

.footer>div>div h2+div+div>div>div {
	position: absolute;
	bottom: 40px;
	left: -43px;
	border: 1px solid #ccc;
	opacity: 1;
	height: 150px;
	width: 120px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s;
	z-index: 999;
	background-color: #fff;
	display: none
}

.footer>div>div h2+div+div>div:hover>div {
	display: block
}

.footer_bottom {
	height: 60px;
	line-height: 100px;
	text-align: center;
}

.footer_bottom a {
	margin-right: 5px;
	padding-right: 5px;
	border-right: 0px solid #757575;
	font-size: 12px;
	color: #ffffff;
}

.footer_bottom span {
	font-size: 12px;
	color: #f7f7f7;
}

.jiagebiao {
	padding: 65px 0 10px;
}

.jiagebiao>div>h2 {
	font-size: 26px;
	color: #212121;
	margin-bottom: 20px;
	font-weight: 500;
	text-align: center;
}

.jiagebiao>div>h2+p {
	text-align: center;
	height: 1px;
}

.jiagebiao>div>h2+p span {
	width: 60px;
	display: block;
	margin: 0 auto;
}

.jiagebiao-box .xxb {
	padding-left: 205px;
	margin-top: 28px
}

.jiagebiao-box .xxb ul li {
	margin-right: 50px;
	float: left;
	cursor: pointer
}

.jiagebiao-box .xxb ul li p {
	color: #757575;
	font-size: 12px
}

.jiagebiao-box .xxb ul li i {
	display: block;
	width: 20px;
	height: 10px;
	background: url(../image/jiao.png) no-repeat;
	margin: 0 auto;
	opacity: 0;
}

.jiagebiao-box .xxb ul li p span {
	font-size: 24px
}

.jiagebiao-box .xxb ul li.active i {
	opacity: 1;
}

.jiagebiao-box .xxb ul li.active p {
	color: #39acff;
}

.jiagebiao-box .xxb ul li div {
	height: 30px;
}

.jiagebiao-box .xxb ul li.active div {
	background-image: url(https://www.bjexmail.com/statics/yx/images/xia.png);
	background-repeat: no-repeat;
	background-position: center;
}

.jgb-nr {
	margin-top: 20px
}

.jgb-nr>div:after {
	content: "";
	display: block;
	clear: both;
}

.jgb-nr>div {
	display: none;
	border: 1px solid #39acff;
	border-top: 10px solid #39acff;
	height: 185px;
	box-sizing: border-box;
	width: 1000px;
	margin: 0 auto;
	padding: 35px 30px;
}

.jgb-nr>div>div {
	float: left;
}

.jgb-nr>div>div:first-child {
	width: 205px;
}

.jgb-nr>div>div:first-child>h2 {
	font-size: 26px;
	color: #212121;
	font-weight: 500;
	margin-bottom: 25px;
}

.jgb-nr>div>div:first-child>div h2 {
	float: left;
	font-size: 50px;
	color: #f13f3f;
	margin-right: 10px;
}

.jgb-nr>div>div:first-child>div div {
	float: left;
	padding-top: 8px;
}

.jgb-nr>div>div:first-child>div div>p:first-child {
	font-size: 20px;
	color: #333333;
	font-weight: 600
}

.jgb-nr>div>div:first-child>div div>p:first-child+p {
	font-size: 16px;
	color: #333333;
	height: 16px;
	line-height: 16px;
	vertical-align: bottom;
}

.jgb-nr>div>div:first-child+div>ul {
	width: 550px;
	padding: 0 10px 0 30px;
	border-left: 1px solid #ccc;
}

.jgb-nr>div>div:first-child+div>ul>li {
	margin-bottom: 5px;
	width: 50%;
	float: left;
	box-sizing: border-box;
	padding-left: 20px;
	box-sizing: border-box;
	background-position: left center;
	background-repeat: no-repeat;
	background-image: url(../image/dui.png);
	font-size: 14px;
	color: #212121;
}

.jgb-nr>div>div:first-child+div+div>a {
	display: block;
	width: 140px;
	height: 40px;
	line-height: 40px;
	text-align: center;
	border: 1px solid #39acff;
	color: #39acff;
	font-size: 18px;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.jgb-nr>div>div:first-child+div+div>a:first-child:hover {
	background-color: #39acff;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.jgb-nr>div>div:first-child+div+div>a:first-child+a {
	margin-top: 10px;
	background-color: #39acff;
	color: #fff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.jgb-nr>div>div:first-child+div+div>a:first-child+a:hover {
	background-color: #fff;
	color: #39acff;
	-webkit-transition: all 0.5s;
	transition: all 0.5s
}

.cankao {
	padding-top: 45px;
}

.cankao>p {
	font-size: 20px;
	color: #757575;
	text-align: center;
	margin-bottom: 25px
}

.cankao>p>span {
	color: #39acff
}

.cankao>div {
	color: #757575;
	font-size: 20px;
	text-align: center;
}

.cankao>div>input {
	border: 1px solid #ccc;
	height: 38px;
	width: 195px;
	padding: 0 5px;
	margin: 0 10px;
}

.cankao>div>span {
	color: #39acff;
	width: 120px;
	display: inline-block;
}

/*邮箱*/
.eaml_title {
	padding-bottom: 20px;
}

.eaml_title h2 {
	font-size: 26px;
	color: #40aeff;
	font-weight: 300;
	text-align: center;
	padding: 30px 0 20px 0;
	box-sizing: border-box;
}

.eaml_title p {
	font-size: 14px;
	color: #757575;
	text-align: center;
}

.biaodan .buy_exmail_left {
	width: 422px;
	min-height: 565px;
	margin-right: 100px;
	background-color: #fff;
	border: 1px solid #40aeff;
	border-top: 0;
	box-shadow: 0 0 20px #40aeff;
}

.buy_exmail_form_head {
	height: 10px;
	background-color: #40aeff;
	color: #fff;
	text-align: left;
	padding-top: 6px;
}

.buy_exmail_form_body {
	font-weight: 200;
	padding: 0 36px;
	box-sizing: border-box;
	padding-bottom: 10px;
}

.buy_exmail_form_line {
	margin-top: 20px;
	display: inline-block;
}

.buy_select_l {
	color: #313131;
	display: inline-block;
	text-align: right;
	width: 70px;
	font-size: 12px;
	line-height: 36px;
	vertical-align: bottom;
}

.buy_select_r {
	width: 150px;
	display: inline-block;
	text-align: left;
	position: relative;
	font-size: 12px;
	margin-left: -2px;
	height: 36px;
}

.num_bar {
	border: 1px solid #eee;
}

.num_bar a {
	height: 35px;
	width: 30px;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	outline: none;
	cursor: pointer;
}

.index_logo {
	display: inline-block;
	font-size: 0;
	background-repeat: no-repeat;
	background-image: url(../image/index_logo-s2e8fb998eb.png);
	background-size: 146px 2011px;
}

.index_logo_27 {
	background-position: 0 -1219px;
	height: 2px;
	width: 12px;
	margin-top: 17px;
}

.index_logo_28 {
	background-position: 0 -1231px;
	height: 12px;
	width: 12px;
	margin-top: 12px;
}

#animate {
	display: block;
}

.num_bar input {
	box-sizing: content-box;
	width: 71px;
	text-align: center;
	vertical-align: middle;
	border: none;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size: 14px;
	line-height: 17px;
	font-family: Verdana;
	height: 24px;
	color: #000;
	outline: none;
}

.ent_name {
	padding: 4px 7px;
	height: 38px !important;
	width: 280px;
	font-size: 12px;
	box-sizing: border-box;
	height: 24px;
	line-height: 18px;
	font-weight: 200;
	border: 1px solid #DBDBDB;
	outline: none;
}

.domain {
	padding: 4px 7px;
	margin-left: 7px;
	width: 194px;
	box-sizing: border-box;
	height: 24px;
	font-size: 14px;
	border: 1px solid #DBDBDB;
	height: 38px;
}

.buy_exmail_price_container {
	width: 100%;
	height: 40px;
	cursor: pointer;
	text-align: center;
	line-height: 40px;
	background: #40aeff;
	font-size: 20px;
	color: #fff;
	margin-top: 40px;
}

.buy_exmail_price_container a {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	margin-left: 10px;
}

.jia {
	text-align: center;
	margin-top: 10px;
	font-size: 12px;
	color: #212121;
}

.jia img {
	vertical-align: -3px;
}

.tp .buy_exmail_left {
	height: 612px;
	width: 422px;
	border: 1px solid #ffac40;
	border-top: 0;
}

.lianxi {
	padding: 0 36px;
	box-sizing: border-box;
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.lianxi ul li {
	text-align: center;
	font-size: 14px;
	color: #666666;
	line-height: 45px;
}

.lianxi ul li:after {
	content: "";
	display: block;
	clear: both;
}

.lianxi ul li i {
	float: left;
}

.lianxi ul li span {
	float: left;
}

.lianxi ul li img {
	margin-right: 8px;
	vertical-align: -3px;
}

.zaixian {
	padding: 0 36px;
	box-sizing: border-box;
	margin-top: 59px;
}

.zaixian>a {
	display: block;
	width: 100%;
	height: 40px;
	text-align: center;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	font-weight: bold;
	background: #ffac40;
}

.ktlc {
	width: 100%;
	margin: 0 auto;
	background: #f6f8fa;
}

.ktlc:after {
	content: "";
	display: block;
	clear: both;
}

.ktlc_con {
	width: 1140px;
	margin: 0 auto;
	padding: 80px 0;
	box-sizing: border-box;
	overflow: hidden;
}

.ktlc_title h4 {
	font-size: 26px;
	color: #212121;
	font-weight: 400;
	text-align: center;
	margin-bottom: 20px;
}

.ktlc_title i {
	display: block;
	width: 60px;
	height: 2px;
	background: #8f8f90;
	margin: 0 auto;
}

.ktlc_top {
	margin-top: 32px;
}

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

.ktlc_top ul:after {
	content: "";
	display: block;
	clear: both;
}

.ktlc_top ul li {
	width: 358px;
	height: 198px;
	border: 1px solid #40aeff;
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
	float: left;
	margin: 0 10px;
}

.ktlc_top ul li:hover {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	background: #40aeff;
	border-color: #40aeff;
	box-shadow: 0 0 20px #d4e4ef;
}

.ktlc_top ul li:hover .kt_text h4 {
	color: #fff;
}

.ktlc_top ul li:hover .kt_text p {
	color: #fff;
}

.ktlc_top ul li:after {
	content: "";
	display: block;
	clear: both;
}

.kt_left {
	float: left;
	width: 70px;
	height: 70px;
	margin-top: 63px;
	margin-left: 27px;
	margin-right: 20px;
}

.kt_left img {
	width: 100%;
	height: 100%;
}

.kt_text {
	float: left;
	margin-top: 55px;
}

.kt_text h4 {
	font-size: 20px;
	color: #212121;
	margin-bottom: 25px;
}

.kt_text p {
	font-size: 14px;
	color: #757575;
}

.ktlc_but {
	margin-top: 80px;
}

.ktlc_but ul:after {
	content: "";
	display: block;
	clear: both;
}

.ktlc_but ul li {
	float: left;
	width: 25%;
	height: 83px;
	border-bottom: 1px solid #c2c4c5;
	border-top: 1px solid #c2c4c5;
	line-height: 83px;
	text-align: center;
	position: relative;
}

.ktlc_but ul li h2 {
	font-size: 30px;
	color: #757575;
}

.ktlc_but ul li h2 span {
	font-size: 14px;
	color: #212121;
	vertical-align: 6px;
	font-weight: 500;
	margin-left: 10px;
}

.ktlc_but ul li i {
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -41px;
}

.ktlc_but ul li:last-child i {
	display: none;
}

.footer {
	background: #40aeff;
}

.footers {
	height: 195px;
}

.footers:after {
	content: "";
	display: block;
	clear: both;
}

.footers>div {
	width: 32.98%;
	height: 195px;
	float: left;
}

.footers>div>ul {
	padding: 0;
}

.footers>div>ul p {
	font-size: 22px;
	color: #ffffff;
	margin-bottom: 13px;
}

.footers>div>ul>li {
	width: 100%;
	list-style: none;
	line-height: 25px;
	font-size: 14px;
	color: #89898e;
}

.footers>div>ul>li a {
	color: #ffffff;
}



.footer_bottom {
	background: #2A95E5;
	height: 62px;
	margin: 0 auto;
}

.footers>div>ul>.last {
	margin-top: 25px;
}

.footers>div>ul>.last a {
	color: #ffffff;
}

/*解决方案*/
.jiejue {
	width: 100%;
	height: auto;
	margin: 0 auto;
}

.box_con:after {
	content: "";
	display: block;
	clear: both;
}

.box_con {
	margin-top: 60px;
	margin-bottom: 60px;
}

.box_left {
	float: left;
	width: 150px;
	margin-right: 40px;
}

.box_left ul li {
	width: 150px;
	height: 40px;
	border: 1px solid #E0E0E0;
	text-align: center;
	line-height: 40px;
}

.box_left ul li:hover {
	border: 1px solid #008be9;
	border-right: 0;
}

.box_left ul li:hover a {
	color: #008be9;
}

.box_left ul .only {
	border: 1px solid #008be9;
	border-right: 0;
}

.box_left ul .only a {
	color: #008be9;
}

.box_left ul li a {
	display: block;
	font-size: 16px;
	color: #313131;
}

.box_right {
	float: left;
	width: 950px;
}

.box_rigtcon {
	width: 100%;
}

.box_rigtcon>h4 {
	font-size: 22px;
	text-align: center;
	color: #212121;
	margin-bottom: 20px;
}

.box_rigtcon>p {
	font-size: 14px;
	color: #333;
	text-indent: 30px;
	line-height: 25px;
	margin-bottom: 10px;
}

.box_rigtcon ul li:after {
	content: "";
	display: block;
	clear: both;
}

.box_rigtcon ul li {
	border-bottom: 1px solid #ccc;
	padding: 10px 0;
	box-sizing: border-box;
}

.box_rigtcon ul li:hover .con_left a img {
	transform: scale(1.05);
	-ms-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
}

.box_rigtcon ul li .con_right>h4 a:hover {
	color: #212121;
	text-decoration: underline;
}

.con_left {
	width: 200px;
	height: 150px;
	float: left;
	margin-right: 50px;
	overflow: hidden;
}

.con_left a {
	display: block;
}

.con_left a img {
	width: 200px;
	height: 150px;
	transition: .3s ease-in;
	-moz-transition: .3s ease-in;
	-webkit-transition: .3s ease-in;
	-o-transition: .3s ease-in;
}

.con_right {
	float: left;
	width: 700px;
	padding-top: 10px;
}

.con_right>h4:after {
	content: "";
	display: block;
	clear: both;
}

.con_right>h4 {
	margin-bottom: 10px;
}

.con_right>h4 a {
	float: left;
	font-size: 20px;
	color: #2272a6;
}

.con_right>h4 span {
	font-size: 12px;
	color: #2272a6;
	float: right;
}

.con_right>p {
	font-size: 12px;
	color: #999999;
}

.con_right>a {
	font-size: 14px;
	color: #fff;
	padding: 5px 10px;
	border-radius: 25px;
	background: #a7d2f1;
	float: right;
	margin-top: 20px;
	transition: .2s ease-in;
	-moz-transition: .2s ease-in;
	-webkit-transition: .2s ease-in;
	-o-transition: .2s ease-in;
}

.con_right>a:hover {
	background: #39acff;
}

.con_right>a i {
	display: inline-block;
	width: 18px;
	height: 18px;
	vertical-align: -4px;
	margin-right: 3px;
}

.con_right>a i img {
	width: 100%;
}

.fenye {
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.fenye ul:after {
	content: "";
	display: block;
	clear: both;
}

.fenye ul li {
	float: left;
	padding: 3px 9px;
	box-sizing: border-box;
	border: 1px solid #eee;
	font-size: 12px;
	margin: 0 4px;
	cursor: pointer;
}

.fenye ul li:hover {
	background: #39acff;
	border-color: #39acff;
	color: #fff;
}

.fenye ul .ons {
	background: #39acff;
	border-color: #39acff;
	color: #fff;
}

.fenye ul .shang {
	padding: 3px 8px;
}

.fenye ul .xia {
	padding: 3px 8px;
}

/*解决方案详情*/
.juxq {
	width: 100%;
	margin: 0 auto;
}

.ju_con {
	margin-top: 50px;
	margin-bottom: 60px;
}

.ju_title {
	border-bottom: 1px solid #212121;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.ju_title h4 {
	font-size: 22px;
	color: #212121;
	text-align: center;
	margin-bottom: 5px;
}

.ju_title p {
	font-size: 12px;
	color: #107f8d;
	text-align: center;
}

.ju_cons {
	padding: 0 40px;
	box-sizing: border-box;
}

.ju_cons p {
	font-size: 12px;
	color: #333;
	line-height: 25px;
	margin: 5px 0;
}

.spages {
	border-top: 1px solid #212121;
	margin-top: 20px;
	padding-top: 20px;
}

.spages ul li {
	margin: 5px 0;
}

.spages ul li a {
	font-size: 14px;
	color: #333;
}

.spages ul li a:hover {
	color: #39acff;
}

.tops {
	cursor: pointer;
	font-size: 0.9em;
	position: fixed;
	text-align: center;
	z-index: 9999;
	-webkit-transition: background-color 0.2s ease-in-out;
	-moz-transition: background-color 0.2s ease-in-out;
	opacity: 0;
	-ms-transition: background-color 0.2s ease-in-out;
	transition: background-color 0.2s ease-in-out;
	background: #121212;
	color: #ffffff;
	border-radius: 3px;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 12px;
	padding-bottom: 12px;
	right: 20px;
	bottom: 45px;
}

.tops:hover {
	background: #39acff;
	color: #fff;
}


.list_down_tb {
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	text-align: center;
	border: 1px solid #e1e6f7;
	background: #fff;
}



.list_down_tb th {
	text-align: center;
	font-size: 15px;
	font-weight: normal;
	border-style: solid;
	word-break: normal;
	border-color: #fff;
	background: #2a8ae2;
	color: #fff;
	line-height: 46px;
}



.list_down_tb td {
	text-align: center;
	font-size: 14px;
	line-height: 46px;
	word-break: normal;
	border-bottom: 1px dotted #e6e6e6;
	color: #666;
	border: 1px solid #e1e6f7;
}

.list_down_tb tr:hover .jobs_t1 a {
	color: #0171b5;
}


.yxmai {
	width: 100%;
	height: 115px;
	background: #39acff;
}

.yxmai_con {
	width: 1000px;
	margin: 0 auto;
	height: 115px;
	line-height: 115px;
}

.yxmai_con p {
	font-size: 26px;
	color: #fff;
	text-align: center;
	display: inline-block;
}

.yxmai_con a {
	display: inline-block;
	width: 140px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	background: #fff;
	color: #212121;
	font-size: 14px;
	margin-left: 40px;
	vertical-align: 4px;
}

.waves {
	position: relative;
	width: 100%;
	height: 15vh;
	margin-bottom: -7px;
	/*Fix for safari gap*/
	min-height: 100px;
	max-height: 150px;
}

.content {
	position: relative;

	text-align: center;
	background-color: white;
}

/* Animation */

.parallax>use {
	animation: move-forever 25s cubic-bezier(.55, .5, .45, .5) infinite;
}

.parallax>use:nth-child(1) {
	animation-delay: -2s;
	animation-duration: 7s;
}

.parallax>use:nth-child(2) {
	animation-delay: -3s;
	animation-duration: 10s;
}

.parallax>use:nth-child(3) {
	animation-delay: -4s;
	animation-duration: 13s;
}

.parallax>use:nth-child(4) {
	animation-delay: -5s;
	animation-duration: 20s;
}

@keyframes move-forever {
	0% {
		transform: translate3d(-90px, 0, 0);
	}

	100% {
		transform: translate3d(85px, 0, 0);
	}
}

/*Shrinking for mobile*/
@media (max-width: 768px) {
	.waves {
		height: 40px;
		min-height: 40px;
	}

	.content {
		height: 30vh;
	}

	h1 {
		font-size: 24px;
	}
}
