body {
    padding-top: 100px;
    background: #fff;
    font-family: Microsoft YaHei, Microsoft YaHei, 'Raleway', sans-serif;
    font-weight: 400;
    color: #353535;
    line-height: 26px;
}

h1,
h2,
h3,
h5,
h6 {
    font-weight: 600;
    font-family: Microsoft YaHei, 'Raleway', sans-serif;
    color: #121D29;
}


h4{color:#0e0e0e}
a {
    color: #45aed6;
    -webkit-transition: color 400ms, background-color 400ms;
    -moz-transition: color 400ms, background-color 400ms;
    -o-transition: color 400ms, background-color 400ms;
    transition: color 400ms, background-color 400ms;
}

a:hover,
a:focus {
    text-decoration: none;
    color: #2a95be;
}

hr {
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #fff;
}

p {
    font-size: 14px;
}

.tlinks {
    text-indent: -9999px;
    height: 0;
    line-height: 0;
    font-size: 0;
    overflow: hidden;
}

.gradiant {
    background-image: -moz-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(90deg, #2caab3 0%, #2c8cb3 100%);
}

.gradiant-horizontal {
    background-image: -moz-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -webkit-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
    background-image: -ms-linear-gradient(4deg, #2caab3 0%, #2c8cb3 100%);
}

.section-header {
    margin-bottom: 50px;
}

.section-header .section-title {
    font-size: 38px;
    color: #121D29;
    position: relative;
    padding-bottom: 20px;
    margin: 0 0 20px;
}

.font-24 {
    font-size: 24px;
}

.text-gray {
    color: #999;
}

.font-18 {
    font-size: 18px;
}

.font-normal {
    font-weight: normal !important;
}

.mb20 {
    margin-bottom: 20px;
}

.text-info {
    font-weight: normal;
!important;
    color: #1d52dc !important;
}

.block {
    display: block;
!important;
}

.btn {
    border-width: 0;
    border-radius: 0;
}

.btn.btn-primary {
    background: #2196F3;
    color: #FFFFFF;
    padding: 10px 20px;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background: #F6D600;
}

.column-title {
    margin-top: 0;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
    margin-bottom: 15px;
    position: relative;
}

.column-title:after {
    content: " ";
    position: absolute;
    bottom: -1px;
    left: 0;
    width: 30%;
    border-bottom: 2px solid #1d52dc;
}

#features h2 {

    color: #fff;
}

#features p {

    color: #A0A0A0;
}

#features .media-heading {
    color: #fff;
}

ul.nostyle {
    list-style: none;
    padding: 0;
    margin-bottom: 20px;
}

ul.nostyle i {
    color: #45aed6;
}

.scaleIn {
    -webkit-animation-name: scaleIn;
    animation-name: scaleIn;
}

.navbar-toggle {
    border-radius: 0;
}

.navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #141414;
}


.nav .navbar-nav{
	margin-right: 100px;
}

.navbar-text > h2{
	color:#00ab6e;
	margin-left: 20px;
	margin-top: 60px;
}

.navbar-text > p {
	font-size: 8px;
	margin-left: 20px;
}



.navbar-nav > li > a {
    text-transform: uppercase;
}

@-webkit-keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scaleIn {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        -ms-transform: scale(0);
        transform: scale(0);
    }
    100% {
        opacity: 1;
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }
}

/* 小屏幕（平板，大于等于 768px） */
@media (min-width: 768px) {
}

/* 中等屏幕（桌面显示器，大于等于 992px） */
@media (min-width:  992px) {
}

/* 大屏幕（大桌面显示器，大于等于 1200px） */
@media (min-width:1200px) {
}

/*************************
*******Header******
**************************/



.navbar.navbar-default {
    border: 0;
    border-radius: 0;
    margin-bottom: 0;
}

.navbar.navbar-default .navbar-toggle {
    margin-top: 32px;
}

.navbar.navbar-default .navbar-brand {
    height: 144px;
	margin-top: 50px;
	margin-left: 100px;
    padding: 0;
}

.margin0 {
    margin: 0;
}

@media only screen and (min-width: 1024px) {
    #main-nav.navbar-default {
  
    }

    #main-nav.navbar-default .navbar-nav > li > a {
        padding-top: 100px;
      margin-right: 30px;
        font-size: 16px;
    }

    .navbar-default .navbar-nav > li > a {
        color: #00ab6e;
    }

    #main-nav.navbar-default .navbar-nav > li.active > a,
    #main-nav.navbar-default .navbar-nav > li.open > a,
    #main-nav.navbar-default .navbar-nav > li:hover > a {
        color: #007048;
        box-sizing: border-box;
        /* padding: 34px 15px; */
    }

    #main-nav.navbar-default .dropdown-menu {
        padding: 0 20px;
        min-width: 220px;
        border: 0;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        background-clip: inherit;
    }

    #main-nav.navbar-default .dropdown-menu > li {
        border-left: 3px solid transparent;
        margin-left: -20px;
        padding-left: 17px;
        -webit-transition: border-color 400ms;
        transition: border-color 400ms;
    }

    #main-nav.navbar-default .dropdown-menu > li > a {
        padding: 15px 0;
        color: #A8A8A8;
    }

    #main-nav.navbar-default .dropdown-menu > li:first-child > a {
        border-top: 0;
    }

    #main-nav.navbar-default .dropdown-menu > li.active,
    #main-nav.navbar-default .dropdown-menu > li.open,
    #main-nav.navbar-default .dropdown-menu > li:hover {
        border-left-color: #45aed6;
    }

    #main-nav.navbar-default .dropdown-menu > li.active > a,
    #main-nav.navbar-default .dropdown-menu > li.open > a,
    #main-nav.navbar-default .dropdown-menu > li:hover > a {
        color: #45aed6;
        background-color: transparent;
    }
}

#main-slider {
    overflow: hidden;
}

#main-slider .item {
    height: 700px;
    background-repeat: no-repeat;
    background-position: 50% 0;
    background-size: cover;
}

#main-slider .slider-inner {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    color: #000;
    position: relative;
}

#main-slider .slider-inner h2 {
    /* margin-top: 180px; */
    font-size: 34px;
    line-height: 49px;
    color: #FFFFFF;
    /* text-align: left; */
    text-transform: uppercase;
    letter-spacing: 2px;
}

#main-slider .slider-inner h2 > span {
    color: #45aed6;
}

#main-slider .slider-inner .btn {
    margin-top: 10px;
    background-color: #FFFFFF;
    color: #121D29;
}

#main-slider .owl-prev,
#main-slider .owl-next {
    position: absolute;
    top: 47%;
    background-color: rgba(20, 20, 20, 0.68);
    color: #ffc107;
    font-size: 30px;
    display: inline-block;
    margin-top: -35px;
    height: 70px;
    width: 70px;
    line-height: 70px;
    text-align: center;
    z-index: 5;
    -webkit-transition: background-color 400ms;
    transition: background-color 400ms;
    border-radius: 50%;
}

#main-slider .owl-prev:hover,
#main-slider .owl-next:hover {
    background-color: #141414;
}

#main-slider .owl-prev {
    left: -35px;
    text-indent: 14px;
}

#main-slider .owl-next {
    right: -35px;
    text-indent: -14px;
}

#bar {
    width: 0%;
    max-width: 100%;
    height: 2px;
    background: #fff;
}

#progressBar {
    margin-top: -4px;
    position: relative;
    z-index: 999;
    width: 100%;
    background: rgba(0, 0, 0, 0.1);
}

#hero-text {
    padding: 46px 0;
    background-color: #1d52dc;
    border-bottom: 2px solid #EAEAEA;
    color: #fff;
}

#hero-text h2 {
    margin-top: 0;
    color: #fff;
}

#hero-text .btn {
    margin-top: 40px;
    background-color: #FFFFFF;
    color: #121D29;
}

#cta2 {
    background: #45b1da;
    color: #fff;
    padding-top: 70px;
}

#cta2 .btn {
    margin-top: 10px;
}

#cta2 h2 {
    color: #fff;
    font-size: 44px;
    line-height: 1;
}

#cta2 h2 > span {
    color: #45aed6;
}

#features {
    padding: 100px 0;
    background: #141414;
}

#features .media.service-box:first-child {
    margin-top: 80px;
}

#scope {
    padding: 57px 0;
}

#scope .scope .scope-box {
    /*height: 405px;*/
    text-align: center;
    margin-bottom: 20px;
}


#scope .scope .scope-box.scope-box-en {
    min-height: 100px;
    padding-bottom: 10px;
}

#scope .scope .scopboxe- img {
    width: 100%;
}


#scope .scope .block h4 {
    color:#0e0e0e;
}

#scope .scope .scope-box .media-body {
    padding: 0 14px;
}

#scope .scope .scope-box .media-body .media-heading {
    display: inline-block;
    margin-top: 5px;
    background: linear-gradient(to right, #1d54dc, #27adef);
    -webkit-background-clip: text;
    color: transparent;
}

#scope .scope .scope-box .media-body p {
    line-height: 1.5;
}

#services {
    padding: 100px 0 75px;

}

.img_box{
	background-image: url(../img/信息审核.png);
	background-repeat: no-repeat;
	height: 522px;
	min-width: 336px;
}

.img_box1{
	background-image: url(../img/权威认证.png);
	background-repeat: no-repeat;
	height: 522px;
	min-width: 336px;
}

.img_box2{
	background-image: url(../img/数据赋能.png);
	background-repeat: no-repeat;
	height: 522px;
	min-width: 336px;
}

.vet_box{
	text-align: center;
	padding-top: 180px;
}

.vet_box  h2{
	color: #fff;
	font-weight: normal;
	margin-top: 30px;
}


.vet_box1{
	text-align: center;
	padding-top: 180px;
}

.vet_box1  h2{
	color: #fff;
	font-weight: normal;
	margin-top: 30px;
}

.vet_box2{
	text-align: center;
	padding-top: 180px;
	padding-right: 10px;
	position: absolute;
}

.vet_box2  h2{
	color: #fff;
	font-weight: normal;
	margin-top: 30px;
	position: relative;
	margin-left: 110px;
}


.img_box{
	position: relative;
	overflow:hidden;
}
.gray{
	background-color: rgba(254,253,213,0.5);
	position: absolute;
	width: 100%;;
	height: 522px;
	left: 0;
	top: 522px;
}

.img_box1{
	position: relative;
	overflow:hidden;
}
.gray1{
	background-color: rgba(254,253,213,0.5);
	position: absolute;
	width: 100%;;
	height: 522px;
	left: 0;
	top: 522px;
}

.img_box2{
	position: relative;
	overflow:hidden;
}
.gray2{
	background-color: rgba(254,253,213,0.5);
	position: absolute;
	width: 83%;;
	height: 522px;
	left: 0;
	top: 522px;
}

.develop_title{
	background-color: #e5f6f1;
	margin: -10px auto 0 auto;
	max-width: 1001px;
	max-height: 200px
}

.develop_title h4{
	font-weight:bold;
	padding-top: 20px;
	text-align: center;
}

.develop_title p{
	text-align: center;
	margin-top: 30px;
	padding-bottom: 20px;
}

.collect{
	padding-top: 20px;
}

.collect_tilte{
	width: 500px;
	height: 130px;
	background-color: #e5f6f1;
	margin-top: -10px;
}

.collect_tilte h4{
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.collect_tilte p{
	text-align: center
}


.news_img img{
	width:100%;
	-webkit-transition:-webkit-transform 3s;
}

.news_img:hover img{
	-webkit-transform:scale(1.5,1.5);
}

.news_img{
	width:500px; 
	overflow:hidden;
	display: block;
}


.news_img1 img{
	width:100%; 
	-webkit-transition:-webkit-transform 3s;
}

.news_img1:hover img{
	-webkit-transform:scale(1.5,1.5);
}

.news_img1{
	width:462px;
	overflow:hidden;
	display: block;
	margin-left: 7.2%;
}

.resources_tilte{
	width: 462px;
	height: 130px;
	background-color: #e5f6f1;
	margin-top: -10px;
}

.resources_tilte h4{
	font-weight: bold;
	text-align: center;
	padding-top: 10px;
}

.resources_tilte p{
	text-align: center;
}

.plan h3{
	color: #00ab6e;
	margin-left: 30px;
	padding-top: 20px;
}

.plan p{
	margin-left: 30px;
	margin-top: 40px;
}

ul,li{
	padding: 0;
	margin: 0;
	list-style: none;
}

.clearfix{ clear:both;}

.foot_box{
	margin: 100px auto 0 auto
}

.foot_box ul{
	margin-left: 180px;
}

.foot_box ul li{
	float: left;
	margin-right: 40px;
}

.foot_box ul li a{
	color: #fff;
	line-height: 100px;
	
}


.cont{
	color: white;
	float: right;
	margin-right: 220px;
	margin-top: -60px;
	text-align: center
}

.copy{
	color: #808080;
	line-height: 80px;
	text-align: center;margin-bottom: 20px;
}

.mySlides {display:none}
 
/* 幻灯片容器 */
.slideshow-container {
  max-width: 1200px;
  position: relative;
  margin: auto;
	margin-top: 95px;
}
 
/* 下一张 & 上一张 按钮 */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
}
 
/* 定位 "下一张" 按钮靠右 */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}
 
/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}
 
/* 标题文本 */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}
 
/* 数字文本 (1/3 等) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}
 
/* 标记符号 */
.dot {
  cursor:pointer;
  height: 13px;
  width: 13px;
  margin: 0 2px;
  background-color: #bbb;
  border-radius: 50%;
  display: inline-block;
  transition: background-color 0.6s ease;
}
 
.active, .dot:hover {
  background-color: #717171;
}
 
/* 淡出动画 */
.fade {
  -webkit-animation-name: fade;
  -webkit-animation-duration: 1.5s;
  animation-name: fade;
  animation-duration: 1.5s;
}
 
@-webkit-keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}
 
@keyframes fade {
  from {opacity: .4} 
  to {opacity: 1}
}