/*
Theme Name: 优化PC端官网样式
Author: 赖小冰
Version: 1.0.0 
Created: 2021.7.29
*/
p{
	text-align: justify;
	word-break: break-all;
	text-justify: distribute;
}
a{
	text-transform: none!important;
}
ol,ul{
	list-style: none;
	padding: 0;
}
/* header
----------------------------------------------------------------------------- */
/* .header {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	opacity: 1.6;
	background-color: rgba(255, 255, 255, 0);
} */
.header{
	height: 110px;
	background-color: #ffffff !important;
	border: 0;
}
.fixed-header-on .header.fixed{
	height: 85px;
	box-shadow: 0 1px 20px rgba(54,54,54,0.4);
}
.logo img{
	height: 70px;
}
/* .fixed-header-on .header .navbar.navbar-default{
	margin: 1px 0 0 !important;
} */
.navbar{
	margin: 5px 0 0 !important;
}
.main-navigation .navbar-nav > li{
	margin: 0;
}
.navbar-default .navbar-nav > li > a{
	padding: 12px 20px 15px;
	font-size: 16px;
	font-weight: normal;
	color: #252B3A;
	bottom: 0;
}
.main-navigation .navbar-nav > .open > a,
.main-navigation .navbar-nav > .open > a:hover,
.main-navigation .navbar-nav > .open > a:focus {
	background-color: #ffffff;
	border: 1px solid #f1f1f1;
	border-bottom: 1px solid transparent;
	-webkit-box-shadow: -1px -1px 0px rgba(0, 0, 0, 0);
	box-shadow: -1px -1px 0px rgba(0, 0, 0, 0);
	color: #666666;
}
.navbar-nav a:hover{
	color:#ff6700!important;
}
.mega-menu .dropdown-menu,.animated.main-navigation .open .dropdown-menu{
	/* top: 75px; */
	border-top: 1px solid #f1f1f1;
}
.dropdown-menu{
	border: 0;
	background-color: #ffffff;
}
.dropdown > a::before{
	/* top: 18px; */
	color: #252B3A;
}
.focus>a{
	color: #f25807 !important;
}
.btn{
	min-width: 120px;
	border-radius: 4px;
	background-image:linear-gradient(to right, #ff8533,#ff6700);
}
.btn:hover{
	background-image:linear-gradient(to right, #ff6700,#f25807);
}
.fixed-header-on .header .logo {
    margin: 0;
}
.logo-footer{
	margin-top: 10px;
}
#logo-footer{
	height: 50px;
}
.phone{
	margin-top: 1px;
}
.phone>p{
	margin: 0;
	font-size: 20px;
}
.header_right_href{
	margin-right: 30px;
}
.lang{
	display: block;
	position: relative;
	width: 32px;
	margin: 0 auto;
	/* border: 1px solid #252B3A; */
	border-radius: 5px;
	text-align: center;
	color: #fff;
	background-color: red;
}
.lang:after{ 
    content:"";
    width: 0;
	height: 0;
	position: absolute;
	top: 16px;
	left: 11px;
	border-top: 10px solid red;
	border-left: 5px solid transparent; /* 左边透明 */
	border-right: 5px solid transparent; /* 右边透明 */
}
.header_right_href>a>span:last-child{
	display: block;
	color: #252B3A;
}
.header_right_href>a:hover{
	text-decoration: none;
}
/* footer
----------------------------------------------------------------------------- */
#footer{
	margin-top: 40px;
}
.follow{
	overflow: hidden;
}
.follow div{
	float: left;
}
.follow>div{
	margin-bottom: 10px;
}
.follow .wx_code{
	margin-right: 20px;
}
.follow>div>span{
	display: block;
	margin-top: 10px;
	text-align: center;
	font-size: 14px;
}
/* index
----------------------------------------------------------------------------- */
.tp-caption.very_large_text{
	font-size: 56px;
	font-weight: normal;
}
.tp-caption.light_medium_20{
	font-size: 20px;
	font-weight: normal;
}
.btn{
	font-size: 16px;
}
.banner_btn_first{
	padding: 10px 12px !important;
	margin-right: 5px !important;
	font-size: 16px !important;
}
.banner_btn_first:focus{
	border: 1px solid #FF6700;
}
.testimonial{
	margin: 0;
	background-color: #f5f5f5;
	overflow: auto;
}
.scene{
	margin: 15px;
	background-color: #f5f5f5;
	overflow: auto;
}
@media (min-width: 992px) {
	.scene-body{
		width: 70%;
	}
}
.banner_left_text{
	left: 12%;
	margin-left: 0!important;
}
.banner .banner_left_text h1{
	margin-top: 0;
	line-height: 60px;
	font-size: 56px!important;
	color: white;
}
.banner_left_text_p{
	margin-bottom: 10px!important;
}
.scene-body{
	float: left;
	padding: 30px;
}
.testimonial-body h3,.scene-body h3{
	margin-top: 0;
	margin-bottom: 15px;
}
.scene-body p{
	text-align: justify;
	word-break: break-all;
	text-justify: distribute;
}
.testimonial-body p{
	margin-bottom: 15px;
}
.gray_list .testimonial-body p{
	margin-bottom: 0;
}
.scene-body a{
	margin: 0;
}
.tp-bannertimer.tp-bottom{	
	bottom: 0px;
	height: 4px; 
	top: auto;
}
.well{
	margin-bottom: 0;
}
.tab-content .owl-carousel .owl-item > div {
    margin: 0 20px 0 0;
}
.cooperation_case{
	margin-top: 45px;
}
.image-box-body{
	padding: 25px;
	background-color: #f5f5f5;
}
.image-box-body h3,.image-box-body p{
	text-align: justify;
	word-break: break-all;
	text-justify: distribute;
}
.image-box-body .title{
	font-size: 18px;
	line-height: 1.5;
}
.tab-content{
	border: 0;
}
.timeline .blogpost .blogpost-body{
	padding: 20px 15px;
	min-height: 0;
}
.blogpost h2.title {
	margin-bottom: 10px;
    font-size: 18px !important;
	line-height: 1.5;
}
.tp-caption .light_medium_20{
	font-size: 20px !important;
}
.tp-caption,.small_thin_dar{
	color: #ffffff !important;
}
.timeline .blogpost .post-info {
    margin: 0 20px 20px 0;
}
.timeline a{
	display: block;
	text-decoration: none;
}
.blogpost .blogpost-content {
	padding: 0;
}
.blogpost-content p{
	margin: 0;
	color: #666;
	text-align: justify;
	word-break: break-all;
	text-justify: distribute;
}
.box-style-3.right .icon-container{
	float: left;
}
.box-style-1{
	padding: 0;
}
.box-style-1 h3{
	margin: 30px 30px 15px;
	color: #333333;
}
.product_brief{
	padding: 0 30px;
	text-align: justify;
}
.box-style-1 a{
	margin-bottom: 30px;
}
/* index-system
----------------------------------------------------------------------------- */
.index-system{
	padding: 0 30px !important;
	background: url('../images/index/index-system.jpg') no-repeat bottom;
	background-size: cover;
}
.index-system-inside{
	max-width: 1340px;
	margin: 0 auto;
	padding: 80px 0;
}
.index-system-img{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 50%;
	height: 100%;
	text-align: right;
}
/* index-customers
----------------------------------------------------------------------------- */
.index-customers{
	padding: 0 30px !important;
	/* background: url('../images/index/index-customers.jpg') no-repeat bottom right;
	background-size: cover; */
}
.index-customers h1{
	text-align: center;
}
/* solution
----------------------------------------------------------------------------- */
.banner{
	border: 0;
}
.banner h1{
	margin: 0 0 20px;
	font-size: 40px;
	color: #061828;
	font-weight: normal;
}
.banner .fixed-image{
	background-size: cover;
	background-position: center top;
	border: 0;
}
.no-touch .fixed-image {
    background-attachment: scroll !important;
	border: 0;
}
.banner .fixed-image .container{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	color: #061828;
}
.banner + .page-intro {
	margin-top: 0 !important;
	background-color: #ffffff;
}
.page-intro {
	height: 60px;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	border-bottom: 0;
}
.page-intro ul li{
	float: left;
	height: 60px;
}
.page-intro ul li a{
	display: block;	
	height: 60px;
	margin-right: 60px;
	line-height: 60px;
	font-size: 16px;
	color: #303030;
}
.page-intro .active a{
	border-bottom: 3px solid #ff6700;
}
.page-intro ul li a:hover{
	text-decoration: none;
}
.separator::after{
	background-color: #ff6700;
}
.gray_list>div{
	min-height: 165px;
	margin-top: 30px;
	padding: 30px;
}
.gray_list .gray-bg .testimonial-body{
	padding: 0;
	margin-left: 110px;
}
.gray_list .gray-bg .testimonial-body h3{
	line-height: 30px;
	color: #061828;
}
.gray-bg::before{
	box-shadow: none;	
}
.main-container{
	margin: 40px 0;
	padding: 0;
}
.image-box .overlay-container{
	padding: 20px 0;
	background-color: #fff;
}
.image-box .overlay-container img {
  margin: 0 auto;
  padding: 20px 0;
}
.image-box p{
	background-color: rgb(245,245,245);
	margin: 0;
	padding: 15px 0;
	text-align: center;
	font-size: 16px;
	color: #061828;
}
.image-box:hover{
    border: 1px solid rgb(255,103,0,0.9);
	-webkit-transition: all linear 0.5s;
	-moz-transition: all linear 0.5s;
	-ms-transition: all linear 0.5s;
	-o-transition: all linear 0.5s;
	transition: all linear 0.5s;
}
.image-box:hover .overlay{
	opacity: 1;
	filter: alpha(opacity=100);
	-webkit-transform: scale(1);
	transform: scale(1);
}
.image-box:hover p{
	color: #FFFFFF;
	background-color: #ffffff;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
	cursor: pointer;
}
div.overlay {
	padding: 20px;
	background-color: #fff;
	cursor: pointer;
}
.overlay span {
	position: static;
    display: block;
	padding: 5px 10px;
    color: #061828;
    font-style: normal;
	text-align: justify;
	word-break: break-all;
	text-justify: distribute;
}
.overlay span:first-child{
    font-size: 20px;
}
.overlay span:last-child{
	font-size: 16px;
	font-weight: 100;
	color: #666666;
}
.overlay .separator-2{
	height: 4px;
	margin: 10px;
	background-color: #FF6700;
}
/* case
----------------------------------------------------------------------------- */
.case_background{
	padding: 20px 0 80px;
	background: #f9fafc;
}
.case_container{
	width: 75%;
	margin: 0 auto;
}
.case_container>ul>li{
	float: left;
	width: 32%;
	margin-top: 40px;
	margin-right: 2%;
	border-radius: 8px;
	background-color: #ffffff;
	box-shadow: 0 0 5px #eaeef9;
	overflow: hidden;
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.case_container>ul>li:hover{
	box-shadow: 5px 5px 15px #ccc;
}
.case_container>ul>li:nth-of-type(3n){
	margin-right: 0;
}
.case_container>ul>li>a{
	text-decoration: none;
}
.case_container>ul>li>a>.case_img{
	position: relative;
}
.case_container>ul>li>a>.case_img>.case_logo{
	position: absolute;
	left: 30px;
	bottom: -50px;
	width: 100px;
	height: 100px;
	padding: 5px;
	line-height: 70px;
	background-color: #ffffff;
	border-radius: 100%;
	box-shadow: 0 4px 10px #ddd;
	overflow: hidden;
	z-index: 3;
}
.case_container>ul>li>a>.case_info{
	padding: 55px 30px 20px;
}
.case_container>ul>li>a>.case_info>h3{
	line-height: 1.5;
	font-size: 20px;
	color: #333333;
}
.case_container>ul>li>a>.case_info>.case_tag>span{
	padding: 3px 8px;
	margin-right: 5px;
	line-height: 35px;
	background: #fcede3;
	border-radius: 5px;
	color: #666;
}

/* quotation
----------------------------------------------------------------------------- */
.quotation_slider {
  position: relative;
}
.system_service{
	padding: 0;
}
.quotation_system table{
	width: 100%;
}
.quotation_system thead tr{
	height: 50px;
	/* background-color: #f3f3f3; */
	font-size: 18px;
}
.quotation_system thead tr:first-child{
	background-color: #ffffff;
}
.quotation_system_img{
	position: relative;
	padding: 0 !important;
}
.quotation_system_img>p{
	position: absolute; 
	top: 50%;
    left: 15%;
    transform: translate(0,-50%);
	margin: 0;
	font-weight: 100;
}
.quotation_system thead tr img{
	margin: 0 auto;
}
.quotation_system th,.quotation_system td{
	padding: 10px;
	border: 1px solid #ddd;
}
.quotation_system .version_td{
	min-width: 120px;
	font-size: 16px;
}
.quotation_system .version_td>p:first-child{
	text-align: center;
}
.quotation_system .version_td .system_price{
	text-align: center;
	font-size: 16px;
	color: #ff6700;
}
.quotation_system td p{
	margin: 0;
	line-height: 30px;
}
.quotation_system td p>span:first-child{
	float: left;
}
.fuction_td_p{
	display: block;
	margin-left: 25px;
}
.system_service li{
	float: left;
	width: 32%;
	margin-right: 2%;
}
.system_service>li:nth-of-type(3n){
	margin-right: 0;
}
.system_service li img{
	margin: 0 auto;
}
.system_service li h2{
	margin: 0;
}
.added_system_services {
	padding: 0;
}
.system_service li,.added_system_services .object-non-visible{
	margin-bottom: 15px;
	border: 1px solid #f3f3f3;
	background-color: #fff;
}
.system_service li{
	margin-bottom: 0;
}
.system_service li,.added_system_services li .object-non-visible{
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.system_service li:hover{
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
	/* transform: translate(0,-10px); */
	transform: scale(1.06);
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
} 
.added_system_services li{
	-webkit-transition: all linear 0.2s;
	-moz-transition: all linear 0.2s;
	-ms-transition: all linear 0.2s;
	-o-transition: all linear 0.2s;
	transition: all linear 0.2s;
}
.added_system_services li:hover{
	transform: scale(1.06);
} 
.added_system_services li:hover .object-non-visible{
	box-shadow: 0 1px 10px 0 rgba(0, 0, 0, .1);
}
.added_system_services .overlay-container img{
	margin: 0 auto;
	padding: 20px 0;
}
.system_service li div,.added_system_services .overlay-container div{
	padding: 30px;
	background-color: #f3f3f3;
}
.added_system_services h2{
	margin: 0;
	font-size: 22px;
	color: #061828;
	text-align: left;
}
.system_service li p,.added_system_services p{
	margin: 10px 0 0;
	text-align: center;
	font-size: 16px;
	color: #888;
	font-weight: 100;
	text-align: justify;
	text-justify: distribute
}
.price{
	display: inline-block;
	width: 100%;
	margin: 10px 0 0;
	text-align: center;
	font-size: 22px;
	font-weight: 100;
	color: #ff6700;
	text-align: justify;
	text-justify: distribute
}
.added_system_services li{
	margin-bottom: 20px;
}
/* product
----------------------------------------------------------------------------- */
.product_section,.zhenzhi_section,.dingzhi_section{
	padding: 20px 0;
}
.product_container,.zhenzhi_container,.dingzhi_container{
	padding: 0;
}
/* anli
----------------------------------------------------------------------------- */
.anli_list h2{
	margin: 0;
}
.plan_img{
	margin-top: 30px;
	box-shadow: 0 0 5px #ccc;
	-moz-box-shadow: 0 0 5px #ccc;
	-webkit-box-shadow: 0 0 5px #ccc;
}
.planImgTitle{
	margin-top: 15px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 12px;
}
/* kf
----------------------------------------------------------------------------- */
.nav-pills.nav-stacked > li > a::after{
	top: 10px;
}
.nav-pills > li > a{
	font-size: 14px;
	font-weight: 400;
}
.tab-content,.panel-group{
	margin-bottom: 0;
}
.client_list h2{
	margin-top: 0;
}
.kf_company{
	margin-bottom: 20px;
	padding: 20px;
	background-color: #F5F5F5;
}
.kf_company_title{
	margin-bottom: 20px;
}
/* news
----------------------------------------------------------------------------- */
.page-top{
	width: 900px;
	padding: 0;
	margin: 0 auto 0;
}
.page-top article{
	margin-top: 20px;
	background-color: #fff;
	border: 0;
}
.blogpost-content{
	min-height: 90px;
}
.new-head h3{
	font-size: 26px;
}
.new-head p{
	font-size: 16px;
	color: #999;
}
.new-content{
	margin-top: 20px;
}
.new-content img{
	margin-bottom: 20px;
}
.new-content p,.new-content strong{
	display: block;
	text-align: justify;
	word-break: break-all;
	text-justify: distribute;
	line-height: 30px;
	font-size: 16px;
}
.text-center{
	margin: 30px 0 20px;
	font-size: 32px;
	color: #061828;
}
.second-title{
	font-size: 18px;
}
.text-end {
	margin-top: 10px;
}
.text-end p{
	text-align: center;
}
/* us
----------------------------------------------------------------------------- */
.us-container{
	padding-bottom: 20px;
	background-color: #FFFFFF;
}
.box-shadow{
	padding: 60px;
	box-shadow: 1px 10px 30px 0px rgba(19, 33, 46, 0.17);
	transform: translateY(-60px);
	background-color: #FFFFFF;
}
.active-revslide{
	z-index: 0 !important;
}
.company-intro, .customers-logo{
	margin-top: 40px;
}
.company-intro p{
	line-height: 32px;
	font-size: 16px;
}
.history-container{
	padding: 50px 0;
}
.history-img{
	position: fixed;
	top: 0;
	left: 0px;
	z-index: -100;
	width: 100%;
	height: 1035px;
	background: url("../images/history-img01.jpg") center center no-repeat;
	background-size: cover;
	opacity: 0.1;
	filter: Alpha(opacity=10); /* IE8 以及更早的浏览器 */
}
.history-content{
	margin-top: -5px;
	overflow: auto;
	position: relative;
}
.history-left{
	float: left;
	width: 65%;
}
.history-right{
	width: 30%;
	height: 100%;
	margin-left: 70%;
}
.history-left>div{
	margin-top: 30px;
}
.history-right img{
	box-shadow: 1px 10px 30px 0px rgba(19, 33, 46, 0.17);
}
.history-right img:first-child{
	margin-top: 70px;
}
.history-right img:last-child{
	position: absolute;
	right: 0;
	bottom: 110px;
}
.history-content p{
	margin-bottom: 10px;
	font-size: 16px;
	color: #555;
	text-align: justify;
	word-break: break-all;
	text-justify: distribute;
}
.history-year{
	margin-top: 0px;
	margin-bottom: 10px;
}
.customers-container{
	padding: 50px 0 100px;
	background-color: #FFFFFF;
}
.logo-row div{
	float: left;
	width: 12.5%;
	padding: 0 5px;
	border: 1px solid #eee;
}
.logo-row img{
	margin: 0 auto;
}
/*download
----------------------------------------------------------------------------- */
.download-box-left,.download-box-right{
	float: left;
}
.download-box-left{
	margin-right: 10px;
	/* border-right: 1px solid #888; */
}
.download-box-right{
	margin-left: 20px;
}
.QR_Code-img{
	float: left;
}
.QR_Code img{
	width: 120px;
	margin-right: 10px;
}
.QR_Code p{
	text-align: center;
	margin: 10px 0 0;
	color: #888;
}
.modal-mini-program{
	float: left;
	margin-left: 25px;
	width: 220px;
}
.download-row{
	padding: 100px 0;
}
.title_download>h1{
	float: left; 
	margin: 10px 0;
	color: #555; 
	font-weight: 100;
}
.title_download>span{
	float: left;
	margin-top: 19px;
	font-size: 25px;
	color: #555;
	font-weight: 100;
}
.download-box{
	min-width: 680px;
	margin-top: 30px;
	overflow: hidden;
}
.QR_Code{
	overflow: hidden;
}
.download-box h3{
	font-weight: 400;
}
.download-box p{
	margin-bottom: 15px;
	color: #888;
	font-weight: 200;
}
.download_btn_box{
	margin-top: 18px;
}
.download-btn{
	margin: 0;
	color: #ffffff !important;
	min-width: 0;
	margin-right: 4px;
	padding: 10px 20px;
}
.download-btn:focus,.download-btn:active{
	color: #ffffff !important;
}
.download-btn i{
	padding-right: 0;
}
.App_caption{
	margin-top: 25px;
}
.App_caption p,.App_caption span{
	margin-bottom: 0;
	color: #888;
	font-weight: 200;
}
.App_caption a{
	margin-right: 10px;
	color: #FF6700;
	font-weight: 200;
}
.App_caption a:hover{
	/* text-decoration: underline; */
	color: #F25807;
}
/*faq
----------------------------------------------------------------------------- */
.panel-group .panel + .panel {
  margin-top: 15px;
}
.panel-title a i{
	font-size: inherit;
}
.panel-body p{
	margin-bottom: 10px;
}
.panel-body p:last-child{
	margin-bottom: 0;
}
.faq_slider{
	position: relative;
}
.other_faq{
	margin-top: 30px;
	padding: 0 16px;
}
.other_faq a{
	display: block;
	margin-bottom: 10px;
	font-size: 14px;
	line-height: 1.6;
	color: #666666;
}
.faq_have_hyuusoft{
	margin-bottom: 50px;
}
.faq_have_hyuusoft h2{
	margin: 30px 0 20px 0;
}
.faq_have_hyuusoft .faq-content{
	position: initial;
	margin-top: 40px;
	padding: 0;
	background-color: white;
	font-size: 16px;
}
.faq-content p{
	line-height: 1.75;
}
