/*** 

====================================================================
	Reset
====================================================================

 ***/
* {
	margin:0px;
	padding:0px;
	border:none;
	outline:none;
	/*box-sizing: border-box;*/
	transition: padding .25s ease-out;
}
img	{
	border: 0 none;
	vertical-align: top;
}

/*
==========================================
color
==========================================
*/
.color-1{
	color: #004ca1
}


/*** 

====================================================================
	Global Settings
====================================================================

 ***/

body {
	font-family: 'Microsoft yahei';
	font-size:14px;
	color:#525252;
	line-height:1.8em;
	font-weight:400;
	background:#ffffff;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center top;
	-webkit-font-smoothing: antialiased;
}

a{
	text-decoration:none;
	cursor:pointer;
	color:#525252;
}
a:hover{
	color: #004ca1
	
}
a:hover,a:focus,a:visited{
	text-decoration:none;
	outline:none;
}
i,em{
	font-style: normal;
}
h1,h2,h3,h4,h5,h6 {
	position:relative;
	font-family: 'Microsoft yahei';
	font-weight:normal;
	margin:0px;
	background:none;
	line-height:1.6em;
}

input,button,select,textarea{
	font-family: 'Arimo', sans-serif;
}

p{
	position:relative;
	/*line-height:2em;	*/
}

.b-radius{
	border-radius: 5px;
}
/*

======================================================
浮动
======================================================

*/
.left{
	float: left;
}
.right{
	float: right;
}
/*清除浮动Style*/
.cf:after{
	content: "";
	display: table;
	clear: both;
	*zoom: 1;
}


.strike-through{
	text-decoration:line-through;	
}

.auto-container{
	position:relative;
	max-width:1170px;
	padding:0px 15px;
	margin:0 auto;
}

.page-wrapper{
	position:relative;
	margin:0 auto;
	width:100%;
	background:#ffffff;
}

.page-outer-container{
	position:relative;
	width:100%;
	padding:0px 0px;
}

.boxed-layout .page-outer-container{
	padding:0px 100px;	
}

ul,li{
	list-style:none;
	padding:0px;
	margin:0px;	
}

.theme-btn{
	display:inline-block;
	transition:all 300ms ease;
	-moz-transition:all 300ms ease;
	-webkit-transition:all 300ms ease;
	-ms-transition:all 300ms ease;
	-o-transition:all 300ms ease;
	font-family: 'Microsoft yahei';
}

.centered{
	text-align:center;	
}

.btn-style-one{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 30px;
	font-size:12px;
	text-transform:uppercase;
	background:#004ca1;
	border:2px solid #004ca1 !important;
	color:#ffffff !important;
	/*border-radius:3px;*/
}

.btn-style-one:hover{
	background:none;
	color:#004ca1 !important;	
}

.btn-style-two{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 32px;
	font-size:12px;
	text-transform:uppercase;
	background:none;
	border:2px solid #004ca1 !important;
	color:#ffffff !important;
	border-radius:3px;
}

.btn-style-two:hover{
	background:#004ca1;
	color:#ffffff !important;	
}

.btn-style-three{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 32px;
	font-size:12px;
	text-transform:uppercase;
	background:none;
	border:2px solid #004ca1 !important;
	color:#004ca1 !important;
	border-radius:3px;
}

.btn-style-three:hover{
	background:#004ca1;
	color:#ffffff !important;	
}

.btn-style-four{
	position:relative;
	display:inline-block;
	line-height:24px;
	padding:10px 32px;
	font-size:12px;
	text-transform:uppercase;
	background:none;
	border:1px solid #ffffff !important;
	color:#ffffff !important;
}

.btn-style-four:hover{
	background:#ffffff;
	color:#004ca1 !important;	
}

.theme-btn .icon{
	font-size:16px;	
}

.theme-btn .icon-left{
	padding-right:50px;
}

.theme-btn .icon-right{
	padding-left:50px;
}

.bold-font{
	font-weight:700;	
}

.exbold-font{
	font-weight:900;	
}

.normal-font{
	font-weight:400;	
}

.light-font{
	font-weight:300;	
}

.semibold-font{
	font-weight:600;	
}

.white_color{
	color:#ffffff !important;	
}

.theme_color{
	color:#004ca1 !important;	
}

.bg_theme_color{
	background:#f0f0f0 !important;	
}

.theme_green_color{
	color:#004ca1 !important;	
}

.bg_green_color{
	background:#004ca1 !important;	
}

.padd-top-20{
	padding-top:20px !important;	
}

.padd-top-30{
	padding-top:30px !important;	
}

.padd-top-40{
	padding-top:40px !important;	
}

.padd-top-50{
	padding-top:50px !important;	
}

.padd-top-90{
	padding-top:90px !important;	
}

.padd-bott-8{
	padding-bottom:8px !important;	
}

.padd-right-20{
	padding-right:20px !important;	
}

.padd-bott-20{
	padding-bottom:20px !important;	
}

.padd-bott-30{
	padding-bottom:30px !important;	
}

.padd-bott-40{
	padding-bottom:40px !important;	
}

.padd-bott-50{
	padding-bottom:50px !important;	
}

.padd-top-90{
	padding-bottom:90px !important;	
}

.margin-top-20{
	margin-top:20px !important;	
}

.margin-top-30{
	margin-top:30px !important;	
}

.margin-top-40{
	margin-top:40px !important;	
}

.margin-top-50{
	margin-top:50px !important;	
}

.margin-right-20{
	margin-right:20px !important;	
}

.margin-right-30{
	margin-right:30px !important;	
}

.margin-right-40{
	margin-right:40px !important;	
}

.margin-right-50{
	margin-right:50px !important;	
}

.margin-right-60{
	margin-right:60px !important;	
}

.margin-right-80{
	margin-right:80px !important;	
}

.margin-left-20{
	margin-left:20px !important;	
}

.margin-left-30{
	margin-left:30px !important;	
}

.margin-left-40{
	margin-left:40px !important;	
}

.margin-left-50{
	margin-left:50px !important;	
}

.margin-left-60{
	margin-left:60px !important;	
}

.margin-left-80{
	margin-left:80px !important;	
}

.margin-bott-20{
	margin-bottom:20px !important;	
}

.margin-bott-30{
	margin-bottom:30px !important;	
}

.margin-bott-40{
	margin-bottom:40px !important;	
}

.margin-bott-50{
	margin-bottom:50px !important;	
}

.margin-bott-70{
	margin-bottom:50px !important;	
}

.margin-bott-80{
	margin-bottom:50px !important;	
}

.no-padd-bottom{
	padding-bottom:0px !important;	
}

.no-padd-top{
	padding-top:0px !important;	
}

.no-margin-bottom{
	margin-bottom:0px !important;	
}

.no-margin-top{
	margin-top:0px !important;	
}

.no-bg{
	background:none !important;	
}

.bg-light-grey{
	background:#f9f9f9;	
}

.text-uppercase{
	text-transform:uppercase !important;	
}

.preloader{ position:fixed; left:0px; top:0px; width:100%; height:100%; z-index:999999; background-color:#ffffff; background-position:center center; background-repeat:no-repeat; background-image:url(../images/icons/preloader.GIF);}

/*** 

====================================================================
	Scroll To Top style
====================================================================

***/

.scroll-to-top{
	position:fixed;
	bottom:15px;
	right:15px;
	width:40px;
	height:40px;
	color:#ffffff;
	font-size:12px;
	line-height:38px;
	text-align:center;
	background:#004ca1;
	border:1px solid #004ca1;
	border-radius:50%;
	z-index:100;
	cursor:pointer;
	display:none;
}

.scroll-to-top:hover{
	border-color:#004ca1;
	background:#004ca1;	
}


/*右侧固定*/
.right-fixed-wrap{
	position: fixed;
	right: 0;
	bottom: 0;
	z-index: 999;

	height: 265px;
}
.right-fixed-wrap a{
	position: relative;
	display: block;
	width: 52px;
	height: 52px;
	background-color: #178adb;
	margin-top: 1px;
	background-repeat: no-repeat;
	background-position:  center center
}
.right-fixed-wrap a.icon-right-1{
	background-image: url("/images/icon-right-1.png");
}
.right-fixed-wrap a.icon-right-2{
	background-image: url("/images/icon-right-2.png");
}
.right-fixed-wrap a.icon-right-3{
	background-image: url("/images/icon-right-3.png");
}

.right-fixed-wrap a.icon-right-4{
	background-image: url("/images/icon-right-4.png");
}
.right-fixed-wrap a.icon-right-5{
	background-image: url("/images/icon-right-5.png");
	display: none;
}
.right-fixed-wrap a:hover{
	background-color: #004ca1
}

.right-fixed-wrap a .cur-con{
	position: absolute;
	right: 0;
	top: 0;
	background: #004ca1;
	height: 100%;
	color: #fff;
	line-height: 52px;
	transition: all .35s linear;
	opacity: 0;
}
.right-fixed-wrap a:hover .cur-con{
	opacity: 1;
}

.right-fixed-wrap a.icon-right-1:hover .cur-con,
.right-fixed-wrap a.icon-right-3:hover .cur-con{
	right: 0!important;
}
.right-fixed-wrap a.icon-right-2:hover .cur-con{
	width: 100px;
	height: 100px;
}
.right-fixed-wrap a.icon-right-1 .cur-con{
	right: -160px;
	width: 160px;
	height: 100%;
	padding-left: 50px;
	background: url("/images/icon-right-1.png") no-repeat 15px center #004ca1;
}
.right-fixed-wrap a.icon-right-2 .cur-con{
	width: 0;
	height: 0;
	right: 55px;
	bottom: 0px;
}
.right-fixed-wrap a.icon-right-2 .cur-con img{
	width: 100%;
	border: 3px solid #fff;
}
.right-fixed-wrap a.icon-right-3 .cur-con{
	right: -120px;
	width: 120px;
	height: 100%;
	padding-left: 50px;
	background: url("/images/icon-right-3.png") no-repeat 15px center #004ca1;
}

@media (max-width: 480px){
	.right-fixed-wrap{
		display: none;
	}
}

/*** 

====================================================================
	Main Header style
====================================================================

***/

.main-header{
	position:relative;
	left:0px;
	top:0px;
	background:#ffffff;
	z-index:999;
	width:100%;
}

.main-header .lower-section{
	position:relative;
	border-bottom:1px solid rgba(0,0,0,0.10);
	padding:0px 0px;
	width:100%;
	left:0px;
	top:0px;
	background:#ffffff;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header.style-two .lower-section{
	border:none;
	background:none;
	position:fixed;
	top:50px;	
}

.main-header.style-two .transparent-container{
	padding:10px 50px;
	max-width:1280px;
	margin:0 auto;
	background:rgba(0,0,0,0.30);
	border-radius:5px;
}

.fixed-header.main-header.style-two .transparent-container{
	background:none;	
}

.fixed-header .lower-section,
.fixed-header.main-header.style-two .lower-section{
	position:fixed;
	top:0px;
}

.fixed-header.main-header.style-two .lower-section{
	background:#3c3c3c;
}

.main-header .lower-section .outer-box{
	position:relative;
	/*padding:0px 60px 0px 0px;	*/
}


.main-header.style-two .cart-box .cart-btn{
	color:#ffffff;	
}


.main-header.style-two .cart-box .down-arrow{
	color:#555555;	
}

.main-header .cart-dropdown{
	position:absolute;
	right:0px;
	top:100%;
	width:280px;
	border:1px solid #004ca1;
	border-top-width:2px;
	background:#ffffff;
	display:none;
	border-radius:0px 0px 3px 3px;
}

.main-header .item-box{
	position:relative;
	padding:15px;
	border-bottom:1px solid #004ca1;
}

.main-header .item-box .inner{
	position:relative;
	padding-left:100px;
	min-height:80px;	
}

.main-header .item-box .thumb{
	position:absolute;
	left:0px;
	top:0px;
	width:80px;
	height:80px;	
}

.main-header .item-box .thumb img{
	display:block;
	width:80px;
	height:80px;	
}

.main-header .item-box .title{
	font-size:13px;
	color:#1c1c1c;	
}

.main-header .item-box .price{
	font-size:12px;
	color:#004ca1;
	margin-bottom:5px;	
}

.main-header .item-box .remove-btn{
	font-size:12px;
	color:#004ca1;
	margin-bottom:0px;	
}

.main-header .cart-box .cart-footer{
	position:relative;
	font-size:12px;
	padding:10px 15px;
	line-height:24px;
}

.main-header .cart-box .cart-footer .column{
	margin-bottom:10px;
}

.main-header .cart-box .proceed-btn{
	display:block;
	margin:0px;
	padding:10px 20px;
	text-align:center;
	color:#ffffff;
	background:#004ca1;
	text-transform:uppercase;
	font-size:12px;
	border-radius:3px;
}

.main-header .nav-toggler{
	position:absolute;
	right: 5%;
	top:50%;
	margin-top:-20px;
	width:40px;
	height:40px;
	background:#004ca1;
	color:#ffffff;
	display:none;
}

.main-header .nav-toggler .hidden-bar-opener{
	background:none;
	display:block;
	line-height:40px;
	width:40px;
	height:40px;	
	color: #fff;
}

.main-header .lower-section .logo{
	position:relative;
	float:left;
	padding: 10px 0px;
	/*margin-left: 5%;*/
}


.main-header .lower-section .logo img{
	display:inline-block;
	max-width:100%;	
}

.main-menu{
	/*position:relative;*/
	float:right;
	padding:0px 0px;
}

.main-menu .navbar-collapse{
	padding:0px;	
}

.main-menu .navigation{
	/*position:relative;*/
	float:right;
	margin:0px;
	font-weight:400;
	font-family: 'Microsoft yahei';
}

.main-menu .navigation > li{
	/*position:relative;*/
	float:left;
	/*padding: 32px 0;*/
	margin-right:16px;	
}
.main-menu .navigation > li a:after{
	content: "";
	width: 0;

	transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
	transition: all .35s ease-in-out;
}
.main-menu .navigation > li:hover a:after,
.main-menu .navigation > li.current a:after{
	content: "";
	position: absolute;
	left: 0;
	top: 102px;
	width: 100%;
	height: 3px;
	background: #f08301;
}
.main-menu .navigation > li:hover .sub-navcon a:after,
.main-menu .navigation > li.current .sub-navcon a:after{
	display: none;
}
/*.fixed-header .main-menu .navigation > li{
	padding:20px 0px;	
}*/

.main-menu .navigation > li:last-child{
	margin-right:0px;	
}

.main-menu .navigation > li > a{
	position:relative;
	display:block;
	/*padding:10px 10px 6px;*/
	padding: 40px 2px;
	font-size:10px;
	color:#292929;
	font-size: 14px;
	line-height:24px;
	text-transform:uppercase;
	letter-spacing:1px;
	opacity:1;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}

.main-header.style-two .main-menu .navigation > li > a{
	color:#ffffff;	
}

.main-menu .navigation > li > a:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:10px;
	/*background:url(../images/active-bars-icon.png) center top no-repeat;*/
	opacity:0;
	-webkit-transition: all 500ms ease;
	-ms-transition: all 500ms ease;
	-o-transition: all 500ms ease;
	-moz-transition: all 500ms ease;
	transition: all 500ms ease;
}

.main-menu .navigation > li:hover > a,
.main-menu .navigation > li:hover > a:before,
.main-menu .navigation > li.current > a,
.main-menu .navigation > li.current > a:before,
.main-menu .navigation > li.current-menu-item > a,
.main-menu .navigation > li.current-menu-item > a:before{
	color:#004ca1 !important;
	opacity:1;
}

.main-menu .navigation > li > ul{
	position:absolute;
	left:-20px;
	top:100%;
	width:200px;
	padding:0px;
	z-index:100;
	display:none;
	visibility:hidden;
	background:#1c1c1c;
	opacity:0;
}

.main-menu .navigation > li > ul > li{
	position:relative;
	width:100%;
	display:block;
	border-bottom:1px solid #3c3c3c;
}

.main-menu .navigation > li > ul > li:last-child{
	border:none;	
}

.main-menu .navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:8px 12px 8px 20px;
	line-height:20px;
	font-weight:400;
	font-size:12px;
	text-transform:capitalize;
	color:#b5b5b5;
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;
}

.main-menu .navigation > li > ul > li:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	height:100%;
	width:3px;
	background-color:#004ca1;
	transition:all 200ms ease;
	-moz-transition:all 200ms ease;
	-webkit-transition:all 200ms ease;
	-ms-transition:all 200ms ease;
	-o-transition:all 200ms ease;	
}

.main-menu .navigation > li > ul > li:nth-child(2n+2):before{
	background-color:#004ca1;	
}

.main-menu .navigation > li > ul > li:hover > a{
	color:#ffffff;	
}

.main-menu .navigation > li > ul > li:hover:before{
	width:100%;	
}

.main-menu .navigation > li:hover > ul{
	left:0px;
	display:block;
	opacity:1;
	visibility:visible;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;	
}

.main-menu .navigation li.dropdown .dropdown-btn{
	position:absolute;
	right:10px;
	top:6px;
	width:34px;
	height:30px;
	border:1px solid #ffffff;
	background:url(/images/icons/submenu-icon.png) center center no-repeat;
	background-size:20px;
	cursor:pointer;
	z-index:5;
	display:none;
	-webkit-border-radius:3px;
	-ms-border-radius:3px;
	-o-border-radius:3px;
	-moz-border-radius:3px;
	border-radius:3px;
}


@media (max-width: 1080px){
	.main-menu .navigation > li > a{
		padding-left: 6px;
		padding-right: 6px;
	}
	.main-header .lower-section .logo{
		margin-left: 10px;
	}
}

@media (max-width: 414px){
	.main-header .lower-section .logo img{
		width: 110px;
	}
}



/*

======================================================================
下拉nav
======================================================================

*/


.lower-section .auto-container{
    position: static;
    padding: 0;
}
.main-header .lower-section .outer-box{
    position: static;
}
header .sub-nav{
	position: absolute;
    left: 0;
    top: 105px;
    width: 100%;

	display: none;
	background-color: #f7f7f7;
	overflow: hidden;
    padding-top: 1%;
}
header .sub-navcon {
    width: 890px;
    height: 100%;
    margin: 0 auto;
}
header .tab-nav{
    float: left;
    width: 35%;
    height: 100%;
    line-height: 45px;
}
header .tab-nav a{
    display: block;
    font-size: 14px;
    border-bottom: 1px dashed #d2d2d2;
}
header .tab-nav a.cur{
    color: #004ca1
}
header .tab-con{
    float: left;
    width: 65%;
    padding-top: 2%;
}
header .tab-con .tab-item{
    display: none;
}
header .tab-con .col-md4{
    width: 40%;
    float: left;
    font-size: 14px;
    padding: 0 5%;
    box-sizing: border-box;
}
header .tab-con .col-md4 h2{
    font-size: 14px;
    font-weight: bold;
}
header .tab-con .col-md8{
    width: 60%;
    float: left;
    box-sizing: border-box;
}
header .tab-con .col-md8 img{
    width: 100%;
}

header .nav-up{
	position: absolute;
	left: 50%;
	bottom: 15px;
	display: block;
	width: 28px;
	height: 14px;
	cursor: pointer;
	background: url("/images/up-icon.png") no-repeat center center;
}



/*** 

====================================================================
	Hidden Sidebar style
====================================================================

***/

.hidden-bar{
	position: fixed;
	top: 0;
	width: 305px;
	height: 100%;
	background: #004ca1;
	z-index: 9999;
	transition: all 700ms ease;
	-webkit-transition: all 700ms ease;
	-ms-transition: all 700ms ease;
	-o-transition: all 700ms ease;
	-moz-transition: all 700ms ease;
}

.hidden-bar .mCSB_inside > .mCSB_container{
	margin-right:0px;	
}

.hidden-bar.right-align {
	right: -400px;
}

.hidden-bar.right-align.visible-sidebar{
	right:0px;	
}

.hidden-bar.right-align .hidden-bar-closer {
	left: -20px;
}

.hidden-bar.left-align {
	left: -400px;
}

.hidden-bar.left-align.visible-sidebar {
	left: 0px;
}

.hidden-bar.left-align .hidden-bar-closer {
	right: -20px;
}

.hidden-bar .hidden-bar-closer {
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: #000;
	color: #fff;
	border-radius: 50%;
	text-align: center;
	line-height: 38px;
	transition: all 300ms ease;
	-webkit-transition: all 300ms ease;
	-ms-transition: all 300ms ease;
	-o-transition: all 300ms ease;
	-moz-transition: all 300ms ease;
	z-index: 999999;
}

.hidden-bar .hidden-bar-closer:hover {
	background: #fff;
}

.hidden-bar .hidden-bar-closer:hover .btn {
	color: #004ca1;
}

.hidden-bar .hidden-bar-closer .btn {
	background-color: transparent;
	border: none;
	outline: none;
	font-size: 14px;
}



.hidden-bar-wrapper {
	height: 100%;
}


.hidden-bar .side-menu {
	background-color: transparent;
	padding: 25% 0;
	font-family: 'Microsoft yahei';
	font-size:12px;
	letter-spacing:1px;
}

.hidden-bar .side-menu ul li ul a {
	background: transparent;
	padding-left: 30px;
}

.hidden-bar .side-menu ul li ul li ul li a {
	background: transparent;
}

.hidden-bar .side-menu a.current {
	color: #fff;
}

.hidden-bar .side-menu li.current > a {
	color: #fff;
}

.hidden-bar .side-menu ul li a {
	background: transparent;
	color: #ffffff;
	display: block;
	font-weight: 500;
	text-transform: uppercase;
	border-top: 1px solid rgba(255,255,255,0.30);
	border-bottom: 1px solid rgba(255,255,255,0.30);
	padding: 10px 15px 10px 20px;
	position: relative;
	transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-webkit-transition: all 0.3s ease;
	-ms-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
}

.hidden-bar .side-menu ul li a:hover {
	background: transparent;
	color: #fff;
}

.hidden-bar .side-menu ul li a .btn.expander {
	background: none;
	color: #ffffff;
	border: 1px solid rgba(255,255,255,0.80);
	padding: 5px 10px;
	font-size: 14px;
	border-radius: 0px;
	position: absolute;
	top: 6px;
	right: 20px;
	outline: none;
}
















/*** 

====================================================================
	Main Footer
====================================================================

***/
footer{
	padding-top: 4%;
}
.footer-item{
	width: 13%;
	float: left;
}

.main-footer{
	position:relative;
	color:#aeaeae;
	background-color:#004ca1;
	background-size:cover;
	background-repeat:no-repeat;
	background-position:center center;
}

.main-footer:before{
	content:'';
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
}

.main-footer p{
	line-height:2em;
	margin: 0;
}



.footer-item h2{
	position:relative;
	font-size:16px;
	line-height:1.4em;
	margin-bottom:40px;
	padding-bottom: 25px;
	font-weight:700;
	text-transform:uppercase;
	color:#fafafa;
}
.footer-item2{
	width: 12%;
}
.footer-item-cpfw{
	width: 16%;
}
.footer-item-jjfa{
	width: 17%;
}
.footer-item h2:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:0px;
	width:17px;
	height:2px;
	background: #7b7b7b
}
.footer-item .footer-logo{
	margin-top: 60%;
	margin-left: 0;
}





.main-footer .contact-info{
	position:relative;
	margin-bottom:20px;
}

.contact-info li{
	position:relative;
	line-height:30px;
	font-size:12px;	
}

.footer-item li a{
	color: #8f8f8f;
}
.footer-item li a:hover{
	color: #004ca1
}
.footer-contact {
	width: 17%;
}
.footer-contact li{
	padding-left: 28px;
	/*color: #e6e6e6;*/
}
.footer-contact li:first-child{
	line-height: 20px;
	margin-bottom: 8px;
}
.footer-contact li .icon{
	position:absolute;
	font-weight:700;
	font-size:14px;
	color:#fff;
	left:0px;
	top:0px;
	line-height:32px;
	width:20px;
	height:30px;
	text-align:center;
	border-radius:3px;
}
.footer-contact li.footer-ewm{
	margin-top: 10%;
}
.footer-contact li.footer-ewm img{
	margin-left: 0;
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
}

.main-footer .latest-work .work-block .link-box{
	position:relative;
	display:block;
	padding:22px 20px 22px 30px;
	background:#0d0d0d;
	color:#dddddd;
	border-radius:3px;	
}
.main-footer .auto-container{
	width: 1125px;
	padding: 0;
}

.footer-bottom{
	position:relative;
	padding: 12px 0px;
	font-size: 12px;
	color:#8f8f8f;
	text-align: center;
	background: #004ca1
}
@media (max-width: 1145px){
	.main-footer .auto-container{
		width: 98%;
	}
}

@media (max-width: 768px){
	footer{
		padding-top: 5%;
	}
	.footer-item{
		display: none;
	}
	.footer-contact{
		display: block;
		width: 100%;
		padding-left: 5%;
		padding-right: 5%;
	}
	.footer-contact li.footer-ewm{
		position: absolute;
	    right: 10%;
	    top: -40%;
	    margin: 0;
	    display: none;
	}
	.footer-item h2{
		margin-bottom: 3.5%;
		padding-bottom: 0;
	}
	.footer-item h2:after{
		display: none;
	}
	.footer-contact li:first-child{
		margin-bottom: 0;
		line-height: 30px;
	}
}




/*

======================================================
main common
======================================================

*/
/*section-title*/

.section-title{
	position:relative;
	max-width:582px;
	padding: 0 2%;
	margin:0 auto;
	text-align:center;
	margin-bottom:40px;	
}

.section-title h3{
	font-size:12px;
	margin-bottom:10px;
	text-transform:uppercase;
}

.section-title h4{
	font-size:18px;
	margin-bottom:15px;
	font-weight:700;
	letter-spacing:2px;
	color:#282828;
	text-transform:uppercase;
}

.section-title h2{
	font-size:32px;
	margin-bottom:50px;
	text-transform:uppercase;
	color:#282828;
	font-weight:700;
	letter-spacing:1px;
}
.section-title h2 a{
	color: #333;
}
.contact-section .section-title{
	margin-bottom:50px;	
}

.contact-section .section-title h2{
	font-size:40px;
	margin-bottom:10px;	
}

.contact-section .section-title h2:after{
	display:none;	
}

.section-title h1{
	font-size:44px;
	margin-bottom:-10px;
	text-transform:uppercase;
	color:#282828;
	font-weight:700;
	letter-spacing:1px;
}

.section-title h2:after{
	content:'';
	position:absolute;
	left:0px;
	bottom:-15px;
	display:block;
	width:100%;
	height:20px;
	background:url(/images/styled-heading-bg.png) center bottom no-repeat;	
}

.section-title .desc-text{
	font-size:14px;	
}
@media (max-width: 1440px){
	.section-title h2{
		font-size: 30px;
	}
}
@media (max-width: 1024px){
	.section-title h2{
		font-size: 28px;
	}
}
@media (max-width: 479px){
	.section-title{
		/*padding: 0;*/
	}
}


/*
===========================================================================
二级页面comban
===========================================================================
*/
.com-ban{
	position: relative;
	overflow: hidden;
	padding: 0;
	margin: 0;
}
.com-ban .auto-container{
	height: 100%;
}
.com-ban,
.com-ban a {
	color: #fff;
}
.com-ban h2{
	position: absolute;
	top: 50%;
	margin-top: -61px;
	height: 122px;
	line-height: 60px;
	font-size: 48px;
	font-weight: bold;
	color: #178adb;
}
.com-ban h2 em{
	font-size: 65px;
	text-transform: uppercase;
	display: block;
	opacity: 0.15;
	filter: alpha(opacity=15);
	color: #178adb;
}
.com-ban .com-bnav{
	position: absolute;
	bottom: 0;
	right: 8%;
	height: 80px;
	line-height: 80px;
	z-index: 2;
	margin: 0;
	font-size: 14px;
}
.com-ban .com-bnav:after{
	content: "";
	position: absolute;
	left: -160%;
	bottom:0;
	height: 80px;
	width: 1000%;
	z-index: -1;
	background-color: #004ca1;
	transform: skew(-20deg);
	opacity: 0.8
}
.com-ban .com-bnav .home{
	/*background: url("/images/icon-home.png") no-repeat center center;*/
	/*padding-left: 58px;*/
}
@media(max-width: 1024px){
	.com-ban h2{
		font-size: 30px;
		line-height: 38px;
		height: 78px;
		margin-top: -39px;
	}
	.com-ban h2 em{
		font-size: 32px;
	}
}
@media (max-width: 767px){
	
	.com-ban .com-bnav:after{
		left: -100%;
		height: 50px;
	}
	.com-ban .com-bnav{
		height: 50px;
		line-height: 50px;
	}
}


@media (max-width: 480px){
	.com-ban .com-bnav{
		display: none;
	}
}

@media (max-width: 414px){
	.com-ban{
		height: 190px;
	}
	.com-ban .com-bnav:after{
		left: -20%;
	}

	.com-ban h2{
		font-size: 32px;
		height: 44px;
		margin-top: -22px;
	}
	.com-ban h2 em{
		font-size: 18px;
	}
}



/*面包屑导航*/
.bread-nav{
	padding:11px 0;
	background: #f0f0f0;
	text-align: right;
}
.three_title{
	max-width: 1170px;
	min-width: 300px;
	height: 28px;
	line-height: 28px;
	position: relative;
	overflow: hidden;
	/*margin: 1% auto 0;*/
	margin-left: auto;
	margin-right: auto;
	padding-right: 12px;
}
/*.three_title span{
	width: 16px;
	height: 15px;
	position: relative;
	display: inline-block;
	float: left;
	margin-right: 6px;
	background: url(../images/three_titlespan.png) no-repeat center;
	font-size: 14px;
	color: #525252;
	vertical-align: top;
}*/
.three_title a{
	font-size: 14px;
}
.onth_titlea{
	color: #004ca1;
}

@media (max-width: 1024px){
	.bread-nav{
		display: none;
	}
	.three_title{
		max-width: 920px;
		margin-top: 1%;
		margin-bottom: 2%;
	}
}
@media (max-width: 768px){
	.three_title{
		padding-left: 2%;
	}
}

/*** 

====================================================================
	核心反应器
====================================================================

***/

.default-image-section{
	position:relative;
	padding:70px 0px 0px;
	background-position:center bottom;
	background-size:cover;
	background-repeat:no-repeat;
	margin-bottom: 0;
	/*background-color: #f5f5f5*/
	background-color: #004ca1;
	color: #fff;
	margin-top: 40px;
}

.default-theme-subtitle{
	position:relative;
	display:inline-block;
	padding:7px 25px;
	line-height:24px;
	background:#004ca1;
	color:#ffffff;
	font-size:12px;
	border-radius:3px;
}
.default-text-column .inner-box h4{
	font-size: 20px;
}
.default-text-column .bigger-title{
	font-weight:700;
	font-size: 35px;
	text-transform:uppercase;
	color:#fff;
	line-height:1.2em;
	margin-bottom:5px;
	font-weight: normal;
	margin-top: 15px;
}
.default-text-column .bigger-title span{
	font-weight: bold;
}
.default-text-column .medium-title{
	font-size:20px;
	color:#fff;
	margin-bottom: 40px;

}
.default-text-column .medium-title:after{
	content: "";
    content: '';
    position: absolute;
    left: 0px;
    bottom: -12px;
    display: block;
    width: 23px;
    height: 4px;
    background-color: #fff;
}
.default-text-column .desc-text{
	margin:20px 0px 50px;
	text-align:justify;
	font-size: 13px;
	padding-right: 12%;
}
.default-text-column .desc-text p{
	margin: 0;
}
.default-text-column .theme-btn{
	padding:10px 40px;
	font-weight:700;	
}

.default-image-section .image-column{
	position:relative;
	margin:-152px 0px 25px;	
}

.default-image-section .image-column img{
	display:inline-block;
	max-width:100%;	
}

@media (max-width: 1366px){
	.default-text-column .bigger-title{
		font-size: 24px;
	}
}

@media (max-width: 768px){
	.default-image-section .col-md-6{
		width: 100%;
	}
	.row{
		margin-left: 0;
		margin-right: 0;
	}
}

@media (max-width: 599px){
	.default-image-section{
		overflow: hidden;
	}
	.default-image-section{
		padding-top: 5%;
	}
	.default-image-section{
		margin-bottom: 5%;
	}
	.default-text-column .bigger-title{
		font-size: 28px;
	}
	.default-text-column .desc-text{
		margin-bottom: 20px;
	}
	.default-text-column .theme-btn{
		margin-bottom: 4%;
	}

}




/*** 

====================================================================
	核心反应器--bottom
====================================================================

***/

.bigger-container{
	max-width:1340px;
	margin:0 auto;	
	position: relative;
	/*top: 66px;*/
}

.fact-counter{
	position:relative;
	
	padding:0px 0px;
	color:#ffffff;
	background-color:#3d3d3d;
	background-repeat:no-repeat;
	background-size:cover;
	background-position:center center;
	overflow:hidden;
	width:100%;
}

/*.fact-counter.negative-margin{
	top: 258px;	
}*/

.fact-counter .column{
	position:relative;
	padding: 26px 15px 26px;
	text-align:center;
	background: #4c98ec;
	z-index:5;	
}

.fact-counter .column:nth-child(2),
.fact-counter .column:nth-child(4){
	background: #e8e8e8;
}
.fact-counter .column:nth-child(2) .counter-title,
.fact-counter .column:nth-child(4) .counter-title,
.fact-counter .column:nth-child(2) .count-outer span,
.fact-counter .column:nth-child(4) .count-outer span{
	color: #212723

}
.fact-counter .count-outer{
	position:relative;
	font-size:36px;
	font-weight:600;
	padding:0px 30px 0px;
	margin-top: 15px;
	margin-bottom: 10px;
}

.fact-counter .column .line{
	position:relative;
	margin:15px auto 10px;	
}

.fact-counter .column .line .dot{
	display:inline-block;
	width:4px;
	height:4px;
	margin:0px -1px;
	background:#004ca1;
}

.fact-counter .column .count-text{
	position:relative;
	font-size: 20px;
	font-weight:400;
	text-transform:uppercase;
	font-family:'Microsoft yahei';
	color:#ffffff;
	letter-spacing:1pX;
}
.fact-counter .column .count-text:after{
	content: "+";
	display: none;
	font-size: 22px;
}
.fact-counter .column .counter-title{
	position:relative;
	font-size:13px;
	font-weight:400;
	text-transform:uppercase;
	font-family:'Microsoft yahei';
	color:#ffffff;
	height: 40px;
}


@media (max-width: 1400px){

}
@media (max-width: 768px){
	.bigger-container{
		top: 0;
	}
}

@media (max-width: 599px){
	.fact-counter.negative-margin{
		/*top: 50px;*/
		top: 0;
	}
	.fact-counter .column{
		padding-top: 8%;
		padding-bottom: 5%;
	}
	
}


/*
==============================================================
owl-carousel arrow
==============================================================
*/
/*.owl-theme2 .owl-theme .owl-controls .owl-nav [class*="owl-"]{
	position: absolute;
	top: 28.5%;
	height: 60px;
	margin-top: -30px;
	color: #555;
	background-color: transparent;
	font-size: 60px;
	transition: all 0.4s ease;
}
.owl-theme2 .owl-theme .owl-controls .owl-nav [class*="owl-"]:hover{
	color: #5ab59b;
	background-color: transparent;
}
.owl-theme2 .owl-theme .owl-controls .owl-nav .owl-prev{
	left: 0%;
}
.owl-theme2 .owl-theme .owl-controls .owl-nav .owl-next{
	right: 0%;
}*/


/*
============================================
owlcarousel prev and  next
cpfw-scwo3 --应用领域,
cpfw-scwo4 --应用领域,
cpfw-jz  ,
join---员工寄语

============================================
*/
.owl-theme .owl-controls .owl-buttons div{
	position: absolute;
	top: 22%;
	width: 25px;
	height: 42px;
	overflow: hidden;
	background: url("/images/icon-arr.png") no-repeat;
	text-indent: 999em;
}
.owl-theme .owl-controls .owl-buttons div.owl-prev{
	left: -8%;
	background-position: 0 0;
}
.owl-theme .owl-controls .owl-buttons div.owl-next{
	right: -8%;
	background-position: 0 -54px;
}
@media (max-width: 1400px){
	.owl-theme .owl-controls .owl-buttons div.owl-prev{
		left: -4%;
	}

	.owl-theme .owl-controls .owl-buttons div.owl-next{
		right: -4%;
	}
}
@media (max-width: 1280px){
	
	.recent-causes-section .owl-theme .owl-controls .owl-nav .owl-prev{
		left: -3%;
	}

	.recent-causes-section .owl-theme .owl-controls .owl-nav .owl-next{
		right: -3%;
	}

}
@media (max-width: 1024px){
	.owl-theme .owl-controls .owl-buttons div{
		top: 43%;
	}
	.recent-causes-section .owl-theme .owl-controls .owl-nav .owl-prev{
		left: 1%;
	}

	.recent-causes-section .owl-theme .owl-controls .owl-nav .owl-next{
		right: 1%;
	}
}
@media (max-width: 768px){
	
	.owl-theme .owl-controls .owl-buttons div{
		top: 28%;
	}
	/*.owl-theme .owl-controls .owl-buttons div.owl-prev{
		left: 0;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-next{
		right: 0;
	}*/
}

@media (max-width: 640px){
	.clj-section5 .owl-carousel{
		width: 80%!important;
		margin-left: auto;
		margin-right: auto;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-next {
	    right: -12%;
	}
	.owl-theme .owl-controls .owl-buttons div.owl-prev {
	    left: -12%;
	}
}

@media (max-width: 480px){
	.recent-causes-section .row{
		margin-top: 20%!important;
	}


}



/*应用领域切换 common*/
.clj-section5 a{
	display: block;
	text-align: left;
	overflow: hidden;
	font-size: 14px;
	color: #525252;
	padding: 0 3%;
}
.clj-section5 a img{
	width: 100%;
}
.clj-section5 .item-con{
	height: 200px;
	padding: 5% 10%;
	border-top: 5px solid #004ca1;
	background-color: #fff;
	margin-top: -1px;

}
.clj-section5 h3{
	font-size: 20px;
	color: #004ca1;
	font-weight: bold;
	margin-bottom: 2%;
}
.clj-section5 p{
	line-height: 24px;
}


@media (max-width: 599px){
	.clj-section5 a{
		padding: 0;
	}
}



/*header media */
/* Alone Non Profit Multipurpose HTML5 Template */

@media only screen and (max-width: 1200px){
	.boxed-layout .page-outer-container{
		padding:0px 20px;	
	}
}

@media only screen and (max-width: 1140px){
	.main-header .header-lower .outer-box{
		padding-right:0px;	
	}
	
	.header-lower .logo,
	.header-lower .main-menu{
		float:none !important;
	}
	
	/*.main-menu{
		margin-right:20px;	
	}*/
	
	.main-menu .navigation > li{
		margin-right:25px;	
	}
	
}

@media only screen and (min-width: 768px){
	.main-menu .navigation > li > ul,
	.main-menu .navigation > li > ul > li > ul{
		display:block !important;
		visibility:hidden;
		opacity:0;
	}
}


@media only screen and (max-width: 1023px){
	
	.main-menu{
		display:none;	
	}
	
	.main-header .nav-toggler{
		display:block;	
	}
	
	.main-header .cart-box{
		right:70px;	
	}
	
	.main-header .top-bar .top-right{
		float:left;
		margin-bottom:15px;
	}
	
}

@media only screen and (max-width: 767px){
	
	.header-lower .outer-box{
		padding-right:0px;	
	}
	
	.main-header .top-bar{
		text-align:center;	
	}
	
	.main-header .top-bar .top-right .donate-outer{
		display:none;
	}
	
	.main-header.style-two .lower-section{
		top:0px;	
	}
	
}

@media only screen and (max-width: 599px){
	
	
	
	.recent-posts-thumbs .recent-post-thumb h3{
		font-size:12px;	
	}
	
	.featured-story-column .overlay-box h4,
	.featured-story-column .overlay-box .desc-text{
		display:none;	
	}
	
	.custom-bg-section .content-outer{
		padding:50px 0px;	
	}
	
	.featured-story-column .overlay-box h2,
	.section-title h2{
		font-size:28px;	
	}
	
	.story-info-column .bigger-title{
		font-size:18px;
		line-height:1.6em;
	}
	
	.story-info-column{
		padding:30px 15px;	
	}
	
	.main-header .top-bar .top-left li,
	.main-header .top-bar .right-nav li{
		margin:0px 20px 0px 0px;	
	}
	
	.main-header .top-bar .top-left li:after,
	.main-header .top-bar .right-nav li:after{
		display:none;	
	}
	
	.event-info-container .countdown-column .countdown .counter-column{
		width:50%;
	}
	
	.single-post-section .single-post-header .header-content{
		padding:40px 15px;	
	}
	
	.page-title-section .page-title h2{
		margin:5px 0px 20px;
		font-size:26px;	
	}
	
	.specific-donors .over-box{
		padding:30px 20px 20px;	
	}
	
	.gallery-section .filter-btns{
		padding:5px;
		display:block;
		border-radius:5px;		
	}
	
	.gallery-section .filter-tabs li{
		display:block;
		float:none;
		width:100%;	
	}
	
	.default-portfolio-item .overlay-box .inner-content{
		padding:10px 15px;	
	}
	
	.default-portfolio-item .overlay-box h3{
		font-size:12px;
		margin:0px;	
	}
	
	.custom-bg-section .custom-slider .slide-content{
		margin:0 20px auto;	
	}
	
	.custom-bg-section .bx-controls{
		display:none;	
	}
	
	.default-story-column .overlay-box .bg-box{
		padding:15px;	
	}
	
	.default-story-column .overlay-box ul{
		display:none;	
	}
	
	.become-volunteer-column .overlay-box{
		padding:30px 15px;	
	}
	
	.become-volunteer-column .content-box h2{
		font-size:28px;	
	}
	
	.become-volunteer-column .content-box .lower-content{
		padding-left:0px;	
	}
	
	.become-volunteer-column .content-box .lower-content .apply-btn{
		position:relative;	
	}
	
	.vertical-green-bar .upper-part{
		padding:40px 20px;	
	}
}

@media only screen and (max-width: 479px){
	.section-title h2{
		font-size: 20px;
		margin-bottom: 30px;
	}
	.sponsor-organization .column{
		width:100%;	
	}

	/*footer*/
	.footer-item{
		display: none;
	}
	.footer-contact{
		display: block;
		width: 100%;
	}
	.footer-contact h2{
		display: none;
	}

}

@media (max-width: 1024px){
	.auto-container{
		/*max-width: 960px;*/
		/*overflow: hidden;*/
	}
	/*导航*/
	.main-menu .navigation > li > a{
		padding-left: 5px;
		padding-right: 5px;
	}
	/*核心反应器*/
	.fact-counter .column .count-text{
		font-size: 16px;
	}


}

@media (max-width: 768px){
	.auto-container{
		width: 100%;
		padding-left: 2%;
		padding-right: 2%;
		box-sizing: border-box;
	}
}

@media (max-width: 320px){
	body{
		overflow-x: hidden;
	}
	.featured-story-column .overlay-box h2,
	.section-title h2{
		font-size: 18px;	
	}
}



/*
===========================================
分页
===========================================
*/

.page{
	text-align: right;
	padding: 4% 0;
}

.page a,
.page span{
	display: inline-block;
	font-size: 14px;
	border: 1px solid #ddd;
	padding: 4px 15px;
	margin: 0 4px;
}

.page a:hover,
.page span{
	background-color: #004ca1;
	color: #fff;
	border-radius: 3px;
	border-color: #004ca1;
}

@media (max-width: 480px){
	.page{
		text-align: center;
	}
	.page a{
		padding: 1% 3%;
	}
}