@charset "utf-8";
body {
	font-family: "微软雅黑";
	width: 100%;
}

li,
ul,
ol {
	padding: 0;
	list-style: none;
}

.am-container {
	width: 1200px;
	max-width: 1200px;
	padding: 0;
}

.tit {
	text-align: center;
	margin: 30px 0;
}

.tit h2 {
	font-size: 36px;
	font-weight: 500;
	margin-bottom: 10px;
}

.tit h2 span {
	color: #007AFF;
}

.tit p {
	color: #999;
	margin-top: 5px;
}

.clearfix:after {
	content: '';
	display: block;
	clear: left;
}

.left {
	float: left;
}

.right {
	float: right;
}

main {
	margin-top: 30px;
}

.go_top {
	position: fixed;
	right: 20px;
	top: 50%;
}

.fy_box {
	margin: 55px 0;
}
.dz_ys_box li:hover,
.dz_introduction_box li:hover,
.about_office_div:hover,
.about_team_box .about_team_div:hover .about_team_img img,
.n_case_div:hover,
.news_box .news_div:hover,
.weixin_ts_box .wx_ts_li:hover,
.weixin_model_box .wx_model_div:hover,
.server_box .server_div:hover,
.problem_box .problem_div li:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	box-shadow: 0 4px 50px rgba(0, 0, 0, .25);
}


/**/

.am-breadcrumb {
	margin-bottom: 15px;
	padding: 15px 0 0;
}


/*侧边栏*/

.izl-rmenu {
	position: fixed;
	right: 0;
	bottom: 0px;
	padding-bottom: 20px;
	z-index: 999;
}

.izl-rmenu .btn {
	width: 72px;
	height: 73px;
	margin-bottom: 1px;
	cursor: pointer;
	position: relative;
	display: block;
	background-size: 60%;
	background-repeat: no-repeat;
	background-position: center;
}

.izl-rmenu .btn-top {
	background-color: #66666691;
	display: none;
	text-align: center;
	color: #fff;
	font-size: 40px;
}

.izl-rmenu .btn-top:hover {
	background-color: #444;
}


/*header&footer*/

.header_box {
	margin-bottom: 0;
	padding: 15px 0;
	border: 0;
	background: #373d41;
}

.header_box .am-container {
	width: 1380px;
	max-width: 1380px;
}

.header_box .logo {
	width: 250px;
}

.header_box .logo img {
	width: 70%;
}

.header_box li a {
	padding: 0 10px;
	color: #fff;
}
.header_box li a:focus,
.header_box li.active a,
.header_box li:hover a {
	background: none;
	color: #007AFF;
}

.header_box li a:hover:after {
	opacity: 0;
}

.header_box .am-topbar-right {
	font-size: 20px;
    color: #fff;
    line-height: 46px;
    margin-top: 0;
    margin-bottom: 6px;
}
.header_box .am-topbar-right p{
       font-size: 13px;
    margin: 0px 0 0 3px;
    height: 0;
    line-height: 0;
    font-weight: 100;
    letter-spacing: 1px;
}
.header_box .am-topbar-right i {
    margin-right: 10px;
    width: 35px;
    height: 35px;
    background-image: url(../images/phone.png);
    background-repeat: no-repeat;
    background-position: center;
    float: left;
    background-size: contain;
    margin-top: 16px;
}
.header_right_txt{
	float:left;
}
footer {
	background-image: url(../images/contact_bg.jpg);
	padding: 35px 0;
	color: #fff;
}

.footer_box .am-u-md-5 div p {
	font-size: 91px;
	font-weight: bold;
	margin: 0;
	font-family: fantasy;
}

.footer_box .am-u-md-5 p.blud {
	color: #0263c8;
	margin-top: -42px;
	margin-bottom: 17px;
}

.footer_box .am-u-md-5 p.wecome {
	font-size: 20px;
	width: 137px;
	background: #000;
	text-align: center;
	color: #fff;
	border-radius: 25px;
}

.footer_box .am-u-md-5 ul {
	margin-top: 40px;
}

.footer_box .am-u-md-7 ul li,
.footer_box .am-u-md-5 ul li {
	float: left;
	width: 50%;
	font-size: 15px;
	font-weight: 600;
}

.footer_box .am-u-md-5 ul li p {}

.footer_box .am-u-md-7 ul li h4 {
	margin-bottom: 0;
}

.footer_box .am-u-md-7 ul li p {
	font-weight: 500;
	color: #999;
	margin: 10px 0;
}

.footer_box .am-u-md-7 {
	margin-top: 45px;
}

.footer_box .am-u-md-7 ul li:nth-child(2) p {
	line-height: 35px;
	margin-top: 3px;
}

.footer_box .am-u-md-7 form input {
	padding: 10px;
	background: none;
	width: 97%;
	border: 0;
	border-bottom: 1px solid rgba(255, 255, 255, .4);
	margin-left: 10px;
}

.footer_box textarea::-webkit-input-placeholder,
.footer_box input::-webkit-input-placeholder {
	font-size: 12px;
}

.footer_box textarea::-moz-placeholder,
.footer_box input::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 12px;
}

.footer_box .am-u-md-7 form p:before {
	content: '';
	display: block;
	height: 5px;
	width: 5px;
	float: left;
	border-radius: 100%;
	margin-top: 20px;
	background: red;
}

.footer_box .am-u-md-7 form textarea {
	padding: 10px;
	background: none;
	border: 1px solid rgba(255, 255, 255, .4);
	height: 150px;
	width: 100%;
	margin-bottom: 25px;
}

.footer_box .am-u-md-7 form input[type='submit'] {
	width: 200px;
	border: 0;
	background: #fff;
	color: #007AFF;
}

.footer_bottom {
	background: #333;
	color: #6d6d6d;
	padding: 20px 0;
}
.ft_yqlj li{
	float: left;
	margin-right: 15px;
}

.ft_cont_box p {
	margin: 0;
	padding: 10px;
	background: #373d41;
	color: #c3c3c3;
	font-size: 13px
}.yc_right_box {
	position: fixed;
	right: 0;
	top:58.3%;
}

.yc_right_box li {
	position: relative;
	width: 72px;
	height: 72px;
	margin-bottom: 2px;
	padding-top: 12px;
	text-align: center;
}

.yc_right_box li a {
	color: #fff;
	font-size: 12px;
}

.yc_right_box li a i {
	width: 30px;
	height: 30px;
	display: block;
	margin: 0 auto;
	background-size: contain;
	background-repeat: no-repeat;
}

.yc_right_box li:nth-child(1) {
	background: #2196ff;
}

.yc_right_box li:nth-child(2) {
	background: #0079FF;
}

.yc_right_box li:nth-child(3) {
	background: #16b66f;
}

.yc_right_box li:nth-child(4) {
	background: #ff8b0f;
}

.yc_right_box li:nth-child(1) i {
	background-image: url(../images/yc_r_1.png);
}

.yc_right_box li:nth-child(2) i {
	background-image: url(../images/yc_r_2.png);
}

.yc_right_box li:nth-child(3) i {
	background-image: url(../images/yc_r_3.png);
}

.yc_right_box li:nth-child(4) i {
	background-image: url(../images/yc_r_4.png);
}

.yc_right_box li:nth-child(3) .yc_right_div {
	top: -117px;
}

.yc_right_box li:nth-child(4) .yc_right_div {
	top: -117px;
}

.yc_right_box li:hover .yc_right_div {
	display: block;
}

.yc_right_div p {
	font-size: 12px;
	margin-bottom: 0;
}

.yc_right_div {
	position: absolute;
	left: -171px;
	background-color: #fff;
	text-align: center;
	padding: 20px;
	display: none;
	border: 1px solid #dadada;
}
.xs_footer{
	display: none;
}

/*index*/

#index_slider {
	
	overflow: hidden;
}

#index_slider.am-slider-default .am-control-nav {
	bottom: 17%;
}

#weixin_banner.am-slider-default .am-control-nav li a,
#index_slider.am-slider-default .am-control-nav li a {
	width: 35px;
	background: rgba(255, 255, 255, .3);
	border: 0;
	box-shadow: inset 0 0 0;
	border-radius: 0;
	height: 5px;
}

#weixin_banner.am-slider-default .am-control-nav li a.am-active,
#index_slider.am-slider-default .am-control-nav li a.am-active {
	background: rgba(255, 255, 255, 1);
}

.slider_nav {
	position: relative;
	margin-top: -120px;
	height: 100px;
	background: rgba(255, 255, 255, .05);
}

.slider_nav ul {
	margin: 0;
}

.slider_nav li {
	float: left;
	width: 20%;
	color: #fff;
	transition: .3s;
	padding: 22px 0 18px;
}

.slider_nav li:hover {
	background: rgba(255, 255, 255, .1);
}

.slider_nav li span.left {
	width: 40px;
	height: 60px;
	display: inline-block;
	background-image: url(../images/plan2.png);
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	margin-left: 30px;
	margin-right: 15px;
}

.slider_nav li:nth-child(2) span.left {
	background-image: url(../images/plan3.png);
}

.slider_nav li:nth-child(3) span.left {
	background-image: url(../images/plan4.png);
}

.slider_nav li:nth-child(4) span.left {
	background-image: url(../images/plan5.png);
}

.slider_nav li:nth-child(5) span.left {
	background-image: url(../images/plan6.png);
}

.slider_nav li div.left h4 {
	margin-bottom: 5px;
	font-weight: 500;
	font-size: 16px;
}

.slider_nav li div.left p {
	margin: 0;
	font-size: 12px;
	color: #c3c3c3;
}

.slider_nav li a {
	color: #fff;
}

.server_box {
	text-align: center;
}

.server_box .server_icon {
	width: 100px;
	height: 100px;
	margin: 0 auto;
	display: block;
	background-size: 66%;
	background-repeat: no-repeat;
	background-position: center;
}

.server_box .server_div {
	margin-bottom: 25px;
	transition: .3s;
}

.server_box .server_div:nth-child(1) .server_icon {
	background-image: url(../images/server_1.png);
}

.server_box .server_div:nth-child(2) .server_icon {
	background-image: url(../images/server_2.png);
}

.server_box .server_div:nth-child(3) .server_icon {
	background-image: url(../images/server_3.png);
}

.server_box .server_div:nth-child(4) .server_icon {
	background-image: url(../images/server_4.png);
}

.server_box .server_div:nth-child(5) .server_icon {
	background-image: url(../images/server_5.png);
}

.server_box .server_div:nth-child(6) .server_icon {
	background-image: url(../images/server_6.png);
}
.server_box .server_div:nth-child(7) .server_icon {
	background-image: url(../images/server_7.png);
}
.server_box .server_div:nth-child(8) .server_icon {
	background-image: url(../images/server_8.png);
}
.server_box .server_div:nth-child(9) .server_icon {
	background-image: url(../images/server_9.png);
}

.server_div_cont {
	margin: 60px 0 0;
}

.n_case_div .case_txt h4,
.server_box .server_div h4 {
	margin: 0;
	font-weight: 500;
	font-size: 17px;
}

.n_case_div .case_txt p,
.server_box .server_div p {
	font-size: 14px;
	padding: 0 15px;
	margin: 10px 0 25px;
	color: #999;
}

.problem_box {
	background: rgba(226, 251, 255, .4);
	padding: 40px 0;
}

.problem_box .problem_div {
	position: relative;
}

.problem_box .problem_div li {
	height: 180px;
	width: 410px;
	float: left;
	background: #fff;
	padding-left: 32px;
	padding-top: 16px;
	padding-right: 30px;
	transition: .3s;
	margin-bottom: 10px;
}

.problem_box .problem_div li:nth-child(even) {
	float: right;
}

.problem_box .problem_div li strong {
	font-weight: 400;
	font-size: 20px;
}

.problem_box .problem_div li p {
	font-size: 12px;
	color: #999;
}

.problem_box .problem_div li span {
	width: 50px;
	height: 50px;
	background: #007EE5;
	color: #fff;
	border-radius: 100%;
	display: inline-block;
	text-align: center;
	padding-top: 0;
	font-size: 30px;
	margin-right: 10px;
}

.problem_box .problem_div img {
	width: 100%;
}

.problem_box .problem_div .center {
	width: 315px;
	position: absolute;
	float: left;
	height: 550px;
	top: 0;
	left: 37%;
	/* z-index: -1; */
	overflow: hidden;
}

.problem_box .problem_div .center_txt {
	z-index: 999;
	color: #fff;
}

.plan_box {
	background: #373d41;
}

.plan_box .am_container {
	width: 1440px;
	margin: 0 auto;
}

.plan_box li {
	position: relative;
	margin: 0;
}

.plan_box li a div.z_div {
	position: absolute;
	padding: 15px;
	color: #fff;
	height: 100%;
	width: 100%;
	top: 100px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	text-align: center;
}

.plan_box li:hover a div.z_div {
	top: 70px;
}

.plan_box li:hover a div.n_div {
	background: #007ee5;
	opacity: .7;
}

.plan_box .am-slider-default .am-control-nav,
.plan_box li a div.z_div span,
.plan_box li a div.z_div p {
	opacity: 0;
}

.plan_box .am-slider-default .am-direction-nav a {
	top: -190px;
}

#weixin_banner.am-slider-default .am-direction-nav a:before,
#index_slider.am-slider-default .am-direction-nav a:before,
.plan_box .am-slider-default .am-direction-nav a.am-prev:before,
.plan_box .am-slider-default .am-direction-nav a .plan_box .am-slider-default .am-direction-nav a:before {
	content: "\f104";
	color: #fff;
}
#weixin_banner.am-slider-default .am-direction-nav a.am-next:before,
#index_slider.am-slider-default .am-direction-nav a.am-next:before,
.plan_box .am-slider-default .am-direction-nav a.am-next:before {
	content: "\f105";
	color: #fff;
}
.plan_box .am-slider-default .am-direction-nav a:before{height: 64px;
    font-size: 67px!important;
}
#index_slider.am-slider-default .am-direction-nav a:before{
	height: 64px;
    font-size:38px!important;
}
#index_slider.am-slider-default .am-direction-nav a{
    height: 55px;
}
#index_slider.am-slider-default .am-direction-nav .am-prev {
    left: 70px;
}#index_slider.am-slider-default .am-next{
	right:70px;    
}
#index_slider.am-slider-default .am-direction-nav a{
	width: 55px;   
  	border: 1px solid #fff;
    line-height: 49px;
    padding-top: 7px;
    border-radius: 100%;
}

.plan_box li:hover a div.z_div span,
.plan_box li:hover a div.z_div p {
	opacity: 1;
}

.plan_box li a div.n_div {
	position: absolute;
	top: 0;
	width: 100%;
	left: 0;
	bottom: 0;
	background: #161a1d73;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
}

.plan_box li:hover a div.n_div {
	/*top: 50px;*/
}

.plan_box li a div.z_div p {
	font-size: 12px;
	padding: 0 23px;
}

.plan_box li a div.z_div i.plan_icon {
	width: 80px;
	height: 80px;
	display: block;
	margin: 0 auto;
	/*background-image: url(../images/plan1-1.png);*/
	background-repeat: no-repeat;
	background-size: 80%;
	background-position: center;
}

.plan_box li:nth-child(1) a div.z_div i.plan_icon {
	background-image: url(../images/plan_1.png);
}

.plan_box li:nth-child(2) a div.z_div i.plan_icon {
	background-image: url(../images/plan_2.png);
}

.plan_box li:nth-child(3) a div.z_div i.plan_icon {
	background-image: url(../images/plan_3.png);
}

.plan_box li:nth-child(4) a div.z_div i.plan_icon {
	background-image: url(../images/plan_4.png);
}

.plan_box li:nth-child(5) a div.z_div i.plan_icon {
	background-image: url(../images/plan_5.png);
}

.plan_box li:nth-child(6) a div.z_div i.plan_icon {
	background-image: url(../images/plan_1.png);
}

.plan_box li:hover a div.z_div i.xx {
	display: none;
}

.plan_box li a div.z_div i.xx {
	width: 40px;
	height: 3px;
	background: #fff;
	margin: 15px auto;
	display: block;
}

.plan_box li a div.z_div h4 {
	margin: 15px 0;
}

.plan_box li a div.z_div span {
	display: inline-block;
	border: 1px solid #fff;
	width: 120px;
	height: 36px;
	line-height: 36px;
	font-size: 14px;
	color: #fff;
	text-decoration: none;
}

.wrapper {
	margin-bottom: 35px;
}

.wrapper .counter {
	text-align: center;
	float: left;
	width: 24%;
	transition: .3s;
	border: 1px solid #dddd;
	border-radius: 15px;
	margin-right: 15px;
}

.wrapper .counter:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	box-shadow: 0 4px 50px rgba(0, 0, 0, .25);
}

.wrapper .counter h2 {
	margin: 15px 0 0;
	font-size: 38px;
	font-weight: 500;
	display: inline-block;
}

.wrapper .counter span {
	margin-left: 10px;
	font-size: 24px;
	padding-bottom: 0;
	display: inline-block;
}

.wrapper .counter p {
	margin: 0 0 25px;
	color: #666;
}

.wrapper .counter:last-child {
	margin-right: 0;
}

.content3 {
	/*background: url(../images/web2_bg.jpg) no-repeat center center;*/
	background-size: cover;
	background-attachment: fixed;
	padding: 80px 0;
	width: 100%;
	float: left;
	position: relative;
}

.slide_pic_1 {
	width: 100%;
	float: left;
	margin-top: 48px;
}

.slide_pic_1 .li_hp {
	width: 100%;
	text-align: center;
}

.slide_pic_1 .li_hp .ico {
	width: 100%;
	height: 90px;
	text-align: center;
}

.slide_pic_1 .li_hp .ico img {
	height: 77%;
	display: inline-block;
	*zoom: 1;
	*display: inline;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

.slide_pic_1 .brand_lc_li {
	width: 150px;
	float: left;
}

.slide_pic_1 .li_hp .bian {
	width: 100%;
	float: left;
	margin-top: 13px;
}

.slide_pic_1 .li_hp .title {
	width: 100%;
	float: left;
	margin-top: 17px;
}

.slide_pic_1 .li_hp .title h4 {
	width: 100%;
	float: left;
	font-size: 20px;
	font-weight: 400;
	/*color: white;*/
	line-height: 28px;
}

.slide_pic_1 .li_hp .title h6 {
	width: 100%;
	float: left;
	font-size: 12px;
	margin: 0;
	/*color: white;*/
	font-weight: 300;
	line-height: 20px;
	font-family: Arial;
}

.slide_pic_1 .li_hp:hover .ico img {
	transform: rotateY(180deg);
}

.slide_pic_1 .slick-dots {
	position: absolute;
	bottom: -40px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center;
	overflow: hidden;
}

.slide_pic_1 .slick-dots li {
	position: relative;
	display: inline-block;
	width: 8px;
	height: 8px;
	margin: 0 6px;
	padding: 0;
	cursor: pointer;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	-khtml-border-radius: 50%;
	border-radius: 50%;
	background: white;
	opacity: 0.55;
}

.slide_pic_1 .slick-dots li.slick-active {
	opacity: 1;
	background: #fff;
}

.case_box {
	padding: 25px 0;
}

.case_box .case_div {
	width: 24%;
	position: relative;
	float: left;
	transition: .3s;
	margin-right: 15px;
	margin-bottom: 15px;
}

.case_box .case_div:hover .case_txt {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	opacity: 1;
}

.case_box .case_div .case_txt {
	position: absolute;
	top: 0;
	opacity: 0;
	padding: 100px 25px 15px 25px;
	font-size: 12px;
	transition: .3s;
	color: #fff;
	height: 100%;
	background: rgba(0, 0, 0, .4);
}

.case_box .case_div .case_txt span {
	border: 1px solid #fff;
	padding: 5px 15px;
}

.case_box .case_div h4 {
	margin: 15px 0;
}

.case_box .case_div:nth-child(4n+4) {
	margin-right: 0;
}

.news_box img,
.case_box img {
	width: 100%;
}

.case_box .wrap {
	text-align: center;
}

.case_box .blist {
	display: inline-block;
	text-align: center;
}

.blist li:first-child {
	border-left: none;
}

.xcx_jg .am-u-md-8 .weixin_money a,
.case_box .blist li {
	background: #0079ff;
	color: #fff;
	margin-right: 15px;
	padding: 10px 25px;
	list-style: none;
	font-size: 14px;
	border-radius: 5px;
	text-align: center;
	float: left;
	/*鼠标样式改变为一个手*/
	cursor: pointer;
	/*字体免选中*/
	-webkit-user-select: none;
}

.blsit-list {
	width: 100%;
}

.blsit-list li {
	list-style: none;
	border-top: none;
}

.case_box .wrap .blist li.active {
	position: relative;
	background: #004a9c;
}

.blsit_list div.Option:first-child,
.blsit-list li:first-child {
	display: block;
}

.blsit_list div.Option,
.blsit-list li {
	display: none;
}

.blsit-list li.a {
	display: list-item;
}

.news_box .wrap .blist li {
	float: left;
	background: #1b263a;
	padding: 10px 23px;
	color: #fff;
}

.news_box .wrap .blist li a {
	color: #fff;
}

.news_box .wrap .blist li.active {
	background: #007AFF;
}

.news_box .am-u-lg-6 {
	position: relative;
}

.news_box .news_txt h4 span {
	width: 3px;
	height: 25px;
	background: #007AFF;
	display: inline-block;
	float: left;
	margin-right: 8px;
}

.news_box .news_txt h4 {
	margin-top: 15px;
}

.news_box h4 {
	margin: 0;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.news_box .news_img{
	height:250px;
    overflow:hidden;
}
.news_box a {
	color: #333;
  	display:block;
}

.news_box p {
	margin: 10px 0;
	font-size: 13px;
	color: #888;
}

.news_right_top {
	margin-bottom: 15px;
}

.news_right_top .left {
	width: 35%;
	height: 140px;
}

.news_right_top .right {
	width: 62%;
	margin-left: 15px;
}
.news_right_top .right p:nth-child(2){
    height: 79px;
    overflow: hidden;
}
.news_right_li {
	margin-bottom: 15px;
}

.news_right_li a i {
	margin-right: 10px;
}

.news_right_li a {
	color: #888;
	font-size: 14px;
	display: block;
	height: 23px;
}

.news_right_li a span.left {
	overflow: hidden;
	width: 84%;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_right_li:hover a {
	color: #007AFF;
}

.news_detail_box .return_btn,
.news_detail_box .detail_top_div {
	border-bottom: 1px dashed #DADADA;
	text-align: center;
	padding-bottom: 25px;
}

.news_detail_box .return_btn {
	margin: 25px 0;
}

.news_detail_box .news_detail_prev_next {
	margin-bottom: 35px;
}

.news_detail_box .news_detail_prev_next a {
	border: 1px solid #DADADA;
	color: #666666;
	padding: 5px 10px;
	margin-bottom: 15px;
	display: block;
	width: 100%;
	border-radius: 15px;
	font-size: 14px;
}

.promise_box {
	margin: 35px 0;
}

.promise_box .wrap .blist {
	border: 1px solid #DEDEDE;
	margin-bottom: 35px;
}

.promise_box .wrap .blist li {
	float: left;
	position: relative;
	width: 33.33%;
	text-align: center;
	border-right: 1px solid #DEDEDE;
	padding: 15px 0;
	transition: .3s;
}

.promise_box .wrap .blist li.active {
	background: #007AFF;
	color: #fff;
}

.promise_box .wrap .blist li.active:before {
	position: absolute;
	top: 100%;
	left: 50%;
	border-color: #007AFF transparent transparent;
	border-width: 15px 15px 0 15px;
	margin-left: -15px;
	border-style: solid;
	content: '';
}

.promise_box .wrap .blist li:last-child {
	border: 0;
}

.promise_box .blsit-list .promise_li .promise_icon {
	width: 40px;
	height: 40px;
	float: left;
	display: inline-block;
	margin-left: 30px;
	margin-right: 15px;
}

.promise_box .blsit-list .promise_li .promise_icon img {
	width: 100%;
}

.promise_box .blsit-list .promise_li .promise_txt {
	float: left;
}

.promise_box .blsit-list .promise_li .promise_txt b {
	font-weight: 500;
}

.promise_box .blsit-list .promise_li .promise_txt p {
	margin: 0;
	font-size: 12px;
	color: #999;
}

.promise_box .blsit-list .promise_li {
	width: 23.5%;
	float: left;
	padding-top: 30px;
	transition: .3s;
	margin-right: 2%;
	border: 1px solid #DADADA;
	height: 102px;
}

.promise_box .blsit-list .promise_li:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
	-webkit-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
	box-shadow: 0 4px 50px rgba(0, 0, 0, .25);
}

.promise_box .blsit-list .promise_li:last-child {
	margin-right: 0;
}
@media (min-width:768px ) and (max-width:1440px){
  #index_slider {
      height: 465px;
  }
}

.hz_box{
	margin:85px 0 120px;
}
.hz_box ul {
	border-top: 1px solid #e5e5e5;
	border-left: 1px solid #e5e5e5;
}

.hz_box li {
	float: left;
	text-align: center;
	width: 20%;
	border-right: 1px solid #e5e5e5;
	border-bottom: 1px solid #e5e5e5;
	height: 50px;
	height: 110px;
    position: relative;
	line-height: 110px;
}
 
 .hz_box ul li img {
 	vertical-align: middle;
 	width:55%;
 	margin: 0 auto;
 }
 
 .hz_box ul li:hover .img {
 	transform: rotateY(180deg);
 	-ms-transform: rotateY(180deg);
 	-moz-transform: rotateY(180deg);
 	-webkit-transform: rotateY(180deg);
 	-o-transform: rotateY(180deg);
 	filter: alpha(opacity=0);
 	-moz-opacity: 0;
 	opacity: 0;
 }
 
 .hz_box ul li:hover .img1 {
 	transform: rotateY(0deg);
 	-ms-transform: rotateY(0deg);
 	-moz-transform: rotateY(0deg);
 	-webkit-transform: rotateY(0deg);
 	-o-transform: rotateY(0deg);
 	filter: alpha(opacity=1);
 	-moz-opacity: 1;
 	opacity: 1;
	width:100%;
 }
 
 .hz_box ul li .img {
   margin:0 auto;
 	transition: all .5s linear 10ms;
 	-webkit-transition: all .5s linear 10ms;
 	-moz-transition: all .5s linear 10ms;
 	-ms-transition: all .5s linear 10ms;
 	-o-transition: all .5s linear 10ms;
 	filter: alpha(opacity=60);
 	-moz-opacity: 0.6;
 	opacity: 0.6;
 	filter: progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
 	-webkit-filter: grayscale(100%);
 	filter: Gray;
 }
 
 .hz_box ul li .img1 {
 	position: absolute;
 	top: 0;
 	left: 0;
 	width: 100%;
 	transition: all .5s linear 10ms;
 	-webkit-transition: all .5s linear 10ms;
 	-o-transition: all .5s linear 10ms;
 	-moz-ms-transition: all .5s linear 10ms;
 	-ms-transition: all .5s linear 10ms;
 	filter: alpha(opacity=0);
 	-moz-opacity: 0;
 	opacity: 0;
 	transform: rotateY(180deg);
 	-ms-transform: rotateY(180deg);
 	-moz-transform: rotateY(180deg);
 	-webkit-transform: rotateY(180deg);
 	-o-transform: rotateY(180deg);
 }
 
/*
.hz_box li img {
	width: 60%;
	-webkit-filter: grayscale(100%);
	-moz-filter: grayscale(100%);
	-ms-filter: grayscale(100%);
	-o-filter: grayscale(100%);
	filter: grayscale(100%);
	opacity: .5;
	transition: .5s;
  transition: All 1s ease-in-out;
 -webkit-transition: All 1s ease-in-out;
-moz-transition: All 1s ease-in-out;
-o-transition: All 1s ease-in-out;
}

.hz_box li:hover img {
	-webkit-filter: grayscale(0);
	-moz-filter: grayscale(0);
	-ms-filter: grayscale(0);
	-o-filter: grayscale(0);    
    transform: rotateY(360deg);
    -ms-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    -webkit-transform: rotateY(360deg)
    filter: alpha(opacity=1);
    -moz-opacity: 1;
	filter: grayscale(0);
	opacity: 1;
}
*/
/**/

.build_box {
	color: #fff;
}

.build_txt1 {
	padding: 18rem 0 0;
}

.build_txt2 {
	padding: 14rem 0 0;
}

.build_txt1 img {
	width: 80%;
}

.build_txt_div h2 {
	font-size: 50px;
	font-weight: 400;
	margin: 0;
}

.build_txt_div h3 {
	margin: 0;
	font-size: 30px;
	font-weight: 100;
}

.build_txt_div h3:after {
	content: '';
	width: 65px;
	height: 3px;
	display: block;
	background: #fff;
	margin: 10px 0;
}

.build_txt_div div {
	line-height: 28px;
	font-size: 15px;
}

.build_txt_div p a {
	padding: 5px 30px;
	border: 1px solid #fff;
	color: #fff;
	margin-right: 15px;
	border-radius: 15px;
	position: relative;
	overflow: hidden;
}

.build_txt_div p a:hover:before {
	width: 100%;
}

.build_txt_div p a:before {
	content: "";
	display: block;
	position: absolute;
	left: 0%;
	top: 0px;
	height: 33px;
	z-index: -1;
	background: #007AFF;
	width: 0;
	/*background: url(../images/zhuanti/zhanti_ico3.png) #fff 138px center no-repeat;*/
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
	border-radius: 24px;
}

.build_box .page img {
	width: 88%;
}

.build_box .page2 .build_img_div img:first-child {
	position: absolute;
	left: -44%;
	top: -21%;
}

.build_box .page2 .build_img_div img:last-child {
	margin-top: 97px;
}

.build_box .computer .build_img_div {
	background-image: url(../images/bulid_3_1.png);
	background-size: 91%;
	background-repeat: no-repeat;
	margin-top: 55px;
	height: 500px;
	padding: 0 !important;
}

.build_box .computer .build_img_div img {
	margin: 19px;
	width: auto;
}

.build_txt2 .build_txt_div {
	padding-top: 14rem;
}

.build_txt2 img:nth-child(3) {
	position: absolute;
	top: 67px;
	right: -56%;
	width: 77%;
}

.build_txt2.three .build_img_div {
	padding-top: 80px;
}

.build_news_box .build_news_tit {
	font-size: 18px;
	color: #e28b0c;
	border-bottom: 1px solid #dadada;
	padding: 10px 0;
}

.build_ft_txt {
	font-size: 14px;
	color: #666;
	line-height: 25px;
}

.build_news_box {
	margin: 37px auto;
}

.build_box .page8 footer img {
	width: auto;
}

.build_news_box .news_right_li {
	margin: 10px 0;
}

.build_news_box .news_right_li a span.left {
	width: 77%;
}

.build_news_box ul {
	margin: 5px 0;
	font-size: 14px;
	color: #666;
}

.build_news_box ul li:hover {
	color: #e28b0c;
}

.build_news_box ul li {
	float: left;
	margin-right: 20px;
}

.build_news_box li:nth-child(even) {
	margin-right: 0;
}


/*build_detail*/

.dz_ys_box {
	margin: 65px 0;
}

.dz_ys_box li {
	float: left;
	width: 33.333%;
	color: #fff;
	transition: .3s;
	margin: 37px 0;
	text-align: center;
	padding: 27px 50px;
}
.dz_ys_box li:hover{
	box-shadow: 0 4px 50px rgba(0, 0, 0, 0);
}
.dz_ys_box li:nth-child(1) {
	background: #56c3fb;
	border-top-left-radius: 10px;
	border-bottom-left-radius: 10px;
}

.dz_ys_box li:nth-child(2) {
	background: #fe8568;
	margin: 0;
	padding: 50px 36px;
	border-radius: 5px;
}

.dz_ys_box li:nth-child(3) {
	background: #ffa829;
	border-top-right-radius: 10px;
	border-bottom-right-radius: 10px;
}

.dz_ys_box li b {
	font-size: 25px;
}

.dz_ys_box li i {
	font-size: 50px;
	display: block;
	line-height: 1;
	margin: 20px auto;
}

.dz_ys_box li p {
	font-size: 14px;
}

.dz_introduction_box {
	background: #007AFF;
	padding: 35px 0;
	margin-bottom: 40px;
}

.dz_introduction_box .tit {
	color: #fff;
}

.dz_introduction_box .tit span {
	color: inherit;
	font-weight: 800;
}

.dz_introduction_box .tit p {
	color: inherit;
}

.dz_introduction_box ul {
	margin: 50px 0 0;
}

.dz_introduction_box li {
	width: 31.945%;
	float: left;
	transition: .3s;
	background: rgba(255, 255, 255, .3);
	padding: 25px 14px;
	border-radius: 11px;
	margin-right: 25px;
	margin-bottom: 25px;
}

.dz_introduction_box li:nth-child(3n+3) {
	margin-right: 0;
}

.dz_left_img {
	width: 70px;
	height: 70px;
	float: left;
	text-align: center;
	background: #fff;
	border-radius: 100%;
}

.dz_left_img img {
	/*width: 100%;*/
}

.dz_right_txt {
	width: 74%;
	float: left;
	margin-left: 20px;
	color: #fff;
}

.dz_right_txt h4 {
	font-size: 20px;
	margin-bottom: 0;
}

.dz_right_txt p {
	font-size: 14px;
	margin: 5px 0;
}


/*weixin*/

#weixin_banner.am-slider-default .am-control-nav {
	bottom: 16px;
}

.web1 {
	padding: 30px 0
}

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

.web1 dd span {
	display: block;
	margin: 0 auto 40px;
	border-radius: 50%;
	overflow: hidden;
	box-shadow: 0 9px 9px rgba(175, 175, 175, .35);
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	width: 160px;
	height: 160px;
	transition: .3s;
}

.web1 dd.dd_1 span {
	background-image: url(../images/web_icon1.png)
}

.web1 dd.dd_2 span {
	background-image: url(../images/web_icon2.png)
}

.web1 dd:hover span {
	background-color: #f60
}

.web1 dd.dd_1:hover span {
	background-image: url(../images/web_icon1_hover.png)
}

.web1 dd.dd_2:hover span {
	background-image: url(../images/web_icon2_hover.png)
}

.web1 dd p {
	line-height: 36px;
	font-size: 18px;
	padding: 0 45px;
	color: #666
}

.web1 dd.dd_2 p {
	padding: 0 75px
}

.web2 {
	margin: 20px 0 30px;
}

.web2 ul li {
	width: 20%;
	float: left;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.web2 ul li i {
	font-size: 60px;
	color: #5d5d5d;
}

.web2 ul li h4 {
	text-align: center;
	font-size: 18px;
	font-weight: 400;
	color: #555;
	margin: 10px 0 0;
}

.web2 ul li p {
	padding: 0 10px;
	font-size: 12px;
	margin: 10px;
	box-sizing: border-box;
	color: #888;
}

.web2 ul li i {
	font-size: 60px;
	color: #444;
}

.web3 {
	background-image: url(../images/weixin.jpg);
	padding: 25px 0;
}

.weixin_ts_box .wx_ts_li {
	width: 24%;
	margin-right: 15px;
	margin-bottom: 15px;
	float: left;
	border: 1px solid #dadada;
	border-top: 0;
	border-radius: 10px;
	transition: .3s;
	overflow: hidden;
}

.weixin_ts_box .wx_ts_li:nth-child(4n+4) {
	margin-right: 0;
}

.weixin_ts_box .wx_ts_li .wx_ts_img {
	width: 100%;
}

.weixin_ts_box .wx_ts_li .wx_ts_txt {
	height: 205px;
	overflow: hidel;
	padding: 15px;
}

.weixin_ts_box .wx_ts_li .wx_ts_txt h4 {
	font-size: 20px;
	font-weight: 400;
	margin-bottom: 10px;
}

.weixin_ts_box .wx_ts_li .wx_ts_txt p {
	margin: 0;
	font-size: 14px;
	color: #999;
}

.weixin_ts_box .wx_ts_li.wx_ts_more {
	border: 0;
	text-align: center;
	height: 371px;
	padding-top: 138px;
}

.weixin_ts_box .wx_ts_li.wx_ts_more i {
	display: block;
	width: 50px;
	height: 50px;
	border: 1px solid #DADADA;
	border-radius: 100%;
	line-height: 48px;
	font-size: 28px;
	margin: 0 auto;
	color: #0079ff;
}

.weixin_ts_box .wx_ts_li.wx_ts_more p {}

.weixin_ys {
	margin-bottom: 68px;
	margin-top: 58px;
}

.weixin_ys li {
	float: left;
	width: 33%;
	text-align: left;
	height: 120px;
}

.weixin_ys li i {
	margin: 30px;
	float: left;
	display: block;
}

.weixin_ys li h3 {
	margin-bottom: 5px;
	transition: .3s;
	margin-top: 44px;
}

.weixin_ys li:hover h3 {
	margin-top: 20px;
}

.weixin_ys li:hover p {
	display: block;
}

.weixin_ys li p {
	margin: 0;
	display: none;
	transition: .3s;
	margin-left: 85px;
}

.pubic_box {
	margin-top: -20px;
}

.pubic_box .blist li {
	float: left;
	position: relative;
	width: 25%;
	padding: 15px;
	text-align: center;
	cursor: pointer;
}

.pubic_box .blist li.active {
	background: #007AFF;
	color: #fff;
}

.xcx_jg {
	padding: 47px 25px;
	box-shadow: 0 0 10px 6px rgba(171, 171, 171, 0.34);
}

.pubic_box .blist li.active:after {
	content: '';
	display: inline-block;
	border-top: 14px solid #007AFF;
	border-right: 22px solid transparent;
	border-left: 22px solid transparent;
	position: absolute;
	bottom: -14px;
	left: 50%;
	margin-left: -22px;
}

.weixin_jg_box {
	text-align: center;
}

.weixin_jg_box .blist {
	display: inline-block;
	margin-bottom: 35px;
}

.weixin_jg_box .blist li {
	float: left;
	padding: 4px 20px;
	border: 1px solid #dedede;
	margin-right: 17px;
}

.weixin_jg_box .blist li:hover {
	cursor: pointer;
}

.xcx_jg .am-u-md-8 ul.clearfix {
	/*height: 126px;*/
	position: relative;
	border-bottom: 1px solid #DADADA;
	overflow: hidden;
}

.xcx_jg .am-u-md-8 ul.clearfix:hover li.li-txt {
	bottom: -17px;
}

.xcx_jg .am-u-md-8 ul li {
	text-align: center;
	float: left;
	margin-bottom: 25px;
	width: 25%;
}

.xcx_jg .am-u-md-8 .weixin_money li {
	width: 14%;
	color: #f05f00;
	margin: 10px 0 0 0;
}

.xcx_jg .am-u-md-8 .weixin_money a {
	float: right;
}

.xcx_jg .am-u-md-8 li.li-txt {
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: -178px;
	background: #cdbef8;
	padding: 20px;
	color: #fff;
	transition: .3s;
}

.xcx_jg .am-u-md-8 li img {
	margin-right: 5px;
}

.xcx_jg div.Option:nth-child(2) .am-u-md-8 li.li-txt {
	background: #b997ff;
}

.xcx_jg div.Option:nth-child(3) .am-u-md-8 li.li-txt {
	background: #ff9996;
}

.xcx_jg div.Option:nth-child(4) .am-u-md-8 li.li-txt {
	background: #ffda41;
}

.xcx_jg div.Option:nth-child(5) .am-u-md-8 li.li-txt {
	background: #83d5ff;
}

.xcx_jg div.Option:nth-child(6) .am-u-md-8 li.li-txt {
	background: #74d08a;
}


/*
#jswbox {
	width: 1100px;
	height: 600px;
	margin: 0 auto;
	position: relative
}

#jswbox ul {
	position: relative;
}

#jswbox li {
	position: absolute;
	width: 0;
	height: 0;
	z-index: 0;
	cursor: pointer;
	overflow: hidden;
	left: 10px
}

#jswbox li img {
	width: 100%;
	height: 100%;
	vertical-align: top;
	float: left
}

#jswbox .prev,
#jswbox .next {
	display: none
}*/

.mKeBanner,
.mKeBanner div {
	text-align: center
}


/*.imageflow img {
	-webkit-box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, .1);
	box-shadow: 2px 2px 2px 2px hsla(0, 0%, 0%, .1)
}*/

.imageflow {
	overflow: hidden;
	position: relative;
	text-align: left;
	visibility: hidden;
	width: 1200px;
	margin: 108px auto;
}

.imageflow img {
	border: 0;
	position: absolute;
	top: 0;
	visibility: hidden;
	-ms-interpolation-mode: bicubic;
}

.imageflow p {
	margin: 0 auto;
	text-align: center;
}

.imageflow .loading {
	border: 1px solid #ccc;
	height: 15px;
	left: 50%;
	margin-left: -106px;
	padding: 5px;
	position: relative;
	visibility: visible;
	width: 200px;
}

.imageflow .loading_bar {
	background: #ccc;
	height: 15px;
	visibility: visible;
	width: 1%
}

.imageflow .caption {
	font-weight: 700;
	position: relative;
	text-align: center;
	z-index: 10000;
}

.imageflow .scrollbar {
	border-bottom: 1px solid #b3b3b3;
	position: relative;
	visibility: hidden;
	z-index: 10001;
	height: 1px;
}

.imageflow .slider {
	background-image: url(../../Images/Index/slider.png);
	background-repeat: no-repeat;
	height: 14px;
	margin: -6px 0 0 -7px;
	position: absolute;
	width: 14px;
	z-index: 10002;
}

.imageflow .images {
	overflow: hidden;
	white-space: nowrap;
}

.imageflow .button {
	cursor: pointer;
	height: 17px;
	position: relative;
	width: 17px;
}

.weixin_case_box {
	position: relative;
	height: auto;
	display: inline-block;
	margin: 30px 0;
}

.wx_case_phone {
	background-image: url(../images/iPhone.png);
	width: 405px;
	height: 682px;
	position: absolute;
	top: 14%;
	z-index: 88;
	left: 32.5%;
	background-size: cover;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.web4 {
	margin: 0 0 67px;
}

.develop-step-content {
	font-size: 18px;
	line-height: 36px;
	width: 1160px;
	margin: 0 auto;
}

.develop-first-step,
.develop-second-step,
.develop-third-step,
.develop-firth-step {
	float: left;
	color: rgba(89, 96, 123, 1);
}

.develop-first-step::before,
.develop-second-step::before,
.develop-third-step::before,
.develop-firth-step::before {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	font-size: 22px;
	background: rgba(48, 145, 242, 1);
	color: #fff;
	text-align: center;
	border: 1px solid rgba(48, 145, 242, 1);
	border-radius: 16px;
	margin-right: 7px;
}

.develop-first-step::before {
	content: '1';
}

.develop-second-step::before {
	content: '2';
}

.develop-third-step::before {
	content: '3';
}

.develop-firth-step::before {
	content: '4';
}

.develop-first-step::after,
.develop-second-step::after,
.develop-third-step::after {
	content: '';
	display: inline-block;
	width: 80px;
	height: 0;
	vertical-align: middle;
	border-bottom: 1px solid rgba(213, 213, 222, 1);
	margin: 0 17px 0 19px;
}


/*email*/

.email_tc_box {
	margin: 60px 0;
}

.email_div_gm {
	background-image: url(../images/newmail-config-bg.png);
	background-repeat: no-repeat;
	background-position-x: right;
	background-position-y: 1px;
	padding: 53px 0;
}

.email_div_gm .count li {
	float: left;
}

.email_div_gm .pz h4,
.email_div_gm .am-form-horizontal .am-form-label {
	font-weight: 500;
}
label{
	font-weight: 500;
}
.email_div_gm .count li span {
	width: 35px;
	height: 35px;
	display: inline-block;
	line-height: 35px;
	text-align: center;
	border: 1px solid #DADADA;
}

.email_div_gm .count li span:hover {
	cursor: pointer;
}

.email_div_gm .count li input {
	width: 85px;
	height: 35px;
	text-align: center;
	border: 1px solid #DADADA;
	border-left: 0;
	border-right: 0;
}

.email_div_gm .gm_date li {
	float: left;
	width: 100px;
	text-align: center;
	border-left: 1px solid #DADADA;
	border-top: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	height: 35px;
	line-height: 35px;
}

.email_div_gm .gm_date li.active,
.email_div_gm .gm_date li:hover {
	background: #007AFF;
	color: #fff;
	cursor: pointer;
}

.email_div_gm .gm_date li:last-child {
	border-right: 1px solid #DADADA;
}

.email_div_gm .email_ipt input[type='text'] {
	width: 100%;
	height: 35px;
	padding: 0 15px;
	border: 1px solid #DADADA;
}

.email_div_gm .email_ipt.www_email input[type='text'] {
	width: 82%;
	margin-left: 12px;
}

.email_div_gm input::-webkit-input-placeholder {
	/*改变placeholder的样式*/
	color: #999;
	font-size: 12px;
}

.email_div_gm .pz p {
	font-size: 13px;
	margin: 10px 0;
	color: #999;
}

.btn_div {
	margin-top: 30px;
}

.btn_div p {
	float: left;
	margin: 0;
}

.email_btn {
	padding: 8px 35px;
	border-radius: 10px;
	border: 1px solid;
	height: 39px;
	line-height: 20px;
	margin-right: 15px;
	display: inline-block;
}

.email_tc_box .email_tc_li {
	float: left;
	width: 24%;
	padding: 30px;
	margin-right: 15px;
	box-shadow: 0px 3px 10px 3px rgba(148, 148, 148, 0.28);
	box-sizing: border-box;
	background: #fff;
	transition: .3s;
}

.email_tc_box .email_tc_li:hover {
	-webkit-transform: translateY(-4px);
	transform: translateY(-4px);
}

.email_tc_box .email_tc_li:nth-child(4n+4) {
	margin-right: 0;
}

.email_tc_box .email_tc_li h4 {
	font-size: 25px;
	font-weight: 500;
	margin-bottom: 10px;
	padding-bottom: 15px;
	border-bottom: 1px solid #DADADA;
}

.email_tc_box .email_tc_li h4 span {
	font-size: 12px;
	padding: 2px 10px;
	color: #fff;
	background-color: red;
	display: inline-block;
	float: right;
	margin-top: 9px;
}

.email_tc_box .email_tc_li h3 {
	margin: 0;
	text-align: center;
	font-weight: 500;
	font-size: 30px;
	color: #007AFF;
}

.email_tc_box .email_tc_li p {
	font-size: 14px;
	color: #666;
}

.email_tc_box .email_tc_li a {
	width: 100%;
	padding: 10px 0;
	margin-top: 16px;
	text-align: center;
	color: #fff;
	display: block;
	background: #007AFF;
}

.email_ys_box ul {
	margin: 65px 0;
}

.email_ys_box li {
	background-image: url(../images/dz_libg01.png);
	width: 19%;
	float: left;
	background-size: cover;
	margin-right: 15px;
	height: 267px;
	background-repeat: no-repeat;
	text-align: center;
	padding-top: 70px;
	color: #fff;
	transition: .3s;
}

.email_ys_box li:hover {
	background-image: url(../images/dz_libg02.png);
}

.email_ys_box li:nth-child(5n+5) {
	margin-right: 0;
}

.email_ys_box li h4 {
	font-weight: 400;
	font-size: 20px;
}

.email_ys_box li p {
	font-size: 12px;
	padding: 0 25px;
}

.email_gn_box ul {
	margin: 60px 0;
}

.email_gn_box li {
	float: left;
	text-align: center;
	/*border: 1px solid;*/
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
	padding: 0 30px;
	width: 33.3%;
	height: 266px;
	transition: .3s;
}

.email_gn_box li:nth-last-child(1),
.email_gn_box li:nth-last-child(2),
.email_gn_box li:nth-last-child(3) {
	border-bottom: 0
}

.email_gn_box li:nth-child(3n+3) {
	border-right: 0;
}

.email_gn_box .email_gn_show {
	margin-top: 40px;
	transition: .3s;
}

.email_gn_box .email_gn_hide {
	opacity: 0;
	transition: .3s;
	font-size: 14px;
	color: #666;
}

.email_gn_box .email_gn_show i {
	width: 80px;
	height: 80px;
	margin: 0 auto;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.email_gn_box li:nth-child(1) .email_gn_show i {
	background-image: url(../images/email1.png);
}

.email_gn_box li:nth-child(2) .email_gn_show i {
	background-image: url(../images/email2.png);
}

.email_gn_box li:nth-child(3) .email_gn_show i {
	background-image: url(../images/email3.png);
}

.email_gn_box li:nth-child(4) .email_gn_show i {
	background-image: url(../images/email4.png);
}

.email_gn_box li:nth-child(5) .email_gn_show i {
	background-image: url(../images/email5.png);
}

.email_gn_box li:nth-child(6) .email_gn_show i {
	background-image: url(../images/email6.png);
}

.email_gn_box li:nth-child(7) .email_gn_show i {
	background-image: url(../images/email7.png);
}

.email_gn_box li:nth-child(8) .email_gn_show i {
	background-image: url(../images/email8.png);
}

.email_gn_box li:nth-child(9) .email_gn_show i {
	background-image: url(../images/email9.png);
}

.email_gn_box li:hover .email_gn_show {
	margin-top: 20px;
}

.email_gn_box li:hover .email_gn_hide {
	opacity: 1;
}

.email_faq_box li {
	float: left;
	margin-bottom: 20px;
	width: 25%;
	text-align: left;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.email_faq_box li:hover a {
	color: #007AFF;
}

.email_faq_box li:before {
	content: '';
	width: 5px;
	height: 5px;
	margin-bottom: 3px;
	margin-right: 5px;
	display: inline-block;
	border: 1px solid #007AFF;
	border-radius: 100%;
}

.email_faq_box li a {
	color: #666;
	font-size: 14px;
}


/*hot*/

.hot_img_banner {
	border-radius: 15px;
	overflow: hidden;
	margin-bottom: 35px;
}

.hot_activity_box .hot_ac_tit {
	font-size: 20px;
}

.hot_activity_box .hot_ac_tit i {
	width: 30px;
	height: 30px;
	float: left;
	display: inline-block;
	background-image: url(../images/hot.png);
	background-size: contain;
}

.grid-item,

/*.n_case_div,*/

.hot_activity_box li {
	width: 32.5%;
	float: left;
	margin-right: 15px;
	margin-bottom: 15px;
}

.n_case_div img,
.hot_activity_box li .hot_ac_img img {
	width: 100%;
}

.hot_activity_box li .hot_ac_img {
	border-radius: 15px 15px 0 0;
	overflow: hidden;
}

.case_box .n_case_div:nth-child(3n+3),
.hot_activity_box li:nth-child(3n+3) {
	margin-right: 0;
}

.hot_activity_box li .hot_ac_txt {
	text-align: center;
	font-size: 16px;
	color: #666;
	border-radius: 0 0 15px 15px;
	padding: 10px 0;
	border-left: 1px solid #DADADA;
	border-right: 1px solid #DADADA;
	border-bottom: 1px solid #DADADA;
}


/*news*/

.news_banner img {
	width: 100%;
}

.news_type_box {
	background: #182643;
	border-top: 1px solid #007AFF;
	margin-bottom: 60px;
}

.news_type_box .am-container {
	text-align: center;
}

.news_type_box ul {
	margin: 0;
	display: inline-block;
}

.news_type_box li {
	float: left;
	text-align: center;
	padding: 20px 0;
	/*width: 16%*/
	padding: 20px 0;
}

.news_type_box li:last-child a {
	border: 0;
}

.news_type_box li.active a {
	color: #007AFF;
}

.news_type_box li a {
	width: 100%;
	display: block;
	color: #fff;
	border-right: 1px solid #DADADA;
	padding: 0 45px;
}

.news_box .news_div {
	width: 31.3%;
	float: left;
	transition: .3s;
	margin-right: 35px;
	margin-bottom: 35px;
	border: 1px solid #DADADA;
}

.news_box .news_div:nth-child(3n+3) {
	margin-right: 0;
}

.news_box .news_div .news_txt {
	padding: 15px 0;
}

.news_box .news_div .news_txt .left {
	text-align: center;
	width: 66px;
	/*width: 85px;*/
	border-right: 1px solid #dadada;
}

.news_box .news_div .news_txt .left h4 {
	font-size: 35px;
	margin: 0;
	line-height: 44px;
	font-weight: 400;
}

.news_box .news_div .news_txt .left p {
	margin: 0;
}
.n_case_div .case_txt h4,
.news_box .news_div .news_txt h5,
.news_box .news_div .news_txt .left p,
.news_box .news_div .news_txt .right p {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news_box .news_div .news_txt .right {
	width: 80%;
}

.news_box .news_div .news_txt h5 {
	margin: 0;
	margin-top: 5px;
}


/*case*/

.case_type_box {
	border: 1px solid #DADADA;
	padding: 0 15px;
	margin-bottom: 30px;
	font-size: 14px;
	box-shadow: 0 0 8px 0 rgba(38, 38, 38, .16);
}

.case_type_box p.case_type_hot a {
	color: #007AFF;
	border: 1px solid #007AFF;
	padding: 2px 5px;
	margin-right: 10px;
}

.case_type_box p {
	margin: 15px 0;
}

.case_type_box p span:first-child {
	color: #999999;
	width: 70px;
	display: inline-block;
}

.case_type_box p b {
	font-weight: 400;
	margin-right: 15px;
}

.case_type_box p b.active {
	color: #007AFF;
}

.case_type_box p b:hover {
	cursor: pointer;
	color: #007AFF;
}

.n_case_div {
	position: relative;
	/*height: 320px;*/
	overflow: hidden;
	/*margin-bottom: 25px;*/
	transition: .3s;
}
.n_case_div .case_img{
	height:321px;
}

.n_case_div:hover .case_txt {
	bottom: 0;
}

.n_case_div .case_txt {
	text-align: right;
	background-color: rgba(255, 255, 255, .8);
	position: absolute;
	width: 100%;
	bottom: -79px;
	transition: .3s;
	padding: 15px;
}

.n_case_div .case_txt p {
	margin: 0;
}

.case_box .demo {
	position: relative;
	opacity: 0;
	transition: .2s ease;
	margin-bottom: 60px;
}

.case_box .grid {
	position: relative;
	margin: 0 auto;
}

.case_box .grid-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 32%;
	background-color: #EDEDED;
	-webkit-transition: .3s ease-in-out;
	-o-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}

.detail_top_div {
	margin: 35px 0;
}

.detail_top_div .left {
	width: 50%;
}

.detail_top_div .detail_tit {
	padding-right: 50px;
}

.detail_top_div .detail_server h3,
.detail_tit h3 {
	font-size: 25px;
	color: #333;
	margin-top: 35px;
	margin-bottom: 10px;
	font-weight: 400;
}

.detail_tit span {
	color: #999;
}

.detail_tit span:nth-child(2) {
	margin-left: 20px;
}

.detail_tit p {
	font-size: 14px;
	color: #666;
	margin: 10px 0;
}

.detail_top_div .detail_tit a {
	margin-top: 35px;
}

.detail_top_div .detail_server {
	padding: 35px;
	background: #0093dd;
	color: #fff;
}

.detail_top_div .detail_server h3 {
	color: #fff;
	margin-top: 0;
}

.detail_top_div .detail_server li {
	float: left;
	width: 30%;
	padding: 20px 0;
}

.detail_top_div .detail_server li:before {
	content: '';
	width: 30px;
	height: 30px;
	background-size: contain;
	display: block;
	float: left;
	background-image: url(../images/case_detail1.png);
	background-position: center;
	background-repeat: no-repeat;
	margin-right: 3px;
}

.detail_top_div .detail_server li:nth-child(2):before {
	background-image: url(../images/case_detai2.png);
}

.detail_top_div .detail_server li:nth-child(3):before {
	background-image: url(../images/case_detai2-2.png);
}

.detail_top_div .detail_server li:nth-child(4):before {
	background-image: url(../images/case_detai3.png);
}

.detail_top_div .detail_server li:nth-child(5):before {
	background-image: url(../images/case_detai4.png);
}

.detail_top_div .detail_server li:nth-child(6):before {
	background-image: url(../images/case_detai5.png);
}

.detail_top_div .detail_server li:nth-child(7):before {
	background-image: url(../images/case_detai6.png);
}

.detail_top_div .detail_server li:nth-child(8):before {
	background-image: url(../images/case_detai7.png);
}

.detail_information_div {
	margin-bottom: 35px;
	font-size: 16px;
	line-height: 25px;
	color: #000;
}

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

.return_btn {
	margin: 50px 0;
}

.case_detail_box .case_box {
	margin-bottom: 50px;
}


/*about*/

.about_top_txt {
	padding: 25px 45px;
	font-size: 15px;
	color: #676767;
	line-height: 18px;
}

.about_box .wrapper {
	margin-bottom: 70px;
}

.brand {
	margin: 60px 0;
}

.brand li {
	width: 590px;
	margin-bottom: 20px;
}

.brand li h2 {
	font-weight: normal;
	color: #007aff;
	font-size: 30px;
	margin-top: 30px;
}

.brand li p {
	display: block;
	color: #383838;
	font-size: 18px;
}

.brand li strong {
	display: block;
	width: 169px;
	height: 160px;
	text-align: center;
	color: #fff;
	font-size: 35px;
	transition: .3s;
	line-height: 160px;
}

.brand li.brand01,
.brand li.brand03 {
	text-align: right;
	float: left;
}

.brand li.brand02,
.brand li.brand04 {
	text-align: left;
	float: right;
}

.brand li.brand01 strong {
	background: url(../images/brand01.png) center no-repeat;
	margin-left: 18px;
	float: right;
}

.brand li.brand01 strong:hover {
	background: url(../images/brand01_hover.png) center no-repeat;
}

.brand li.brand02 strong {
	background: url(../images/brand02.png) center no-repeat;
	margin-right: 18px;
	float: left;
}

.brand li.brand02 strong:hover {
	background: url(../images/brand02_hover.png) center no-repeat;
}

.brand li.brand03 strong {
	background: url(../images/brand03.png) center no-repeat;
	margin-left: 18px;
	float: right;
}

.brand li.brand03 strong:hover {
	background: url(../images/brand03_hover.png) center no-repeat;
}

.brand li.brand04 strong {
	background: url(../images/brand04.png) center no-repeat;
	margin-right: 18px;
	float: left;
}

.brand li.brand04 strong:hover {
	background: url(../images/brand04_hover.png) center no-repeat;
}

.about_box.n .wrap {
	text-align: center;
}

.about_type {
	display: inline-block;
}

.about_type li {
	float: left;
	font-size: 25px;
	margin-right: 35px;
}

.about_type li:hover {
	cursor: pointer;
}

.about_type li:nth-child(2) {
	margin-right: 0;
}

.about_type li.active {
	color: #007AFF;
}

.about_team_box li:first-child {
	position: relative;
	height: 215px;
	margin-top: 38px;
}

.about_team_box li:first-child:after {
	content: '';
	width: 100%;
	height: 1px;
	background: #DADADA;
	display: block;
	position: absolute;
	top: 129px;
	z-index: -1;
}

.about_team_box .about_team_div {
	width: 13%;
	text-align: center;
	margin: 0 22px;
	transition: .3s;
	float: left;
	/*position: relative;*/
}

.about_team_box .about_team_div img {
	width: 66%;
	transition: .3s;
}

.about_team_box .about_team_div p {
	margin: 15px 0;
	font-size: 14px;
	background: #fff;
	display: inline-block;
	z-index: 999;
	padding: 0 13px;
}

.about_team_box .about_team_div:hover .about_tema_txt {
	display: block;
}

.about_tema_txt {
	display: none;
	font-size: 14px;
	position: absolute;
	width: 100%;
	background: #fff;
	padding: 13px;
	box-shadow: 0 4px 20px rgba(0, 0, 0, .25);
	line-height: 20px;
	transition: .3s;
	text-align: left;
	left: 0;
}

.about_team_box li:nth-child(2) .about_office_div {
	/*width: 48%;*/
	width: 32%;
	float: left;
	text-align: left;
	margin-right: 15px;
	margin-bottom: 15px;
	border: 1px solid #DADADA;
	padding: 25px;
	border-radius: 5px;
	transition: .3s;
}

.about_team_box li:nth-child(2) .about_office_div:nth-child(3n+3) {
	margin-right: 0;
}

.about_office_div h4 {
	font-weight: 400;
	font-size: 20px;
	margin-bottom: 10px;
}

.about_office_div p {
	margin: 0 0 5px 0;
	font-size: 14px;
}

.about_office_div a {
	width: 100%;
	text-align: center;
	display: block;
	background: #007AFF;
	color: #fff;
	padding: 5px 0;
	margin: 15px 0 0;
}

.contact_div {
	margin: 35px 0;
}

.contact_div .contact_txt {
	padding-top: 35px;
}

.contact_div .contact_txt h4 {
	font-size: 22px;
	font-weight: 400;
}