@charset "utf-8";

/*-- 全局reset
-------------------------------------------*/

html, body, div,
h1, h2, h3, h4, h5, h6,
hr, p, blockquote,
dl, dt, dd, ul, ol, li,
pre, form, fieldset, object, code,
legend, button, input, textarea, label,
th, td, a, img {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

body {
    font: 12px/1.5 'Helvetica Neue', 'Helvetica', 'Arial', '\5FAE\8F6F\96C5\9ED1', 'Microsoft YaHei', 'Tahoma', 'Hiragino sans gb', 'SimSun', 'Sans-serif';
    color: #333;
    background-color: #f9f9f9;
    
}

/*清除内外边距*/
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}

/*设置默认字体*/
:focus {
    outline: 0;
}

ul,
ol {
    list-style: none;
}

/*重置列表*/
fieldset, img {
    border: 0 none;
    vertical-align: top;
}

/*重置图片元素*/
address, caption, cite, code, dfn, em, i, th, var, optgroup {
    font-style: normal;
    font-weight: normal;
}

abbr, acronym {
    border: 0;
    font-variant: normal;
}

input, button, textarea, select, optgroup, option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
}

code, kbd, samp, tt {
    font-size: 100%;
}

/*@purpose To enable resizing for IE */
/*@branch For IE6-Win, IE7-Win */
input, button, textarea, select {
    *font-size: 100%;
    outline: none;
}

textarea {
    resize: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

/*重置表格*/
blockquote, q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

.fl {float: left;}

.fr {float: right;}

a {
    color: #333;
    text-decoration: none;
    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
    -webkit-transition: background-color .2s ease-in-out;
    -moz-transition: background-color .2s ease-in-out;
    transition: background-color .2s ease-in-out;
    text-decoration: none;
}

a:hover {text-decoration: none;}

a.special,.special a {color: #540b07;}

a.special:hover,.special a:hover {color: #540b07;text-decoration: none;}

/*--清除浮动
-------------------------------------------*/
.cf:before,
.cf:after,
.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.cf:after,
.clearfix:after {
    clear: both;
}

.cf,
.clearfix {
    clear: both;
    *zoom: 1;
}


/* 隐藏 居中 */

.tc {
    text-align: center;
}

.tr {
    text-align: right;
}

.show {
    display: block;
}

.hide {
    display: none !important;
}

/*文字隐藏,省略号*/
.ti,
.te {
    white-space: nowrap;
    overflow: hidden;
}

.ti {
    text-indent: -999em;
}

.te {
    text-overflow: ellipsis;
}

.header{width: 100%;position: fixed;top: 0;left: 0;z-index: 99;background: #fff;}
.header .logo img{padding: 10px;}
.header .leftMenu a {text-decoration: none; display: block;color: #fff;}
.btn{position:absolute ;top: 25px;right: 15px;}
.btn span{width: 40px;height: 5px;background: #555;display: block;margin-bottom: 5px;}
.header{
	width:100%;
	position:fixed;
	top:0;
	left:0;
	z-index:999;
	height:80px;
	padding: 0 30px;
	/*background: rgba(28, 35, 39, 0.8);*/
}
/*左侧logo*/
.header .left{
	width: 12%;
}
.header .left a img{
	margin-top: 6px;
}
.header .left .img2{
	display: none;
}
/*右侧*/
.header .nav{
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	height: 100%;
	line-height: 80px;
	display: block;
}
.header .navbar_nav li{
	float:left;
	position: relative;
	display: block;
}
.header .navbar_nav li:after{
    content: "";
    width: 0;
    height: 2px;
    background: #540b07;
    position: absolute;
    bottom: 0;
    left: 0;
    transition: all 0.5s ease 0s;
}
.header .navbar_nav li:hover:after{
    width: 100%;
}
.header .navbar_nav li a{
	text-decoration: none;
	height: 100%;
	padding: 0 25px;
	display: block;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
	color: #555;
	font-size: 16px;
}
.header .navbar_nav li:hover a{
	color: #540b07;
}
.header .navbar_nav li.dropdown{
	display: inherit;
	position: relative;
}
.header .navbar_nav li.dropdown .jt{
	width: 20px;
	height: 20px;
	background: url(i/top.png) no-repeat;
	background-size: 100% 100%;
	display: block;
}
.header .navbar_nav li.dropdown .dropdown_menu{
	display: none;
	position: absolute;
	top:80px;
	width: 100%;
	background: #fff;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 120%;
    left: -10%;
}
.header .navbar_nav li.dropdown .dropdown_menu a{
	font-size: 14px;
	color: #666;
	padding: 0 8px;
	line-height: 40px;
	text-align: center;
	background: #fff;
	margin-bottom: 2px;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu{
	display: block;
	background: #f3f3f3;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a{
	color: #666;
}
.header .navbar_nav li.dropdown:hover .dropdown_menu a:hover{
	color: #fff;
	background: orange;
}
/*白色背景的头部*/
.header.on{
	background: #fff;
	border-bottom: 1px solid #ccc;
}
.header.on .left .img1{
	display: none;
}
.header.on .left .img2{
	display: block;
}
.header.on .navbar_nav li a{
	color: #333;
}
.header.on .navbar_nav li:hover a{
	color: #540b07;
}
#navToggle{
	display: none;
}

.m_nav{
	position: fixed;
	top: 0px;
	box-shadow: 0 15px 27px 0 rgba(167,165,165,0.38);
	width: 100%;
    height: 100%;
    background: #fff;
    transition: all ease 0.5s;
    -webkit-transition: all ease 0.5s;
	z-index: 1000;
    opacity: 1;
    visibility: visible;
    margin-top: 0;
    overflow-y: auto;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    top: 0;
    transform: translateX(100%);
}
.m_nav.open{
    transform: translateX(0);
}
.m_nav .top{
	height: 60px;
	padding: 20px;
	box-sizing: border-box;
}
.m_nav .top .closed{
	width: 30px;
	height: 30px;
	vertical-align: middle;
	float:right;
	cursor: pointer;
}
.m_nav .logo{
	width: 100%;
	margin:0 auto;
}
.m_nav .logo img{
	height: 50px;
	display: block;
	margin:30px auto;
}
.m_nav .ul{
	margin-top: 30px;
}
.m_nav .ul li{
	padding: 0 20px;
	border-bottom: 1px solid #f5f5f5;
	transform: translateY(0);
	-webkit-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    opacity: 0;
}
.m_nav.open .ul li{
	opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
}
.m_nav .ul li:nth-child(1) {
    -webkit-transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(2) {
    -webkit-transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .4s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(3) {
    -webkit-transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .6s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(4) {
    -webkit-transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all .8s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(5) {
    -webkit-transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.0s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li:nth-child(6) {
    -webkit-transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
    transition: all 1.2s cubic-bezier(.77, 0, .175, 1) 0ms;
}
.m_nav .ul li a{
	display: block;
	text-decoration: none;
	color: #333;
	font-size: 16px;
	height: 50px;
	line-height: 50px;
	width: 100%;
}
.m_nav .ul li .dropdown_menu{
	display: none;
}
.m_nav .ul li.dropdown.active .dropdown_menu{
	display: block;
}
.m_nav .ul li .dropdown_menu a{
	display: block;
	height: 50px;
	line-height: 50px;
	padding: 0 40px;
	box-sizing: border-box;
	border-bottom: 1px solid #f5f5f5;
}
.m_nav .ul li .dropdown_menu a:last-child{
	border: none;
}
.banner{
	width: 100%;
}
.banner img{
	width: 100%;
}


/*banner */
.index_main{
	background: #f7f7f7;
}
.index_main .section1{
	position: relative;
}
.index_main .section1 .index_banner .item{
	background-size: cover;
	-webkit-background-size:cover;
	background-position: center;
	background-repeat: no-repeat;
	height:100vh;
	position: relative;
}
.index_main .section1 .index_banner .item.slick-current .scaleBg{
	visibility: visible; 
	-webkit-animation:scale-bg 6s linear forwards;
	animation:scale-bg 6s linear forwards;
}
.index_main .section1 .index_banner .items{
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 0;
}
.index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
}
.index_main .section1 .index_banner .item .inner .block_txt{
	position: absolute;
	top: 44%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item .inner  .block_txt2{
	position: absolute;
	top: 26%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;	
	
}
.index_main .section1 .index_banner .item .inner  .block_txt2 img{display: block;margin: 0 auto;}
.index_main .section1 .index_banner .item .inner .block_txt3{
	position: absolute;
	top: 20%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item .inner .block_txt4{
	position: absolute;
	top: 28%;
	right: 10px;
	left:10px;
	opacity: 0; 
	transform: translateY(40px);
	-webkit-transform: translateY(40px); 
	-webkit-transition: all 500ms ease; 
	transition: all 500ms ease;
}
.index_main .section1 .index_banner .item .inner .block_txt3 img{display: block;margin: 0 auto;}
.index_main .section1 .index_banner .item.active .inner .block_txt{
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}
.index_main .section1 .index_banner .item.active .inner .block_txt2 {
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}

.index_main .section1 .index_banner .item.active .inner .block_txt3 {
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}

.index_main .section1 .index_banner .item.active .inner .block_txt4 {
	opacity: 1; 
	-webkit-transform: translateY(0); 
	transform: translateY(0); 
	-webkit-transition-delay: 100ms; 
	transition-delay: 100ms;
}


.index_main .section1 .index_banner .item .inner .block_txt h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .block_txt3 h4{
	font-size: 30px;
	color: #fff;
	text-align: center;
	font-family: 'COCO';
}
.index_main .section1 .index_banner .item .inner .enblock_txt h4{
	color: #f5c920;
	font-weight: bold;
}
.index_main .section1 .index_banner .item .inner .block_txt h2{
	color: #fff;
	font-size: 70px;
	font-weight: bold;
	text-align:center;
	letter-spacing:5px;
}
.index_main .section1 .index_banner .item .inner .enblock_txt h2{font-size: 25px;max-width: 1200px;margin: 0 auto;}

.index_main .section1 .index_banner .item .inner .block_txt h2 span{
	color: #f5c920;
	display: inline-block;
	letter-spacing: 5px;
}
.index_main .section1 .index_banner .item .inner .block_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .index_banner .item .inner .enblock_txt h3{
	color: #fff;
	font-size: 22px;
	text-align:center;
	margin-top: 10px;
	letter-spacing: 3px;
}
.index_main .section1 .slick_txt{
	width:30%;
	height: 100%;
	background-color: transparent;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease; 
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	font-size: 0;
	outline: none;
	border:0;
}
.index_main .section1 .left{
	left: 0;
}
.index_main .section1 .right{
	right:0;
}
.index_main .section1 .slick_txt:hover .slick_arrow{
	opacity: 1;
	visibility: visible;
}
.index_main .section1 .slick_txt .slick_arrow{
	width: 20px;
	height: 36px;
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -18px;
	position: absolute;
	top: 50%;
	cursor: pointer;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
	opacity: 0;
	visibility: hidden;
}
.index_main .section1 .slick_txt .prev{
	background-image:url(../image/ban_prev.png);
	left:60px;
}
.index_main .section1 .slick_txt .next{
	background-image:url(../image/ban_next.png);
	right:60px;
}
.index_main .section1 .slick_txt .prev:hover{
	background-image:url(../image/ban_prev_hover.png);
}
.index_main .section1 .slick_txt .next:hover{
	background-image:url(../image/ban_next_hover.png);
}
.index_main .section1 .number{
	position: absolute;
	bottom:8%;
	left: 50%;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	display: table;
	padding: 0 20px;
	width: auto;
	text-align: center;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
}
.index_main .section1 .number span{
	font-family: "Myriad Pro","Microsoft YaHei";
	font-size: 14px;
	color: #fff;
	margin-right:100px;
	display: inline-block;
	cursor: pointer;
	position: relative;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span:last-child{
	margin-right: 0;
}
.index_main .section1 .number span:after{
	content: "";
	display: inline-block;
	width: 0;
	height: 2px;
	background: #fff;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	-webkit-transform: translateX(-50%);
	bottom:-20px;
	opacity: 0;
	visibility: hidden;
	transition: all 500ms ease;
	-webkit-transition:all 500ms ease;
}
.index_main .section1 .number span.active:after{
	width: 100%;
	opacity: 1;
	visibility: visible;
}

.index_main .section2{
	background:url(../image/index02.jpg) no-repeat center;;
}
.index_main .section2 h3{
	text-align: center;
}
.index_main .section3{
	width: 100%;
	height: 100%;
	background: #eee;
	background-size: 100% 100%;
	background:url(../image/index_02.jpg) no-repeat center;
}
.index_main .section4{
	width: 100%;
	height: 100%;
	background: #eee;
	background-size: 100% 100%;
	background:url(../image/index_05.jpg) no-repeat center;
}
.title{overflow: hidden;}
.title b{display: inline-block;font-size: 72px;float: left;margin-right: 15px;color: #540b07;}
.title h4{font-size: 30px;font-weight: bold;margin: 10px 0 2px 0;}
.title h2{margin: 0;font-size: 80px;}
.title span{display:inline-block;font-size: 18px;}

.entitle{overflow: hidden;}
.entitle b{display: inline-block;color: #540b07;}
.entitle h4{font-size: 38px;font-weight: bold;margin: 10px 0 2px 0;}

.iabout{}
.iabout h1{font-size: 72px;letter-spacing: 10px;}
.enh1 h1{margin: 0;font-size: 68px;}
.iabout_l{width: 65%;float: left;padding: 0 15px;}
.iabout_c p{padding: 15px 0;font-size: 15px;line-height: 25px;text-indent: 2em;text-justify: inherit;}
.iabout_r{width: 35%;float: right;}
.iabout_r img{width: 100%;}

.num{overflow: hidden;}
.num ul li{width: 25%;float: left;}
.iabout_c .num ul li h3{font-size: 32px;font-weight: bold; color: #540b07;text-align: center;margin: 0;}
.iabout_c .num ul li p{text-align: center;text-indent: initial;line-height: normal;}

.ennum{}
.ennum ul li{width: 25%;float: left;}
.ennum ul li h3{font-size: 32px;font-weight: bold; color: #540b07;text-align: center;margin: 0;}
.iabout_c .ennum ul li p{text-align: center;text-indent: initial;line-height: normal;}

.iabout_box{width: 100%;margin: 0 auto;text-align: left;margin-top: 20px;}
.iabout_more{background: #555;padding: 15px 45px;color: #fff;text-decoration: none;}
.iabout_more:hover{background: #540B07;text-decoration: none;}
.iabout_more:hover{color: #fff;}


.index_main .section3 h3{
	text-align: center;
}
/*.index_main .section4{
	background: #f5f5f5;
}
.index_main .section4 h3{
	text-align: center;
}*/



.inews{}
.inews ul li{width:50%;float: left;}
.inews1-box img{width: 100%;display: block;}


/* 必要布局样式css */

.magic-content {
    width: 100%
    margin: 0 auto;
    overflow: hidden;
}

.magic-header {
    padding-top: 10px;
    text-align: center;
}

.magic-header-title {
    font-size: 50px;
    color: #333;
    font-weight: normal;
    line-height: 1;
}

.magic-tab {
    font-size: 0;
    /* display: inline-block; */
    /* position: relative; */
}

.magic-tab-head {
    width:100%;
    margin: 30px auto;
}

.magic-tab-head ul li {
    padding-bottom: 15px;
    width: 70px;
    margin-left: 70px;
    color: #333;
    font-size: 18px;
    padding: 0 12px 15px 12px;
    line-height: 1;
    width: auto;
    cursor: pointer;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
    height: 33px;
    float: left;
}

.magic-tab-head ul .on {
    color: #540b07;
    border-bottom: 2px solid #540b07;
}

.magic-tab-body ul {
    margin-top:15px;
    text-align: center;
}

.magic-tab-body ul li {
    margin:0;
    float: left;
    width: 50%;
    margin-bottom: 60px;
}

.magic-item-title {
    text-align: right;
    float: left;
    width: 20%;

}

.magic-item-text {
    font-size: 25px;
    font-weight: normal;
   line-height: 30px;
    overflow: hidden;
}

.magic-item-time {
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
}

.magic-item-info {
    float: left;
    width:80%;
    text-align: left;
    padding-left: 20px;
    box-sizing: border-box;
}

.magic-item-info p {
    font-size: 14px;
    color: #999;
    margin: 0;
    line-height: 1.8;
    height: 50px;
    overflow: hidden;
}

.magic-info-title {
    font-size: 18px;
    width: 100%;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    margin: 0;
}
.magic-info-title a{color: #555;}
.magic-info-title a:hover{color:#2f82ff;}


.magic-info-text {
    vertical-align: middle;
}





.section5{background: url(../image/banner5.jpg);}

.icontacts ul li{width: 50%;float: left;}
.icontacts ul li img{display: block;text-align: center;margin: 10px auto;}
.icontacts ul li h4{color: #540b07;font-weight: bold;padding-top: 20px;}
.icontacts ul li p{text-align: center;font-size: 15px;color: #540b07;}
.icontacts ul li span{width: 50%;float:left;display: block;color:#540b07;font-size: 16px;padding: 5px 0;}

/* 必要布局样式css */
.marketing {
    background: url(../images/marketing-bg.jpg) center top;
    height: 782px;
    overflow: hidden;
}

.marketing-title {
    text-align: center;
    font-size: 32px;
    color: #FFF;
    padding-top: 91px;
    margin-bottom: 15px;
}

.marketing-text {
    text-align: center;
    display: block;
    font-size: 14px;
    color: #888888;
}



.footer{width:100%;background-color:#333;height:auto;overflow:hidden;padding-top: 20px;}
.other-link{width:1200px;margin:0 auto;height:auto;overflow:hidden}
.other-link>div{float:left}
.other-link .sucai-contact{float:right}

.footer .footer_li{width: 60%;float: left;}
.footer ul li h3{font-size: 18px;color: #fff;text-align: center;}
.footer .footer_li ul li {width: 25%;float: left;}
.footer .footer_li ul li a{display: block;text-align: center;color: #999;line-height: 25px;}

.footer .footer_r{width: 40%;float: right;color:#bfbfbf;}
.footer .footer_r hr{margin: 10px 0;height: 1px;background-color:#5f5f5f;border: none;}
.footer2{overflow: hidden;border-top: 1px solid #555;color: #666;}
.footer2 p{line-height: 25px; padding: 0;margin: 0;}
.footer2 .footer2_l{display: inline-block;float: left;}
.footer2 .footer2_l a ,.footer2 .footer2_r a{color: #666;}
.footer2:hover{color: #540b07;}
.footer2 .footer2_r{display: inline-block;float: right;}
.footer_r h4{margin-top: 20px;color: #fff;}
.index_footer{position: absolute;bottom: 0;width: 100%;background: #333;}


.nbanner{ position: relative;overflow: hidden;}
.nbanner img{ width: 100%;animation: scale_b 25s linear infinite alternate;position: relative;z-index: -1;}

.postion{padding: 8px 0;}
.postion a{color: #555;}
.home_icon{padding-right: 15px;}

.center{}
.aboutbox{overflow: hidden;background: #f5f5f5;}
.nnav{margin: 25px 0; text-align: center;}
.nnav ul{}
.nnav h1{background: #540B07;color: #fff;font-size: 18px;padding:18px 0;display: none;}
.nnav a{display: inline-block;padding:15px 40px;background: #eee;margin: 0 10px;color: #555;}
.nnav a:hover{background:#540b07;color: #fff;}
.ennnav a{display: inline-block;padding:15px 25px;background: #eee;margin: 0 10px;color: #555;}
.ennnav a:hover{background:#540b07;color: #fff;}

.nnav_cp{margin: 25px 0; text-align: center;}
.nnav .na1 ,.nnav_cp .na1{background:#540b07;color: #fff;}
.nnav_cp a{display: inline-block;padding:15px 30px;background: #eee;margin: 0 8px;color: #555;}
.ennnav_cp a{display: inline-block;padding:15px 20px;background: #eee;margin: 0 5px;color: #555;}
.nnav_cp a:hover{background:#540b07;color: #fff;}
/*发展历程*/
.history-box ul { position: relative; padding-top: 50px; }
.history-box ul:before { top: 0; content: ''; width: 4px; height: 100%; position: absolute; background: #fba51a; left: 170px; }
.history-box div>span { padding: 5px 20px; background: #540b07; position: absolute; font-weight: bold; font-size: 24px; color: #fff; display: inline-block; vertical-align: top; left: 0; top: 0; }
.history-box div>span:after { content: ''; position: absolute; width: 50px; height: 1px; background: #fba51a; top: 23px; left: 120px; }
.history-box2 li>span { font-weight: bold; font-size: 30px; color: #fba51a; display: inline-block; margin-bottom: 20px; vertical-align: top; }
.history-box2 li { margin-bottom: 20px; }
.history-box div p>b { display: block; float: left; width: 12%; }
.history-box div p { font-size: 14px; line-height: 2; margin: 5px 0; }
.history-box div p:after { content: " "; clear: both; display: block; }
.history-box div p>span { display: block; float: right; width: 88%; }
.history-box li div { padding:10px 30px; border: 1px solid #eee; background: #fff; }
.history-box li:nth-child(even) div { }
.history-box li:nth-child(even) div p>span { }
.history-box li:nth-child(even) div p>b { display: block; float: left; width: 12%; }
.history-box li:before { position: absolute; content: ''; width: 0; z-index: 1; height: 0; left: 221px; top: 15px; border-style: solid; border-width: 8px 10px 8px 0px; display: block; border-color: transparent #fff transparent transparent; }
/*.history-box ul:after { content: ''; position: absolute; width: 12px; height: 12px; position: absolute; border-radius: 50%; background: #fba51a; top: -12px; border: 4px solid #fff; left: 162px; }*/
.history-box li:after { content: ''; position: absolute; /* border-radius: 50%; */ left: 219px; top: 13px; border-style: solid; border-width: 10px 12px 10px 0; border-color: transparent #eee transparent transparent; }
.history-box li { margin-bottom: 30px; position: relative; padding-left: 230px; }/*图片*/
.honour-img span { height: 100%; display: inline-block; width: 0; vertical-align: middle; }

.organization img{display: block;}
.honor{overflow: hidden;}
.honor_l{width: 45%;float: left;}
.honor_l img{width: 100%;display: block;}
.honor_c{width: 55%;float:right; background: rgba(255,255,255,0.9);padding: 15px;box-sizing: border-box;}
.honor_c h4{font-weight: bold;}
.honor_c_c{border-top: 1px solid #ccc;padding: 10px 0;}
.honor_li{overflow: hidden;}
.honor_li ul li{width:33.3%;float: left; border: 1px solid #eee;margin: 15px 0;}
.honor_li ul li img{width: 100%;display: block;}


.trends{}
.trends img{width: 100%;display: block;padding: 10px 0;}

.activity{overflow: hidden;}
.activity ul li{width: 50%;float: left;position: relative;margin: 15px 0;}
.activity ul li a{margin: 10px;color: #555;display: block;border-bottom: 1px solid #540b07;}
.activity ul li a:hover{text-decoration: none;}
.activityimg{}
.activityimg img{width: 100%;display: block;}
.activity_date{position: absolute;left: 0;padding: 15px 20px;background:#540b07;text-align: center;color: #fff;}
.activity_date b{font-size: 25px;display: block;}
.activity_c{padding: 5px;box-sizing: border-box;}
.activity_c h4{color: #000;font-weight: bold;}

.photos{padding-bottom: 15px;}
#baguetteBox-overlay {
	display: none;
	opacity: 0;
	position: fixed;
	overflow: hidden;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000000;
	background-color: #222;
	background-color: rgba(0,0,0,.8);
	-webkit-transition: opacity .5s ease;
	transition: opacity .5s ease
}

#baguetteBox-overlay.visible {
	opacity: 1
}

#baguetteBox-overlay .full-image {
	display: inline-block;
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center
}

#baguetteBox-overlay .full-image figure {
	display: inline;
	margin: 0;
	height: 100%
}

#baguetteBox-overlay .full-image img {
	display: inline-block;
	width: auto;
	height: auto;
	max-height: 100%;
	max-width: 100%;
	vertical-align: middle;
	-webkit-box-shadow: 0 0 8px rgba(0,0,0,.6);
	-moz-box-shadow: 0 0 8px rgba(0,0,0,.6);
	box-shadow: 0 0 8px rgba(0,0,0,.6)
}

#baguetteBox-overlay .full-image figcaption {
	display: block;
	position: absolute;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 1.8;
	color: #ccc;
	background-color: #000;
	background-color: rgba(0,0,0,.6);
	font-family: sans-serif
}

#baguetteBox-overlay .full-image:before {
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px
}

#baguetteBox-slider {
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
	white-space: nowrap;
	-webkit-transition: left .4s ease,-webkit-transform .4s ease;
	transition: left .4s ease,-moz-transform .4s ease;
	transition: left .4s ease,transform .4s ease
}

#baguetteBox-slider.bounce-from-right {
	-webkit-animation: bounceFromRight .4s ease-out;
	animation: bounceFromRight .4s ease-out
}

#baguetteBox-slider.bounce-from-left {
	-webkit-animation: bounceFromLeft .4s ease-out;
	animation: bounceFromLeft .4s ease-out
}

.baguetteBox-button#next-button,.baguetteBox-button#previous-button {
	top: 50%;
	top: calc(50% - 30px);
	width: 44px;
	height: 60px
}

.baguetteBox-button {
	position: absolute;
	cursor: pointer;
	outline: 0;
	padding: 0;
	margin: 0;
	border: 0;
	-moz-border-radius: 15%;
	border-radius: 15%;
	background-color: #323232;
	background-color: rgba(50,50,50,.5);
	color: #ddd;
	font: 1.6em sans-serif;
	-webkit-transition: background-color .4s ease;
	transition: background-color .4s ease
}

.baguetteBox-button:hover {
	background-color: rgba(50,50,50,.9)
}

.baguetteBox-button#next-button {
	right: 2%
}

.baguetteBox-button#previous-button {
	left: 2%
}

.baguetteBox-button#close-button {
	top: 20px;
	right: 2%;
	right: calc(2% + 6px);
	width: 30px;
	height: 30px
}

.baguetteBox-button svg {
	position: absolute;
	left: 0;
	top: 0
}

.spinner {
	width: 40px;
	height: 40px;
	display: inline-block;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -20px;
	margin-left: -20px
}

.double-bounce1,.double-bounce2 {
	width: 100%;
	height: 100%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #fff;
	opacity: .6;
	position: absolute;
	top: 0;
	left: 0;
	-webkit-animation: bounce 2s infinite ease-in-out;
	animation: bounce 2s infinite ease-in-out
}

.double-bounce2 {
	-webkit-animation-delay: -1s;
	animation-delay: -1s
}

@-webkit-keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromRight {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: -30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@keyframes bounceFromLeft {
	0% {
		margin-left: 0
	}

	50% {
		margin-left: 30px
	}

	100% {
		margin-left: 0
	}
}

@-webkit-keyframes bounce {
	0%,100% {
		-webkit-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		transform: scale(1)
	}
}

@keyframes bounce {
	0%,100% {
		-webkit-transform: scale(0);
		-moz-transform: scale(0);
		transform: scale(0)
	}

	50% {
		-webkit-transform: scale(1);
		-moz-transform: scale(1);
		transform: scale(1)
	}
}

.gallery:after {
    content: '';
    display: block;
    height: 2px;
    /*margin: .5em 0 1.4em;*/
    /*background: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0) 0%, rgba(77,77,77,1) 50%, rgba(0, 0, 0, 0) 100%);*/
}

.gallery img {
    height: 100%;
}

.gallery a {
    width:100%;
    overflow: hidden;
    box-shadow: 0 0 4px -1px #000;
}
.gallery a img{width: 100%;display:block;}
.baguetteBoxOne {
	width:100%; 
	margin:20px auto 0 auto;
	overflow: hidden;
}
.baguetteBoxOne ul{overflow: hidden;}
.baguetteBoxOne ul li{width: 31.5%;float: left;margin: 10px;}
.photos_box p{padding:10px;box-sizing: border-box;text-align: center;font-size: 16px;margin: 0;}
.photos_box {border: 1px solid #eee;}


.activity_date{position: absolute;left:10px;padding: 15px 20px;}
.activity_date b{font-size: ;}
.news{overflow: hidden;}
.news ul li{border-bottom: 1px dashed #9E9E9E;margin:15px; overflow: hidden;padding: 20px;position: relative;box-sizing: border-box;background: #fff;}
.news ul li:hover {background: #fff;}
.news ul li > .news ul li img:hover{transform: scale(1.1);}
.news ul li img{transition: all ease 0.6s;width: 100%;display: block;}
.news ul li img:hover{transform: scale(1.1);}
.news ul li .news_c{width: 75%;float: left;box-sizing: border-box;position: relative;height: 100%;padding: 0 30px;}
.news ul li .news_c h2{padding: 10px 0;color: #000;font-size: 20px;}
.news_c p{font-size: 15px;color: #666;}
.news .news ul li .news_c span{display: block;border-bottom: 1px solid #cacaca;padding-bottom: 10px;color: #555;}
.news_a{background: #999;color: #fff;padding: 5px 20px;display: inline-block;}
.pages{ text-align:center; overflow:hidden; margin-top:2%; margin-bottom:2%;}
/*.pages a{ bordecurrentr:1px solid #b3b3b3; height:72px; line-height:72px; overflow:hidden; font-size:18px; letter-spacing:0.5px; display:inline-block; max-width:320px; width:32%;}*/
/*.pages a:hover{ border:1px solid #c6a56d; background:#c30d23; color:#fff;}*/
/*.yema{text-align:center; padding:30px 0 0; overflow:hidden;  margin-bottom:50px;}*/
.yema a,.yema span{    padding: 5px 15px;border: #ccc 1px solid;margin: 0 2px;display:inline-flex;color: #333;}
.current{background: #540b07;color: #fff !important;border: #540b07 1px solid !important;}
.yema a:hover{background:#540b07; margin:0 2px; color:#fff; text-decoration:none; }

a.yema_on{color:#fff !important; border:#c30d23 1px solid !important; background:#204e9f;}
a.yema_on:hover{color:#fff !important; border:#204e9f 1px solid !important; }
a.ok{color:#fff !important; border:#204e9f 1px solid !important; background:#204e9f;}
a.ok:hover{color:#fff !important; border:#204e9f 1px solid !important; }

.time{width: 15%;float: right;    position: absolute;
    right: 30px;
    top: 48px;
    width: 100px;
    height: 86px;
    background: #535353;
    border-top-right-radius: 20px;
    border-bottom-left-radius: 20px;
    color: #fff;
    text-align: center;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;padding: 8px 0;}
.time b{font-size: 30px;}    
    
.news_img{width: 18%;float: left;overflow: hidden;}

.news ul li:hover>a>.news_img img{overflow: hidden;transform: scale(1.1);}
.news ul li:hover>a>.news_c{}
.news ul li:hover>a>.news_c .news_a{background: #540b07;color: #fff;border: none;}

.ninfo_box{margin-top: 80px;background: #F5F5F5;}

.nifo_t{border-bottom: 1px solid #ccc;padding: 10px;box-sizing: border-box;text-align: center;}
.nifo_t h3{font-size: 20px;font-weight: bold;}
.nifo_t span{padding-right: 10px;}
.nifo_c{padding: 15px;box-sizing: border-box;}
.nifo_c img{display: block;text-align: center;margin: 0 auto;}
.nifo_more{padding: 25px 0;}
.nifo_more ul li{padding: 5px 0;}
.nifo_more ul li a{color: #555;}

.contacts{overflow: hidden;}
.contacts ul li{width: 50%;float: left;}

.tel_1{margin: 10px;background:#e4e4e4;padding: 15px 20px;box-sizing: border-box;height: 355px;}
.tel_1 h3{font-weight: bold;}
.tel_1 span{background: #333;display: block;width: 45px;height: 3px;}
.add{font-size: 18px;padding: 10px 0;}
.enadd{font-size: 17px;padding: 10px 0;}
.traffic{padding: 10px;box-sizing: border-box;}
.traffic_l{width: 60%;float: left;}
.traffic_l h2{border-bottom: 1px solid #ccc;padding:10px 0;}
.entraffic_l h2{border-bottom: 1px solid #ccc;padding:10px 0;font-weight: bold;}
.traffic_r{width: 40%;float: right;}
.traffic_r img{width: 100%;display: block;}

.online{padding: 35px 0;background: #F5F5F5;}
.online_c{width:100%;margin: 0 auto;}
.online_c ul li {margin: 15px 0;}
.online_c ul li input{width: 100%;border: 1px solid #eee;line-height: 30px;padding: 10px;box-sizing: border-box;}
.online_c_l{width: 50%;float: left;}
.online_c_r{width: 48%;float: right;}
.online_c_r textarea{border: 1px solid #eee;margin: 15px 0;width: 100%;padding: 10px;box-sizing: border-box;}
.mesBtn{padding: 10px;}

.products{overflow: hidden;}
.products ul li{width: 33.3%;float: left;margin: 10px 0;}
.products ul li a{margin: 10px;display: block;color: #555;overflow: hidden;transition: all 0.6s;}
.products ul li a:hover> .pro_img{overflow: hidden;transition: all 0.6s;}
.products ul li a:hover>.pro_img img{transition: all 0.6s;width: 100%;display: block;transform: scale(1.1);}
.pro_img{ box-shadow: rgba(0,0,0,0.0) 0px 0px 0px;-webkit-box-shadow: rgba(0,0,0,0.0) 0px 0px 0px;transition: all 0.6s;overflow: hidden;}
.products ul li img{width: 100%;display:block;}
.products ul li a:hover>.pro_c{background: #540B07;padding:10px;color: #fff;box-sizing: border-box;transition: all 0.6s;}
.pro_c{border-top: 1px solid #ccc;padding:10px;}
.products ul li a:hover >.pro_c h4{font-weight: bold;color: #fff;}

.pinfo_t{text-align: center;overflow: hidden;}
.pinfo_t h3{font-size: 25px;font-weight: bold;}
.pinfo_t ul{padding: 20px 0;}
.pinfo_t ul li a{display: block;margin: 10px;background: #F1F5FA;padding: 30px 0;color: #333;}
.pinfo_t ul li b{font-size: 18px;}
.pinfo_t ul li p{font-size: 16px;padding: 10px 0;}
.pinfo_t ul li{width: 25%;float:left;}
.pinfo_l{width: 75%;margin: 25px auto;text-align: center;}
.pinfo_l img{width: 100%;display: block;}
.pinfo_l .swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.pinfo_l .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.pinfo_l .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}
.pinfo_l .swiper-button-prev,
.pinfo_l .swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}
.pinfo_l .swiper-button-prev.swiper-button-disabled,
.pinfo_l .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.pinfo_l .swiper-button-prev,
.pinfo_l .swiper-container-rtl .swiper-button-next {
  background-image:url(../image/left.png);
  left: 10px;
  right: auto;
}
.pinfo_l .swiper-button-next,
.pinfo_l .swiper-container-rtl .swiper-button-prev {
  background-image:url(../image/right.png);
  right: 10px;
  left: auto;
}

.pinfo_l .swiper-button-lock {
  display: none;
}

.pinfo_l .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.pinfo_l .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

.pinfo_l .swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.pinfo_l .swiper-pagination-bullet-active {
  opacity: 1;
  background: #555;
}

.pinfo_l .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

#prev{width:40px;height:63px;background:url(../image/beijing.png) 0px 0px;position: absolute;top:205px;left:10px;z-index: 1000;}
#next{width:40px;height:63px;background:url(../image/beijing.png) -40px 0px;position: absolute;top:205px;right:10px;z-index: 1000;}
#prev:hover{background:url(../image/beijing.png) 0px -62px;}
#next:hover{background:url(../image/beijing.png) -40px -62px;}


#service {
	width: 100%;
	position: relative;
	overflow: hidden;
	padding: 20px 0;
}
.service_c{padding: 15px 0;box-sizing: border-box;}

#service .box {
	width:29.3332%;
	margin-left:2%;
	margin-right:2%;
	margin-bottom:20px;
	line-height:20px;
	color:#999;
	float:left;
	text-align:center;
	padding-top:30px;
	overflow:hidden;
	position:relative;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;		
}
#service .box:hover
{
	padding-top:0px;
}
#service .box img
{
	display: block;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 20px;
	max-width: 140px;
	border: 1px solid #CCC;
	background-color: #f7f7f7;
	border-radius: 50%;
	-moz-border-radius: 50%;
}
#service .box h2
{
	color: #ccc;
	line-height: 30px;
	position: absolute;
	height: 30px;
	left: 0px;
	top: 0px;
	font-size:24px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;	
}
#service .box:hover h2
{
	color: #b8140b;
}
#service .box h2 span
{
	background-color: #333;
	overflow: hidden;
	position: absolute;
	height: 2px;
	width: 0%;
	left: 0px;
	top: 0px;
	transition: all 0.5s;
	-moz-transition: all 0.5s;
	-webkit-transition: all 0.5s;
	-o-transition: all 0.5s;		
}
#service .box:hover h2 span
{
	width: 100%;
}
#service .box h3
{
	color:#333;
	margin-bottom:20px;
}

.knowledge{overflow: hidden;}
.knowledge ul li{width: 50%;float: left;margin-bottom: 15px;}
.knowledge ul li a{display: block;margin: 10px;padding: 10px 20px;box-sizing: border-box;text-decoration: none;color: #555;background: #fff; box-shadow: 5px 8px 12px #ececec;}
.knowledge ul li h3{font-size: 20px;color: #333;font-weight: bold;}
.knowledge ul li p{font-size: 15px;}

.parners_c{}
.parners_c img{width: 100%;display: block;}

/* 必要布局样式css */
.banner-box .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    z-index: 1
}

.banner-box .swiper-container-no-flexbox .swiper-slide {
    float: left
}

.banner-box .swiper-container-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.banner-box .swiper-wrapper {
    position: relative;
    width: 10%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

.banner-box .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0)
}

.banner-box .swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 50%;
    height: 100%;
    position: relative;
    padding: 0;
    -webkit-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
    box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}

.banner-box .swiper-button-next,.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 50px;
    margin-top: -25px;
    -moz-background-size: 27px 44px;
    -webkit-background-size: 27px 44px;
    background-size: 27px 44px;
    background-position: center;
    background-repeat: no-repeat;
    cursor:pointer;
}

.banner-box .swiper-button-next,.swiper-container-rtl .swiper-button-prev {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
    right: 10px;
    left: auto
}

.banner-box .swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10
}

.banner-box .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2;
    margin: 0 5px;
    cursor: pointer;
}

.banner-box .swiper-slide:hover {
    -webkit-box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
    -moz-box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
    box-shadow: rgba(0,0,0,.5) 0px 0px 50px;
}

.banner-box {
    width: 100%;
    float: left;
    position: relative;
    overflow: hidden;
}

.banner-box .swiper-container {
    width: 100%;
    margin: 12px 0;
}

.banner-box .swiper-slide {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
    transform: scale(.8);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    -o-transition: all .5s;
    transition: all .5s;
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.7);
    -moz-box-shadow: rgba(0,0,0,.2) 0px 0px 30px;
}


.banner-box .swiper-slide-active,.swiper-slide-duplicate-active {
    -webkit-transform: scale(1);
    transform: scale(1);
}



.banner-box .swiper-slide img {
    width: 100%;
    display: block;
}

.banner-box .swiper-pagination {
    position: relative;
    margin-bottom: 30px;
}

.banner-box .swiper-pagination-bullet-active {
    opacity: 1;
    background: rgba(0,0,0,.8);
}

@media screen and (max-width: 668px) {
.banner-box  .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

.banner-box  .swiper-pagination-bullet-active {
        opacity: 1;
        background: rgba(0,0,0,.8);
    }
}

.banner-box .banner-arrow div:hover {
    background-color: #4a4a4a;
}

.banner-box .swiper-button-prev {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
    left: 10px;
}

.banner-box .swiper-button-next {
    background: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E") #7c7c7c center 50%/50% 50% no-repeat;
}

.banner-box .banner-top {
    padding-top: 3.730928444707274%;
}

.banner-title {
    padding: 5px 0;
}

.banner-title h1 {
    text-align: center;
    letter-spacing: 5px;
    font-size: 45px;
    font-family: "Microsoft YaHei", 微软雅黑, MicrosoftJhengHei, 华文细黑, STHeiti, MingLiu;
    font-weight: normal;
    color: rgb(68, 68, 68);
    padding-bottom: 14px;
}

.banner-text {
    text-align: center;
}

.banner-text p {
    font: 15px/1.5 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB",Arial,"Microsoft YaHei", "å¾®è½¯é›…é»‘", "STHeiti", "WenQuanYi Micro Hei",'PingFang SC', SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    margin: 0;
    color: rgb(68, 68, 68);
}

.banner-top-one {
    padding-top: 3.311649911295092%;
}

.banner-button {
    width: 100%;
    vertical-align: middle;
    text-align: center;
}

.banner-button a {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    height: auto;
    width: auto;
    line-height: 100%;
    padding: 15px 32px;
    position: relative;
}
.banner-button a:hover{color: #fff;}

.banner-button-btn {
    color: #fff;
    font-weight: 400;
    margin: 0;
    line-height: 1.8em;
    font-size: 16px;
    font-family: 'Helvetica Neue', 'Helvetica', 'STHeitiSC-Light', "Hiragino Sans GB",Arial,"Microsoft YaHei", "微软雅黑", "STHeiti", "WenQuanYi Micro Hei",'PingFang SC', SimSun, sans-serif;
    -webkit-font-smoothing: antialiased;
    background-color: #540b07!important;
    border-radius: 100px;
}

.banner-button-btn{
    background: #cedad0;
    display: inline-block;
    -webkit-transition: border-color .4s,color .4s;
    -moz-transition: border-color .4s,color .4s;
    transition: border-color .4s,color .4s;
    border: 0;
    vertical-align: middle;
    position: relative;
    z-index: 1;
    color: #fff;
    -webkit-backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
}

.banner-button-btn, .banner-button-btn::before{
     -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
     transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border-radius: 25px;
    background: #540b07;
    z-index: -1;
    opacity: 0;
    -webkit-transform: scale3d(0.7,1,1);
    -moz-transform: scale3d(0.7,1,1);
    -ms-transform: scale3d(0.7,1,1);
    -o-transform: scale3d(0.7,1,1);
    transform: scale3d(0.7,1,1);
    -webkit-transition: -webkit-transform .4s,opacity .4s;
    -moz-transition: -moz-transform .4s,opacity .4s;
    transition: transform .4s,opacity .4s;
    -webkit-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    -moz-transition-timing-function: cubic-bezier(0.2,1,.3,1);
    transition-timing-function: cubic-bezier(0.2,1,.3,1);
}

.banner-button-btn:hover::before{
    opacity: 1;
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}

.ipro_box{position: relative;overflow: hidden;}
.ipro_box a{display: block;}
.ipro_text{position: absolute;left:0 ;bottom:0px;background: rgba(0,0,0,0.8);width: 100%;color: #fff;padding: 10px 15px;box-sizing: border-box;}
.ipro_box a:hover >.ipro_text{/*opacity: 1;*/}
@media only screen and (max-width: 1600px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 28px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 60px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 20px;
	}
}
@media only screen and (max-width: 1440px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 24px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 40px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 18px;
		margin-top: 5px;
	}
}
@media only screen and (max-width: 1366px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 26px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 16px;
	}
	.index_main .section1 .index_banner .slick-arrow{
		background-size: auto 30px;
	}
}
@media only screen and (max-width: 1300px){

}
@media only screen and (max-width: 1199px){
	.index_main .section1 .index_banner .item .inner .block_txt h4{
		font-size: 20px;
	}
	.index_main .section1 .index_banner .item .inner .block_txt h2{
		font-size: 18px;
		}
	.index_main .section1 .index_banner .item .inner .block_txt h3{
		font-size: 14px;
	}
	.header .nav{
		display: none;
	}
	.iabout_c img{width: 100%;display: block;}
}
@media only screen and (max-width: 992px){
	.index_main .section1 .index_banner .item{
		height: 100vh;
	}
	.index_main .section1 .index_banner .item .inner .block_txt{
		left: 0;
		right:0;
		margin: 0 auto;
		padding: 0 20px;
		top: 42%;
	}
	.index_main .section1 .index_banner .slick-arrow{
		display: none !important;
	}
    .index_main .section1 .index_banner .slick-dots{
    	position: absolute;
    	bottom: 12px;
    }
    .index_main .section1 .index_banner .slick-dots li{
    	width: 12px;
    	height: 12px;
    	border-radius: 50%;
    	border:2px solid #fff;
    }
    .index_main .section1 .index_banner .slick-dots li button{
    	display: none;
    }
    .index_main .section1 .index_banner .slick-dots li.slick-active{
    	background: #fff;
    }
	.index_main .section1 .number{
		bottom: 12%;
		display: none;
	}
	.index_main .section1 .number span{
		margin-right: 22px;
	}
	.index_main .section1 .number span:after{
		bottom: -14px;
	}

}

@media screen and (max-width: 992px){
	.header{
		padding: 0 10px;
	}
	.header #navToggle {
		height: 100%;
		padding: 9px 15px;
		margin-right: -15px;
		display: inline-block;
		float: right;
	}
	.header #navToggle span {
		position: relative;
		width: 25px;
		height: 1px;
		margin-top: 19px;
	}
	.header #navToggle span:before,
	.header #navToggle span:after {
		content: '';
		position: relative;
		width: 100%;
		height: 1px;
		left: 0;
	}
	.header #navToggle span,
	.header #navToggle span:before,
	.header #navToggle span:after {
		-webkit-transition: 0.3s;
		-moz-transition: 0.3s;
		-o-transition: 0.3s;
		transition: 0.3s;
		display: block;
		background: #4f4f4f;
	}
	.header #navToggle span:before {
		top: 8px;
	}
	.header #navToggle span:after {
		bottom: 10px;
	}
	.header #navToggle.open span:before {
		top: 10px;
		-webkit-transform: translateY(-11px) rotate(-45deg);
		-moz-transform: translateY(-11px) rotate(-45deg);
		-ms-transform: translateY(-11px) rotate(-45deg);
		-o-transform: translateY(-11px) rotate(-45deg);
		transform: translateY(-11px) rotate(-45deg);
	}
	.header #navToggle.open span:after {
		bottom: 12px;
		-webkit-transform: translateY(10px) rotate(45deg);
		-moz-transform: translateY(10px) rotate(45deg);
		-ms-transform: translateY(10px) rotate(45deg);
		-o-transform: translateY(10px) rotate(45deg);
		transform: translateY(10px) rotate(45deg);
	}
	.header #navToggle.open span {
		background: none;
	}
	.header #navToggle.open span:before,
	.header #navToggle.open span:after {
		background: #4f4f4f;
	}
	

	
	.banner img{
		height: 600px;
		object-fit: cover;
	}
}
.header .leftMenu {
    background: #fff;
    right: -1000px;
    position: fixed;
    top: 80px;
    display: block;
    height: 100%;
    width: 68%;
    min-width: 140px;
    max-width: 440px;
    z-index: 90002;
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    position: fixed;
    overflow: auto;
    background: #540b07;
}

.header .leftMenu.menu-open {
    right: 0;
}

.header .leftMenu ul {
    list-style: none;
    padding: 0;
}

.header .leftMenu ul li {
    position: relative;
    padding: 10px 0 10px 20px;
}

.header .leftMenu ul li.hasChild > a:after {
    content: "+";
    position: absolute;
    right: 20px;
    top: 4px;
    font-size: 24px;
    font-weight: 300;
}

.header .leftMenu ul li.hasChild.open > a:after {
    content: "-";
    right: 23px;
    font-size: 28px;
    top: 3px;
}

.header .f2, .header .f3 {
    height: 0;
    padding-left: 20px;
    overflow: hidden;
    position: relative;
    transition: height 0.4s ease;
    -moz-transition: height 0.4s ease;
    -webkit-transition: height 0.4s ease;
    -o-transition: height 0.4s ease;
}

.header .menu-dark-backdrop {
    background: rgba(0,0,0,0);
    transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -webkit-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    width: 100%;
    position: fixed;
    top: 50px;
    left: 0;
    right: 0;
    overflow: hidden;
}

.header .menu-dark-backdrop.in {
        height: 100%;
        z-index: 90001;
        background: rgba(0,0,0,0.5);
    }


/*banner背景图片动画*/
@-webkit-keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@keyframes scale-bg{
	from{
		-webkit-transform:scale(1.2);
		transform:scale(1.2);
	}
	to{
		-webkit-transform:scale(1);
		transform:scale(1);
	}
}
@media only screen and (max-width: 767px){
.header{height: 65px;}
.header .left a img{height: 50px;margin-top: 9px;}
.header.on .left .img2{height: 50px;padding-top: 5px;}
.index_main .section1 .index_banner .item .inner .block_txt2{top: 38%;}
.index_main .section1 .index_banner .item .inner .block_txt3{top: 35%;}
.index_main .section1 .index_banner .item .inner .block_txt3 h4{font-size: 25px;margin: 20px 0;}
.index_main .section1 .index_banner .item .inner .block_txt3 img{width: 100%;}  
.slick-slide img{width: 100%;} 
.index_main .section1 .index_banner .item .inner .block_txt2 img{}
.marketing-title{padding-top: 120px;}
.iabout_l{width: 100%;padding: 0;}
.iabout h1{font-size: 40px;}
.num ul li h3{font-size:20px;margin: 0;}
.title b{font-size: 60px;}
.title h4{font-size: 24px;}
.iabout_box{margin-top: 0; text-align: center;}
.iabout_r{display: none;}
.nbanner{margin-top:60px;}

.nnav a{margin: 0;width: 100%;}
.icontacts ul li{width: 100%;}
.icontacts ul li img{width: 15%;}
.icontacts ul li span{font-size: 12px;}
.icontacts ul li h4{font-size: 16px;padding-top:5px;}
.icontacts ul li p{font-size: 12px;}
.organization img{width: 100%;display: block;}
.history-box ul{padding-top: 15px;}
.history-box li div{width: 100%; padding-top: 50px;}
.history-box div>span{display: block;font-size: 18px;}
.history-box li{padding: 0;}
.baguetteBoxOne{margin: 15px auto 0 auto;}
.baguetteBoxOne ul li{width: 100%;}
.honor_l,.honor_c{width:100%;}
.honor_li ul li{width: 100%;}
.activity ul li{width: 100%;}
.news_img{width: 100%;}
.news ul li .news_c{width: 100%;padding: 0;}
.time{background: rgba(83,83,83,0.85);}
.news ul li{margin: 15px 0;}
.news ul li .news_c h2{font-size: 16px;padding: 0;}
.footer .footer_li{width: 100%;}
.footer .footer_r{width: 100%;padding: 10px;box-sizing: border-box;}
.footer2{font-size: 12px;text-align: center;}
.footer2 .footer2_l,.footer2 .footer2_r{display: block;width: 100%;}
.nifo_c img{display: block;width: 100%;}
.products ul li{width: 100%;}
.pinfo_t ul li{width: 50%;}
.pinfo_l{width: 100%;}
.pinfo_t ul li a{margin: 2px;padding: 10px 0;}
.pinfo_t ul li p{margin: 0;padding: 0;}
#service .box{width: 100%;}
.contacts ul li{width: 100%;}
.traffic_l,.traffic_r{width: 100%;}
.magic-tab-head ul li{margin: 0;width: 33.3%;}
.magic-tab-body ul li{width: 100%;margin: 0;}
.magic-item-text{font-size: 20px;}
.magic-item-title{width: 17%;}
.nnav_cp a{display: block;}
.nnav{margin: 0;overflow: hidden}
.nnav .na1, .nnav_cp .na1{background:#dcdcdc;color:#540b07;}
.nnav ul{height: 0px; opacity: 0;}
.nnav h1{display: block;}
.iabout_c p{padding: 5px 0;}
.num{margin: 15px 0 0 0;}
.knowledge ul li{width: 100%;}
.online_c_l,.online_c_r{width: 100%;}
}

@media screen and (max-width: 668px) {
    .swiper-pagination {
        position: relative;
        margin-bottom: 20px;
    }

    .swiper-pagination-bullet-active {
        opacity: 1;
        background: rgba(0,0,0,.8);
    }
}
@media only screen and (max-width: 340px){
 
}
@media only screen and (max-width: 320px){
	
}