@charset "utf-8";
body{
	list-style: none;
	    background-color: #f7f9fa
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
input:focus,textarea:focus,
input,textarea{
	max-width: 100%;
	font-size: 14px !important;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
@media screen and (min-width: 1200px) {
	.he_border2{
		width: 18.88rem;
	}
}
@media screen and (max-width: 1200px) {
	.he_border2{
		width: 21.88rem;
	
}}
.he_border2 {
	background: #E47B1C;
	width: 100%;
	height: 200px;
	padding: 0;
	margin: 0;
	position: relative;
	box-sizing: border-box;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
}
 .he_border2_title{
  text-align: center;
  margin-top: 10px;
}
.he_border2 img{
	padding-top: 0px;
  height: 100%;
  object-fit: cover;
}
@media (min-width:1024px){
	.he_border2 .he_border2_img {
	display: block;
	width: 100%;
  max-height: 260px;
  height: 100%;
  object-fit: cover;
	padding: 0;
	margin: 0;
	position: relative;
	opacity: 1;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.he_border2:hover .he_border2_img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	opacity: .2
}

.he_border2 .he_border2_caption {
	color: #fff;
	padding: 0;
	margin: 0;
	-moz-backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden
}

.he_border2 .he_border2_caption::before,.he_border2 .he_border2_caption::after {
	position: absolute;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.4s,-webkit-transform .4s;
	-moz-transition: opacity 0.4s,-moz-transform .4s;
	-o-transition: opacity 0.4s,-o-transform .4s;
	transition: opacity 0.4s,transform .4s
}

.he_border2 .he_border2_caption::before {
	top: 14%;
	right: 5%;
	bottom: 14%;
	left: 5%;
	border-top: 2px solid #fff;
	border-bottom: 2px solid #fff;
	-webkit-transform: scale(0,1);
	-moz-transform: scale(0,1);
	-o-transform: scale(0,1);
	transform: scale(0,1);
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-o-transform-origin: 0 0;
	transform-origin: 0 0
}

.he_border2 .he_border2_caption::after {
	top: 8%;
	right: 10%;
	bottom: 8%;
	left: 10%;
	border-right: 2px solid #fff;
	border-left: 2px solid #fff;
	-webkit-transform: scale(1,0);
	-moz-transform: scale(1,0);
	-o-transform: scale(1,0);
	transform: scale(1,0);
	-webkit-transform-origin: 100% 0;
	-moz-transform-origin: 100% 0;
	-o-transform-origin: 100% 0;
	transform-origin: 100% 0
}

.he_border2:hover .he_border2_caption::before,.he_border2:hover .he_border2_caption::after {
	opacity: 1;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1)
}
.he_border2 .he_border2_caption,.he_border2 .he_border2_caption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	z-index: 1000;
	cursor:pointer
}

.he_border2 .he_border2_caption_h {
	font-size: 1.3em;
	font-weight: 700;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 20%;
	left: 10%;
	-webkit-transition: all .5s ease-in-out;
	-moz-transition: all .5s ease-in-out;
	-o-transition: all .5s ease-in-out;
	-ms-transition: all .5s ease-in-out;
	transition: all .5s ease-in-out;
	overflow: hidden;
	opacity: 1
}

.he_border2 .he_border2_caption_p {
	font-size: 1.5rem;
	text-align: center;
	width: 80%;
	position: absolute;
	top: 60%;
	left: 10%;
	-webkit-transition: all .4s ease-in-out;
	-moz-transition: all .4s ease-in-out;
	-o-transition: all .4s ease-in-out;
	-ms-transition: all .4s ease-in-out;
	transition: all .4s ease-in-out;
	overflow: hidden;
	opacity: 0
}

.he_border2:hover .he_border2_caption_p {
	top: 45%;
	opacity: 1
}
}

.slick-prev {
	width: 40px;
	height: 40px;
	background: #8d959b;
	border-radius: 50%;
	opacity: .7;
	z-index: 1;
}
.slick-prev:hover {
	width: 40px;
	height: 40px;
	background: #8d959b;
	border-radius: 50%;
	opacity: .9
} 
.slick-next {
	width: 40px;
	height: 40px;
	background: #8d959b;
	border-radius: 50%;
	opacity: .7;
}
.slick-next:hover  {
	width: 40px;
	height: 40px;
	background: #8d959b;
	border-radius: 50%;
	opacity: .9;
} 
.box{
	position: relative;
}
.clearbox{
	position: absolute;
	bottom: 0;
	left: 0;
	border:1px solid #999;
}
.selects{
    background: url(../../images/alpha.png) repeat;
    width: 100%;
    height: 436px;
    position: absolute;
    top: 60px;
    left: 0;
    z-index: 100;
/*    height: 0;*/
    overflow: hidden;
    padding: 0 600px;
    margin: 0 -600px;
    box-shadow: 3px 3px 10px #ccc inset;
}
.selects .shadow {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 299px;
    margin-bottom: 10px;
}
.selects .cts {
    width: 100%;
    max-width: 1200px;
    margin: 0px auto;
}
.selects .sele_con{
	float: left;
    padding-right: 42px;
}
.selects .sele_con dl {
    float: left;
    margin-right: 24px;
}
.selects .sele_con dt {
    padding: 30px 0 23px;
}
.selects .sele_con dt a{
	color: #434343;
    font-size: 16px;
    font-weight: bold;
}
.selects .sele_con dd {
    line-height: 35px;
}
.selects .sele_con dd a {
    display: block;
    color: #434343;
}
.shadow{
	height: 436px!important;
}

/*中部内容*/
.widget-title{
	line-height: 48px;
    padding: 1% 4.5%;
    font-size: 18px;
    font-weight: normal;
    border-top: 1px #ccc solid;
    cursor: pointer;
/*    border-bottom: 1px #1F4D8D  solid;*/
    margin-bottom: 0px;
    color: rgb(100, 100, 100);
    transition:.5s;
}
.widget-title:hover{
	color: #1F4D8D;
}
.sidebar .widget {
    background: #fff;
  /*  padding: 0 0 3%;*/
    box-shadow: 3px 3px 8px #ddd;
    margin-top: 3.5vw;
}
.sidebar .widget:nth-child(1) {
	margin:0;
}
.widget ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #e6ebed;
    list-style: none;
    position: relative;
}
/* .widget ul li:hover {
	background: #E47B1C;
	-webkit-transition: all .5s;
	-o-transition: all .5s;
	transition: all .5s;
}  */
.widget ul li a{
  font-size: 16px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #333;
     transition:.5s;
    
}

/* .widget ul li:hover a {
	color: #FFFFFF !important;
} */

/*详情页中部右边*/
 .portfolio-single {
    background-color: #f7f9fa;
}
.show-center {
    background: #fff;
    box-shadow: 3px 3px 8px #ddd;
    padding-bottom: 20px;
}
.portfolio-description {
    border-bottom: 1px #ccc solid;
    padding: 15px 35px;
}
.portfolio-description h2 {
    font-size: 22px;
}
.show-center .post_content {
    padding: 15px;

}

.btn.btn-primary {
    background: #484848;
    overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
  text-align: left;
}
.prevnext{
	float:right;
	list-style: none;
	padding-top: 5px;
}
.prev{
	float: left;
	padding-top: 5px;
}
.prevnext a ,.prev a{
    display: block;
    border-radius: 0;
    -webkit-border-radius: 0;
    font-weight: normal;
    width: 100%;
    background: #484848;
    border: none;
    line-height: 35px;
    font-size: 14px;
}
.prev a:hover{
    background-color: #1F4D8D;
}
.blog-sidebar .categories li >a:after {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f105";
    right: 0;
    color: #a7a7a7;
    right: 15px;
}
.blog-sidebar .categories li >a:after {
  font-family: "FontAwesome";
  position: absolute;
  content: "\f105";
  right: 0;
  color: #a7a7a7;
  right: 15px;
}
.blog-sidebar .categories .on a:after {
    font-family: "FontAwesome";
    position: absolute;
    content: "\f105";
    right: 0;
    color: #fff;
    right: 15px;
}
.blog-sidebar .categories .on:after {
    color: #fff;
}
/*列表页内容部分*/
.entry-item {
    margin-bottom: 2%;
    position: relative;
}
.entry {
    background-color: #fff;
    padding: 15px;
    position: relative;
    box-shadow: 3px 3px 8px #ddd;
}
.entry-title {
    font-size: 22px;
    font-weight: normal;
}
.entry-title a {
    color: #121212;
    text-decoration: none;
}
.entry-meta {
    margin-bottom: 15px;
    margin-top: 5px;
}
.entry-meta li,.entry-meta li a {
    color: #bbb;
    display: inline-block;
    font-size: 13px;
    white-space: nowrap;
    font-style: italic;
     transition:.5s;
}
.entry-meta li:before {
    content: "/";
    opacity: 0.5;
    margin: 0 7px;
}
.entry-meta li:nth-child(1):before{
	content: "";
}
.entry-content p {
    font-size: 15px;
    color: #7a7a7a;
    font-weight: normal;
    line-height: 25px;
}
.blog-content .entry-content a.btn {
    margin-top: 10px;
}

.btn.btn-md.btn-stroke, .btn.btn-md.btn-transparent {
    line-height: 36px;
    transition:.5s;
}
.btn.btn-stroke {
    color: #121212;
    border: 2px solid #edf0f0;
    background-color: transparent;
}
.btn-md {
    font-size: 14px;
    padding: 0 27px;
    font-weight: normal;
}
.widget ul li a:hover{
	color: #1F4D8D;
	text-decoration: none;
}
.widget ul .on a:hover{
	color: #fff;
	text-decoration: none;
}
.widget ul .on{
	color: #fff;
	background: #1F4D8D;
	text-decoration: none;
}
.widget ul .on a{
	color: #fff;
}
.entry-meta li a:hover{
	color: #1F4D8D;
	text-decoration: none;
}
.btn.btn-stroke:hover{
	background-color:#E47B1C;
    border-color: transparent;
    color: #fff;
}
/*Solutionshow*/
.bdsharebuttonbox a{
	display: block;
	overflow: hidden;
}
.bdsharebuttonbox span{
	padding: 0 5px;
	color: #000;
	font-size: 14px;
	cursor: text;
}
.txtshow{
	font-size: 15px;
    color: #ffffff;
    font-weight: normal;
    line-height: 25px;
    padding: 15px;
    text-indent: 2em;
    background: #1F4D8D;
    margin-top: 15px;

}
.txtcon{
	font-size: 18px;
	font-weight: 700;
}
.txtcon1{
	font-size: 16px;
	font-weight: 500;
}
#now_show{
	text-align: center;
}
@media (max-width: 992px) {
	#rlist{
		margin-top: 10px;
	}
}
.bdsharebuttonbox span:hover{
	color: #1F4D8D;
	text-decoration: none;
}
.bdsharebuttonbox a:hover{
	text-decoration: none;
}
@media (min-width: 1200px) {
		.bdsharebuttonbox{
		  overflow: hidden;
	    width: 61%;
	    margin: 0 auto;
	}
}
@media (max-width: 992px) {
	.contitle {
		width: 100%;
	}
	.portfolio-description {
	    padding: 15px 0;
	}
	#now_show {
		margin: 0 15px;
	}
}
@media  (min-width: 992px) and (max-width: 1200px) {
		.bdsharebuttonbox{
		  overflow: hidden;
	    width: 75%;
	    margin: 0 auto;
	}
}
@media  (min-width: 862px) and (max-width: 992px) {
		.bdsharebuttonbox{
		  overflow: hidden;
	    width: 62%;
	    margin: 0 auto;
	}
}
@media  (min-width: 563px) and (max-width: 862px) {
		.bdsharebuttonbox{
		  overflow: hidden;
	    width: 71%;
	    margin: 0 auto;
	}
}
@media (max-width: 563px) {
	.bdsharebuttonbox a{
		width: 100px;
	}
}
  
  /*service*/
  .widfot{
  	background: #fff;
    box-shadow: 3px 3px 8px #ddd;
  }
  .widfot ul li {
    padding: 10px 15px;
    border-bottom: 1px solid #e6ebed;
    list-style: none;
    position: relative;
}
.widfot ul li a {
    font-size: 14px;
    display: block;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    color: #a7a7a7;
    transition: .5s;
}
.widfot ul li a:hover{
	color: #1F4D8D;
	text-decoration: none;
}
.widfot h3{
	position: relative;
}
.widfot h3 i{
	position: absolute;
	top: 18px;
    right: 15px;
    font-size: 16px;
    color: #bbb;
}


/*massage*/
/*@media (min-width: 992px) {
	.entry img{
		width: 100%;
	}
}
@media (max-width: 992px) and (min-width: 768px) {
	.entry img{
		width: 70%;
	}
}
@media (max-width: 768px) and (min-width: 563px) {
	.entry img{
		width: 70%;
	}
}
@media (max-width: 563px)  {
	.entry img{
		display: none;
	}
}*/


.magbox input{
	display: block;
    line-height: 35px;
    padding: 0 10px;
    border: 1px #ccc solid;
    font-size: 14px;
/*    margin: 10px;*/
}
@media (min-width: 768px) {
	.magbox input{
		width:48% 
	}
	.magbox{
		margin-bottom: 20px;
		overflow: hidden;
	}
	.magboxer{
		margin:0 auto;
	}
	.magboxer span{
		float: right;
	}

}
@media (max-width: 768px) {
	.magbox input{
		width:100%;
		margin-bottom:2vw; 
	}
	.magboxer{
		margin:0 auto;
		margin-top: 2vw;
	}
	.magboxer span{
		float:left;
	}
 .he_border2_title{
    display: block;
    margin-top: 10px;
  }
}
.magbox input:nth-child(1){
	float: left;
}
.magbox input:nth-child(2){
	float: right;
}
.magbox textarea{
	display: block;
    resize: none;
    width: 93%;
    padding: 10px;
    font-size: 14px;
    height: 120px;
    font-family: "微软雅黑";
    border: 1px #ccc solid;
    outline: none;
    margin:0 auto;
}
.magboxer{
	overflow: hidden;
	width: 93%;
}
.magboxer span{
	text-align: center;
	margin-top: 0.5vw;
}
.magboxer span a{
	color: #333;
}
.magboxer span a:hover{
	text-decoration: none;
	color:#1F4D8D;
}
.magtitle{
	padding: 1vw 0;
    width: 93%;
    margin: 0 auto;
}
.magtitle p{
	display: inline-block;
	margin:0 auto;
	color: rgb(100, 100, 100);
    font-family: "Microsoft Yahei", tahoma, arial;
    font-size: 28px;
    line-height: 40px;
    font-weight: 500;
    padding-bottom: 15px;
}
.msg_btn_area input{
	border: currentColor;
    width: 138px;
    height: 40px;
    color: rgb(255, 255, 255);
    line-height: 40px;
    font-family: Microsoft Yahei,  tahoma, arial;
    font-size: 15px;
    cursor: pointer;
   	background-color: #1F4D8D;
}
.msg_btn_area{
	width: 93%;
}
@media (min-width: 1200px) {
	.magimg{
		margin-left: 80px;
	}
}
@media (max-width: 1200px) and (min-width: 992px) {
	.magimg{
		margin-left: 25px;
		margin-top: 15px;
		right: -140px;
	    top: 16px;
	    width: 420px;
	}
}
@media (min-width: 563px) and (max-width: 992px) {
	.magimg{
		margin-top: 2vw;
	}
}
@media (min-width: 768px) {
	.magtel span{
		font-size: 22px;
	}
	.msg_btn_area{
		margin:0 auto;
	}
	.magtitle{
		text-align: left;
	}
}
@media (max-width: 768px) {
	.magtel span{
		font-size: 18px;
	}
	.msg_btn_area{
		margin:0 auto;
		margin-top: 3vw;
		text-align: center;
	}
	.magtitle{
		text-align: center;
	}
	.magtel{
		text-align: center;
	}
}
.magtel{
	width: 93%;
	margin:0 auto;
	margin-top: 1vw;
	padding: 20px 0;
}
.magtel span{
	color: #1F4D8D;
	font-family: "Microsoft Yahei", tahoma, arial;
}
/*导航隐藏部分*/
.sildbox{
	position: absolute;
    left: 0;
    /*top: 84px;*/
    background: #214f8f;
    width: 100%;
}
/* .sildboxer{
	background: url(../../images/icon-03.png) no-repeat center bottom;
} */
/* .sildboxto{
	background: url(../../images/bg-17.png) repeat-x left top;
} */
.sildcoten{
	position: relative;
	width: 1200px;
    margin: 0 auto;
    display:none;
}
.sildcoten li:nth-child(1){
	overflow: hidden;
    padding-top: 20px;
    margin-top: 0px;
    padding-bottom: 20px;
    margin-bottom: 0px;
 /*   display: none;*/
}
.show{
	display: block;
}
.sildleft{
	float: left;
    padding-left: 135px;
}
.sildleft h4{
	color: #E47B1C;
    font-size: 18px;
    margin-bottom: 25px;
}
.wqpindustry {
    border-right: 1px solid #CCCCCC;
}
.wqpindustry .witem {
    /* width: 138px; */
    padding-right: 15px;
}
.wqpindustry .witem a{
    width: 100%;
    padding-right: 0;
    font-size: 14px;
    white-space: nowrap;
    text-align: left;
}
.wqpindustry .witem a b{
    font-size: 16px;
    font-weight: 400;
    color: #1F4D8D;
}
.nav-solutionbox .witem {
    float: left;
}
.nav-solutionbox a {
    color: #595959;
    display: block;
    padding-bottom: 16px;
    text-decoration: none;
}
.navsolution .navsolutionR {
    width: 450px;
}
.navsolutionR {
    float: left;
    margin-left: 49px;
    font-size: 14px;
    line-height: 24px;
}
.navsolutionR h4 {
    font-size: 18px;
    color: #1b1b1b;
    line-height: 20px;
    margin-bottom: 14px;
}
.wqpsulotion {
    padding-top: 5px;
}
.wqpsulotion .qsitem {
    float: left;
    width: 172px;
    margin-right: 10px;
}
.navsolutionR a {
    color: #595959;
    font-size: 14px;
}
.navsolutionR a:hover { 
	color: #1F4D8D;
}
.wqpsulotion .qsitem img {
    width: 172px;
    height: 117px;
}

.navsolutionR img {
    margin-bottom: 5px;
}
.hiddened{
	display: none;
}
.nav-item a{
	/*display: block;*/
	/*border-bottom:3px #fff solid;*/
}

/*=========*/
.fix-r-section {
    position: fixed;
    bottom: 150px;
    right: 15px;
    width: 46px;
    text-align: center;
    z-index: 9999;
    font-size: 0;
}
.fix-r-section .f-btn {
    display: inline-block;
    width: 46px;
    height: 46px;
    margin-bottom: 10px;
    cursor: pointer;
    line-height: 46px;
    background-color: #1F4D8D;
    color: #fff;
    position: relative;
}
.fix-r-section .f-btn:hover {
    background-color: #E47B1C;
}
.fix-r-section .f-btn i {
    vertical-align: middle;
}
.fix-r-section .tel-wrap {
    position: absolute;
    padding-right: 20px;
    bottom: 0;
        left: -230px;
}
.fix-r-section .tel-box {
    padding: 15px 20px;
    width: 230px;
    height: auto;
    background: #fff;
    box-shadow: 0 1px 10px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 1px 10px rgba(0,0,0,.1);
    text-align: left;
    cursor: default;
    display: none;
    line-height: normal;
}
.fix-r-section .tel-box .close {
    position: absolute;
    top: 0;
    right: 26px;
    font-size: 20px;
    color: #c4c4c4;
}
.iconfont {
    font-family: iconfont!important;
    font-style: normal;
}
.fix-r-section .tel-box .text-wrap {
    display: inline-block;
    font-size: 14px;
    vertical-align: middle;
}
.fix-r-section .tel-box .text-wrap .text {
    font-size: 12px;
    color: #999;
}
.fix-r-section .tel-box .text-wrap .text {
    font-size: 12px;
    color: #999;
}
.bttop {
    width: 45px;
    height: 45px;
    line-height: 45px;
    background-color:#1F4D8D;
    position: absolute;
    bottom: -45px;
    left: 0;
    box-shadow: 0 2px 6px rgba(103,107,110,.4);
    -webkit-box-shadow: 0 2px 6px rgba(103,107,110,.4);
}
.fix-r-section .f-btn i {
    font-size: 24px;
    vertical-align: middle;
}
.fix-r-section .dot {
    position: absolute;
    width: 6px;
    height: 6px;
    background-color: #ff0042;

    -webkit-border-radius: 3px;
    top: 3px;
    right: 3px;
}
.bttop i {
    color: #fff;
    font-size: 30px;
    line-height: 20px;
}
.fix-r-section .tel-box .close {
    position: absolute;
    top: 0;
    right: 26px;
    font-size: 20px;
    color: #c4c4c4;
}
.fix-r-section .tel-box .close {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 20px;
    color: #c4c4c4;
}
.fix-r-section .tel-box .text-wrap .til {
    color: #333;
    margin: 0;
}
@media (max-width: 768px) {
	.fix-r-section .f-btn{
		display: none;
	}
	.row div{
		margin-top: 15px;
	}
	.mt-4{
		margin-top: 0.5rem !important;
	}
  .navbar-brand img{
    height: 40px;
  }
}
@media (max-width:1078px){
    input:focus,textarea:focus {
	   font-size: 14px !important;
	   /*width: 100%;*/
   }
}
@media (max-width: 361px){
	.btn-secondary {
    color: #fff;
    background-color: #484848;
    border-color: #484848;
    margin-top: 8px;
}
}
