
/*===========================
    1. Theme default css 
===========================*/
@charset "utf-8";
*{margin:0;padding:0;list-style-type:none;}
a,img{border:0; color: #222222; text-decoration: none;}
body{
	font-size: 14px;
    background-color: #f5f5f5;
    color: #222222;}
.img {
	max-width: 100%;
	-webkit-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a:focus,
input:focus,
textarea:focus,
button:focus {
	text-decoration: none;
	outline: none;
}

a:focus,
a:hover{
	text-decoration: none;
	color: #d0121b;
}

span,
a{
    display: inline-block;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Montserrat', sans-serif;
	font-weight: normal;
	margin-top: 0px;
	font-style: normal;
    font-weight: 400;
}

h1 {
	font-size: 40px;
	font-weight: 500;
}
h2 {
	font-size: 36px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
	border-left: 5px solid #b81c22;
	padding-left: 10px;
	margin: 10px 0 10px 20px;
}
h5 {
	font-size: 16px;
	font-weight: 600;
	color: #222222;
}
h5 span{
	width: 150px;
	float: right;
	text-align: right;
}
h6 {
	font-size: 14px;
}
ul {
	margin: 0px;
	padding: 0px;
    list-style-type: none;
}

p { margin: 0; padding: 0
}

.midcontent{
	width: 1300px;
	margin:  0 auto;
	overflow: hidden;
}
.graybg{
	background-color: #f5f5f5;
}
.whitebg{
	background-color: #ffffff;
}

.flex{
	display: flex;
}
.flex div{
	flex: 1;
	text-align: center;
	margin: 0 5px;
}
.flex a{
	color: #fff;
}
.bg1{
	background-color: #16babf;
}
.bg2{
	background-color: #1e90ff;
}
.bg3{
	background-color: rgba(33, 81, 157, 1);
}
.bg4{
	background-color: #d5000e;
}
.bg5{
	background-color: rgba(49, 77, 190, 1);
}
.bg6{
	background-color: rgba(68, 147, 101, 1);
}
.bg7{
	background-color: rgba(179, 79, 77, 1);
}
.news{
	padding-bottom: 5px;
}
.news li{
	margin: 10px 5px 5px 20px;
	width: calc(100% - 40px);
}
.news li a img{
	width: 100%;
	margin-bottom: 10px;
}
.news li pre{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.news li p{
	color: #666666;
}
.news span{
	width: 100px;
	float: right;
	text-align: right;
}
.indexunit{
	margin-left: 20px;
}
.indexunit li{width: 14.2%;float: left; padding: 5px 0;}
/* index */
.pic-link{
	width: 300px;
	float: right;
}
.pic-link a{
	margin-bottom: 16px;
}
.pic-link img{
	width: 100%;
	border: 0;
}
.two-column{
	width: 50%;
	float: left;
}

.leftContent{
	width: 465px;
	border-right: 15px solid #f5f5f5;
	float: left;
}
.rightContent{
	width: 340px;
	float: right;
}
.footer{
	background-color: #d0121b;
	padding: 20px 0;
	margin-top: 20px;
	text-align: center;
	color: #fff;
	min-width: 1300px;
}
.footer a{color: #ffffff;}
.footer a:hover{ color: #fff8ba;}
/* table */
.table{
	padding: 0;
	margin: 0;
	width: 100%;
	font-size: 14px;
	}
.table thead{
	font-weight: 600;
	background-color: #f5f5f5;
}
.table tr{
/* 	border-top: 1px solid #f5f5f5;
	border-left: 1px solid #f5f5f5; */
}
.table tr td{
	/* border-right: 1px solid #f5f5f5; */
	border-bottom: 1px solid #f5f5f5;
	padding: 10px;
}


/*====== HEADER CSS ======*/
.toptel{
	font-size: 18px;
	text-align: right;
	padding: 20px 0 0 0;
}
.redcolor{
	color: #d5000e;
}
.logo{
	width: 400px;
	float: left;
}
.search{
	width: 500px;
	float: right;
	padding-top: 30px;
}
.searchtitle{
	font-size: 18px; line-height: 50px; font-weight: 600;
}
.input-search{
	height: 50px;
	line-height: 50px;
	width: 220px;
	border: 1px solid #ffffff;
	float: right;
	padding: 0 20px;
}
.button-search{
	background-color: #d5000e;
	color: #ffffff;
	height: 50px;
	line-height: 50px;
	padding: 0 20px;
	float: right;
	cursor: pointer; 
	font-size: 18px;
}

/*====== BUTTON CSS ======*/

.button{
    border: 1px solid #1e90ff;
    padding: 12px 30px;
    display: inline-block;
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    cursor: pointer;
    font-weight: 600;
	font-family: 'Montserrat', sans-serif;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    z-index: 5;
}
.redbg{
	color: #b81c22;
}
.button-bg{
    border-color: #b81c22;
    position: relative;
    z-index: 5;
}
.button-bg::before,
.button::before{
    content: '';
    position: absolute;
    width: 0%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #1e90ff;
    z-index: -1;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.button-bg::before{
    background-color: #1e90ff;
    width: 100%;
    right: 0;
    left: auto;
}
.button:hover{
    color: #fff;
}
.button:hover::before{
    width: 100%;
}
.button-bg:hover::before{
    width: 0%;
}

/*====== ALL SECTION TITLE BUTTON ======*/

 
/*===========================
    2.NAVBAR css 
===========================*/  

.navbar {
	background-color: #b81c22;
	overflow: hidden;
	margin-top: 20px;
	width: 100%;
	min-width: 1300px;
}
.navbar-nav{ padding: 10px;}
.navbar-nav li{
    margin: 5px;
	display: inline-block;
}

.navbar-nav li a{
    padding: 5px 25px 5px 25px;
    display:inline-block;
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
	text-decoration: none;
}
.navbar-brand{margin-top: -10px; float: left;}
.navbar-nav li a::before{
    position: absolute;
    content: '';
    width: 0%; 
    left: 0;
    bottom: 0;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.navbar-nav li a.active,
.navbar-nav li:hover a{
    color: #fff8ba;
	background-color: #d0121b;
    border:1px;
    border-radius: 15px;
}
.navbar-nav li a.active::before,
.navbar-nav li:hover a::before{
    width: 100%;
}

.navbar-nav .nav-item a{ color: #ffffff;
    border:1px;
    border-radius: 15px;}
.navbar-nav .nav-item::before{width: 100%;}

.sticky {
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    width: 100%;
	background-color: #242424;
	z-index: 99;
}

.navbar-toggler {
	padding: 2px 7px;
	border: 1px solid #16babf;
}
.navbar-toggler .icon-bar {
	display: block;
	width: 30px;
	height: 2px;
	background-color: #16babf;
	margin: 6px 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    position: relative;
}

.navbar-toggler.active .icon-bar:nth-child(1) {
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 8px;
}
.navbar-toggler.active .icon-bar:nth-child(2){
    opacity: 0;
}
.navbar-toggler.active .icon-bar:nth-child(3) {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
	top: -8px;
}

/*===========================
    article css 
===========================*/
.lanmu{
	margin: 20px;
}
.lanmu li{
	margin-bottom: 10px;
	padding: 10px 0;
	text-align: center;
	background-color: #b81c22;
}
.lanmu li a{color: #ffffff;font-weight: 600;}
.articlelist{
  border-top: 20px solid #f5f5f5;
  padding-top: 20px;
}
.articlelist li{
	margin-bottom: 10px;
	padding: 10px 10px 10px 20px;
}
.articlelist li img{
	width: 100%;
}
.articlelist li a{
	display: block;
}
.articlelist li a p{
	color: #666666;
	padding: 10px 0;
}
.articleLeft{
	width: 380px;
	float: left;
}
.articleRight{
	width: 900px;
	overflow: hidden;
	float: right;
}
.articleDetail{
	padding: 20px;
	line-height: 180%;
}
/* index_focus */
.index_focus{position:relative;width:calc(100% - 320px);float: left; height:450px;margin:0 auto;overflow:hidden;}
.index_focus .bd li{display:none;position:absolute;left:0;top:0;}
.index_focus_post{z-index:10;}
.index_focus .pic{height:auto;display:block;}
.index_focus .pic:hover{text-decoration:none;}
.index_focus .slide_nav{position:absolute;left:45%;bottom:0%;}
.index_focus .slide_nav a{cursor:pointer;float:left;font-size:28px;font-family:arial;color:#fff;padding:5px 10px;}
.index_focus .slide_nav li:hover,.index_focus .slide_nav .on{text-decoration:none;color:#d0121b;filter:alpha(opacity=80);opacity:0.8;}
.index_focus_pre,.index_focus_next{display:none;position:absolute;top:50%;margin-top:-36px;width:72px;height:72px;text-indent:100%;white-space:nowrap;overflow:hidden;z-index:10;background:url(../images/ico_sliding.png) no-repeat;}
.index_focus_pre{left:30px;background-position:0 0;}
.index_focus_pre:hover{background-position:0 -144px;}
.index_focus_next{right:30px;background-position:0 -72px;}
.index_focus_next:hover{background-position:0 -216px;}
.index_focus_info{position:absolute;left:0; right:0;bottom:0%; height:150px;padding-bottom:10px;color:#fff;text-decoration:none;cursor:pointer;font-family:"\5fae\8f6f\96c5\9ed1";-moz-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6);-webkit-text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6);text-shadow:1px 1px 1px rgba(0, 0, 0, 0.6);background:url("../images/index_focus_bg.png") repeat-x;_background:none;}
.index_focus_info h3{font-family:\5fae\8f6f\96c5\9ed1, \u9ed1\u4f53, "Lucida Grande";display:none;padding: 30px 150px 0 150px;}
.index_focus_info .text{line-height:24px;font-size:14px;word-wrap:break-word;overflow:hidden;display:none;max-width: 1140px; padding: 0px 150px;}
 
.toplink{padding: 30px 0;}
.toplink a{color: #a6a7a6; display: inline-block; padding: 0 10px;}
.toplink a:hover{color: #fff;}
.padtop10{padding-top: 10px;}
.padtop20{padding-top: 20px;}
.padtop30{padding-top: 30px;} 
.pad20{padding: 20px;}
.pad30{padding: 30px;}
.margintop10{margin-top: 10px;}
.margintop20{margin-top: 20px;}
.marginb20{ margin-bottom: 20px;}
.titleline{padding: 10px 0; border-bottom: 1px solid #a6a7a6;}
.titleline span{float: right;}
.titleline span a{color: #a6a6a6;}
.redtitleline{border-bottom: 2px solid #d0121b; padding: 10px 0; display: inline-block;}
.more{float: right; padding-top: 15px;}
.more a{color: #a6a6a6;}
.bline{border-bottom: 1px solid #a6a7a6; margin-bottom: 20px;}
.rightline{border-right: 1px solid #a6a7a6;}
.rightline:last-child{border-right: none;} 
.input-group-addon{border: 1px solid #a6a7a6; border-radius: 0; background: none;}
.redbtn{background: #d0121b; border: 1px solid #d0121b; color: #ffffff; padding: 2px 20px; border-radius: 6px;}

.dotlist{ margin-top: 10px;}
.dotlist li{padding: 5px 0 5px 20px; background-image: url(../images/dot.png); background-repeat: no-repeat; background-position: top left; background-size: 20px;}
.dotlist li a{color: #a6a7a6; font-size: 12px;}
.qrcode{width: 50%; float: left; text-align: center; margin-bottom: 5px;}
.qrcode img{ margin-bottom: 5px;}

.content{padding: 30px 0; line-height: 180%; font-size: 14px;}
.pointer{cursor: pointer;}

.page{clear: both; padding: 20px 0; text-align: center;}
.page a{display: inline-block; padding: 3px; margin: 0 3px; border: 1px solid #d3d3d4; color: #d3d3d4;}
.time{text-align: right;} 

.pc{display: block}
.mobile{display: none}
@media screen and (max-width: 960px){
    .pc{display: none}
    .mobile{display: block}
    }
 @media screen and (max-width: 960px){
	 .midcontent{
		 width: 100%;
		 overflow: auto;
	 }
	 .navbar,.footer,.logo{
		 width: 100%;
		 min-width: 100px;
	 }
	 .navbar-nav li a{
	     padding: 5px 5px 5px 5px;
	     display:inline-block;
	     color: #ffffff;
	     font-size: 16px;
	     font-weight: 600;
	     text-transform: uppercase;
	     -webkit-transition: all 0.3s linear;
	     transition: all 0.3s linear;
	     position: relative;
	 	text-decoration: none;
	 }
	 .logo img{
		 width: 100%;
	 }
	 .index_focus{
		 width: 100%;
		 height: auto;
		 clear: both;
	 }
	 .index_focus img{
		 width: 100%;
	 }
	 .pic-link{
		 width: 100%;
		 float: left;
		 margin-top: 20px;
	 }
	 .pic-link a{
		 width: 46%;
		 margin: 2%;
		 float: left;
		 display: block;
	 }
	 .two-column{
		 width: 100%;
		 float: none;
	 }
	 .leftContent,.rightContent{
		 float: left;
		 width: 100%;
	 }
	 .indexunit li{
		 width: 50%;
	 }
	 .search{
		 width: 100%;
		 float: left;
		 text-align: center;
	 }
	 .searchtitle{
		 width: 100%;
		 text-align: center;
		 clear: both;
		 display: none;
	 }
	 .articleLeft, .articleRight{
		 width: calc(100% - 20px);
		 padding: 0 10px;
	 }
 }
 /*证书*/
 .certBorder{
	  border: 6px solid #b81c22;
	 padding: 30px;
	 width: 1000px;
	 margin: 0 auto;
	 background-color: #ffffff;
	 overflow: hidden;
	 position: relative;
 }
 .certBorder h1, .starbg h1{
	 font-size: 34px;
	 color: #b81c22;
	 text-align: center;
 }
 .certBorder h3, .starbg h3{
	 font-size: 24px;
	 text-align: center;
	 padding-bottom: 30px;
 }
 .levelbg{
	 background-image: url('../images/levelbg.jpg');
	 background-repeat: no-repeat;
	 background-position: top center;
	 padding-top: 50px;
 }
 .levelbg .certtitle{
	 width: 800px;
	 margin: 0 auto;
	 font-size: 20px;
	 color: #d0121b;
	 font-weight: 600;
	 padding: 30px 0;
 }
 .levelbg .certtitle span{
	 width: 100px;
	 float: right;
	 text-align: right;
 }
.honorinfo, .companyinfo{
	 width: 500px;
	 line-height: 200%;
	 margin: 0 auto;
 }
 .honorinfo p, .companyinfo p{
	padding: 5px 0; 
 }
 
  @media screen and (max-width: 960px){
	  .certBorder{
	  	 padding: 20px 0;
	  	 width: 375px;
	  	 margin: 0 auto;
	  }
	  
	  .levelbg .certtitle{
	  	 width: 300px;
	  	 margin: 0 auto;
	  	 font-size: 20px;
	  	 color: #d0121b;
	  	 font-weight: 600;
	  	 padding: 30px 0;
	  }
	  .honorinfo, .companyinfo{
	  	 width: 280px;
	  	 line-height: 200%;
	  	 margin: 0 auto;
	   }
	}
	
	/*星级认证*/
	.starbg{
		background-image: url('../images/starbg.jpg');
		background-position: top center;
		background-repeat: no-repeat;
		width: 800px;
		margin: 0 auto;
		height: 1400px;
		padding: 150px 100px;
		font-size: 16px;
		position: relative;
	}
	.starbg p{
		padding: 20px 0;
		width: 400px;
		margin: 0 auto;
	}
	.starbg .star{
		font-size: 32px;
	}
	.code-container{
		width: 100px;
		position: absolute;
		z-index: 100;
		top: 30px;
		right: 80px;
	}
	.star-code{
		width: 100px;
		position: absolute;
		z-index: 100;
		top: 120px;
		right: 80px;
	}
	@media screen and (max-width: 960px){
		 .starbg{
		 	background-image: url('../images/starbg.jpg');
		 	background-position: top center;
		 	background-repeat: no-repeat;
			background-size: 395px 553px;
		 	width: 375px;
		 	margin: 0 auto;
		 	height: 1400px;
		 	padding: 50px 10px;
		 	font-size: 12px;
		 }
		 .starbg h1{
			 font-size: 24px;
		 }
		 .starbg h3{
			 font-size: 16px;
		 }
		 .starbg p{
		 	padding: 5px 0;
		 	width: 300px;
		 	margin: 0 auto;
		 } 
		 .starbg .star{
			 font-size: 20px;
		 }
		 .code-container{
		 	width: 100px;
		 	position: absolute;
		 	z-index: 100;
		 	top: 220px;
		 	right: 20px;
		 }
		 .star-code{
		 	width: 100px;
		 	position: absolute;
		 	z-index: 100;
		 	top: 300px;
		 	right: 30px;
		 }
	}