.center{
	width: 1200px;
	height: auto;
	margin: 0 auto;
}



.width25{
	width: 25%;
	text-align: center;
}

.colorFFF a{
	color:#fff!important;
}

/*首页开始*/

/*header*/
#head-box-index{
	width: 100%;
	height: 645px;
	overflow: hidden;
}

#head-box-index .color000 a{
	color:#000!important;
}

#head-box-index .color000 a:hover{
	color:#1a60ef!important;
}

#head-box-index .nav-phone-box{
	font-size: 16px;
	color: #2a2a2a;
	float: right;
	margin-top: 6px;
	font-weight: bold;
}

.index_bannerLine{
	width: 1872px;
	height: 1px;
	background-color: #e6e6e6;
}

/*大轮播*/
.bigBanner{
	margin: 0 auto;
	width: 100%;
	height: 550px;
}

.flexslider2{
    position: relative;
    width: 100%;
    height: 550px;
    overflow: hidden;
    zoom: 1;
}

.flexslider2 .slides li {
    width: 100%;
    height: 100%;
}

.growLine{
	width: 1200px;
	height: 1px;
	background-color: #eaeaea;
	position: relative;
	margin: 0 auto;
}

.growBlue{
	width: 0px;
	height: 1px;
	background-color: #18a0fc;
}

/*挑战*/
.challenge{
	width: 100%;
	height: 600px;
}

/*.challenge .center{
	border-top: 1px solid #eaeaea;
}*/

.challenge h1{
	font-size: 26px;
	color:#333;
	text-align: center;
	margin-top: 40px;
	margin-bottom: 4px;
}

.challengeTxt{
	font-size: 16px;
	color:#9a9a9a;
	text-align: center;
	margin-bottom: 30px;
}

.flexslider {
    margin: 0 80px;
    position: relative;
    width: 1035px;
    height: 450px;
    overflow: hidden;
    zoom: 1;
    margin-top: 20px;
}

.pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom:5px;
  width: 100%;
}

.swiper-pagination-switch {
  display: inline-block;
  width: 10px;
  height: 10px;
  overflow: hidden;
  text-indent: -99em;
  margin: 0 4px;
  background: url(../img/grayDot.png) no-repeat center;
  cursor: pointer; 
}
.swiper-active-switch {
  background: url(../img/blueDot.png) no-repeat center;
}

/*flex-prev*/
.flex-direction-nav a {
    width: 12px;
    height: 24px;
    line-height: 99em;
    overflow: hidden;
    margin: -35px 0 0;
    display: block;
    position: absolute;
    top: 50%;
    z-index: 10;
    cursor: pointer;
    /*opacity: 0;*/
    /*filter: alpha(opacity=0);*/
    -webkit-transition: all .3s ease;
    border-radius: 35px;
}

.flex-direction-nav .flex-next {
    background-image: url(../img/nextArr.png);
    right: 0;
}

.flex-direction-nav .flex-prev {
	background-image: url(../img/prevArr.png);
    left: 0;
}

.flexslider:hover .flex-next {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-prev {
    opacity: 0.8;
    filter: alpha(opacity=25);
}

.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
    opacity: 1;
    filter: alpha(opacity=50);
}

.flex-control-nav {
    width: 100%;
    position: absolute;
    bottom: 25px;
    text-align: center;
}

.flex-control-nav li {
    margin: 0 2px;
    display: inline-block;
    zoom: 1;
    *display: inline;
}

.flex-control-paging li a {
    background: #e5e5e5;
    display: block;
    width: 10px;
    height: 10px;
    overflow: hidden;
    text-indent: -99em;
    background: url(../img/grayDot.png) no-repeat center;
    cursor: pointer;
}

.flex-control-paging li a.flex-active,
.flex-control-paging li.active a {
    background: url(../img/blueDot.png) no-repeat center;
}

.flexslider .slides a img {
    width: 100%;
    height: 482px;
    display: block;
}

.slideBox{
	width: 100%;
	height:112px;
}

.companyPerson{
	margin-top: 16px;
	font-size: 16px;
	color:#333;
	text-align: center;
}

.height108{
	height: 108px;
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition: all 1s ease;
}

.cp_question{
	width: auto;
	height: auto;
	line-height: 1.5;
	padding:15px;
	background-color: #f1f1f1;
	font-size: 16px;
	color:#333;
	border-radius: 15px;
	display: inline-block;
	position: relative;
}
.cp_question_up:after{
	display: block;
	content: '';
	width: 20px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	bottom: -10px;
	background: url(../img/aaaup.png) no-repeat;
}
.cp_question_down:after{
	display: block;
	content: '';
	width: 20px;
	height: 10px;
	position: absolute;
	left: 0;
	right: 0;
	margin: 0 auto;
	top: -10px;
	background: url(../img/aaadown.png) no-repeat;
}
/*大蓝条*/
.index_blueLine{
	width: 100%;
	height: 271px;
/*	background-image: url(../img/blueLine2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 103px;*/
}

/*.index_blueLine img{
	width: 100%;
	height: 100%;*/
/*	background-image: url(../img/blueLine2.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 103px;*/
/*}*/

/*.index_blueLine h1{
	font-size: 32px;
	color: #fff;
	text-align: center;
	margin-bottom: 10px;
}

.index_blueLine p{
	font-size: 16px;
	color: #fff;
	text-align: center;
}*/

/*页内导航*/
.idx_Nav{
	width: 100%;
	height: auto;
	overflow:hidden;
	background-color: #fff;
}

.idx_NavC{
	width: 1200px;
	height:auto;
	padding:66px 0;
	margin:0 auto;
	/*background-color: blue;*/
}

.idx_NavList{
	width: 100%;
	height:99px;
	border-bottom: 1px solid #eaeaea;
}

.idx_NavList li{
	width: 14.2%;
	height: 99px;
	float:left;
	background-position: center;
	background-repeat: no-repeat;
	cursor:pointer;
	position: relative;
}

.idx_NavListLine{
	position: absolute;
	left:50%;
	bottom: -3px;
	width: 40px;
	height: 5px;
	margin-left: -20px;
	background-color: #4dc9ff;
	display: none;
}

.idx_NavList li.on .idx_NavListLine{
	display: block;
}

.idx_NavPic{
	width: 630px;
	height: 577px;
	margin: 0 auto;
	position: relative;
	/*background-color: blue;*/
}

.idx_NavPrev{
	position: absolute;
	left: -18px;
	top:50%;
	margin-top: -17.5px;
	width:18px;
	height: 35px;
	background: url(../img/prevArrNav.png) no-repeat center;
	cursor: pointer;
}

.idx_NavNext{
	position: absolute;
	right: -18px;
	top:50%;
	margin-top: -17.5px;
	width:18px;
	height: 35px;
	background: url(../img/nextArrNav.png) no-repeat center;
	cursor: pointer;
}

.idx_NavMoreBtn{
	position: absolute;
	bottom: 0;
	left: 50%;
	width: 150px;
	height: 36px;
	margin-left: -75px;
	background: url(../img/moreBtn_idx.png) no-repeat center;
}
.idx_NavMoreBtn:hover{
	opacity: .8;
}
.idx_NavPicBox{
	width: 100%;
	height: 527px;
	padding-top: 50px;	
	display: none;
	/*background-color: blue;*/
}

.idx_NavPicBox.on{
	display: block;
}

.idx_NavPicList{
	width: 100%;
	height: 577px;
	overflow: hidden;
}

.idx_NavPicBox h3{
	font-size: 24px;
	color:#000;
	text-align: center;
	margin-bottom: 10px;
}

.idx_NavPicBox p{
	font-size: 18px;
	color:#848484;
	text-align: center;
	margin-bottom: 30px;
}

.idx_NavPicBox img{
	width: 476px;
	height: 362px;
	display: block;
	margin: 0 auto;
}

/*优势*/
.advantage{
	width: 100%;
	height: 890px;
	/*padding-top: 177px;*/
	background: url(../img/advantage_bg.jpg) no-repeat top center;
	overflow:hidden;
	position: relative;
}

.advantage h2{
	position: absolute;
	top:69px;
	width: 100%;
	font-size: 24px;
	color:#000;
	text-align: center;
}

.advantage .fiveDot{
	position: absolute;
	top:102px;
	width: 100%;
	font-size: 16px;
	color:#666;
	text-align: center;
}

.advantage_box{
	width: 1220px;
	height:568px;
	margin: 177px auto 0;
}

.advantageList{
	width: 33%;
	height: 259px;
	float: left;
}

.advantageList:hover img{
	margin-top: -20px;
	-webkit-transition: all .6s ease;
}

.advantageList img{
	width: 110px;
	height: 103px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 18px;
}

.advantageList h4{
	font-size: 18px;
	color:#000;
	margin-bottom: 20px;
	text-align: center;
}

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

.advantageList4,.advantageList5{
	width: 50%!important;
}

/*他们在用*/

.theyUse{
	font-size: 27px;
	color:#2c2c2c;
	text-align: center;
}

.useTxt{
	margin: 20px auto 40px;
	width: 835px;
	line-height: 1.8;
	text-align: center;
	font-size: 16px;
	color:#666;
}

.logoBox{
	width: 1132px;
	height: auto;
	margin: 0 auto;
}

.logos{
	width: 100%;
	height: 108px;
	overflow:hidden; 
	border-top:1px solid #ededed;
	border-bottom:1px solid #ededed;
}

.logos img{
	width: 100%;
	height: 108px;
}

/*.logos ul li{
	width: 14.2%;
	float: left;
	height: 78px;
	position: relative;
}

.logos ul li img{
	position: absolute;
	width: 100%;
	bottom:0;
}*/

.more_logo{
	height: 14px;
	width: 27px;
	margin:40px auto 36px;
	background-image:url(../img/moreIcon_index.png);
	background-position: center;
	background-repeat: no-repeat;
	cursor: pointer;
}

.more_logo.on{
	background-image:url(../img/moreIcon_indexB.png);
}

/*30000+*/
.three{
	width: 100%;
	height: 605px;
	background: url(../img/30000_bg.jpg) no-repeat top center;
	overflow:hidden;
}

.three_box{
	width: 878px;
	/*height: 368px;*/
	margin:187px auto 0;
}

.threeList{
	width: 33.3%;
	height:160px;
	padding-top: 95px;
	float:left;
}

.three_txt.on{
	display: block;
}

.threeList img{
	width: 160px;
	height: 160px;
	display: block;
	margin: 0 auto;
	overflow: hidden;
}

.three_txt{
	width: 508px;
	/*height: 95px;*/
	margin:18px auto 0;
	display: none;
}

.three_txt h1{
	font-size: 26px;
	color:#2c2c2c;
	text-align: center;
	margin-bottom: 10px;
}

.three_txt p{
	font-size: 16px;
	color:#2c2c2c;
	line-height: 1.5;
	text-align: center;
}

/*新闻报道*/
.index_news{
	width: 100%;
	height: 650px;
}

.newsIdx_center{
	width: 1200px;
	height: 585px;
	margin:0 auto;
	padding-top: 60px;
}

.newsIdx_center h1{
	font-size: 30px;
	color:#2c2c2c;
	text-align: center;
}

.newsLogos_idx{
	width: 100%;
	height: 75px;
	padding-bottom: 33px;
	margin-top: 40px;
	border-bottom: 1px solid #eaeaea;
}

.newsLogos_idx li{
	width: 12.5%;
	height: 75px;
	float: left;
}

.newsLogos_idx li img{
	width: 150px;
	/*height: 66.66px;*/
	display: block;
	margin: 0 auto;
}

.news_idxBox{
	margin-top: 70px;
	width: 100%;
	height: 96px;
}

.news_idxImg{
	width: 150px;
	height: 96px;
	float: left;
}

.opacity3{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #333;
	opacity: 0.1;
	filter: alpha(opacity=30);
	display: none;
}

.news_idxImg a{
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.news_idx{
	float:left;
	height: 96px;
	width: 532px;
	margin-left: 40px;
}

.news_idxInf a{
	display: block;
	width: 100%;
	height: 100%;
}

.news_idxInf h5 a{
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news_idxBox img{
	width: 150px;
	height: 96px;
	display: block;
}

.news_idxInf{
	width: 342px;
	height: 96px;
	margin-left: 40px;
}

.news_idxInf h5{
	margin-top: 10px;
}

.news_idxInf h5 a{
	font-size: 18px;
	color: #000;
}

.news_idxInf h5 a:hover{
	color: #000;
}

.news_idxInf p{
	margin-top: 8px;

	
}

.news_idxInf p a{
	font-size: 16px;
	color: #666;
	width: 330px;
	overflow:hidden;display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	
}

.news_idxInf p a:hover{
	color: #333;
}

.news_idxMoreBtn{
	display: block;
	width: 150px;
	height: 36px;
	margin: 96px auto 0;
	background: url(../img/moreBtn_idx.png) no-repeat center;
	cursor: pointer;
}
.news_idxMoreBtn:hover{
	opacity: .8;
}
/*首页结束*/

/*云医拍开始*/
.cloudDoc{
	width: 100%;
	padding-top: 69px;
	padding-bottom: 99px;
}

.cloudDocH1{
	font-size: 24px;
	color:#585858;
	/*font-weight: bold;*/
	text-align: center;
	margin-bottom: 9px;
}

.cloudDocP{
	font-size:16px;
	color:#666;
	text-align: center;
	margin-bottom: 61px;
}

.cloudDocImg{
	display: block;
	width: 100%;
	/*height: 752px;*/
	margin: 0 auto 0px;
}

.cloudD_fast{
	font-size: 20px;
	color:#2d2d2d;
	text-align: center;
	margin-bottom: 80px;
}

.cloudD_ul{
	width: 100%;
	margin-bottom: 30px;
	overflow: hidden;
}

.cloudD_li{
	float:left;
	width: 204px;
	height: 164px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: 100%;
	margin-right: 42px;
	cursor: pointer;
}

.cloudD_li a{
	display: block;
	width: 100%;
	height: 100%;
	padding-top: 115px;
}

.cloudD_li p{
	text-align: center;
	font-size: 18px;
	color: #2d2d2d;
}

.cloudD_li1{
	background-image: url(../img/cloudD_list_bg0_1.png);
}

.cloudD_li2{
	background-image: url(../img/cloudD_list_bg0_2.png);
}

.cloudD_li3{
	background-image: url(../img/cloudD_list_bg0_3.png);
}

.cloudD_li4{
	background-image: url(../img/cloudD_list_bg0_4.png);
}

.cloudD_li5{
	background-image: url(../img/cloudD_list_bg0_5.png);
}

.cloudD_li1.on{
	background-image: url(../img/cloudD_list_bg1.png);
}

.cloudD_li2.on{
	background-image: url(../img/cloudD_list_bg2.png);
}

.cloudD_li3.on{
	background-image: url(../img/cloudD_list_bg3.png);
}

.cloudD_li4.on{
	background-image: url(../img/cloudD_list_bg4.png);
}

.cloudD_li5.on{
	background-image: url(../img/cloudD_list_bg5.png);
}

.cloudD_detail{
	width: 1056px;
	height: auto;
	border: 6px solid #f0f0f0;
	border-radius: 6px;
	padding:33px 87px 36px 45px;
}

.cloudD_detail_list{
	padding: 60px 0 40px 103px;
	border-bottom: 1px solid #eeeeee;
	overflow:hidden;
}

.cloudD_detail_listImg{
	display: block;
	float: left;
}

.cloudD_detail_Box{
	float: left;
}

.cloudD_detail_Box h1{
	font-size: 22px;
	color:#3a3a3a;
	margin-bottom: 15px;
}

.cloudD_detail_Box p{
	font-size: 16px;
	color:#3a3a3a;
	margin-bottom: 6px;
}

.cloudD_detail_Box h3{
	font-size: 16px;
	color:#3a3a3a;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 10px;
}

/*云医拍结束*/

/*footer*/
.footer_inrs{
	padding-top: 60px;
}

.company_inf{
	width: 228px;
	padding-left: 6px;
	margin-right: 118px;
}

.footer_tel{
	font-size: 16px;
	color:#232323;
	font-weight: bold;
	margin-bottom: 16px;
}

.footer_mail{
	font-size: 14px;
	color: #888;
	font-weight: bold;
	margin-bottom: 16px;
}

.footer_address{
	font-size: 14px;
	color:#888;
}

.footer_address span{
	display: block;
	line-height: 1.8;
	margin-bottom: 10px;
}

.footer_QR{
	margin-top: 5px;
	margin-bottom: 16px;
}

.footer_QRtxt{
	font-size: 14px;
	color: #888;
}

.footer_nav h5{
	font-size: 14px;
	color:#000;
	font-weight: bold;
}

.footer_nav li{
	margin-bottom: 16px;
}

.footer_nav li a{
	display: block;
	width: 100%;
	height: 100%;
}

.footer_nav li a:hover p{
	color:#000;
}

.footer_nav li a p{
	font-size: 14px;
	color:#888;
}

.footer_nav li a p.engT{
	margin-bottom: 4px;
	/*font-weight: bold;*/
}

.footer_nav .footer_list1{
	width: 218px;
}

.footer_nav .footer_list2{
	width: 210px;
}

.footer_nav .footer_list3{
	width: 210px;
}

.footer_nav .footer_list4{
	width: 138px;
}

.footer_nav .footer_list5{
	width: 70px;
}

.footer_blueLine{
	width: 20px;
	height: 2px;
	background-color: #4cbaff;
	margin-top: 20px;
	margin-bottom: 30px;
}

.footer_bottom{
	margin-top: 38px;
	height:64px;
	padding-top: 10px;
	border-top: 1px solid #ddd;
	background-color: #fff;
}

.footerB_icon{
	height: 65px;
}

.footerB_txt{
	height: 65px;
	line-height: 65px;
	font-size: 14px;
	color:#999;
}

.blueLine{
	width: 100%;
}

/*55555*/
.La-new .top{
	text-align: center;
}
.La-new .bottom{
	position: relative;
}
.La-new .bottom h1{
	font-size: 26px;
	text-align: center;
	color: #000;
	margin-top: 20px;
}
.La-new .bottom p{
	margin-top: 18px;
	font-size: 16px;
	color: #2c2c2c;
	text-align: center;
	line-height: 22px;
	width: 535px;
	position: absolute;
	left: -117px;
}

