/* 修正配色 */
#header .logo,
.navigation a:hover, .navigation a.active,
.person h5,
.social-icons a,
.footer .footer-share a,
.conForm .submitBnt:hover ,
.social-icons a, .footer .footer-share a,
.conForm .submitBnt:hover {
	color: #102442;
}
.social-icons a,
.footer .footer-share a {
	border-color: #102442;
}
.intro,
.services .icon,
.testimonials,
.jia-gap,
.conForm .submitBnt{
	background-color: #102442;
}

.btn {
	background-color: #102442;
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	border: 0;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: inline-block;
	text-transform: uppercase;
	border: 1px solid #102442;
}
.btn:hover, .btn:focus {
	background-color: transparent;
	color: #102442;
}

.btn_red {
	background-color: #a50000;
	color: #fff;
	border: 1px solid #a50000;
}
.btn_red:hover, .btn_red:focus {
	background-color: #fff;
	border: 1px solid #fff;
	color: #a50000;
}

/* 修正顶部导航 */
.header-content {
	padding-right: 15px !important;
    padding-left: 15px !important;
}
.navigation {
	float: right;
	position:relative;
	top:6px;
}
#header .logo {
	position:relative;
	top:8px;
}
.navigation a {
	padding:0 3px;
	margin-left: 30px;
	font-size: 14px;
    font-weight: 700;
}
#header.fixed a:hover, #header.fixed a.active {
	color: #970000;
	background-color:transparent
}
.navigation a:hover, .navigation a.active {
	color: #ffffff;
	background-color: #102442;
}

/*增加侧边*/
.side-bar {
    width: 46px;
    position: fixed;
    bottom: 20px;
    right: 25px;
    z-index: 100;
}
.side-bar a {
	width: 46px;
	height: 46px;
	display: block;
	background-color: #dddddd;
	margin-bottom: 2px;
	color:#fff;
	text-align: center;
}
.side-bar a .fa {
	font-size:28px;
	line-height: 46px;
}
.side-bar a .fa-mobile{
	font-size:42px;
}
.side-bar a:hover {
	background-color: #970000;
}
.side-bar .showQr {
	position: relative;
}
.side-bar .showQr:hover .chat-tips {
	display: block;
}
.chat-tips {
	padding: 20px 20px 10px 20px;
	border: 1px solid #d1d2d6;
	position: absolute;
	right: 56px;
	bottom: 0px;	
	background-color: #ffffff;
	display: none;
}
.chat-tips p{
	display:black;
	color:#2d3033;
	font-size:18px;
	margin-top:12px;
}






.intro {
	padding: 80px 0;
}

/* 修正新闻标题 */
.service-section {
    padding-top: 60px;
}
.service-section .section-header {
    padding-bottom: 40px;
}


/* 修正新闻列表 */
.services-content {
	padding: 10px 30px 20px;
	margin-top:0px;
	border-width:0px;
}
.services .service-img{
	display:block;
	overflow: hidden;	
}
.services img{
	width: 100%;
	-moz-transition: all, 0.5s;
	-o-transition: all, 0.5s;
	-webkit-transition: all, 0.5s;
	transition: all, 0.5s;	
}
.services a:hover img{
	-moz-transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}

/* 修正副页 */
.itemPage .banner {
    height: 81px;
}

/* 修正新闻列表页面 */
.topic .container{
	padding-top:30px;
}
.news .navigation a:hover, .news .navigation a.active {
	color: #970000 important;
	background-color:transparent
}
.newsNav{
	display: block;
	height:80px;
}
.newsNav span{
	font-size: 32px;
	color: #2d3033;
}
.newsNav .nav{
	float: right;
    position: relative;
}
.newsNav .nav a{
	border-radius: 2px;
	font-size: 16px;
	font-weight: 400;
	margin-left:4px;
}
.newsNav .nav>li>a{
	color: #2d3033;
}
.newsNav .nav>li.active>a, .newsNav .nav>li.active>a:focus, .newsNav .nav>li.active>a:hover{
	background-color: #a50000;
	color: #fff;
}

/*新闻详情页*/

.content-box{
	box-shadow: 0 3px 2px rgba(0, 0, 0, 0.1);
	padding: 40px;
	border: #e0e0e0 1px solid;
} 

.content-box .content-header{
	margin-bottom: 24px;
}
.content-box .channel-label{
	font-size: 10px;
	padding: 5px 10px;
    z-index: 2;
    color: #fff;
    margin-bottom: 0;
    display: inline-block;	
    background-color: #19C22A;
    border:none;
}
.content-box .content-title{
	font-size: 36px;
    margin-top: 12px;
    margin-bottom: 5px;
    font-weight: 600;
}
.content-box .content-holder{
	margin-top: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    justify-content: space-between;
    font-weight: 600;
}

.content-box .meta li {
    display: inline-block;
    font-weight: 600;
    text-transform: uppercase;
}
.content-box .content-img {
    overflow: hidden;
    margin-bottom: 20px;
}
.content-box .content-img img{
    width: 100%;	
}


.content-box .nav-product{
	background-color: #102442;
	border: 1px solid #102442;
    border-radius: 2px;
    padding: 15px;
    margin-bottom: 30px;
    margin-top: 15px;
    text-transform: uppercase;

    
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}

.content-box .product-list .cname{
	font-size: 14px;
    text-transform: uppercase;
    font-weight: 600;
    color: #787878;
    margin-bottom: 10px;
    margin-top:30px;
}
.content-box .product-list .pname{
	font-size: 30px;
    margin-bottom: 10px;
    color: #000000;
    line-height: 1.3;
    font-weight: 700;
}

.content-box .product-list .p-price{
	margin-bottom: 0;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    color: #dc0345;
    font-weight: 700;
    line-height: 2;
}
.content-box .product-list .p-price .old-price{
	display: inline-block;
    font-family: "Ubuntu", sans-serif;
    font-size: 24px;
    color: #787878;
    font-weight: 700;
    text-decoration: line-through;
    margin-right: 15px;
    margin-bottom: 10px;
}
.content-box .product-list .description{
    font-size: 16px;
	color: #787878;
    line-height: 2;
    font-weight: 400;
}
.content-box .product-list hr{
	margin-bottom: 40px;
}


.content-box .footer{
	text-align: center;
	margin: 80px 0 80px;
}


#contact #map{
	height:660px;
}
#contact{
	padding: 0;
	position: relative;
}
#contact .container{
	position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 460px;
    margin-left: calc((100% - 1100px) / 2);
    z-index: 10;
    background-color: rgba(255, 255, 255, 0.9);
    padding:0 30px;
}
#contact .section-header{
	margin-top:50px;
	padding-bottom: 15px;
}
#contact .section-header p{
	text-align: left;
}

#contact .jm{
	margin-top: 20px;
}
#contact .jm li{
	line-height:32px;
}
#contact .jm span{
	margin-left:29px;
	width:300px;
	font-size: 32px;
	font-family:Arial;
	font-weight:bold;
}
#contact .jm img{
	margin-top:12px;
	width:100px;
}


.section-gap {
  padding: 120px 0;
}
.section-gap .align-items-center{
	display: flex;
    flex-wrap: wrap;
	align-items: center !important;	
}
.info-area .info-thumb {
    overflow: hidden;
    display: inline-block;
}
.section-gap .col-lg-6 {
    flex: 0 0 50%;
    max-width: 50%;
}
.img-fluid {
    max-width: 100%;
    height: auto;
}
.info-area .info-content {
  box-shadow: 0px 0px 50px 0px rgba(157, 157, 157, 0.3);
  position: relative;
  background: #fff;
  padding: 60px 40px 60px 0px;
}
.section-gap .info-content h2{
	padding-bottom: 30px;
}
.info-area .info-content:after {
    content: "";
    box-shadow: -35.355px 35.355px 50px 0px rgba(157, 157, 157, 0.3);
    position: absolute;
    right: 100%;
    top: 0;
    z-index: 2;
    background: #fff;
    width: 70px;
    height: 100%;
}


.we-are .title-main {
    position: relative;
    padding-bottom: 15px;
    margin: 0 0 15px 0;
}
.we-are .line-title {
    width: 100px;
    display: block;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: hidden;
}
.we-are .line-title .line_first {
	float: left;
    height: 4px;
    margin-right: 2%;
    width: 49%;
    display: block;
    background-color: #102442;
}
.we-are .line-title .line_second {
	float: left;
    height: 4px;
    width: 49%;
    display: block;
    background-color: #a50000;
}
.we-are .text-anons{
	margin-bottom: 45px;
}
.we-are_block{
	padding: 40px 80px 35px 50px;
	background-color: #eaeaea;
	position: relative;	
}
.we-are_block:after {
    border-bottom: 17px solid #a50000;
    border-right: 17px solid transparent;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 0;
    height: 0;
    content:"";
}
.title-block{
	margin-bottom:25px;
}
.we-are_block p.text {
    margin-bottom: 50px;
}
.we-are_img {
    margin-bottom: 30px;
}
.we-are > .container >.row > div:last-child .we-are_img{
	margin-top:30px;
	margin-bottom: 0;
}

.product{
    padding: 120px 0;
}
.product .row:first-child{
	margin-bottom: 45px;
}
.product .product-owl{
	height:488px;
	overflow: hidden;
}
.product .img-info span,.product .img-info p,.product .img-info h3{
	color: #fff;
}
.product .img-info h3{
	margin:0px;
}
.product .img-info p{
	margin-top:24px;
}
.product .agent_wrap{
    position: relative;
    overflow: hidden;
    padding-bottom:85px;
}
.product .image{
	text-align: center;
}
.product .image img {
    height: 360px;
    vertical-align: middle;
}
.product .img-info {
    padding: 20px 20px 0 20px;
    position: absolute;
    top: 360px;
    height: 100%;
    -moz-transition: 0.4s;
    -o-transition: 0.4s;
    -webkit-transition: 0.4s;
    transition: 0.4s;
    background: rgba(165, 0, 0, 0.9);
}
.product .agent_wrap:hover .img-info {
  background: rgba(16, 36, 66, 0.9);
  top: 0 !important; 
}


.owl-theme .owl-controls {
	margin-top: 18px;
    text-align: center;
}
.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
}
.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #eaeaea;
    display: block;
    -webkit-backface-visibility: visible;
    -webkit-transition: opacity 200ms ease;
    -moz-transition: opacity 200ms ease;
    -ms-transition: opacity 200ms ease;
    -o-transition: opacity 200ms ease;
    transition: opacity 200ms ease;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    border-radius: 30px;
}
.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
    background: #102442;
}
.video-section {
    padding-bottom:120px;
}

.jia-gap {
  padding: 120px 0;
}
.jia-gap h2,.jia-gap h4,.jia-gap p {
  color:#fff
}
.jia-gap .col-left {
    float: left;
}
.jia-gap .col-left span {
    color: #a50000;
    font-size: 9em;
    height: 155px;
    width: 67px;
    display: block;
    font-weight: 600;
}
.jia-gap .col-right {
    float: right;
    width: 74%;
    padding: 4em 0 0;
}



.modal-sfd{
	width:1048px
}
.modal-sfd .modal-content {
    border-radius: 0px;
}
.modal-sfd .modal-body {
    padding: 0px;
}
.modal-sfd .modal-footer {
    text-align: center;
}
.modal-sfd .modal-body img.mobile{
	display: none;
}















@media screen and ( max-width: 1048px ) {
	.modal-sfd{
		width:auto
	}
	.modal-sfd .modal-body img {
    	width:100%
	}
	
	.modal-sfd .modal-content {
		margin: 30px;
	}

}
@media screen and (max-width: 480px) {
	.modal-sfd .modal-body img.pc {
    	display: none;
	}
	.modal-sfd .modal-body img.mobile{
		display: block;
	}
}