a{
	color: #0071b8;
}
a:hover {
    color: #18d36e;
}
/* define bootstrap 5 columns */
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5 {
    position: relative;
    min-height: 1px;
    padding-right: 10px;
    padding-left: 10px;
}

.col-xs-1-5 {
    width: 20%;
    float: left;
}


@media (min-width: 768px) {
.col-sm-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 992px) {
    .col-md-1-5 {
        width: 20%;
        float: left;
    }
}
@media (min-width: 1200px) {
    .col-lg-1-5 {
        width: 20%;
        float: left;
    }
}

/*-----------------------------------------------
/* resourcesIntro
--------------------------------------------------*/
#resourcesIntro{
	background:url(../img/resources/intro/resourcesIntroB.webp) fixed center center;
	background-size: cover;
	padding: 50px 0;
}
#resourcesIntro h3{
	color: #000000;
}
#resourcesIntro p{
	color: #000000;
	font-weight: 300;
}
#resourcesIntro p a{
    color: #000000;
    cursor: pointer;
}
#resourcesIntro p a:hover{
    color: #0071b6;
    outline: none;
    text-decoration: none;
}

/*-----------------------------------------------
/* resourcesAdvantage
--------------------------------------------------*/
#resourcesAdvantage{
	background: #aececc;
	padding: 50px 0;
}
#resourcesAdvantage h3{
	color: #000000;
}
.resourcesAdvantage-item{
	width: 100%;
	background-color: #fff;
	padding: 20px;
	margin-top: 20px;
}
.resourcesAdvantage-item  p{
	margin: 0;
	font-weight: 300
}
.resourcesAdvantage-item  h4{
	margin-bottom: 5px;
	font-size: 20px;
}
.resourcesAdvantage-left{
	color: #b6b6b6;
	width: 66px;
	height: 100px;
	font-size: 48px;
	float: left;
	padding-right: 10px;
	border-right: 1px solid #b6b6b6;
	line-height: 90px;
	text-align: center;
	transition: 0.5s;
}
.resourcesAdvantage-item:hover
.resourcesAdvantage-left{	
	color: #06acac;
	border-right: 1px solid #06acac;
}
.resourcesAdvantage-right{
	color: #000000;
	min-height: 100px;
	padding-left: 80px;
}


/*-----------------------------------------------
/* resourcesFunction
--------------------------------------------------*/
#resourcesFunction .container{
	margin-top: 0;
}
#resourcesFunction{
	padding: 50px 0;
}
#resourcesFunction h3{
	color: #000000;
}
#resourcesFunction h4{
	font-size: 20px;
	color: #000000;
	margin: 0 0 10px 0;
}
.resourcesFunction-item{
	width: 100%;	
	color: #000000;
	padding: 0 20px 10px;
	min-height: 70px;
}
.resourcesFunction-box-item{
	height: 200px;
	text-align: center;
}
.resourcesFunction-box-item0{
	display: block;
}
.resourcesFunction-box-item .item-title {
	position: relative;
	margin-top: 50px;
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	text-align: center;
}
.resourcesFunction-box-item .item-title button{
    background-color: transparent;
    border: none;
}
.resourcesFunction-box-item:hover .item-title{
	margin-top: 0px;
}
.resourcesFunction-box-item .item-text {
	transition: all .4s cubic-bezier(.4, 0, .2, 1);
	opacity: 0;
	margin-top: 10px;
}
.resourcesFunction-box-item:hover .item-text {
	display: block;
	opacity: 1;
	margin-top: 0;
}
#resourcesFunction .hvr-box-shadow-outset:active,
.hvr-box-shadow-outset:focus,
.hvr-box-shadow-outset:hover{
	box-shadow:0 5px 20px 5px rgba(0,0,0,0.1)
}
.hvr-icon-rotate:hover .hvr-icon {
    transform: rotate(20deg) scale(0.7);
    -webkit-transform: rotate(20deg) scale(0.7);
    -moz-transform: rotate(20deg) scale(0.7);
    -o-transform: rotate(20deg) scale(0.7);
    -ms-transform: rotate(20deg) scale(0.7);
    margin-top: -5px;
    transition: all .4s cubic-bezier(.4, 0, .2, 1);
}
.hvr-sweep-to-top:before{
	background-color: #e7e7e7;
}

.resourcesFunction-item  p{
	margin: 0;
	font-weight: 300
}
.resourcesFunction-item  h4{
	margin-bottom: 5px;
	font-size: 20px;
}
.customerFunction {
	margin-top: 80px;
}
@media (max-width: 767px) {
	.resourcesFunction-item{
		padding:0 0 10px 0;
		height: auto;
	}
	.resourcesFunction-box-item:hover .item-title{
		margin-top: 5px;
	}
}


/*-----------------------------------------------
/* Category
--------------------------------------------------*/
.hex {
	width:150px;
	height:88px;
	background-color: none;
	background-repeat: no-repeat;
	background-position: 50% 50%;			
	-webkit-background-size: auto 173px;							
	-moz-background-size: auto 173px;							
	-ms-background-size: auto 173px;							
	-o-background-size: auto 173px;							
	position: relative;
	float:left;
	margin:25px 5px;
	text-align:center;
	zoom:1;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex.hex-0{
	background-color: #fff;
}
		
.hex.hex-gap1 {
	margin-left: 186px;
}
.hex.hex-gap2 {
	margin-left: 106px;
}

.hex .corner-1,
.hex .corner-2 {
	position: absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background: inherit;								
	z-index:-2;						
	overflow:hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;			
	backface-visibility: hidden;			
}

.hex .corner-1 {
	z-index:-1;
	-webkit-transform: rotate(60deg);
	-moz-transform: rotate(60deg);
	-ms-transform: rotate(60deg);
	-o-transform: rotate(60deg);
	transform: rotate(60deg);
}

.hex .corner-2 {
	-webkit-transform: rotate(-60deg);
	-moz-transform: rotate(-60deg);
	-ms-transform: rotate(-60deg);
	-o-transform: rotate(-60deg);
	transform: rotate(-60deg);
}

.hex .corner-1:before,
.hex .corner-2:before {
	width: 173px;
	height:	173px;
	content: '';
	position: absolute;
	background: inherit;
	top:0;
	left: 0;
	z-index: 1;
	background: inherit;
	background-repeat:no-repeat;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;	
	backface-visibility: hidden;				  
}			


.hex .corner-1:before {
	-webkit-transform: rotate(-60deg) translate(-87px, 0px);
	-moz-transform: rotate(-60deg) translate(-87px, 0px);
	-ms-transform: rotate(-60deg) translate(-87px, 0px);
	-o-transform: rotate(-60deg) translate(-87px, 0px);
	transform: rotate(-60deg) translate(-87px, 0px);	
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
}			

.hex .corner-2:before {
	-webkit-transform: rotate(60deg) translate(-43px, -11px);
	-moz-transform: rotate(60deg) translate(-43px, -11px);
	-ms-transform: rotate(60deg) translate(-43px, -11px);
	-o-transform: rotate(60deg) translate(-43px, -11px);
	transform: rotate(60deg) translate(-43px, -11px);	
	bottom:0;
}
.hex hr {
	border:0;
	border-top:1px solid #000000;
	width:60%;
	margin:15px auto;
}
.hex .inner {		
		color:#000000;
		transition: all 0.3s ;
		-webkit-transition: all 0.3s ;
		-moz-transition: all 0.3s ;
		-ms-transition: all 0.3s ;
}
.hex-1:hover{
	background-color:#03adaa;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-4:hover{
	background-color:#03adaa;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-2:hover{
	background-color:#0088d2;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-5:hover{
	background-color:#0088d2;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-3:hover{
	background-color:#2d4f74;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-6:hover{
	background-color:#2d4f74;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-0:hover .inner p{
	color: #fff	
}
.hex-1:hover .corner-1{
	background-color:#03adaa;
	transition: all 0.3s ;
	-webkit-transition: all 0.3s ;
	-moz-transition: all 0.3s ;
	-ms-transition: all 0.3s ;
}
.hex-1:hover{
	background-image:url(../img/resources/category/WarrantyProvider2.png);
}
.hex-1{
	background:url(../img/resources/category/WarrantyProvider.png) no-repeat center;
}
.hex-2:hover{
	background-image:url(../img/resources/category/Logistics2.png);
}
.hex-2{
	background:url(../img/resources/category/Logistics.png) no-repeat center;
}
.hex-3:hover{
	background-image:url(../img/resources/category/ServiceCenter2.png);
}
.hex-3{
	background:url(../img/resources/category/ServiceCenter.png) no-repeat center;
}
.hex-4:hover{
	background-image:url(../img/resources/category/MaterialEquipment2.png);
}
.hex-4{
	background:url(../img/resources/category/MaterialEquipment.png) no-repeat center;
}
.hex-5:hover{
	background-image:url(../img/resources/category/RecycleCenter2.png);
}
.hex-5{
	background:url(../img/resources/category/RecycleCenter.png) no-repeat center;
}
.hex-6:hover{
	background-image:url(../img/resources/category/CallCenter2.png);
}
.hex-6{
	background:url(../img/resources/category/CallCenter.png) no-repeat center;
}
.icon{
	height: 60px;
}
#category{
	background:url(../img/resources/category/categoryB.webp) fixed center center;
	background-size: cover;
	padding: 50px 0;
}
#category a{
	color: #000000;
}
#category h3{
	color: #000000;
	margin-bottom: 80px;
}
#category p{
	font-size: 20px;
	font-weight: 400;
	line-height: 20px;
}

@media (min-width: 1440px){
	#category .container{
		width: 1170px;
	}	
}

@media (max-width: 1024px) {
    .hex.hex-gap1 {
    	margin-left: 106px;
    }
    .hex.hex-gap2 {
    	margin-left: 25px;
    }
	.hex.hex-gap3 {
		margin-left: 106px;
	}
	.hex.hex-gap4 {
		margin-left: 4px;
	}
	.hex-display {
		display: none;
	}
}
@media (max-width: 768px) {
	.hex.hex-gap5 {
		margin-left: 146px;
	}
	.hex.hex-gap3 {
		margin-left: 4px;
	}
	.hex.hex-gap2 {
		margin-left: 65px;
	}
	.hex.hex-gap6 {
		margin-left: 65px;
	}
	.hex-display2 {
		display: none;
	}
	.hex-display {
		display: inherit;
	}
}
@media (max-width: 430px) {
	.hex-display3 {
		display: none;
	}
	.hex.hex-gap2 {
		margin-left: 105px;
	}
	.hex.hex-gap4 {
		margin-left: 105px;
	}
	.hex.hex-gap5 {
		margin-left: 25px;
	}
	.hex.hex-gap6 {
		margin-left: 25px;
	}
	.hex.hex-gap7 {
		margin-left: 25px;
	}
	.hex.hex-gap8 {
		margin-left: 105px;
	}
	.hex-display {
		display: none;
	}
}
@media (max-width: 320px) {
	.hex-display3 {
		display: none;
	}
	.hex.hex-gap2 {
		margin-left: 85px;
	}
	.hex.hex-gap4 {
		margin-left: 85px;
	}
	.hex.hex-gap5 {
		margin-left: 5px;
	}
	.hex.hex-gap6 {
		margin-left: 5px;
	}
	.hex.hex-gap7 {
		margin-left: 5px;
	}
	.hex.hex-gap8 {
		margin-left: 85px;
	}
	.hex-display {
		display: none;
	}
}
#category .animated {
    animation-duration: 10s;
}
@keyframes shake{
	10%, 30%, 50%, 70%, 90% {
	    transform: translate3d(0,0,0);
	}
	20%, 40%, 60%, 80% {
	    transform: translate3d(0,5px,0);
	}
}

/*-----------------------------------------------
/* tab page
--------------------------------------------------*/
/*-----------------------------------------------
/* menu
--------------------------------------------------*/
#menu{
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}
.part {
    overflow: hidden;
    width: 100%;
	padding-top: 5px;
}

.centerParty {
    margin: 0 auto;
}
#menuContent .menuLi {
    text-align: center;
    float: left;
    min-height: 40px;
	padding: 10px 0;
    cursor: pointer;
}
#menuContent span {
	font-size: 18px;
	font-weight: 400;
	color: #000;
	padding-bottom: 10px;
}
#menuContent .selected span {
    color: #446cb3;
    border-bottom: 2px solid #446cb3;
}
@media (min-width: 1400px) {
	#menuContent {
		width: 60%;
	}
}
/*-----------------------------------------------
/* Description
--------------------------------------------------*/
#Description h3{
	color: #000000;
}
#Description p{
	color: #000000;
	font-weight: 300;
}
/*子页面---------------------------------------------------------*/
*{
	padding: 0;
}
.headTitle{
	width: 100%;
	height: 562px;
	margin-top: -62px;
	overflow: hidden;
}
.head-content{
	width: 100%;
	height: 100%;
}
.Content{
	position: relative;
	top: 100px;
	color: #FFFFFF;
	padding-top: 120px;
	text-align: center;
}
.Content h1{
	margin-bottom:20px;
	font-weight: 400;
	font-size: 90px;
}
.Content h2{
	color: #fff;
	font-size: 35px;
	margin: 0 0 30px 0;
	font-weight: 300;
}
.Content a {
	font-weight: 500;
	font-size: 16px;
	letter-spacing: 1px;
	display: inline-block;
	padding: 5px 32px;
	border-radius: 0px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	margin-top: 10px;
	color: #fff;
	background: #0071b8;
}
.menu-content{
	background: #f9f9f9;
	width: 100%;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	text-align: center;
	padding-bottom: 0px;
	overflow: hidden;
	width: 100%;
	padding-top: 5px;

}
.notice-menu{
	margin: 0 auto;
	position: relative;
	color: #446cb3;
	z-index: 1;
}
.notice-menu li {
	float: left;
	width: 16.6%;
	min-height: 40px;
	display: flex;
}
.notice-menu li a[class*="active"] {
    color: #446cb3;
	border-bottom: 2px solid #446cb3;
}
.notice-menu li a:hover {
    text-decoration: none;
}
.notice-menu li a {
	display: inline-block;
    color: #000000;
	font-size: 18px;
	font-weight: 400;
	padding-bottom: 10px;
	margin: auto;
}
.wrapper_res{
	width: 70%;
	overflow: hidden;
	margin: 0 auto;
	padding: 0;
}
.wrapper_head{
	width: 100%;
	height: 60px;
	padding-top: 10px;
	/*border: 1px solid red;*/
}
.wrapper_head form{
	float: right;
}
.wrapper_head span{
    font-size: 16px;
    font-weight: 500;
}
.text-primary{
    color: #0071b8;
    font-size: 16px;
}
#select_div{
	float: left;
}
#select_div select{
	height: 34px;
	width: 200px;
}
#input_div{
	float: left;
}
#input_div span{
	float: left;
}
#input_div input{
	height: 34px;
	float: left;
}
.resources-list-cardS{
	margin-bottom: 20px;
	border-bottom: 2px solid #8EA6D8;
}
.list-head-title{
	display: inline-block;
	color: #1f69a1;
	font-size: 20px;
	font-weight: 500;
}
.list-head-logo{
	float: right;
}
.list-content{
	clear: both;
	color: #323232;
	font-size: 16px;
	font-weight: 300;
}
.list-content-cardS{
	width: 50%;
	float: left;
	margin: 5px 0;
	overflow: hidden;
	display: inline-block;
	text-overflow: ellipsis;
	white-space: nowrap;
	padding-right: 20px;

}
.list-content-cardS span{
	color: #000000;
    font-weight: 500;
    font-size: 14px;
}
.list-content-bottom span{
	color: #000000;	
	display: inline-block;
    font-weight: 500;
    font-size: 14px;
	float: left;
}
#loadMore h3{
	font-size: 18px;
}
/*add ----------------------------------------*/
.addSort{
	width: 700px;
	display: inline-block;
}
.width80{
	width: 300px;
}
.text-danger {
    color: #fb6b5b;
}
.addTitle{
	width: 100%;
	height: 270px;
	margin-top: -62px;
	overflow: hidden;
}
.providerTitle {
    font-size: 18px;
    color: #428bca;
    font-weight: 400;
}
.addSystem{
	position: relative;
	margin: auto;
	width: 75%;
}
@media (max-width: 500px) {
	.width80{
		width: 70%;
	}
	.notice-menu li {
		min-height: 70px;
	}
}
@media (max-width: 900px) {
	.addSort{
		width: 70%;
	}
}
@media (max-width: 1200px) {
	.addSystem{
		width: 100%;
	}
}
/*响应式--------------------------------------*/

@media (max-width: 1153px) {
	.notice-menu {
	    width: 80%;
	}
}
@media (max-width: 1025px) {
	.notice-menu {
	    width: 80%;
	}
}
@media (max-width: 801px) {
	.notice-menu {
	    width: 100%;
	}
	.notice-menu li {
		float: left;
		width: 33.3%;
	}
}
@media (max-width: 850px) {
	.Content h1{
		font-size: 60px;
	}
	.Content h2 {
	    font-size: 30px;
		line-height: 45px;
		margin: 0;
	}
}
@media (max-width: 600px) {
	.Content h1{
		font-size: 50px;
	}
	.Content h2 {
	    font-size: 25px;
	}
}
@media (max-width: 570px) {
	.notice-menu {
	    width: 90%;
	}
	.wrapper_res {
	    width: 90%;
	}
}
@media (max-width: 450px) {
	.Content h1{
		font-size: 30px;
		margin: 0 0 10px 0;
	}
	.Content h2{
		font-size: 20px;
		line-height: 30px;
	}	
	
}
@media (max-width: 480px) {
	.notice-menu {
	    width: 95%;
	}
	.wrapper_res {
	    width: 95%;
	}
}
@media (max-width: 450px) {
	#couId,#prvId{
		float: left;
	}
	#select_div b{
		display: none ;
	}
	.list-content-cardS{
		width: 100%;
	}
}

.name{
	font-size: 18px;
	font-weight: 500;
	color: #000000;
}
.marginLeft{
	margin-left: 2em;
}
.listA .input-group{display:inline-flex;}
.system {margin-left: 12.5%;}
.listA .systemTitle{border-color:#fff;color:#fff;font-size: 1.563em;}
.listA p[class*="text-center"]{background-color:#d95353;}
/*html, body{font-family:OpenSans-Regular, "微软雅黑",sans-serif;line-height: 1.4285em;color: #575454;background-color: #fff;font-size:16px;    height:100% !important;}*/
strong{font-family:Panton-LightCaps, "微软雅黑",sans-serif;}
@font-face{font-family:'Panton-LightCaps';    src:url('/fonts/Panton-LightCaps.eot');    src:url('/fonts/Panton-LightCaps.eot?#iefix') format('embedded-opentype'),url('/fonts/Panton-LightCaps.woff') format('woff'),url('/fonts/Panton-LightCaps.ttf') format('truetype'),url('/fonts/Panton-LightCaps.svg#webfont34M5alKg') format('svg');}
@font-face{font-family:'Panton-LightCaps';    src:url('/fonts/Panton-LightCaps.otf');    src:url('/fonts/muli-light.eot?#iefix') format('embedded-opentype'),url('/fonts/muli-light.woff') format('woff'),url('/fonts/muli-light.ttf') format('truetype'),url('/fonts/muli-light.svg#webfont34M5alKg') format('svg');}
@font-face{font-family:'League_Gothic';    src:url('/fonts/League_Gothic.otf');    src:url('/fonts/League_Gothic.eot?#iefix') format('embedded-opentype'),url('/fonts/League_Gothic.woff') format('woff'),url('/fonts/League_Gothic.ttf') format('truetype'),url('/fonts/League_Gothic.svg#webfont34M5alKg') format('svg');}
.englishFontstyle{font-family: "League_Gothic";font-weight: normal !important;}
#Contain{min-height:100%; height:auto !important; height:100%; position:relative;}
hr{border:none;border-bottom:dashed 1px #bab9b9;}
a:hover{text-decoration:none;}
/*a:active{text-decoration:none;background-color: blue;}*/
a:link{text-decoration:none;}
ul{list-style:none;}
input, select{outline:none;}
.m-n{margin: 0;}
.m-t-n{margin-top: 0 !important;}
.m-t-sm{margin-top: 25px;}
.p-b-n{padding-bottom: 0 !important;}
.p-t-md{margin-top: 15px;}
.m-xs{margin:5px;}
.m-sm{margin:10px;}
.m{margin:15px;}
.m-md{margin:20px;}
.m-lg{margin:30px;}
.m-n{margin:0;}
.m-l-none{margin-left:0;}
.m-l-xs{margin-left:5px;}
.m-l-sm{margin-left:10px;}
.m-l{margin-left:15px;}
.m-l-md{margin-left:20px;}
.m-l-lg{margin-left:30px;}
.m-l-xl{margin-left:40px;}
.m-t-none{margin-top:0;}
.m-t-xxs{margin-top:1px;}
.m-t-n-xxs{margin-top:-1px;}
.m-t-xs{margin-top:5px;}
.m-t{margin-top:15px;}
.m-t-sm{margin-top: 10px;}
.m-t-md{margin-top:20px;}
.m-t-lg{margin-top:30px;}
.m-t-xlg{margin-top:60px;}
.m-t-xxlg{margin-top:90px;}
.m-t-xl{margin-top:40px;}
.m-r-none{margin-right:0 !important;}
.m-r-xs{margin-right:5px;}
.m-r-sm{margin-right:10px;}
.m-r{margin-right:15px;}
.m-r-md{margin-right:20px;}
.m-r-lg{margin-right:30px;}
.m-r-xl{margin-right:40px;}
.m-b-none{margin-bottom:0;}
.m-b-n-xs{margin-bottom:-5px;}
.m-b-xs{margin-bottom:5px;}
.m-b-sm{margin-bottom:10px;}
.m-b{margin-bottom:15px;}
.m-b-md{margin-bottom:20px;}
.m-b-lg{margin-bottom:30px;}
.m-b-xlg{margin-bottom:40px;}
.m-b-xxlg{margin-bottom:50px;}
.m-l-n-md{margin-left:-20px;}
.p-xs{padding:5px;}
.p-sm{padding:10px;}
.p{padding:15px;}
.p-md{padding:20px;}
.p-lg{padding:30px;}
.p-n{padding:0 !important;}
.p-l-none{padding-left:0 !important;}
.p-l-xs{padding-left:5px;}
.p-l-sm{padding-left:10px;}
.p-l{padding-left:15px;}
.p-l-md{padding-left:20px;}
.p-l-lg{padding-left:30px;}
.p-l-xl{padding-left:40px;}
.p-t-none{padding-top:0;}
.p-t-xxs{padding-top:1px;}
.p-t-xs{padding-top:5px;}
.p-t-sm{padding-top:10px;}
.p-t{padding-top:15px;}
.p-t-md{padding-top:20px;}
.p-t-lg{padding-top:30px;}
.p-t-xlg{padding-top:40px;}
.p-t-xl{padding-top:40px;}
.p-r-none{padding-right:0;}
.p-r-xs{padding-right:5px;}
.p-r-sm{padding-right:10px;}
.p-r{padding-right:15px;}
.p-r-md{padding-right:20px;}
.p-r-lg{padding-right:30px;}
.p-r-xl{padding-right:40px;}
.p-b-none{padding-bottom:0;}
.p-b-xs{padding-bottom:5px;}
.m-b-xxs{margin-bottom: 1px;}
.p-b-sm{padding-bottom:10px;}
.p-b{padding-bottom:15px;}
.p-b-md{padding-bottom:20px;}
.p-b-lg{padding-bottom:30px;}
.b-r-5x{border-right:15px solid #fff;}
.b-b{border-bottom:1px solid #ddd;}
.b-l{border-left:2px solid #747070;}
.clear{clear: both;}
.underline{text-decoration: underline}
.bg-default {background: #F2F2F2;}
.glyphicon-asterisk::before {content: "\2a";font-size: 0.438em;color: red;}
.select-lg{width: 150px;}
.select-md{width: 100px;}
.text-indent{text-indent: 2em;}
.left-indent{margin-left: 25px;}
.no-border{border:none !important;}
.no-bg{background:none !important;}
/*FrontendStyle*/
.textbox {
    width: 220px !important;
	margin: 5px 0 !important;
}
@media only screen and (max-width: 666px) and (min-width: 450px)
.textbox {
    width: 200px !important;
}
/*添加企業*/
.input-sm, .form-horizontal .form-group-sm .form-control {
    border: 1px solid #ccc;
}
input:focus,textarea:focus {
outline: none;
border: 2px solid #000;
}
#mForm label {
    font-weight: 300;
    cursor: pointer;
}
#mForm p {
    margin: 0 0 10px;
}
#msform input, select, textarea {
    padding: 5px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin-bottom: 5px;
    box-sizing: border-box;
    font-family: montserrat;
    color: #2C3E50;
    font-size: 13px;
}
/*英语界面样式-------------------------------*/
/*子页面-------------------------------*/	
.en_us .notice-menu{
    width: 80%;
}
.en_us .Content a {
    padding:7px 10px;
}
@media (max-width: 1300px){
	.en_us .notice-menu{
	    width: 100%;
	}
}
@media (max-width: 1034px){
	.en_us .notice-menu{
	    width: 80%;
	}
	.en_us .menu-content {
	    height: 80px;
	}
}
@media (max-width: 991px) {
    #banner h1{
        font-size: 40px !important;
    }
    #banner h2{
        font-size: 20px !important;
        line-height: 24px !important;
    }
    #banner .carousel-item{
        height: 400px;
    }
    #banner{
        height: 400px;
    }
    .hvr-icon img{
        width: 50%;
        height: 50%;
        margin-bottom: 20px;
    }
}
@media (max-width: 650px){
	.en_us .notice-menu{
	    width: 100%;
	}
}
@media (max-width: 550px){
	.en_us .notice-menu{
	    width: 80%;
	}
	.en_us .menu-content {
	    height: 200px;
	}
	.en_us .notice-menu li {
	    width: 50%;
	    height: 56px;
	}
}
/*-------------------------------子页面*/	