@charset "utf-8";

*{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}


*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* open-sans-300 */
@font-face {
  font-family: 'Open Sans';
  font-style: normal;
  font-weight: 300;
  src: url('//lib.baomitu.com/fonts/open-sans/open-sans-300.eot'); /* IE9 Compat Modes */
  src: local('Open Sans Light'), local('OpenSans-Light'),
       url('//lib.baomitu.com/fonts/open-sans/open-sans-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('//lib.baomitu.com/fonts/open-sans/open-sans-300.woff2') format('woff2'), /* Super Modern Browsers */
       url('//lib.baomitu.com/fonts/open-sans/open-sans-300.woff') format('woff'), /* Modern Browsers */
       url('//lib.baomitu.com/fonts/open-sans/open-sans-300.ttf') format('truetype'), /* Safari, Android, iOS */
       url('//lib.baomitu.com/fonts/open-sans/open-sans-300.svg#OpenSans') format('svg'); /* Legacy iOS */
}

@font-face{
        font-family:"Avant";
        src:url("../font/AvantGardeGothicC-Demi.eot?#iefix");
        src:url("../font/AvantGardeGothicC-Demi.eot?#iefix") format("eot"),
        	url("../font/AvantGardeGothicC-Demi.woff") format("woff"),
        	url("../font/AvantGardeGothicC-Demi.ttf") format("truetype");
    }
html, body {
	position: relative;
	-webkit-tap-highlight-color:rgba(0,0,0,0);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Chrome/Safari/Opera */
    -khtml-user-select: none; /* Konqueror */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently
    not supported by any browser */
}

body {
    overflow-x: hidden;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
    background: #fff;
}

body,input,select,textarea,button{
	font-family: "PingFang SC","PingHei","STHeitiSC-Light", "Myriad Set Pro", "Lucida Grande","Helvetica Neue", "Helvetica","microsoft yahei","SimHei", "tahoma", "Arial","Verdana", "sans-serif";
}

html,body,ol,ul,li,p,h1,h2,h3,h4,h5,h6,p,dl,dt,dd,input,textarea,figure{
	margin:0;
	padding:0;
}

h1,h2,h3,h4,h5,h6{
	font-weight:normal;
}

a{
	text-decoration:none;
	outline:none;
	-webkit-user-drag: none;
}

a:hover,
a:focus{
	text-decoration:none !important;
}

li{
	list-style:none;
}

img{
	border:0;
	-webkit-user-drag: none;
	outline: none;
}
.hide{
    display: none !important;
}
/* 页面选中颜色 */
::-moz-selection {
    background: #1f7c4e;
    color: #fff;
}

::-webket-selection {
    background: #1f7c4e;
    color: #fff;
}

::-o-selection {
    background: #1f7c4e;
    color: #fff;
}

::selection {
    background: #1f7c4e;
    color: #fff;
}

*:focus {
    outline: none;
}

/* CSS3滚动条 */
::-webkit-scrollbar-track-piece {
    width: 10px;
    background-color: #eee;
    border-radius: 50px
}

::-webkit-scrollbar {
    width: 8px;
    height: 6px;
}

::-webkit-scrollbar-thumb {
    height: 50px;
    background: #1f7c4e;
    /*border-radius: 50px;*/
    cursor: pointer;
}

::-webkit-scrollbar-thumb:hover {
    background: #1f7c4e;
    cursor: pointer
}

/* 手机弹出导航滚动修正 */
.oh{
    overflow: hidden !important;
    height: 100% !important;
}



/*clearifx*/
.clearfix:after {
    clear: both;
    display: block;
    visibility: hidden;
    height: 0;
    line-height: 0;
    content: '';
}

.clearfix {
    zoom: 1;
}

/*frequently use start*/

.fl {
    float: left !important;
}

.fr {
    float: right !important;
}

.tl {
    text-align: left;
}


.tr {
    text-align: right;
}

.tc {
    text-align: center;
}

.te {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bdn{
	border: none !important;
}
.t03{
	-webkit-transition: all ease-in-out 0.3s;
	-o-transition: all ease-in-out 0.3s;
	transition: all ease-in-out 0.3s;
}

.t05{
	-webkit-transition: all ease-in-out 0.5s;
	-o-transition: all ease-in-out 0.5s;
	transition: all ease-in-out 0.5s;
}

#pageSwitch {
    margin-top: 30px;
}

#pageSwitch a {
    color: #888;
}

#pageSwitch .pre,
#pageSwitch .next {
    color: #888;
    font-size: 14px;
    line-height: 16px;
    overflow: hidden;
}

#pageSwitch .pre {
    margin-bottom: 10px;
}

#pageSwitch a:hover {
	color: #1f7c4e !important;
    text-decoration: underline;
}
/*frequently use end*/

.contain{
	padding: 0 15px;
	width: 100%;
	margin: 0 auto;
}

@media (min-width: 768px){
	.contain{
		width: 750px;
	}
}

@media(min-width: 992px){
	.contain{
		width: 970px;
	}
}

@media(min-width: 1200px){
	.contain{
		width: 1170px;
	}
}

@media(min-width: 1500px){
	.contain{
		width: 1440px;
	}
}

/*public head start*/
#head{
	height: 60px;
	position: relative;
	overflow: visible;
	background: #fff;
}
.head-container{
    padding: 0 15px;
}
#head .logo{
	width: 120px;
	height: 60px;
	display: block;
	background: url('../images/nc/logo-color.png') left center no-repeat;
	background-size: contain;
	z-index: 999;
    float: left;
    position: relative;
}
#head .logo.w{
	background-image: url('../images/nc/logo-white.png');
}

.nav_button{
	overflow: hidden;
	width: 23px;
	float: right;
	margin-top: 17px;
	position: relative;
	z-index: 999;
}
.nav_button .nav_bar{
	width: 23px;
	height: 1px;
	display: block;
	margin: 5px 0;
	background: #333;
	-webkit-transition: all ease 0.5s;
	-o-transition: all ease 0.5s;
	transition: all ease 0.5s;
}
.nav_button .mid{
	width: 18px;
}
.nav_button.animate .nav_bar{
	background: #fff;
}
.nav_button.animate .top{
	-webkit-transform: translateY(5px) rotate(45deg);
	-ms-transform: translateY(5px) rotate(45deg);
	-o-transform: translateY(5px) rotate(45deg);
	transform: translateY(5px) rotate(45deg);
}
.nav_button.animate .mid{
	width: 0;
}
.nav_button.animate .bottom{
	-webkit-transform: translateY(-7px) rotate(-45deg);
	-ms-transform: translateY(-7px) rotate(-45deg);
	-o-transform: translateY(-7px) rotate(-45deg);
	transform: translateY(-7px) rotate(-45deg);
}

/*nav for mobile start*/
.nav_m{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    display: none;
    background: #2e2929;
    z-index: 998;
    overflow: hidden;
    overflow-y: scroll;
    padding: 0 15px;
}
.nav_m .head{
    position: fixed;
    height: 60px;
    top: 0;
    background: #2e2929;
    width: 100%;
    margin-left: -15px;
    padding: 0 15px;
    display: none;
}
.nav_m .logo{
    width: 134px;
    display: block;
    float: left;
    margin-top: 10px;
}
.nav_m .logo img{
    width: 100%;
    display: block;
}
.nav_m .menu{
    min-height: 100%;
    margin-top: 70px;
    padding-bottom: 60px;
    font-weight: 100;
    max-width: 750px;
    margin-left: auto;
    margin-right: auto;
}
.nav_m .main_item{
    overflow: hidden;
    border-bottom: 1px solid #5a5a5a;
    opacity: 0;
    -webkit-transform: scale(1.1) translateY(-24px);
    transform:  scale(1.1) translateY(-24px);
    -webkit-transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, -webkit-transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out;
    transition: opacity 0.35s ease-out, transform 0.35s ease-out, -webkit-transform 0.35s ease-out;
}
.nav_m .main_item:nth-child(2){
    -webkit-transition-delay: 80ms;
    transition-delay: 80ms;
}
.nav_m .main_item:nth-child(3){
    -webkit-transition-delay: 160ms;
    transition-delay: 160ms;
}
.nav_m .main_item:nth-child(4){
    -webkit-transition-delay: 240ms;
    transition-delay: 240ms;
}
.nav_m .main_item:nth-child(5){
    -webkit-transition-delay: 360ms;
    transition-delay: 360ms;
}
.nav_m .main_item:nth-child(6){
    -webkit-transition-delay: 400ms;
    transition-delay: 400ms;
}
.nav_m .main_item:nth-child(7){
    -webkit-transition-delay: 480ms;
    transition-delay: 480ms;
}
.nav_m .main_item:nth-child(8){
    -webkit-transition-delay: 560ms;
    transition-delay: 560ms;
}
.nav_m .main_item:nth-child(9){
    -webkit-transition-delay: 640ms;
    transition-delay: 640ms;
}
.nav_m .main_item:nth-child(10){
    -webkit-transition-delay: 720ms;
    transition-delay: 720ms;
}
.nav_m .main_item>a{
    display: block;
    line-height: 48px;
    font-size: 14px;
    color: #ccc;
    background: url('../images/plus.png') right center no-repeat;
    background-size: 12px;
    text-transform: uppercase;
}
.nav_m .menu.show .main_item{
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}
.nav_m .on{
    border: none;
    height: auto;
}
.nav_m .on>a{
    background-image:url('../images/minus.png');
}

.nav_m .link>a{
    background-image:url('../images/arrow.png');
}

.drop_list{
	display: none;
}
.drop_list a{
	display: block;
	font-size: 14px;
	color: #999;
	border-bottom: 1px solid #5a5a5a;
	text-indent: 20px;
	height: 42px;
	line-height: 42px;
	text-transform: uppercase;
}
/*nav for mobile end*/

.head_r{
	display: none;
}

/*public footer*/
#footer{
    display: none;
}
#mfooter{
    width: 100%;
    height: 60px;
    position: fixed;
    bottom: 0;
    left: 0;
    background: #f4f4f4;
    z-index: 888;
    box-shadow: 0 0 4px 0 #ccc;
}
#mfooter li{
    width: 25%;
    float: left;
    height: 60px;
}
#mfooter li a{
    display: block;
    padding-top: 8px;
}
#mfooter li img{
    display: block;
    margin: 0 auto;
    height: 24px;
}
#mfooter li span{
    display: block;
    margin: 0 auto;
    width: 24px;
    height: 24px;
    font-size: 24px;
    line-height: 24px;
    color: #333;
}
#mfooter li p{
    font-size: 14px;
    color: #333;
    line-height: 14px;
    text-align: center;
    padding-top: 8px;
}
.footerfix{
    height: 60px;
}

.mask{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.9);
	z-index: 9999;
	display: none;
}
.mask .box{
	width: 100%;
	height: 100%;
	text-align: center;
}
.mask .box span{
	display: inline-block;
	width: 1px;
	height: 100%;
	vertical-align: middle;
	font-size: 0;
}
.mask .fa-remove{
	font-size: 50px;
	color: #fff;
	position: fixed;
	right: 3%;
	top: 5%;
	cursor: pointer;
	z-index: 999;
}
.video{
	font-size: 0;
	display: inline-block;
	max-width: 640px;
	vertical-align: middle;
	width: 90%;
}

.language{
	float: left;
}
.language p{
	display: none;
}
.language .globe{
	display: block;
	height: 60px;
	z-index: 999;
	position: relative;
	width: 20px;
}

.language .fa-globe{
	display: block;
	height: 36px;
	font-size: 20px;
	line-height: 36px;
	color: #f2f2f2;
	position: absolute;
	top: 50%;
	margin-top: -18px;
}
.language-drop{
	position: absolute;
	top: 60px;
	left: 0;
	background: #10234d;
	padding: 8px 0px;
	display: none;
	z-index: 9999;
}
.language-drop a{
	display: block;
	line-height: 30px;
	padding: 0 15px;
	color: #e5e5e5;
	font-size: 14px;
}

.nav-button-pc,
.nav-bg,
.logo-on,
.menu-pc{
    display: none;
}

/*响应式*/
@media (min-width: 768px){

	/*public footer*/
    #mfooter{
        display: none;
    }
	#footer{
        display: block;
        padding: 0 3.125%;
        height: 60px;
        background: #0f0f0f;
    }
    #footer p,
    #footer a{
        color: #ddd;
        display: block;
        line-height: 60px;
        font-size: 14px;
    }
    #footer a:hover{
        text-decoration: underline !important;
    }
    .footerfix{
        height: 0px;
    }

	 /*public head*/
    .nav_m{
        display: none !important;
    }
    .nav_button{
        display: none;
    }
    #head{
        height: auto;
        width: 100%;
        background: none;
        position: absolute;
        top: 0;
        z-index: 125;
        padding: 2.34% 3.125%;
    }
    .head-container{
        padding-top: 5px;
    }
    #head .logo{
        width: 240px;
        height: 50px;
        background-image: url('../images/nc/logo-white.png');
        background-position: left center;
        position: static;
        margin-left: 0;
    }
    .nav-button-pc{
        display: block;
        cursor: pointer;
        float: right;
        width: 60px;
        height: 60px;
        background: #fff;
        border-radius: 100%;
        padding-top: 19px;
        position: fixed;
        z-index: 160;
        margin-right: 15px;
        margin-top: 2.34%;
        right: 3.125%;
        box-shadow: 0 0 10px 0 #ddd;
    }
    .nav-button-pc .nav-bar-pc{
        display: block;
        width: 24px;
        height: 2px;
        background: #1a1a1a;
        margin: 4px auto;
        transition: all ease 0.3s;
    }
    .nav-button-pc .mid{
        width: 24px;
    }
    .nav-button-pc.animate .nav_bar{
        background: #fff;
    }
    .nav-button-pc.animate .top{
        -webkit-transform: translateY(5px) rotate(45deg);
        -ms-transform: translateY(5px) rotate(45deg);
        -o-transform: translateY(5px) rotate(45deg);
        transform: translateY(5px) rotate(45deg);
    }
    .nav-button-pc.animate .mid{
        width: 0;
    }
    .nav-button-pc.animate .bottom{
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }
    .nav-bg{
        position: fixed;
        width: 100%;
        height: 100%;
        bottom: 100%;
        left: 100%;
        border-radius: 50%;
        z-index: 129;
        transition-property: left,bottom,transform;
        transition-duration: 1s;
        transition-timing-function: ease-in-out;
        background: #fff;
        display: block;
    }
    .nav-bg.on{
        bottom: 0;
        left: 0;
        transform: scale(2); 
    }
    .logo-on{
        display: block;
        position: fixed;
        margin-left: 3.125%;
        margin-top: 2.34%;
        left: 15px;
        top: 5px;
        width: 240px;
        height: 50px;
        background: url('../images/nc/logo-black.png') left center no-repeat;
        background-size: contain;
        z-index: 160;
        display: none;
    }

    .menu-pc{
        position: fixed;
        width: 100%;
        height: 100%;
        z-index: 150;
        background: #fff;
        overflow: hidden;
    }
    .menu-pc ul{
        margin-top: 70px;
        display: block;
        width: 100%;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        overflow: hidden;
        background: #fff;
    }
    .menu-pc ul li{
        float: left;
        width: 16.6666%;
        text-align: center;
    }
    .menu-pc ul li .box{
        display: inline-block;
        font-size: 0;
        line-height: 0;
        text-align: left;
    }
    .menu-pc .box>p{
        font-size: 14px;
        color: #999;
        line-height: 16px;
        margin-bottom: 7%;
        font-family: 'Open Sans';
    }
    .menu-pc .box>a{
        display: block;
        font-size: 2.1vw;
        line-height: 1.2;
        color: #999;
        transition: all ease-in-out .3s;
    }
    .menu-pc .box>a span{
        display: block;
        height: 3px;
        background: #fff;
        width: 20%;
        margin-top: 10%;
        transition: all ease-in-out .3s;
    }
    .menu-pc .box>a:hover{
        color: #1a1a1a;
    }
    .menu-pc .box>a:hover span{
        background: #1a1a1a;
        width: 100%;
    }
    .menu-pc .box>a.active{
        color: #1a1a1a;
    }
    .menu-pc .box>a.active span{
        background: #1a1a1a;
    }
    .menu-pc .box .drop-nav{
        margin-top: 20%;
    }
    .menu-pc .box .drop-nav>a{
        display: block;
        font-size: 14px;
        line-height: 1.2;
        margin: 15% 0;
        color: #666;
        transition: all ease-in-out .3s;
    }
    .menu-pc .box .drop-nav>a:hover{
        transform: translateX(5px);
        color: #000;
    }
}
@media (min-width: 992px){
    .head-container{
        padding-top: 0px;
    }
    #head .logo{
        height: 60px;
    }
    .logo-on{
        top: 0;
        height: 60px;
    }
    .menu-pc .box>p{
        font-size: 14px;
        line-height: 16px;
    }
    .menu-pc .box>a{
        font-size: 1.8vw;
    }
    .menu-pc .box .drop-nav>a{
        font-size: 14px;
    }
	
}
@media (min-width: 1200px){
	/*公共*/
	.menu-pc .box>p{
        font-size: 16px;
        line-height: 18px;
    }
    .menu-pc .box>a{
        font-size: 1.56vw;
    }
    .menu-pc .box .drop-nav>a{
        font-size: 16px;
    }
	
	

}
@media (min-width: 1500px){
	/*公共*/
}


/*载入动画样式*/
.loading{
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left: 0;
    z-index: 9999;
    background-color: #fff;
}
.loading .pic{
    width: 100px;
    height: 100px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    font-size: 30px;
    text-align: center;
    line-height: 100px;
}
.loading .pic span{
    display: block;
    width: 80px;
    height: 80px;
    position: absolute;
    top: 10px;
    left: 10px;
    border-radius: 50%;
    box-shadow: 0 3px 0 #666;
    animation: rotatel 1s infinite linear;
}
@keyframes rotatel{
    0%{transform: rotate(0deg);}
    100%{transform: rotate(360deg);}
}