﻿a {
	text-decoration: none;
}

a:hover {
	text-decoration: none;
}

ul {
	margin: 0;
	padding: 0;
}

ul,
li {
	list-style: none;
}

body {
	background: #fff;
	font-family: "Microsoft Yahei", "Hiragino Sans GB", "WenQuanYi Micro Hei", SimSun, Tahoma, Arial, Helvetica, STHeiti;
	color: #000;
	margin: 0;
	padding: 0;
	margin: auto;
}

.navbar-default .navbar-toggle:focus,
.navbar-default .navbar-toggle:hover {
	background-color: transparent;
}


/*导航*/

.nav_bar {
	background: rgba(0, 0, 0, .4);
}

.navbar-default {
	background-color: rgba(0, 0, 0, .4);
	border: none;
	color: #fff;
}

.navbar-default .navbar-nav>li>a {
	color: #fff;
	font-size: 16px;
	font-weight: normal;
}

.navbar {
	border-radius: 0;
}

.navbar-brand {
	padding: 10px 10px;
}

.navbar-default .navbar-toggle {
	border: none;
}

.navbar-default .navbar-toggle .icon-bar {
	background: #fff;
}

.navbar-brand img {
	max-height: 100%;
}

.nav > li {
	padding: 30px 0;
	position: relative;
}

.nav > li > a {
	padding: 0 15px;
}
.nav .first-title > span{
	display: inline-block;
	margin-left: 10px;
	font-size: 14px;
}
.nav .first-item .second{
	display: none;
	position: absolute;
	width: 100%;
	top: 80px;
	background: rgba(0, 0, 0, .4);
}
.nav .first-item .second .second-item{
	text-align: center;
	height: 36px;
	line-height: 36px;
}
.nav .first-item .second .second-item a{
	color: #fff;
	font-size: 16px;
}
.navbar-default .navbar-nav>li>a:focus,
.navbar-default .navbar-nav>li>a:hover {
	color: #4dbafb;
	background: none;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
	color: #4dbafb;
	background: none;
}

.nav.navbar-nav li.active a {
	background: none;
	color: #4dbafb;
}

.nav.navbar-nav .active {
	color: #4dbafb;
	border-bottom: 1px solid #4dbafb;
}

.navbar {
	margin-bottom: 0;
}

.logo {
	padding-top: 14px;

}

.logo img {
	width:180px;
}

.tel {
	color: #5ac4fe;
	font-size: 20px;
	font-weight: bold;
	padding: 26px 0 26px 40px;
	background: url(../img/tel.png) left center no-repeat;
}


/*固定导航*/

.nav_bar.fixed {
	position: fixed;
	width: 100%;
	left: 0;
	top: 0;
	z-index: 1000000000;
	background-color: rgba(0, 0, 0, 0.2);
}
/*轮播*/
.slide-wrap{
	position: relative;
}

.slide-wrap .video{
	position: relative;
	z-index: 1;
}
.slide-wrap .slide{
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	background: url('../img/bg.png');
	color: #fff;
}
.slide-wrap .slide .carousel-inner {
	width: 100%;
	height: 100%;
}
.slide-wrap .slide .carousel-inner .item {
	position: relative;
	width: 100%;
	height: 100%;
}

.slide-wrap .slide .carousel-inner .item .message{
	position: absolute;
	top: 50%;
	transform: translateY(-30%);
	z-index: 3;
	width: 100%;
}
.slide-wrap .slide .carousel-inner .item .message h1{
	width: 100%;
	font-size: 60px;

}
.slide-wrap .slide .carousel-inner .item .message h4{
	padding-top: 30px;
	width: 100%;

}
.slide-wrap .slide .carousel-inner .item .message .ask{
	margin-top: 40px;
	display: inline-block;
	color: #fff;
	height: 32px;
	width: 160px;
	border: 1px solid #fff;
	border-radius: 32px;
	line-height: 32px;
}
.slide .control{
	position: absolute;
	display: block;
	top: 50%;
	transform: translateY(-50%);
	font-size: 40px;
}
.slide .control-left{
	left: 30%;
}
.slide .control-right{
	right: 30%;
}

/*轮播图20180619*/
.banner.slide .slide-content {
  position: relative;
  overflow: hidden;
  /*background:url(../img/banner5.jpg) no-repeat center center;*/
  background: url(../img/bg.png) repeat;
/*  background-size: 100%;*/
/*  height: 640px;*/
  color: #fff;
  z-index: -2;
}
.banner.slide .slide-content:after{
	content: "";
    width:100%;
    height:100%;
    position: absolute;
    left:0;
    top:0;
    background: inherit;
    filter: blur(3px);
    z-index: -1;
}
.banner.slide .slide-content ul {
  position: relative;
  white-space: nowrap;
  font-size: 0;
}
.banner.slide .slide-content ul li {
  display: inline-block;
  width: 100%;
}
.banner.slide .slide-content ul li .banner_content{
	padding-top: 200px;
}
.banner.slide .slide-content ul li .banner_content h1{
	padding: 10px 0;
	font-size: 56px;
	font-weight: bold;
	
}
.banner.slide .slide-content ul li .banner_content h1 span{
	color: #F5F51F;
}
.banner.slide .slide-content ul li img{
	filter: blur(3px);
}
.banner.slide .slide-content ul li p {
  font-size: 30px;
}
.banner.slide .slide-content .dot {
  position: absolute;
  z-index: 2;
  bottom: 40px;
  width: 100%;
  text-align: center;
}
.banner.slide .slide-content .dot span {
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 10px;
  border: 2px solid #ccc;
  border-radius: 50%;
}
.banner.slide .slide-content .dot .active {
  background-color: #ccc;
}



/*栏目title*/

.layout_title {
	text-align: center;
	padding: 80px 0 50px 0;
}

.layout_title_name {
	font-size: 30px;
	color: #444;
}

.layout_title_name1 {
	font-size: 30px;
	color: #FFF;
}

.layout_title_summary {
	font-size: 16px;
	color: #fff;
	max-width: 840px;
	margin: 0 auto;
}

.layout_title_line {
	width: 100%;
	margin: 20px auto;
	height: 1px;
	background: #E0E0E0;
	position: relative;
}

.layout_title_line1 {
	width: 100%;
	margin: 20px auto;
	height: 1px;
	background: #c6c6c6;
	position: relative;
}

.layout_title_lineb {
	width: 40px;
	height: 5px;
	background: #4dbafb;
	position: absolute;
	top: -2px;
	left: 50%;
	margin-left: -20px;
	z-index: 2;
}


/*套餐栏目*/
.serve .container{
	position: relative;
	height: 472px;
	overflow: hidden;
}
.serve .container .item{
	position: absolute;
	width: 50%;
}
.serve .container .item:nth-child(1){
	left:0; 
}
.serve .container .item:nth-child(2){
	left:calc(50%); 
}
.serve .container .item:nth-child(3){
	left:calc(75%); 
}
.website{
	float: left;
	border: 1px solid #efefef;
	width: 50%;
	text-align: center;
	background-color: #fff;
}

.website h3 {
	font-size: 22px;
	color: #333;
	line-height: 60px;
}

.website p {
	font-size: 14px;
	color: #444;
	padding: 0 20px ;
}

.website a {
	width: 138px;
	height: 38px;
	font-size: 18px;
	color: #333333;
	line-height: 38px;
	border: 1px solid #AAAAAA;
	display: block;
	margin: 30px auto;
	border-radius: 19px;
}

.service_style {

}

.service {
	float: left;
	background: #4DBAFB;
	width: 50%;
	height: 472px;
	color: #FFFFFF;
	text-align: center;
	padding-bottom: 20px;
}

.service h3 {
	font-size: 20px;
	line-height: 70px;
}

.service img {
	margin-bottom: 30px;
}

.service p {
	font-size: 14px;
	line-height: 24px;
	text-align: left;
	padding: 0 40px;
}


/*优势栏目*/

.adv {
	background: url(../img/vbg.jpg) no-repeat;
	margin-top: 70px;
	background-size: 100% 100%;
}
.adv .content{
	padding-bottom: 30px;
}
.adv .content .row .item {
	padding-bottom: 30px;
}
.adv .content .row .item .wrap .pic{
	height: 120px;
	width: 120px;
	margin: auto;
	line-height: 120px;
	border-radius: 50%;
	border: 2px solid #4DBAFB;
}
.adv .content .row .item .wrap .pic img{
	width: 64px;
	height: 64px;
}

.adv .content .row .item .wrap{
	padding: 40px 0;
	background-color: #fff;
	color: #777;
}
.adv .content .row .item .wrap h4{
	margin: 30px 0 20px;
	font-size: 20px;
	color:#444;
}
.adv_box {
	float: left;
	width: calc(100%/3);
	padding-bottom: 60px;
}

.adv_box h2 {
	font-size: 48px;
	color: #595959;

	text-align: center;
	background-position: 132px 0px;
}
.adv_box h2 span{
	display: inline-block;
	background-color: #4DBAFB;
	border-radius: 50%;
	color: #fff;
	width: 150px;
	height: 150px;
	line-height: 150px;
}

.adv_box p {
	font-size: 16px;
	color: #444444;
	text-align: center;
}

.adv_box:nth-child(4) {
	margin-left: calc(100%/6);
}


/*合作流程*/
.pro_box {
	position: relative;
}
.pro_list {
	width: 25%;
	padding: 0 14px;
	text-align: center;
	float: left;
}

.pro_title {
	font-size: 16px;
	color: #555555;
}

.pro_list p {
	font-size: 20px;
	color: #444;
	line-height: 26px;
}

.pro_title_line {
	width: 100%;
	margin: 20px auto 60px;
	height: 1px;
	background: #DDDDDD;
	position: relative;
}

.pro_title_lineb {
	width: 10px;
	height: 1px;
	background: #4dbafb;
	position: absolute;
	top: 0px;
	left: 50%;
	margin-left: -5px;
	z-index: 2;
}
.pro_list .pro_title span{
	display: block;
	width: 120px;
	height: 120px;
	border: 2px solid #4DBAFB;
	border-radius: 50%;
	margin: auto;
	line-height: 120px;
	background-color: #fff;
}
.pro_list .pro_title span img{
	width: 64px;
	height: 64px;
}
.pro_list .pro_title p{
	padding-top: 20px;
}/*
.pro_list .pro_title .pro_icon_1{
	background-image: url(../img/lcicon01.png);
}

.pro_list .pro_title .pro_icon_2{
	background-image: url(../img/lcicon02.png);
}

.pro_list .pro_title .pro_icon_3{
	background-image: url(../img/lcicon03.png);
}

.pro_list .pro_title .pro_icon_4{
	background-image: url(../img/lcicon04.png);
}

.pro_list .pro_title .pro_icon_5{
	background-image: url(../img/lcicon05.png);
}
.pro_list .pro_title .pro_icon_6{
	background-image: url(../img/lcicon06.png);
}
.pro_list .pro_title .pro_icon_7{
	background-image: url(../img/lcicon07.png);
}
.pro_list .pro_title .pro_icon_8{
	background-image: url(../img/lcicon08.png);
}*/
.pro_box .line{
	position: absolute;
	margin: 0;
	border-color: #4DBAFB;
	border-width: 2px;
	z-index: -1;
	left: 82px;
	width: 974px;
}
.pro_box .top-line{
	top: 60px;
}
.pro_box .bottom-line{
	top: 305px;
}
.pro_box .circle{
	position: absolute;
	z-index: -1;
	top: 60px;
	right: 0;
	width: 200px;
	height: 252px;
	border: 2px solid #4DBAFB;
	border-left: none;
	border-radius: 0 50% 50%  0;
}
/*合作案例*/

.case_bg {
	background: url(../img/casebg.jpg) no-repeat;
	margin-top: 70px;
	background-size: 100%;
	padding-bottom: 70px;
}

.case_box {
	width: calc((100% - 96px)/3);
	padding-bottom: 16px;
	float: left;
}

.case_box:nth-child(3n+2) {
	margin: 0 48px;
}

.case_img {
	position: relative;
	text-align: center;
	overflow: hidden;
}

.caseimg {
	width: 100%;
	height: 233px;
	overflow: hidden;
}
.caseimg .tag {
    position: absolute;
    width: 72px;
}
.caseimg img {
	width: 100%;
}

.case_layer {
	position: absolute;
	top: 234;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, .5);
	padding-top: 20px;
}

.case_layer p {
	padding-top: 46px;
	color: #FFFFFF;
	font-size: 18px;
	line-height: 50px;
}

.case_layer .view {
	width: 108px;
	height: 30px;
	font-size: 14px;
	color: #fff;
	line-height: 30px;
	border: 1px solid #fff;
	display: block;
	margin: 20px auto 0;
	border-radius: 15px;
}
.case_layer a:hover{
	color: #fff;
}

.case_title {
	display: block;
	padding: 15px 0;
	border-bottom: 2px solid;
	border-bottom-color: rgba(0,0,0,0);
	font-size: 16px;
}

.case_title.active{
	border-bottom: 2px solid #4DBAFB;
}
.case .more{
	display: block;
	margin:40px auto 0;
	text-align: center;
	height: 48px;
	width: 280px;
	line-height: 48px;
	background-color: #4DBAFB;
	color: #fff;
}
/*新闻*/

.newlist {
	margin: 0 15px 70px;
	width: calc(50% - 30px);
	float: left;
	background: #EEEEEE;
}

.newlist .date {
	color: #FFFFFF;
	width: 84px;
	height: 84px;
	text-align: center;
	background: #4dbafb;
	margin-right: 15px;
}

.fl {
	float: left;
}

.fr {
	float: right !important;
}

.newlist .date .day {
	font-size: 34px;
	margin-top: 6px;
	border-bottom: 1px solid #FFFFFF;
}

.newlist .date .yearmonth {
	font-size: 14px;
	line-height: 30px;
}

.newlist .news {
	width: calc(100% - 120px);
	overflow: hidden;
	margin-right: 15px;
}

.newlist .news .title {
	margin-top: 16px;
	white-space: nowrap;
	text-overflow:ellipsis;
}

.newlist .news .title a {
	line-height: 30px;
	font-size: 16px;
	color: #555;
	white-space: nowrap;
	text-overflow:ellipsis;
	display: block;
	overflow: hidden;
}

.sum {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.newlist .news .sum a {
	color: #989898;
	font-size: 14px;
	line-height: 24px;
}


/*联系我们*/

.contact_bg {
	background: url(../img/contactbg.jpg) no-repeat;

	background-size: auto 100%;
}

.contact_title {
	font-size: 20px;
	color: #FFFFFF;
}

.contact_tel {
	font-size: 16px;
	color: #C6C6C6;
	padding-left: 45px;
	margin-top: 36px;
	background: url(../img/phone.png) left center no-repeat;
}

.contact_id {
	font-size: 16px;
	color: #C6C6C6;
	padding-left: 45px;
	margin-top: 26px;
	background: url(../img/id.png) left center no-repeat;
}
.contact_weixin{
	margin-top: 36px;
	padding-left: 45px;
	font-size: 16px;
	color: #c6c6c6;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAgCAYAAABzenr0AAACaklEQVRYR+2WQXbaMBCGZ7zCbJobhJ6gsLS0KDlBkxOEnCBwgsIJEk5QcoLSE5QuJC+hJyjcgG5gx983ruE5RsYybh+baOOFpH8+z/waienCgy8cn94AvDJgjGkT0XUQBPIlADNmXkVRtKxbwkKAOI5bAB4B9Jj5qiDQkpknjUZj3Ol01ufAOAGstX0ievIVBLAOgmAQRdHEd89+3RGAtVZE7qsKpaWZaK0fqux9BWCMGTLz55zADyKS2r9zCLvmBkqpZ1+IA0Ba81/Zjcz8IGm11t4S0dec6J1SauqaY+b3vgY9AFhrhfrRFSSO4y6A774ARPSilOr5ZCELIEfq2rFpBqBdcBKycysimoohmXntW4YsAHyI82sAfCMi8c5HIrrNwUq/mElGikpSC0A8stvtWg7juv7lOQzDUb5fHACMMQtm/lAhCwMA98ycdEefAWDRbDZvshBlJizSfSEi6Xx50/pwzJRSN0eNyHUMT6jd5Y8lgI6sZ+Z5Zt9YKdU3xkyZ+dMhaHq8k/XZIHEc9wB8OfUbAH4y8yLfLV0AAJLOmAeQUmit/wLngxX0g+yycdoZxfVnD6VUErvyZQRgxMxdIvp/ACWlEAO2agKslFKi4c5AWjPpfkO5C+RBwszyPmgHQZA8Qsq8UuKjkdZ6eApguF/gEprP51fb7VaM6GrdZb5YhWHY3vcCryeZSzHNirRZ1zVdBPEbQFdrLfDJOBtANleEOApeG0AEpBybzabPzPKMK8yGXFpaa3lXvBq1MpAXy5pVmhWApaQ7fWn1wzBsFV5GZc6pOy+ZEo2LART9wD8twTlZegP4A822KTAABfGxAAAAAElFTkSuQmCC) no-repeat ;
	background-size: 25px;
}
.contact_weixin_img{
	padding-top: 40px;
}
.contact_left {
	width: 50%;
}

.contact_left p {
	padding-left: 45px;
	font-size: 16px;
	color: #C6C6C6;
}

.contact_left .ask {
	width: 138px;
	height: 38px;
	font-size: 18px;
	color: #FFFFFF;
	line-height: 38px;
	text-align: center;
	display: block;
	margin: 30px 0;
	border-radius: 19px;
	background: #4dbafb;
}

.contact_right {
	width: 50%;
}

.contact_right input[type="text"] {
	width: 100%;
	color: #fff;
	background: rgba(155, 155, 155, 0.26);
	outline: none;
	font-size: 16px;
	padding: .5em;
	margin-bottom: 26px;
	border: solid 1px #D5D4D4;
	-webkit-appearance: none;
}

.contact_right textarea {
	resize: none;
	width: 100%;
	color: #c6c6c6;
	font-size: 16px;
	background: rgba(155, 155, 155, 0.26);
	outline: none;
	padding: 10px;
	border: solid 1px #D5D4D4;
	-webkit-appearance: none;
}

.contact_right .submit  {
	margin: 40px 0;
	width: 210px;
	height: 44px;
	border: none;
	background: #5ab4ff;
	color: #fff;
	font-size: 18px;
	display: block;
	cursor: pointer;
}

.footer {
	background: #3c3c41;
	padding: 20px 0 10px;
}

.footer p {
	color: #999999;
	text-align: center;
}


/*图片幻灯*/

/*.carousel {
	background: #fff
	;
}

.carousel .item {
	background: #fff;
}*/

/*.carousel .item img {
	max-width: 100%;
}*/

@media (min-width: 768px) {
	.navbar-nav {
		float: initial;
		margin: 0 auto;
	}
}


/*公司简介页面*/
.banner_box{
	position: relative;
}
.banner_box .bg{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: url(../img/bg.png) repeat;
}
.banner_box img {
	width: 100%;
}

.about_title {
	height: auto;
	text-align: center;
	padding: 50px 0 10px;
}

.title_bg1 {
	background: url(../img/01.png) center center no-repeat;
}

.title_bg2 {
	background: url(../img/02.png) center center no-repeat;
}

.title_bg3 {
	background: url(../img/03.png) center center no-repeat;
}

.title_bg4 {
	background: url(../img/04.png) center center no-repeat;
}

.title_bg5 {
	background: url(../img/05.png) center center no-repeat;
}

.about_title h1 {
	font-size: 20px;
	padding: 30px 0;
	max-width: 1420px;
	margin: 40px auto;
	display: inline-block;
	padding: 0 30px;
}

.title_bg1 h1,
.title_bg3 h1,
.title_bg5 h1 {
	background: #fff;
}

.title_bg2 h1,
.title_bg4 h1 {
	background: #f7f7f7;
}

.about_title em {
	display: block;
	width: 25px;
	height: 2px;
	background: #e1e1e1;
	margin: 20px auto 0;
}

.about1 {
	margin: 20px auto;
	float: none;
	text-align: center;
	overflow: hidden;
}

.about1 .col-xs-3 h2 {
	font-size: 45px;
	font-weight: bold;
	color: #4dbafb;
	font-family: impact;
	margin-top: 0;
}

.about1 .col-xs-3 h2 em {
	font-style: normal;
}

.about1 .col-xs-3 {
	border-right: 1px solid #e3e3e3;
}

.about1 .col-xs-3:last-child {
	border-right: none;
}

.about_txt {
	overflow: hidden;
	padding: 30px 0 50px;
}

.about_txt p {
	font-size: 14px;
	color: #444;
	line-height: 26px;
	text-indent: 28px;
}

.about_txt .col-md-6 {
	padding-top: 20px;
}

.about2_bg {
	background: #F7F7F7;
	padding-bottom: 50px;
}


/*企业文化*/

.txt-box {
	height: auto;
	overflow: hidden;
	padding-bottom: 1000px !important;
	margin-bottom: -1000px;
	color: #4DBAFB;
}

.txt-box .bg_e9 {
	background: #e9e9e9;
}

.txt-box .row-con {
	height: 100%;
	display: block;
	text-align: center;
	margin-bottom: -980px;
	padding: 5% 10px 1000px;
}

.txt-box h1 {
	font-size: 100px;
	display: inline-block;
	position: relative;
	line-height: normal;
	margin-bottom: 15px;
	font-family: impact;
	width: 101px;
}

.txt-box .bg_e9 h1 span {
	background: #e9e9e9;
}

.txt-box h1 span {
	color: #333;
	display: inline-block;
	position: absolute;
	bottom: 6px;
	font-size: 12px;
	line-height: 50px;
	background: #f7f7f7;
	width: 50px;
	text-align: center;
	right: -3px;
}

.txt-box p {
	font-size: 12px;
	line-height: 25px;
	color: #666666;
}

.about2_bg .col-xs-12.col-md-6 {
	padding: 0;
}

.about2_bg .col-xs-12.col-md-6 img {
	width: 100%;
}

.txt-box .bg_3 {
	background: #4DBAFB;
	color: #fff;
}

.txt-box .bg_3 h1 span {
	background: #4DBAFB;
	color: #fff;
}

.about2_bg .row {
	overflow: hidden !important;
}

.txt-box .bg_3 p {
	color: #fff;
}


/*发展历程*/

.about3 ul {
	width: 1140px;
	overflow: hidden;
	margin: 30px auto 50px;
	padding: 10px 0;
	background-image: url(../img/aboutpng_38.png);
	background-position: center top;
	background-repeat: repeat-y;
}

.about3 ul li {
	overflow: hidden;
	font-size: 14px;
	line-height: 33px;
	color: #444;
}

.about3 ul li .tm {
	width: 578px;
	float: left;
}

.about3 ul li .time {
	overflow: hidden;
}

.about3 ul li h3 {
	font-size: 20px;
	color: #333;
	width: 540px;
	float: right;
	margin-top: 0;
	margin-bottom: 0;
}

.about3 ul li i {
	display: block;
	float: right;
	width: 24px;
	height: 15px;
	margin: 8px 0;
	background-image: url(../img/point1.png);
	background-position: center center;
	background-repeat: no-repeat;
	overflow: hidden;
}

.about3 ul li p {
	width: 540px;
	float: left;
	text-align: right;
	margin-bottom: 0;
}

.about3 ul li.current {}

.about3 ul li.current .tm {
	float: right;
}

.about3 ul li.current h3 {
	float: left;
	text-align: right;
}

.about3 ul li.current i {
	float: left;
	background-image: url(../img/point2.png);
}

.about3 ul li.current p {
	text-align: left;
	float: right;
}


/*支付方式*/

.pay-text-box {
	width: 950px;
	margin: 0 auto;
	overflow: hidden;
	position: relative;
	padding: 0 100px
}

.pay-text-box .pay-text-in {
	width: 950px;
	padding: 45px 0;
	border-bottom: 1px solid #d8d8d8;
	overflow: hidden;
	font-size: 16px
}

.pay-text-box .pay-text-in .pay-tu {
	width: 66px;
	margin-left: 50px;
	float: left
}

.pay-text-box .pay-text-in .pay-tu .pay-tu-img {
	display: block;
	margin: 0 auto
}

.pay-text-box .pay-text-in .pay-tu .pay-tu-sp {
	font-size: 16px;
	color: #484848;
	font-weight: 700;
	display: block;
	margin-top: 5px;
	text-align: center
}

.pay-text-box .pay-text-in .pay-zhong {
	float: left;
	width: 600px;
	margin-left: 60px
}

.pay-text-box .pay-text-in .pay-zhong .pay-zhong-p {
	line-height: 30px
}

.pay-text-box .pay-text-in .pay-zhong .pay-zhong-p2 {
	margin-top: 10px
}

.pay-text-box .pay-text-in .pay-zhong .pay-zhong-sp {
	float: left;
	width: 70px;
	text-align: right;
	margin-right: 30px
}

.pay-text-box .pay-text-in.jianju {
	border-bottom: 0
}


/*公司环境*/

.row.hj_img {
	max-width: 1000px;
	margin: 0 auto;
}

.hj_img img {
	width: 100%;
}

.hj_img1 {
	padding-bottom: 30px;
}

.hj_img2 {
	padding-bottom: 60px;
}


/*客户案例*/

.expert_li {
	text-align: center;
	padding: 50px 0;
}

.expert_li ul {
	float: left;
}

.expert_li ul li {
	display: inline-block;
	text-align: center;
	color: #444;


}
.expert_li ul li a{
	padding: 11px 36px;
	background: #f5f5f5;
	display: inline-block;
}
.expert_li ul li img {}

.expert_li ul .active a {
	color: #fff;
	background: #4dbafb;
}
.expert_li ul .active a{
	color: #fff;
}
.expert_img {
	position: relative;
	display: none;
}


/*搜索框*/

.search {
	padding-left: 30px;
	float: left;
	width: calc(100% - 761px);
}

.search .search_text {
	width: calc(100% - 70px);
	height: 40px;
	border: 1px solid #ddd;
	padding: 0 10px;
	line-height: 40px;
	float: left;
}

.search .search_btn {
	width: 70px;
	background: #4dbafb;
	border: none;
	color: #fff;
	font-size: 14px;
	height: 40px;
	float: left;
}


/*新闻页面*/

.news_box ul li {
	border-bottom: 1px solid #dedede;
	padding: 10px 0 20px;
}

.news_box ul li h1 {
	font-size: 18px;
	color: #555555;
	line-height: 40px;
}

.news_box ul li p {
	font-size: 14px;
	color: #989898;
	line-height: 28px;
}

.news_box ul li .date {
	text-align: right;
	font-size: 12px;
	color: #989898;
	line-height: 30px;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
	z-index: 3;
	color: #fff;
	cursor: default;
	background-color: #4dbafb;
	border-color: #4dbafb;
}

.pagination>li>a,
.pagination>li>span {
	position: relative;
	float: left;
	padding: 9px 26px;
	margin-left: 8px;
	line-height: 1.42857143;
	color: #444;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ededed;
}

.pagination {
	margin: 40px 0;
	}


/*联系我们页面*/

.contact_top_box {
	padding: 60px 0;
	width: 1080px;
}

.contact_top_box .top_cont_box {
	border-bottom: 2px solid #f6c41c;
}

.contact_top_box .tel_num {
	color: #4dbafb;
	font-size: 32px;
	padding-bottom: 15px;
	font-family: Impact;
}

.contact_top_box .h_line {
	width: 42px;
	height: 4px;
	background-color: #f6c41c;
}

.contact_top_box .en_txt {
	width: 184px;
	font-size: 13px;
	color: #8a8a8a;
	border-top: 1px solid #d5d5d5;
	padding-top: 15px;
	margin-top: 22px;
}

.contact_top_box .headquarters {
	font-size: 20px;
	color: #4d4d4d;
	font-weight: 600;
	padding-top: 30px;
}

.contact_top_box .address {
	font-size: 14px;
	color: #8b8b8b;
	padding-top: 12px;
}

.contact_top_box .tel_num2 {
	font-size: 14px;
	color: #8b8b8b;
	padding-top: 8px;
}

.contact_top_box .tel1 {
	padding-right: 20px;
}

.top_cont_img {
	padding-left: 30px;
}

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

.contact_cen2 {
	width: 927px;
	height: 60px;
	overflow: hidden;
	background: #EDEDED;
	margin: 40px auto 0;
	border-radius: 30px;
}

.contact_cen2 i {
	width: 34px;
	height: 34px;
	overflow: hidden;
	float: left;
	margin: 12px 84px 0 34px;
	background: url(../img/telp.png) no-repeat;
}

.contact_cen2 span {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
/*	float: left;*/
	margin-right: 28px;
	font-size: 16px;
	color: #2c2c2c;
}

.contact_cen2 span b {
	font-size: 18px;
	color: #d01111;
	font-weight: bold;
}

.contact_cen2 em {
	height: 60px;
	line-height: 60px;
	overflow: hidden;
	float: left;
	font-size: 16px;
	color: #f3d188;
	margin-right: 33px;
}

.contact_cen3 {
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	border-bottom: 1px dashed #e2e1e1;
	padding-top: 40px;
}

.contact_cen3 dl {
	overflow: hidden;
	float: left;
}

.contact_cen3 dt {
	height: 205px;
	overflow: hidden;
	float: left;
	padding-right: 19px;
	text-align: center;
	margin-right: 38px;
	background: url(../img/ct_gx.png) no-repeat right center;
}

.contact_cen3 dt b {
	height: 44px;
	line-height: 44px;
	overflow: hidden;
	margin-top: 74px;
	font-size: 24px;
	color: #4dbafb;
	display: block;
}

.contact_cen3 dt span {
	height: 18px;
	line-height: 18px;
	overflow: hidden;
	font-size: 12px;
	color: #acacac;
	display: block;
	text-transform: uppercase;
}

.contact_cen3 dd {
	overflow: hidden;
	float: left;
}

.contact_cen3 dd h3 {
	height: 34px;
	line-height: 34px;
	overflow: hidden;
	font-size: 14px;
	color: #000000;
	margin-top: 29px;
	margin-bottom: 11px;
	font-weight: bold;
}

.contact_cen3 dd h4 {
	height: auto;
	line-height: 23px;
	overflow: hidden;
	font-size: 12px;
	color: #8b8b8b;
}


/*新闻详情*/

.news_title {
	padding-bottom: 30px;
	border-bottom: 1px dashed #EDEDED;
}

.news_title h1 {
	font-size: 28px;
	color: #444444;
	text-align: center;
	line-height: 50px;
}

.news_title span {
	font-size: 14px;
	color: #999999;
	text-align: center;
	display: block;
}

.news_content {
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px 0;
}

.news_content p {
	line-height: 28px;
	font-size: 14px;
	color: #333;
	text-indent: 28px;
}

.news_content img {
	margin: 0 auto;
	text-align: center;
	display: block;
}

.news_content h2 {
	font-size: 18px;
	color: #222;
	line-height: 30px;
}


/*案例详情*/

.column {
	width:100%;
	position: relative;
	left: 0;
	top: 0
}

.column img {
	width: 100%;
	display: block;
}
.column input {
	position: fixed;
	top: 60%;
	height: 50px;
}
.column .btn_left,.column .btn_right {
    background: rgba(0,0,0,.6);
    border: none;
    color: #d8d8d8;
}
.column .btn_left {
	left: 50px;
}
.column .btn_right {
	right: 50px;
}
.case_info_title{
	font-size: 24px;
	text-align: center;
	line-height: 50px;
	color: #444444;
}
.case_info_box{
	width: 100%;

	overflow: hidden;
	}
.case_info_box img{
	width:100%;
}
/*动画*/
.topIn{
	animation: topIn 1.5s both;
}

@keyframes topIn
{
	from {
		transform: translateY(60px);
		opacity: 0;
	}
	to {
		transform: translateY(0px);
		opacity: 1;
	}
}

.positive-rotation{
	animation: positive 0.5s both;
}
@keyframes positive{
	from{
		transform: rotate(0);
	}
	to{
		transform: rotate(360deg);
	}
}
.reverse-rotation{
	animation: reversed 0.5s both;
}
@keyframes reversed{
	from{
		transform: rotate(360deg);
	}
	to{
		transform: rotate(0);
	}
}