.footer{
	background: #212121;
}
.w1200{
	width: 1200px;
	margin:0 auto;
}
.footer article{
	padding:60px 0 35px;
}
.footer aside{
	line-height: 48px;
	background: #000;
}
.footer aside p{
	color: #fff;
	font-size: 14px;
	float: left;
}
.footer aside a{
	float: right;
	display: block;
}
.footer aside img{
	vertical-align: middle;
}
.foot_it1{
	text-align: center;
	float:left;
}
.foot_right{
	width: 850px;
	float: right;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.ewm img{
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
}
.logo2{
	padding-bottom: 30px;
}
.foot_nav h3{
	font-size: 15px;
	color: #279dcf;
	line-height: 36px;
}
.foot_nav a{
	display: block;
	font-size: 15px;
	color: #949bad;
	line-height: 36px;
	-webkit-transition: ease-in-out .3s;
		-o-transition: ease-in-out .3s;
		transition: ease-in-out .3s;
}
.foot_nav a:hover{
	color: #fff;
}
.foot_contact{
	width: 280px;
}
.foot_contact h3{
	font-size: 15px;
	color: #279dcf;
	line-height: 36px;
}
.foot_message{
	width: 315px;
}
.foot_message h3{
	font-size: 15px;
	color: #279dcf;
	line-height: 36px;
}
.foot_message li{
	width: 49%;
	background:none;
	border:1px solid #919da9;
	line-height: 40px;
	padding:0 12px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.foot_message ul{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.foot_message li input{
	width: 100%;
	background:none;
	font-size: 14px;
	color: #fff;
}
.foot_message li.email{
	width: 100%;
}
.foot_message li.textarea{
	width: 100%;
}
.foot_message li.textarea textarea{
	background:none;
	font-size: 14px;
	color: #fff;
	line-height: 22px;
	width: 100%;
	height: 70px;
	padding:7px 0;
}
.foot_message li.code{
	width: 56%;
}
.foot_message li.code input{
	float: left;
	width: 40%;
}
.foot_message li.code img{
	vertical-align: middle;
	padding-left: 10px;
}
.foot_message li.tbn{
	border:1px solid #e56f18;
	width: 42%;
	background: #e56f18;
}
.foot_message li.tbn button{
	background: #e56f18;
	display: block;
	line-height: 40px;
	font-size: 14px;
	color: #fff;
	text-align: center;
	width: 100%;
}
.foot_con_tel{
	padding-top: 15px;
}
.foot_con_tel p{
	color: #fff;
	font-size: 15px;
}
.foot_con_tel img{
	padding-right: 12px;
}
.foot_con_tel h2{
	margin:0;
	padding:15px 0 10px;
	font-size: 28px;
	color: #fff;
	border-bottom: 1px dashed #fff;
}
.foot_con_add{
	padding-top: 30px;
}
.foot_con_add p{
	font-size: 15px;
	color: #959aad;
	padding-bottom: 14px;
}
.foot_con_add p img{
	padding-right: 5px;
}
.public_bg{
	position: relative;
}
.public_bg img{
	display: block;
}
.pblic_scd{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
}
.pblic_scd_ct{
	background: #128cc8;
}
.scd_name{
	width: 190px;
	background: #000;
	text-align: center;
	padding-top:53px;
	height: 187px;
	display: inline-block;
	vertical-align: top;
}
.scd_name h3{
	font-size: 20px;
	color: #fff;
	position: relative;
	padding-bottom: 22px;
}
.scd_name h3::after{
	content: "";
	width: 40px;
	height: 2px;
	background: #676868;
	position: absolute;
	left:50%;
	bottom:0;
	margin-left: -20px;
}
.scd_name p{
	padding-top: 20px;
	font-size: 22px;
	color: #fff;
}
.scd_right{
	display: inline-block;
	vertical-align: top;	
	position: relative;
	padding-left: 75px;
	height: 187px;
	width: calc(100% - 215px);
}
.scd_right::before{
	content:"";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	margin-left: -.4rem;
}
.pbnav a{
	display: inline-block;
	vertical-align: baseline;
	font-size: 16px;
	color: #fff;
	padding:0 30px;
	position: relative;
}
.pbnav a::before{
	content: "";
	width: 1px;
	height: 17px;
	background: #fff;
	position: absolute;
	left:0;
	top:4px;
}
.pbnav a.sub_pbnav{
	font-size: 30px;
}
.pbnav a:first-child::before{
	width: 0;
}
.pbnav a.sub_pbnav::before{
	top:20px;
}
.scd_right_lh{
	display: inline-block;
	vertical-align: middle;
}
.scd_right_lh p{
	padding-top: 17px;
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
.pubic_page{
	padding: 80px 0;
}
.public_tit{
	padding-bottom: 40px;
	text-align: center;
}
.public_tit h3{
	font-size: 30px;
	color: #212121;
	font-weight: bold;
	padding-bottom: 15px;
}
.public_tit p{
	font-size: 14px;
	color: #aeaeae;
}
.about_page{
	font-size: 15px;
	color: #818181;
	line-height: 34px;
}
.honor_page li{
	padding:1%;
	width: 25%;
	text-align: center;
	float: left;
}
.honor_page li a{
	display: block;
	border:1px solid #ecf1f4;
	-webkit-transition: ease-in-out .3s;
		-o-transition: ease-in-out .3s;
		transition: ease-in-out .3s;
}
.honor_page li figcaption{
	line-height: 66px;
	background: #ecf1f4;
	-webkit-transition: ease-in-out .3s;
		-o-transition: ease-in-out .3s;
		transition: ease-in-out .3s;
}
.honor_page li figcaption p{
	color: #556b7d;
	font-size: 14px;
}
.honor_page li:hover a{
	border:1px solid #044274;
}
.honor_page li:hover figcaption{
	background: #044274;
}
.honor_page li:hover figcaption p{
	color: #fff;
}
.honor_pic{
	padding:12px 24px;
}
.cusmoter_list{
	position: relative;
}
.cusmoter_list .swiper-container{
	width: 1180px;
	margin:0 auto;
	border-top: 1px solid #dcdcdc;
}
.cusmoter_list .swiper-pagination{
	width: 100%;
}
.cusmoter_list .swiper-pagination-bullet{
	margin:0 2px;
}
.cus_hover{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	text-align: center;
	background:rgba(255,255,255,.9);
	opacity: 0;
	--webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.cus_hover::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.cus_hover p{
	font-size: 16px;
	color: #474747;
	display: inline-block;
	vertical-align: middle;
}
.cusmoter_list .swiper-slide li{
	width: 20%;
	float: left;
	border-right: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	border-left: 1px solid #dcdcdc;
}

.cusmoter_pic{
	position: relative;
	text-align:center;
	padding:5% 0;
}
.cusmoter_list .swiper-slide li:hover .cus_hover{
	opacity: 1;
}
.cusmoter_list .swiper-button-next{
	width: 60px;
	height: 60px;
	background:url("../images/right.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.cusmoter_list .swiper-button-prev{
	width: 60px;
	height: 60px;
	background:url("../images/left.jpg") left top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.w1400{
	width: 1400px;
	margin:0 auto;
}
.scd_right_lh2 p{
	width: 600px;
}
.scdimg{
	position: absolute;
	right:0;
	top:25px;
}
.skill p{
	padding-top: 10px;
}
.hot_news{
	background: #f3f3f3;
	padding:12px;
}
.newspic{
	width: 47%;
	float: left;
}
.news_right{
	width: 47%;
	padding-top: 60px;
	float: right;
}
.news_right span{
	font-size: 14px;
	color: #999;
}
.news_right h3 a{
	display: block;
	font-size: 27px;
	color: #5a5a5a;
	line-height: 36px;
	padding:20px 0 30px;
	-webkit-transition: ease-in-out .3s;
		-o-transition: ease-in-out .3s;
		transition: ease-in-out .3s;
}
.news_right h3 a:hover{
	color: #128cc8;
}
.news_right p{
	font-size:14px;
	color: #747474;
	line-height: 24px;
	 overflow : hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 3;
 -webkit-box-orient: vertical;
}
.more a{
	margin-top: 35px;
	display: block;
	font-size: 16px;
	color: #7a7a7a;
	width: 134px;
	line-height: 40px;
	text-align: center;
	border:1px solid #ccc;
}
.more a img{
	vertical-align: middle;
	padding-left: 10px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.more a:hover img{
	margin-left: 7px;
}

.hot_news .swiper-pagination-bullet-active{
	background: #757575;
}
.newslist{
	padding-top: 50px;
}
.newslist .col-md-12{
	width: 33.33%;
	float: left;
	padding-bottom: 30px;
}
.newstail_tit h3{
	font-size: 28px;
	color: #3a3a3a;
	padding-bottom: 33px;
	text-align: center;
}
.news_it2{
	padding:13px 0;
	border-top: 1px solid #dfdede;
	border-bottom: 1px solid #dfdede;
}
.news_it2 p{
	float: left;
}
.news_it2_right{
	float: right;
}
.news_it2_right .bdsharebuttonbox a{
	margin:0 15px!important;
	position: relative;
}
.news_it2_right .bdsharebuttonbox a::after{
	content: "";
	width: 1px;
	height: 13px;
	background: #eee;
	position: absolute;
	right:-15px;
	top:5px;
}
.news_it2_right .bdsharebuttonbox a.bds_more{
	width: 19px;
	height: 20px;
	background: url("../images/share.jpg") left top no-repeat;
}
.news_it2_right .bdsharebuttonbox a.bds_qzone{
	width: 19px;
	height: 20px;
	background: url("../images/zone.jpg") left top no-repeat;
}
.news_it2_right .bdsharebuttonbox a.bds_tsina{
	width: 19px;
	height: 20px;
	background: url("../images/sina.jpg") left top no-repeat;
}
.news_it2_right .bdsharebuttonbox a.bds_weixin{
	width: 19px;
	height: 20px;
	background: url("../images/wx.jpg") left top no-repeat;
}
.bdsharebuttonbox{
	display: inline-block;
	vertical-align: middle;
}
.read{
	display: inline-block;
	vertical-align: middle;
	color: #ee1403;
	padding-left: 13px;
}
.newsil_info{
	font-size: 16px;
	color: #747474;
	line-height: 30px;
	padding:15px 0;
}
.newsil_info p{
	font-size: 16px;
	color: #747474;
	line-height: 30px;
}
.newslink{
	padding-top: 33px;
	text-align: right;
}
.newslink a{
	display: block;
	font-size: 14px;
	color: #9f9f9f;
	line-height: 28px;
}
.newslink a b{
	color: #000;
	font-weight: normal;
}
.newslink a:hover{
	text-decoration: underline;
}
.addleft{
	width: 40%;
	float: left;
	padding-top: 25px;
}
.addimg{
	float: right;
}
.map{
	width: 1140px;
	margin:0 auto;
	margin-top: 25px;
}
.address{
	width: 1140px;
	margin:0 auto;
	background: url("../images/addbg.jpg") left top no-repeat;
}
.addleft h3{
	font-size: 24px;
	color: #3a3a3a;
	padding-bottom: 20px;
}
.addleft p{
	font-size: 15px;
	color: #8a8a8a;
	line-height: 4.3;
	border-bottom: 1px dashed #ccc;
}
.ewm2{
	padding-top: 28px;
}
.addleft p img{
	padding-right: 10px;
}
.addleft p span{
	color: #000;
}
.ewm2{
	width: 140px;
	text-align: center;
}
.ewm2 p{
	border-bottom: 0;
}
.product_tr{
	text-align: right;
	border-bottom: 1px solid #e8e8e8;
	padding-top: 10px;
}
.product_tr a{
	font-size: 16px;
	color: #0d97f4;
	display: inline-block;
	vertical-align: top;
	padding:0 13px;
	line-height: 43px;
	margin:0 15px;
}
.product_tr a.subptr{
	background: #0d97f4;
	color: #fff;
}
.product_list{
	width: 1130px;
	margin:0 auto;
}
.product_list li{
	width: 33%;
	overflow: hidden;
}
.advantage_tab{
	background: #0893d6;
	margin-top: 17px;
}
.advan_center{
	position: relative;
}
.advan_center .swiper-container{
	width: 890px;
	margin:0 auto;
}
.advan_center .swiper-slide{
	position: relative;
}
.advan_hove{
	position: absolute;
	left:0;
	top:0;
	width: 100%;
	height: 100%;
	background:rgba(0,0,0,.7);
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.advan_hove::before{
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	
}
.advan_in{
	width: 97%;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
.advan_in span{
	font-size: 16px;
	display: block;
	padding-bottom: 6px;
	color: #a6a6a6;
}
.advan_in p{
	font-size: 14px;
	color: #fff;
}
.advan_center .swiper-button-next{
	width: 60px;
	height: 60px;
	background:url("../images/right2.jpg") 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.advan_center .swiper-button-prev{
	width: 60px;
	height: 60px;
	background:url("../images/left2.jpg") 0 0 no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.advan_center .swiper-slide img{
	width: 100%;
}
.w1100{
	width: 1100px;
	margin:0 auto;
}
.advan_info{
	padding-top: 70px;
}
.advanel{
	float: left;
	width: 50%;
}
.advanel img{
	width: 100%;
}
.advaner{
	width: 45%;
	float: right;
	padding-top: 60px;
}
.advaner h3{
	text-align: center;
	font-size: 28px;
	color: #2a1515;
	font-weight: bold;
	padding-bottom: 20px;
}
.advaner p{
	font-size: 16px;
	color: #2a1515;
	line-height: 32px;
}
.adavan_eight{
	display: none;
}
.adavan_eight:first-child{
	display: block;
} 

.advan_center .swiper-slide:hover .advan_hove{
	opacity: 0;
}
.advan_btn{
	padding-top: 40px;
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.advan_btn a{
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #0893d6;
	width: 49%;
	line-height: 53px;
	text-align: center;
	border:1px solid #049be4;
	-webkit-transition: ease-in-out .3s;
		-o-transition: ease-in-out .3s;
		transition: ease-in-out .3s;
}
.advan_btn a:hover{
	background: #0893d6;
	color: #fff;
}
.prodate_01{
	margin-top: 17px;
	padding-top: 115px;
	background:url("../images/01bg.jpg") center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.prodate_tit{
	width: 1200px;
	margin:0 auto;
}
.prodate_tit h3{
	font-size:32px;
	color: #575759;
	position: relative;
	padding:25px 0;
}
.prodate_tit h3::before{
	content: "";
	width: 65px;
	height: 1px;
	background: #808080;
	position: absolute;
	left:0;
	top:0;
}
.prodate_02{
	padding-top: 115px;
	background:#f9f9f9 url("../images/02bg.jpg") center top no-repeat;
	-webkit-background-size: contain;
	background-size: contain;
}
.prodate2_info{
	position: relative;
	width: 1400px;
	margin:0 auto;
}
.prodate2_info .swiper-container{
	width: 1200px;
	margin:0 auto;
}
.prodate2_info .swiper-button-next{
	width: 19px;
	height: 20px;
	background:url("../images/right3.jpg") left top no-repeat;
}
.prodate2_info .swiper-button-prev{
	width: 19px;
	height: 20px;
	background:url("../images/left3.jpg") left top no-repeat;
}
.prolist{
	padding-top: 15px;
}







.text-primary {
    color: #28ABE3;
}

.btn-primary {
    border-color: #28ABE3;
    background: #28ABE3;
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open .dropdown-toggle.btn-primary {
    border-color: #ea321e;
}

.btn-primary.disabled,
.btn-primary[disabled],
fieldset[disabled] .btn-primary,
.btn-primary.disabled:hover,
.btn-primary[disabled]:hover,
fieldset[disabled] .btn-primary:hover,
.btn-primary.disabled:focus,
.btn-primary[disabled]:focus,
fieldset[disabled] .btn-primary:focus,
.btn-primary.disabled:active,
.btn-primary[disabled]:active,
fieldset[disabled] .btn-primary:active,
.btn-primary.disabled.active,
.btn-primary[disabled].active,
fieldset[disabled] .btn-primary.active {
    border-color: #28ABE3;
    background-color: #28ABE3;
}

.btn-primary .badge {
    color: #28ABE3;
}

.btn-xl {
    border-color: #28ABE3;
    background-color: #28ABE3;
}

.btn-xl:hover,
.btn-xl:focus,
.btn-xl:active,
.btn-xl.active,
.open .dropdown-toggle.btn-xl {
    border-color: #ea321e;
    background-color: #ea321e;
}

.btn-xl.disabled,
.btn-xl[disabled],
fieldset[disabled] .btn-xl,
.btn-xl.disabled:hover,
.btn-xl[disabled]:hover,
fieldset[disabled] .btn-xl:hover,
.btn-xl.disabled:focus,
.btn-xl[disabled]:focus,
fieldset[disabled] .btn-xl:focus,
.btn-xl.disabled:active,
.btn-xl[disabled]:active,
fieldset[disabled] .btn-xl:active,
.btn-xl.disabled.active,
.btn-xl[disabled].active,
fieldset[disabled] .btn-xl.active {
    border-color: #28ABE3;
    background-color: #28ABE3;
}

.btn-xl .badge {
    color: #28ABE3;
    background-color: #fff;
}


.navbar-default .navbar-brand {
    color: #28ABE3;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus,
.navbar-default .navbar-brand:active,
.navbar-default .navbar-brand.active {
    color: #28ABE3;
}

.navbar-default .navbar-toggle {
    border-color: #28ABE3;
    background-color: #28ABE3;
}

.navbar-default .nav li a:hover,
.navbar-default .nav li a:focus {
    outline: 0;
    color: #28ABE3;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus {
    background-color: #28ABE3;
}

.navbar-default .navbar-nav>.active>a {
    background-color: #28ABE3;
}

.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
    background-color: #28ABE3;
}

.menu-wrap a:hover,
.menu-wrap a:focus {
	color: #28ABE3;
}

.menu-wrap .logo {
    color: #28ABE3;
}

.menu-button {
    background: #28ABE3;
}

.header .intro-text h1 span {
    color: #28ABE3;
}

.main-title strong {
    color: #28ABE3;
}

.feature i {
    background: #28ABE3;
}

.no-touch .feature:hover i,
	.no-touch .feature:active i,
	.no-touch .feature:focus i {
        
        box-shadow: 0 0 0 0 #28ABE3;
}

.feature-2 i {
    background: #28ABE3;
    border: 1px solid #28ABE3;
}

.feature-2:hover i {
    background: transparent;
    color: #28ABE3;
}

.feature-2:hover .border {
    border-color: #28ABE3;
}

.feature-3 i {
    color: #28ABE3;
    border: 1px solid #28ABE3;
}

.feature-3:hover i {
    background: #28ABE3;
    color: #fff;
}

.feature-3:hover .border {
    border-color: #28ABE3;
}

.portfolio-caption a i {
    color: #28ABE3;
}
.portfolio-item:hover .portfolio-caption {
    background-color: rgba(40, 171, 227, 0.8);
}

.welcome-section:hover .border {
    border-color: #28ABE3;
}

.welcome-section:hover h4 {
    color: #28ABE3;
}

.about-text li i {
    color: #28ABE3;
}

.about-us-section-2 .carousel-indicators li,
.project-image .carousel-indicators li {
	border: 2px solid #28ABE3 !important;
}

.about-us-section-2 .carousel-indicators .active,
.project-image .carousel-indicators .active {
	background-color: #28ABE3;
}

.owl-theme .owl-controls .owl-buttons div {
	background: #28ABE3;
}

#team-section .nav-tabs.nav-justified {
    background: #28ABE3;
}

.team-member .team-details {
    background-color: rgba(40, 171, 227, 0.8);
}

.counter-item i {
    color: #28ABE3;
}
.timer {
    color: #28ABE3;
}
.latest-post h4 {
    color: #28ABE3;
}
.latest-post h4 a{
	display:block;
	overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis; 
}
.latest-post .post-details li i {
    color: #28ABE3;
}
.testimonials .testimonial-content img {
    border: 3px solid #28ABE3;
}
.testimonials .testimonial-author .author {
    color: #28ABE3;
}
.testimonials-carousel .owl-controls.clickable .owl-buttons div{
	color: #28ABE3;
}
.owl-theme .owl-controls .owl-page.active{
    background-color: #28ABE3;
}

.contact .form-control:focus {
    border-color: #28ABE3;
    box-shadow: none;
}

footer.style-1 .footer-social li a {
    background: #28ABE3;
}

.call-to-action h1 strong {
    color: #28ABE3;   
}

.team-details li a {
    background: #28ABE3;
}

.progress-bar {
    background: #28ABE3;
}


.pricing-tables .pricing-table.highlight-plan .plan-name {
    background: #28ABE3;
}

.pricing-tables .pricing-table.highlight-plan .plan-signup {
    background: #28ABE3;
}

.footer-contact-info {
    background: rgba(40, 171, 227, 0.8);
}

footer.style-1 {
    border-top: 2px solid #28ABE3;
}

#main-slide .slider-content h1 strong {
    color: #28ABE3;
}

.latest-post .post-details .date {
    background: rgba(40, 171, 227, 0.8);
}

.custom-tab .nav-tabs.nav-justified {
    background: #28ABE3;
}

.plan-name {
    background: #28ABE3;
}

.plan-signup {
    background: #28ABE3;
}

.dot1, .dot2 {
    background-color: #28ABE3;
}



.inabout{
	padding-top: 105px;
}
.inabout_left{
	float: left;
	width: 465px;
	position: relative;
}
.inabout_left::before{
	content: "";
	width: 29px;
	height: 12px;
	background:url("../images/inabcon.jpg") left top no-repeat;
	position: absolute;
	left:-45px;
	top:3px;
}
.inabout_left h3{
	font-size: 26px;
	color: #484848;
	padding-bottom: 35px;
}
.inabout_left p{
	font-size: 16px;
	color: #797979;
	line-height: 32px;
}
.inabmore{
	position: relative;
	width: 134px;
	line-height: 39px;
	border:1px solid #f3f3f3;
	margin-top: 35px;
}
.inabmore a{
	display: block;
	font-size: 14px;
	color: #a0a0a0;
	text-align: center;
	
}
.inabmore a::before {
content: "";
 position: absolute;
 z-index: -1;
 top: 0;
 left: 0;
 right: 0;
 bottom: 0;
 background: #2fa3dd;
 -webkit-transform: scaleX(0);
 transform: scaleX(0);
 -webkit-transform-origin: 0% 100%;
 transform-origin: 0% 100%;
 -webkit-transition-property: transform;
 transition-property: transform;
 -webkit-transition-duration: 0.5s;
 transition-duration: 0.5s;
 -webkit-transition-timing-function: ease-out;
 transition-timing-function: ease-out;
}
.inabmore a:hover{
    color:#fff;
}
.inabmore a:hover::before{
  -webkit-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
}
.inabout_right{
	float: right;
	position: relative;
}
.inabout_right img{
	position: relative;
	z-index:9;
}
.inabout_right::after{
	content: "";
	width: 207px;
	height: 156px;
	background: #2fa3dd;
	position: absolute;
	right:-11px;
	top:-11px;
}
.inproduct{
	position: relative;
	padding-bottom: 12px;
	background: url("../images/inprobg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.inmoveimg{
	position: absolute;
	right:0;
	top:185px;
}
.inproduct_center{
	padding-top: 478px;
	width: 1380px;
	margin:0 auto;
}
.inpro_left{
	float: left;
	width: 640px;
}
.inpro_left_tit{
	position: relative;
	padding-left: 27px;
	padding-bottom: 32px;
}
.inpro_left_tit::before{
	content: "";
	width: 1px;
	height: 177px;
	background: #fff;
	position: absolute;
	left:0;
	top:-41px;
}
.inpro_left_tit::after{
	content: "";
	width: 438px;
	height: 1px;
	background: #fff;
	position: absolute;
	left:0;
	bottom:0;
}
.inpro_left_tit span{
	font-size: 26px;
	padding-left: 25px;
	line-height: 36px;
	color: #fff;
	font-weight: bold;
}
.inpro_left_tit img{
	vertical-align: top;
}
.inpro_left_img{
	padding:77px 0 0 25px;
}
.inpro_right{
	float: left;
	width: 442px;
}
.inpro_right_tit{
	text-align: center;
}
.inpro_right_tit h3{
	font-size: 26px;
	color: #5d5d5d;
	position: relative;
	padding-bottom: 24px;
}
.inpro_right_tit h3::after{
	content: "";
	width: 65px;
	height: 4px;
	background: #65c8d1;
	position: absolute;
	left:50%;
	bottom:0;
	margin-left: -32px;
}
.inpro_right_tit p{
	font-size: 14px;
	color: #bebebe;
	padding-top: 16px;
}
.inprorl_tit_left{
	font-size: 18px;
	color: #020202;
	float: left;
	width:60%;
	text-overflow:ellipsis;
	white-space:nowrap;
	overflow:hidden;
}
.inprorl_tit_left img{
	padding-right: 11px;
}
.inprorl_tit_right{
	float: right;
	width: 133px;
	background: #69ba27;
	text-align: center;
	line-height: 25px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.inprorl_tit_right span{
	font-size: 14px;
	color: #fff;	
}
.inpror_list{
	padding-top: 75px;
}
.inpror_list li{
	padding-bottom: 43px;
}
.inpror_list li p{
	font-size: 16px;
	color: #969696;
	padding-top: 10px;
}
.inpromore{
	float: right;
	width: 173px;
	line-height: 42px;
	text-align: center;
	background:-webkit-gradient(linear,100% 0%, 0% 100%, from(#216E98), to(#39879B), color-stop(0.5,#2f7d9c));
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}
.inpromore a{
	color: #fff;
	display: block;
}
.inpromore img{
	display:inline-block;
	vertical-align:middle;
	padding-right: 5px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.inpromore a:hover img{
	padding-right:15px;
}
.inadvantage{
	padding:75px 0 115px;
	background: url("../images/inadvanbg.jpg") center top no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}
.inadvan_tit{
	text-align: center;
}
.inadvantit_num{
	display: inline-block;
	vertical-align: middle;
	font-size: 98px;
	color: #72a710;
	padding-right: 3px;
}
.inadvantit_right{
	text-align: left;
	display: inline-block;
	vertical-align: middle;
}
.inadvantit_right h3{
	font-size: 42px;
	color: #0b6825;
	font-weight: bold;
}
.inadvantit_right p{
	font-size: 16px;
	color: #5c5c5c;
}
.inadvanli_left{
	width: 30%;
	padding-top: 66px;
}
.inadvanli_left li{
	margin-bottom: 48px;
	padding:15px 0 15px 33px;
	font-size: 15px;
	color: #fff;
	background:-webkit-gradient(linear,100% 0%, 0% 100%, from(transparent), to(#138A35), color-stop(0.5,#138a35));
}
.inadvan_list{
	display: -webkit-box; /* 老版本语法: Safari, iOS, Android browser, older WebKit browsers. */
	display: -moz-box; /* 老版本语法: Firefox (buggy) */
	display:box;
	display: -ms-flexbox; /* 混合版本语法: IE 10 */
	display: -webkit-flex; /* 新版本语法: Chrome 21+ */
	display: flex;
	-webkit-flex-wrap: nowrap;
	flex-wrap: nowrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
}
.inadvan_more{
	width: 168px;
	line-height: 39px;
	text-align: center;
	margin:75px auto 0;
	background: #237199;
}
.inadvan_more a{
	color: #fff;
	font-size: 15px;
	-webkit-transition: ease-in-out .3s;
	-o-transition: ease-in-out .3s;
	transition: ease-in-out .3s;
}
.inadvan_more:hover a{
	letter-spacing:3px;
}


.public_bg{
	position: relative;
}
.side_pvname{
	position: absolute;
	bottom:0;
	left:0;
	width: 100%;
}
.side_pvname1 h3{
	font-size: 32px;
	color: #fff;
	font-weight: bold;
	position: relative;
	padding-bottom: 19px;
}
.side_pvname1 h3::after{
	content: "";
	width: 88px;
	height: 3px;
	background: #fff;
	position: absolute;
	left:0;
	bottom:0;
}
.side_pvname2{
	margin-top: 45px;
	background:rgba(0,0,0,.4);
}
.side_pvname2 a{
	color:#fff;
	font-size: 20px;
	display: inline-block;
	vertical-align: top;
	padding:0 40px;
	line-height: 63px;
	text-align: center;
}
.side_pvname2 a.sub_ln{
	background: #0d97f4;
}
.brand_side{
	background: #cecece;
	line-height: 40px;
	color: #393939;
	font-size: 14px;
}
.brand_side a{
	color: #393939;
	font-size: 14px;
	-o-transition:ease .3s;
		-ms-transition:ease .3s;
		-moz-transition:ease .3s;
		-webkit-transition:ease .3s;
		transition:ease .3s;
}
.brand_side a:hover{
	color:#0d97f4;
}
.brand_side a:last-child{
	color:#0d97f4;
	text-decoration:underline;
}
.proil_tab{
	width: 1138px;
	margin:0 auto;
	padding:0 0 19px;
	text-align: center;
}
.proil_tab a{
	font-size:16px;
	color: #0d97f4;
	padding:0 25px;
	line-height: 49px;
	text-align: center;
	display: inline-block;
	vertical-align: top;
	margin:0 5px;
	border:1px solid #0d97f4;
}
.proil_tab a.sub_proil_tab{
	background: #0d97f4;
	color: #fff;
}
.proil_maxpinfo{
	width: 1138px;
	margin:0 auto;
	background: #fff;
	padding:22px 37px;
}
.proil_bg{
	background: #f3f3f3;
	padding:36px 0 30px;
}
.maxname_tit{
	font-size: 24px;
	color: #0c0303;
	line-height: 50px;
	border-bottom: 1px solid #d0d0d0;
}
.maxname_tit img{
	padding-right: 12px;
}
.maxpic_name{
	padding-top: 50px;
}
.maxname_info{
	font-size: 16px;
	color: #6c6c6c;
	line-height: 36px;
	padding:22px 10px;
}
.maxname_info .flex div:first-child{
	min-width:30%;
	max-width:70%;
}
.insolution_right{
	width:50%;
	float:right;
	text-align:center;
	position:relative;
}
.insolution_right .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
left:-30px;	
}
.insolution_right .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
right:-30px;	
}
.section-title{
	padding-bottom:60px;
}

.ib{
	max-width:70%;
}


.banner_name{
	position: absolute;
	left:22%;
	bottom:15%;
}
.banner_name h3{
	font-size: 58px;
	color: #fff;
	padding-bottom: 50px;
}
.banner_name h3 span{
	color:#28ABE3;
}
.banner_name2{
	text-align: center;
	position: absolute;
	left:0;
	bottom:30%;
	width: 100%;
}
.banner_name2 h3{
	font-size: 68px;
	color: #fff;
	padding-bottom: 50px;
}
.banner_name2 h3 span{
	color:#28ABE3;
}
.banner_name2 p{
	font-size: 30px;
    font-weight: 300;
    line-height: 35px;
    letter-spacing: 1px;
    margin-bottom: 55px;
    color: #fff;
}
.maxpic_phone{
	display:none;
}
.qkfoot{
	display:none;
}
.partent_roll{
	position:relative;
	padding-bottom:50px;
}
.partent_roll .swiper-button-prev{
	width:28px;
	height:23px;
	background-size:cover;
	background:url("../images/left5.jpg") left top no-repeat;
	left: 46%;
    top: inherit;
    bottom: -32px;
}
.partent_roll .swiper-button-next{
	width:28px;
	height:23px;
	background-size:cover;
	background:url("../images/right5.jpg") left top no-repeat;
	right: 46%;
    top: inherit;
    bottom: -32px;
}