/* @font-face {
	font-family: "en";
	src: url("/static/mb001/style/font/en.ttf") format("truetype");
}
html,body,a,p,span,font,div,h1,h2,h3,h4,h5,h6,strong,dd,dt,ul,li,code,table,th,td,tr,button,input,textarea,i{
	font-family: "en";
} */
a:hover{
	color: #10384d !important;
	outline: none;
}
a:focus{
	color: #10384d;
	outline: none;
}
a.btn--blue, .wpcf7-submit--blue {
    background: #10384d ;
    color: #fff ;
    border-color: #10384d;
}
.wpcf7-submit {
	border-color: #295c89 !important;
	color: #295c89 !important;
}

.wpcf7-submit:hover,
.wpcf7-submit:focus {
	background: #10384d !important;
	color: #ffffff !important;
}

@media(max-width: 991px) {
	.main-header__branding {
		display: none;
	}
	.site-content{
		padding-top: 10rem;
	}
	.main-header {
	    position: relative;
	    padding: 2rem 0;
	    position: fixed;
	    width: 100%;
	    background: rgb(255 255 255 / 100%);
	    z-index: 201;
	    box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
	}
}
@media(min-width: 992px) {
	.main-header {
	    position: relative;
	    padding: 2rem 0;
	    position: fixed;
	    width: 100%;
	    z-index: 201;
		background: transparent !important;
		border-bottom: 1px solid #fff;
		transition: .3s;
	}
	
	.main-header__branding {
		position: absolute;
		left: 2rem;
		top: 50%;
		margin-bottom: 0;
		transform: translateY(-50%);
		display: block;
	}
	/* main-header主要属性 */
	.main-header .main-header__main-navigation--desktop>ul>li>a{
		color: #ffffff;
	}
	.main-header .main-header__secondary-navigation ul li a{
		color: #ffffff;
		font-size: 1.4rem;
	}
	.main-header-nei {
	    position: relative;
	    padding: 2rem 0;
	    position: fixed;
	    width: 100%;
	    z-index: 201;
	    background: #fff !important;
	    border-bottom: 1px solid #fff;
	    transition: .3s;
		box-shadow: 0 4px 10px rgb(0 0 0 / 30%);
	}
	.main-header-nei .main-header__main-navigation--desktop>ul>li>a,
	.main-header-nei .main-header__secondary-navigation ul li a,
	.main-header-nei .main-header__search button
	{
		color: #000000;
	}
	.main-header-hover {
	    position: relative;
	    padding: 2rem 0;
	    position: fixed;
	    width: 100%;
	    z-index: 201;
	    background: #fff !important;
	    border-bottom: 1px solid #fff;
	    transition: .3s;
	    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	}
	.main-header-hover .main-header__main-navigation--desktop>ul>li>a,
	.main-header-hover .main-header__secondary-navigation ul li a,
	.main-header-hover .main-header__search button
	{
		color: #000000;
	}
	
	.main-header.fixed {
	    background: white;
	    position: fixed;
	    width: 100%;
	    z-index: 201;
	    padding: 2rem 0;
	}
	
	.main-header-fixed{
		position: relative;
		padding: 2rem 0;
		position: fixed;
		width: 100%;
		z-index: 201;
		background:  #fff !important;
		border-bottom: 1px solid #fff;
		transition: .3s;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	}
	.main-header-fixed .main-header__main-navigation--desktop>ul>li>a,
	.main-header-fixed .main-header__secondary-navigation ul li a,
	.main-header-fixed .main-header__search button
	{
		color: #000000;
	}
	.main-header-fixed #menu-secondary-navigation{
		display: none;
	}
	
	.main-header-topnav{
		position: relative;
		position: fixed;
		width: 100%;
		z-index: 201;
		background:  #fff !important;
		border-bottom: 1px solid #fff;
		transition: .3s;
		box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
	}
	.main-header-topnav .main-header__main-navigation--desktop>ul>li>a,
	.main-header-topnav .main-header__secondary-navigation ul li a,
	.main-header-topnav .main-header__search button
	{
		color: #000000 !important;
	}
	
	/* main-header主要属性 */
	.main-header__branding__logo__link__image{
		width: 100%;
	}
	.main-header__main-navigation--desktop>ul {
	    display: flex;
	    gap: 4.5rem;
	}
	
	.main-header__secondary-navigation ul {
	    display: flex;
	    gap: 5rem;
	    justify-content: flex-end;
	    align-items: center;
		height: 4rem;
	}
	.main-header__search button {
	    font-size: 1.8rem;
	    position: absolute;
	    right: 0;
	    border: none;
	    background: none;
	    bottom: 0;
	    top: 0;
	    width: 50px;
	    color: #fff;
	}
	
	.main-header__request-a-sample {
	    padding: 1rem 0;
	}
	.main-header .container {
	    padding-bottom: 2rem;
		position: relative;
		/* 新增顶部导航栏靠后 */
		justify-content: flex-end;
	}
	.main-header__main-navigation--desktop {
	    flex-basis: 550px;
	}
	
	.main-header__search {
	    width: 100%;
	    height: 40px;
	    color: #10384d;
	    font-size: 1.4rem;
	    transition: all .3s ease-in-out;
	}
	.main-header__search {
	    flex-basis: 50px;
	}
	.main-menu__block h4 {
	    flex-basis: 100%;
	    background: none;
	    padding: 0;
	    border-radius: 0;
	    font-size: 2.0rem;
	    margin-bottom: 2rem;
		color: #10384d;
	}
	.main-menu__block__subitem {
	    flex-basis: 23%;
		transform: scale(1) !important;
		transition: all .3s ease-in-out;
	}
	.main-menu__block__subitem h5 {
	    font-size: 1.8rem;
	    padding-bottom: 0rem;
	    margin-bottom: 0rem;
	    border-bottom: none;
		min-height: 2.3rem;
		color: #10384d;
	}
	.main-menu__block__subitem p {
	    font-size: 1.4rem;
	    min-height: 25px;
		padding-bottom:1rem;
		color: #595b61;
		font-weight: 300;
		border-bottom: 2px solid #10384d;
	}
	.main-menu__block__subitem .btn {
	    width: 100%;
	    max-width: 100%;
	    padding: 0.4rem 0 0.4rem 0;
	    display: flex;
	    align-items: center;
	    justify-content: flex-start;
	    border: none;
	    background: transparent;
		font-size: 1.4rem;
		color: rgba(41, 92, 137, 1);
	}
	
	.main-menu__block__subitem .btn:hover {
		color: #10384d !important;
	}
	.diy-nav-son-p{
		border-bottom: 1px solid #e5e5e5 !important;
		font-size: 1.4rem !important;
		min-height: 7px !important;
		margin-bottom: 1rem;
		padding-bottom: 0.4rem !important;
		font-weight: normal !important;
	}
	.diy-nav-son-p a{
		color: #595b61;
	}
	.diy-product-brochures-img{
		display: block; 
		cursor: pointer;
		-webkit-box-shadow: 2px 2px 5px rgb(119 119 119 / 70%); 
		box-shadow: 2px 2px 5px rgb(119 119 119 / 70%);
	}
	
	.diy_nav_hover_y:hover{
		transform: translateY(-1rem) !important;
	}
	
	.diy_nav_hover_y_img {
		transform: scale(1) !important;
		transition: all .3s ease-in-out;
	}
	.diy_nav_hover_y_img:hover{
		transform: translateY(-0.4rem) !important;
	}
	
	.list-bare-menu{
		display: none !important;
	}
	
	
	
	
	.diy-product-brochures-a{
		color: #10384d;
		font-size: 1.4rem;
		font-weight: 600;
		margin-top: 0.6rem;
		display: block;
	}
	
	.diy-main-header__request-a-sample a{
		border-color: #10384d !important;
		background: #10384d !important;
		background-image: #10384d !important;
		border-image-source: #10384d !important;
	}
	
	.diy-main-header__request-a-sample a:hover{
		background: #ffffff !important;
		background-image: #ffffff !important;
		border-image-source: #ffffff !important;
		box-shadow: 0 0 6px #aaa;
	}
	.main-header__secondary-navigation {
	    padding: 1.5rem 0 0 0;
	}
	.request-a-quote__content {
	    max-width: 44%;
	}
	.request-a-quote__content h3 {
	    font-size: 3.6rem;
	    color: #10384d;
	}
	.request-a-quote__content .strong-color {
	    font-size: 4rem;
	    color: rgba(41, 92, 137, 1);
	    text-shadow: 1px 1px 5px #666;
	}
	.main-menu__block {
	    display: flex;
	    flex-wrap: wrap;
	    padding-top: 5rem;
	    justify-content: space-between;
	    padding-top: 21.5rem;
	}
	.main-menu__block__subitem .btn i {
	   padding-left: 0.6rem;
	}
	.main-menu__block h4 {
	    font-size: 2.4rem;
	}
	
	.diy-a-quote{
		position: relative;
		width: 26rem !important;
		border-radius: 50px !important;
		display: block !important;
		max-width: 26rem !important;
		text-align: left !important;
		background: #10384d !important;
		color: #fff;
		border-color: #10384d !important;
	}
	.diy-a-quote:hover{
		background: #fff !important;
		color: #10384d !important;
	}
	.diy-a-quote-button{
		background: #60b9f0;
		font-size: 1.5rem;
		position: absolute;
		right: 18px;
		border: none;
		bottom: 0;
		top: 5px;
		width: 45px;
		height: 45px;
		border-radius: 100%;
		color: #fff;
	}
	
	.site-copyright {
	    background: #10384d;
	    color: #ffffff;
	    font-size: 1.3rem;
	    padding: 2rem 0;
	    text-align: center;
	}
	.site-footer__links__contact h4 {
	    font-size: 2rem;
	    border-left: 4px solid #10384d;
	    padding-left: 1.5rem;
	}
	.site-footer__links__menu h4 {
	    font-size: 2rem;
	    border-left: 4px solid #10384d;
	    padding-left: 1.5rem;
	}
	.site-footer__newsletter h4 {
	    font-size: 2rem;
	    border-left: 4px solid #10384d;
	    padding-left: 1.5rem;
	}
	
	.site-footer__newsletter input {
	    width: 100%;
	    height: 55px;
	    border-radius: 50px;
	    padding: 0 2rem;
	    background: rgba(0, 0, 0, 0.1);
	    color: #10384d;
	    border: 1px solid transparent;
	    font-size: 1.4rem;
	    transition: all .3s ease-in-out;
	}
	.site-footer__newsletter button {
	    background: #10384d;
	    font-size: 1.5rem;
	    position: absolute;
	    right: 5px;
	    border: none;
	    bottom: 0;
	    top: 5px;
	    width: 45px;
	    height: 45px;
	    border-radius: 100%;
	    color: #fff;;
	}
}




@media(min-width: 1200px) {
	
}
@media(min-width: 1400px) {
	
}

