﻿/*
 ===============================
 * @authro      : 杨朝杰
 * @created     : 2017-11-11
 ===============================
 */
@charset "UTF-8";
/* CSS Document */
/*transition: all 0.1s linear;
-moz-transition: all 0.1s linear;
-webkit-transition: all 0.1s linear;
-o-transition: all 0.1s linear;*/
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td, b {
	padding: 0;
	margin: 0;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;

} /*始终让 Firefox 显示滚动条*/
* {
	word-wrap: break-word;
	margin: 0;
	padding: 0;

}/*文字强制换行word-break:keep-all;(Ff)*/
table {
	border-collapse: collapse;
}/*细线表格*/
fieldset, img {
	border: none;
}/*清除描边,块显示*/
ul, li {
	list-style-type: none;
}/*无列表项目标记*/

a {text-decoration: none;}/* 链接无下划线,有为underline;链接去框 */
a:link {color: #555;}/* 未访问的链接 */
a:visited {color: #555;}/* 已访问的链接 */
a:hover {color: #328c4d;}/* 鼠标在链接上 */
a:active {color: #555;blr:expression(this.onFocus=this.blur());}/* 点击激活链接 */

body {
	font-family:"Microsoft YaHei";
	font-size:12px;
	color:#555;
	background:#f2f2f2;
}
select, input {vertical-align: middle;outline: none;}
em, i {font-style: normal;}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
	border: none;
}
.clear{ clear:both; overflow:hidden;}
.fl{ float:left;}
.fr{ float:right;}
.h5{clear:both; height:5px;}
.h10{clear:both; height:10px;}
.h15{clear:both; height:15px;}
.h20{clear:both; height:20px;}
.h25{clear:both; height:25px;}
.h30{clear:both; height:30px;}
.h40{clear:both; height:40px;}
.h50{clear:both; height:50px;}
.h60{clear:both; height:60px;}
.h70{clear:both; height:70px;}
.h80{clear:both; height:80px;}
.h90{clear:both; height:90px;}
.wrap{
	width: 1605px;
	margin: 0px auto;
}
.wrap1200{
	width:1200px;
	margin:0 auto;
    position: relative;
    z-index: 9;
	}
.white{background: #fff;}

.tableCont{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 3;
}
.table{
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.tableCell{
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}
/*浏览器滚动条*/
/*
::-webkit-scrollbar {width:9px;background-color:#333;}
::-webkit-scrollbar-button {}
::-webkit-scrollbar-track {}
::-webkit-scrollbar-track-piece {}
::-webkit-scrollbar-thumb {border:solid 2px #333;width:5px;background-color:#fff;}
::-webkit-scrollbar-corner {background-color:#333;}
::-webkit-resizer {}
::-webkit-scrollbar:horizontal{height:9px;}
*/

.bodyParaBg{
    width: 100%;
    height: 100%;
    position: fixed !important;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.bodyParaBg div{
    width: 120%;
    height: 120%;
    overflow: hidden;
    position: absolute;
    left: -10%;
    top: -10px;
    background: url(../images/bg.jpg) repeat left center;
}

/*向下的箭头跳动*/
@-webkit-keyframes arrowDown {
    0% {
        -webkit-transform: translate(0,0);
    }
    25%{
        -webkit-transform: translate(0,6px);
    }
    50% {
        -webkit-transform: translate(0,0);
    }
    75%{
        -webkit-transform: translate(0, -6px);
    }
    100% {
        -webkit-transform: translate(0,0);
    }
}

/* 头部 */
.menuBox{
	width:100%;
	position:fixed;
	left: 0;
	top: 0;
	height: 65px;
	background:rgba(255,255,255,0.98);
    background:url(../images/whiteBg.png) repeat left top \9;
    *background:url(../images/whiteBg.png) repeat left top;
	z-index:999;
    -webkit-box-shadow: 0px 2px 10px rgba(152,152,152,0.16);
    box-shadow: 0px 2px 10px rgba(152,152,152,0.16);
}
.logo{float: left; margin:0 0 0 30px;}
.logo img{height:50px;margin:6px 0 0 0;}

.menu_dl{padding-top:0; float:right;padding:0 80px 0 0;}
.menu_dl dd{position: relative;float: left;display: inline;}
.navFirst{padding-left: 23px;background: url(../images/home.png) no-repeat left 28px;}
.menu_dl dd.hover .nav_a{color:#328c4d;}
.menu_dl dd.hover .navFirst{background: url(../images/home_h.png) no-repeat left 28px;}
.nav_a{
	display: block;
	width:105px;
	height:70px;
	float: left;
	line-height:70px;
	font-size: 16px;
	color:#333;
	text-align: center;
	position: relative;
}
.nav_a span{
	display: inline-block;
	overflow: hidden;
	position: relative;
	-webkit-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;
}
.nav_a i{
	display: block;
	width: 18px;
	height: 23px;
	overflow: hidden;
	-webkit-opacity: 0;
	-moz-opacity: 0;
	-ms-opacity: 0;
	-o-opacity: 0;
	opacity: 0;
	filter: alpha(opacity=0);
}
.menu_dl dd.hover .navIconL{
	left: 0px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=1);
}
.menu_dl dd.hover .navIconR{
	right: 0px;
	-webkit-opacity: 1;
	-moz-opacity: 1;
	-ms-opacity: 1;
	-o-opacity: 1;
	opacity: 1;
	filter: alpha(opacity=1);
}
.navIconL{
	position: absolute;
	left: -23px;
	top:50%;
	margin-top: -11px;
	background: url(../images/navIconL.png) no-repeat center center;
}
.navIconR{
	position: absolute;
	right: -23px;
	top:50%;
	margin-top: -11px;
	background: url(../images/navIconR.png) no-repeat center center;
}
.subNav_ul{
	display: none;
	overflow: hidden;
	position: absolute;
	left: 0px;
	top:65px;
	width:110%;
	border-top:2px solid #328c4d;
	box-shadow: 0 0px 15px rgba(0,0,0,0.1);
}
.subNav_ul li{
	overflow: hidden;
	clear:both;
}
.subNav_ul li a{
    border-bottom: #e4e4e4 1px solid;
    line-height: 42px;
    width:100%;
	text-align:center;
    padding-right: 0;
    display: block;
    background:#fff;
    height: 42px;
    color: #666;
    font-size: 14px;
}
.subNav_ul li a:hover,
.subNav_ul li.hover a{
	color:#328c4d;
	background-color:#f9f9f9;
}
.menuBg{
	width:100%;
	height:100%;
	position:fixed;
	z-index:999;
	background:rgba(0,0,0,0.6);
	display:none;
	}

.side-menu-btn{
	position:fixed;
	top:18px;
	right:30px;
	z-index:999999;
	display:none;
	}
.side-menu-btn a{
	display:block;
	height:35px;
	line-height:35px;
	padding-left: 30px;
	padding-right: 45px;
	font-size:14px;
	cursor:pointer;
	color:#000 !important;
	/*background: url(../images/ic3.png) no-repeat right 50%;*/
}
.menu_btn{
	display: block;
	width:40px;
	height:32px;
	background:#328c4d;
	border-radius:40px;
	position:fixed;
	z-index:999999;
	top:15px;
	right:30px;
	padding:8px 0 0 0;
	display:none;
}
.menu_btn:hover{
	background: #ac0d25;
}
.hamburger .line{
  width: 60%;
  height: 2px;
  background-color:#fff;
  display: block;
  margin: 4px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.hamburger:hover{
  cursor: pointer;
}

/* SEVEN */

#hamburger-7.is-active .line:nth-child(1){
  width: 30px;
}

#hamburger-7.is-active .line:nth-child(2){
  width: 40px;
}

#hamburger-7.is-active .line{
  -webkit-transform: rotate(30deg);
  -ms-transform: rotate(30deg);
  -o-transform: rotate(30deg);
  transform: rotate(30deg);
}


/*多语言版本*/
.select_lang {width:35px;height:24px; padding-left:26px;border:1px solid #d2d4d7;border-radius:20px;position:absolute; /*right:130px;*/right:130px; top:50%; background:url(../images/ico_lang.png) no-repeat 6px 5px #fff;overflow:hidden;margin-top:-12px;z-index:4; -webkit-transition:all 0.3s ease; transition:all 0.3s ease;}
.select_lang:hover {width:75px;}
.select_lang a { white-space: nowrap;display:block;float:left;font-size:13px;color:#666;line-height:24px;position:relative;letter-spacing:1px;font-weight:normal;}
.select_lang a:hover {color:#328c4d;}
.select_lang a.active {color:#328c4d;}
.select_lang a.english {margin-right:10px;}
.select_lang a.english:before,.select_lang a.espanol:before {content:'';width:1px;height:10px;background:#d2d4d7;position:absolute;left:-5px;top:7px;}
.select_lang a.chinese {margin-right:10px;}

.shareBox{
	float:right;
	display:inline;
	padding:22px 20px 0 0;
	display:none;
	}
.shareBox a{
	display:block;
	width:25px;
	height:25px;
	float:left;
	margin:0 0 0 15px;
	}
.shareBox a.txwb{ background:url(../images/bg_sign06.png) no-repeat center center;}
.shareBox a.xlwb{ background:url(../images/bg_sign05.png) no-repeat center center;}

.shopBt{
	float:right;
	height:65px;
	}
.shopBt a{
	display:block;
	line-height:65px;
	background:#b81726 url(../images/shopBt.png) no-repeat 5px center;
	padding:0 20px 0 40px;
	font-size:14px;
	color:#fff;
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    position: relative;
    overflow: hidden;
}

.shopBt a:hover{
	-webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	background:#328c4d url(../images/shopBt.png) no-repeat 5px center;
}
.shopBt a:hover .anim{
    opacity: 0;
}
.anim{
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -webkit-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%)
}

.anim:before {
    position: relative;
    content: '';
    display: block;
    margin-top: 100%
}

.anim:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    border-radius: 50%
}

.anim {
    -moz-animation: anim-out .75s;
    -webkit-animation: anim-out .75s;
    animation: anim-out .75s
}

.anim:after {
    -moz-animation: anim-out-pseudo .75s;
    -webkit-animation: anim-out-pseudo .75s;
    animation: anim-out-pseudo .75s
}

.anim,.anim:after {
    animation-iteration-count: infinite;
    animation-duration: 1.3s
}
@keyframes anim-in{
    0% {
        width: 0
    }

    100% {
        width: 200%
    }
}
@keyframes anim-in-pseudo{
    0% {
        background: rgba(255,255,255,0.5)
    }

    100% {
        background: transparent
    }
}
@keyframes anim-out{
    0% {
        width: 0
    }

    100% {
        width: 200%
    }
}
@keyframes anim-out-pseudo{
    0% {
        background: rgba(255,255,255,0.5)
    }

    100% {
        background: transparent
    }
}

/* 头部 end */
.index-bd{
	height: 100%;
	position:relative;
    z-index: 9;
    overflow: hidden;
}
.i-row1{
	height: 100%;
	position: relative;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
}
.indBg{
    z-index: 1;
    width: 100%;
    height: 100%;
}
.indBg div{
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5%;
    top: -5%;
}
.fixedBg1 .fastBt{
    position: relative;
    z-index: 3;
} 

.arrowDown {
	position: absolute;
    left: 0;
    bottom: 28px;
    width: 100%;
    text-align: center;
    z-index: 3;
}
.arrowDown i{
	display: inline-block;
	width: 34px;
	height: 20px;
	background: url(../images/arrow-down.png) no-repeat center top;
	-webkit-animation: arrowDown 1s infinite linear;
	cursor: pointer;
}

/*
* banner
*/
.index_banner_new {
    width: 100%;
    height: auto;
    min-width: 280px;
    min-height: 160px;
    margin: 0px auto;
    position: relative;
    overflow: hidden
}
.index_banner_new ul {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 1
}
.index_banner_new ul li {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden
}
.index_banner_new ul li.active{display: block}
.index_banner_new ul li .intro{position: relative}
.index_banner_new ul li img{position: absolute; left: 0; top: 0; width: 100%; height: 100%}

.index_banner_new .dots {
    position: absolute;
    bottom:20px;
    left: 50%;
    width: 200px;
    height: 12px;
    z-index: 2;
    margin-left: -101px
}

.index_banner_new .dots span {
    float: left;
    width:30px;
    height:8px;
    background: #e0e0e0;
    margin: 0 5px;
    cursor: pointer;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px
}

.index_banner_new .dots span.active {
    background: #ef3e4a
}

.index_banner_new .arr {
    display: none;
    position: absolute;
    top: 140px;
    z-index: 2;
    width: 40px;
    height: 40px;
    line-height: 38px;
    text-align: center;
    font-size: 36px;
    background: rgba(0,0,0,0.3);
    color: #fff;
    text-decoration: none
}
.index_banner_new .arr:hover{background: rgba(0,0,0,0.7); text-decoration: none}
.index_banner_new:hover .arr{display: block; text-decoration: none; color: #fff}
.index_banner_new .prev{left: 20px}
.index_banner_new .next{right: 20px}
#tqchina_banner{position: relative}

.tqchina_banner_load {
    position: absolute;
    bottom: 0px;
    left: 0px;
    z-index: 3;
    width: 100%;
	display:none;
}

.tqchina_banner_load i {
    width: 0%;
    display: block;
    height: 5px;
    background: #f00
}

.tqchina_banner_bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0,0,0,0.5)
}

.tqchina_banner_text {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    z-index: 10;
    color: #fff;
    text-align: center;
    width: 100%
}

.tqchina_banner_text h3 {
    color: #fff;
    font-size: 100px;
    text-align: center;
    margin: 0
}

.tqchina_banner_text h4 {
    color: #fff;
    font-size: 70px;
    font-weight: normal;
    margin: 1rem 0;
    text-align: center
}

.tqchina_banner_text span {
    color: #fff;
    font-size: 14px;
    box-shadow: 1px,1px,3px,#666;
    display: inline-block;
    padding: 5px 30px;
    border: 2px solid #fff;
    border-radius: 3px;
    margin-top: 50px
}

.tqchina_banner_text span em {
    color: #fff;
    padding-left: 10px;
    font-family: "Arial";
    box-shadow: 1px,1px,3px,#666
}

.index_banner_new .video_button img {
    display: none
}

.lt9 .index_banner_new .video_button img {
    display: block
}

.lt9 .tqchina_banner_text {
    margin: -230px 0 0 0px;
    left: 0px !important
}

.lt9 .index_banner_new .ba_left .tqchina_banner_text {
    left: 10% !important;
    width: auto
}

.lt9 .index_banner_new .ba_right .tqchina_banner_text {
    left: 60% !important;
    width: auto
}

.ivideo_banner {
	text-align:center;
}
.ivideo_banner,.ivideo_banner li {
	height:100%;
	position:relative;
	overflow:hidden;
}
.ivideo_banner video,.ivideo_banner .cover {
	position:absolute;
	left:0;
	top:0;
}
.ivideo_banner video {
	height:100%;
	width:100%;
	z-index: 1;
    object-fit: cover;
    object-position: center center;
}
.ivideo_banner .cover {
	width:100%;
	height:100%;
	background:url(../images/video_cover.png);
	color:#fff;
	text-align:center;
	z-index: 3;
}
.guide {
	width:81px;
	height:81px;
	background:url(../images/mouse_guide.png) no-repeat;
	position:absolute;
	right:20px;
	bottom:20px;
	z-index:10;
	cursor:pointer;
}
.ivideo_banner .cover .text1 {
	font-size:48px;
	margin-top:21%;
	line-height:1;
	font-weight:bold;
}
.ivideo_banner .cover .text2{
	font-size:26px;
	margin-top:20px;
	line-height:40px;
	font-weight:bold;
}

a.jumpto {
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
	width:81px;
	height:81px;
	background:url(../images/mouse_guide.png) no-repeat;
	display: block;
	position: absolute;
	z-index: 100;
	right:0;
	bottom:0;
	z-index:99;
	-webkit-animation: jumpto 1.5s linear infinite;
	animation: jumpto 1.5s linear infinite;
	-moz-animation: jumpto 1.5s linear infinite;
	-o-animation: jumpto 1.5s linear infinite;
	-ms-animation: jumpto 1.5s linear infinite;
	opacity: .8;
	-ms-filter: alpha(opacity=80);
	filter: alpha(opacity=80);
}
@keyframes jumpto {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-webkit-keyframes jumpto {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-moz-keyframes jumpto {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
@-ms-keyframes jumpto {
0% {
margin-bottom:0;
animation-timing-function:ease-out
}
50% {
margin-bottom:10px;
animation-timing-function:ease-in
}
100% {
margin-bottom:0;
animation-timing-function:ease-out
}
}
.banner{
    overflow: hidden;
    position: relative;
    z-index: 1;
    /*-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;*/
}
.banner .bd{
    /*visibility: visible;*/
    overflow: hidden;
}
.banner .bt{display: none;}
.banner .hd{
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 80px;
    text-align: center;
    z-index: 9999;
}
.banner .hd ul{
    display: inline-block;
    overflow: hidden;
}
.banner .hd ul li{
    width: 30px;
    height: 8px;
    overflow: hidden;
    float: left;
    display: inline;
    text-indent: 99em;
    background: #e0e0e0;
    margin: 0px 5px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -ms-border-radius: 8px;
    -o-border-radius: 8px;
    border-radius: 8px;
    cursor: pointer;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.banner .hd ul li.on{
    background: #ef3e4a;
}

.banner_ul li{
    width: 100%;
    left: 0px;
    top: 0px;
    z-index: 1;
    position: absolute;
    display: none;
    /*visibility: hidden;*/
    /*-webkit-transition: all 1s linear;
    -o-transition: all 1s linear;
    transition: all 1s linear;*/
}
.banner_ul li:nth-child(1){
    z-index: 4;
}
.banner_ul li:nth-child(2){
    z-index: 3;
}
.banner_ul li:nth-child(3){
    z-index: 2;
}
.banner_ul li:nth-child(4){
    z-index: 1;
}
.banner_ul li.show{
    /*left: 0px !important;*/
    display: block !important;
    /*visibility: visible !important;*/
    -webkit-animation: banner 0.8s linear;
    -o-animation: banner 0.8s linear;
    animation: banner 0.8s linear;
}
.banner_ul li.left{
    left: -100px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.bannerDeta{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0px;
    top: 0px;
    z-index: 1;
    /*visibility: hidden;*/
    /*-webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;*/
}
/*.banner_ul li.on .bannerDeta{
    left: 0px;
}*/
#banImg1{
    background: #fff;
    overflow: hidden;
}
.banTxt1{
    position: absolute;
    left: 50% !important;
    margin-left: -600px !important;
    top: 33.6956522% !important;
    z-index: 10;
}
.banTxt_1_1{
    font-size: 40px;
    color:#222;
    overflow: hidden;
}
.banTxt_1_2{
    font-size: 24px;
    color:#333;
    overflow: hidden;
    padding-top: 10px;
}
.banImg1_1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.banImgDiv{
    width: 110%;
    height: 105%;
    overflow: hidden;
    position: absolute;
    left: -5%;
    top: 0px;
}
.wowDiv2,
.wowDiv{
   width: 50px;
   height: 100%;
   position: absolute;
   right: 0px;
   top: 0px;  
}
.wowDiv .banImgDiv{
    left: auto;
}
.banImg1_1 .banImgDiv{
    width: 110%;
    height: 110%;
    overflow: hidden;
    position: absolute;
    left: -5%;
    top: -5%;
}
.banImg1_2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.banImg1_3{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
}

.banImg1_4{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 9;
}
.banImg1_5{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 4;
}
.banImg1_6{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 5;
}
.cloud1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 35.8306189% !important;
    overflow: hidden;
    -webkit-animation: cloud1 20s linear;
    -o-animation: cloud1 20s linear;
    animation: cloud1 20s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; /* Safari 和 Chrome */
}
@keyframes cloud1{
    0%  {transform: translateX(0px) scale(0.8);opacity: 0;}
    50% {transform: translateX(10%) scale(1);opacity: 0.8;}
    100% {transform: translateX(15%) scale(1);opacity: 0;}
    /*100%{transform: translateX(0px);opacity: 0;}*/
}
.cloud2{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 33.3333333333% !important;
    -webkit-animation: cloud2 100s linear;
    -o-animation: cloud2 100s linear;
    animation: cloud2 100s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite; /* Safari 和 Chrome */
}
.cloud2_1{
    position: absolute;
    left: 0px;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.cloud2_2{
    position: absolute;
    left: -100%;
    bottom: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
@keyframes cloud2{
    0%  {transform:translateX(0px);opacity: 0.5;}
    50% {transform:translateX(50%);opacity: 0.8;}
    100%{transform: translateX(100%);opacity: 1;}
}










.banImg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    backface-visibility: hidden;
}
.banImg2_1{
   width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0px;
    top: 0px;
    z-index: 1; 
    backface-visibility: hidden;
}
.banImg2_1 div{
    width: 110%;
    height: 110%;
    overflow: hidden;
    position: absolute;
    left: -5%;
    top: -5%;
    backface-visibility: hidden;
}
.banImg2Cont{
    position: relative;
    top: 50% !important;
    left: 50% !important;
    margin-left: -600px !important;
    margin-top: -245px !important;
    z-index: 3;
    height: 490px;
}
.banImg2Cont div{
    position: relative;
    display: inline;
    width: 370px;
    height: 490px;
    opacity: 1;
    float: left; 
}
.banImg2_2_2{
    left: 50% !important;
    margin-left: -185px;
}
.banImg2_2_3{
    left: 100% !important;
    margin-left: -370px;
}
.banImg2Cont p img{
    max-width: 100%;
    display: block;
}



.banImg4_1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    backface-visibility: hidden;
}
.banImg4_1 div{
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5%;
    right: -5%;
    overflow: hidden;
}
.banImg4_2{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 2;
    backface-visibility: hidden;
}
.banImg4_2 div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    backface-visibility: hidden;
}
.banImg4_3{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    backface-visibility: hidden;
}
.banImg4_3Div{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
}
.banImg4_4{
    position: absolute;
    left: 50% !important;
    top: 10.8695652% !important;
    margin-left: -600px;
    z-index: 4;
}
.banImg4_logo{
    overflow: hidden;
}
.banImg4_logo img{
    display: block;
    width: 113px;
}
.banTxt4_1{
    position: absolute;
    left: 50% !important;
    top: 38.5869565% !important;
    margin-left: -600px;
    z-index: 5;
}
.banTxt4_1 span{
    display: block;
    overflow: hidden;
    font-size: 40px;
    color:#eab618;
}
.banTxt4_2{
    position: absolute;
    left: 50% !important;
    top: 45.1086957% !important;
    margin-left: -600px;
    z-index: 6;
}
.banTxt4_2 span{
    display: block;
    overflow: hidden;
    font-size: 24px;
    color:#ad8303;
    padding-top: 20px;
}
.banTxt4_3{
    position: absolute;
    left: 50% !important;
    top: 62.5% !important;
    margin-left: -600px;
    z-index: 6;
}
.banTxt4_3 span{
    display: block;
    width: 135px;
    height: 47px;
    overflow: hidden;
    border: 1px solid #ad8303;
    font-size: 22px;
    color:#ad8303;
    text-align: center;
    line-height: 47px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}



.banImg5_0{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 0;
    backface-visibility: hidden;
}
.banImg5_0 .wowDiv{
    width: 110%;
    height: 110%;
    position: absolute;
    left: -5%;
    right: -5%;
    overflow: hidden;
}
.banImg5Div{
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
/*.wowDiv{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}*/
.banImg5_1{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 12.962963% !important;
    z-index: 1;
    padding-top: 14.4270833%;
}
.banImg5_1 .wowDiv{
    left: 0px;
    right: auto;
}
.banImg5_2{
    width: 100%;
    position: absolute;
    right: 0px;
    left: auto !important;
    top: 21.2962963% !important;
    z-index: 2;
    padding-top: 6.97916667%;
}

.banImg5_3{
    width: 100%;
    position: absolute;
    right: 0px;
    left: auto !important;
    top: 29.6296296% !important;
    z-index: 3;
    padding-top: 14.58333333%;
}
.banImg5_3 img{
    float: right;
    height: 25.9259259%;
}
.banImg5_4{
    width: 100%;
    position: absolute;
    right: 3%;
    bottom: 0px;
    left: auto !important;
    top: auto !important;
    z-index: 5;
    padding-top: 13.625%;
}
.banImg5_1 .banImgDiv5{
    position: absolute;
    left: -5%;
    top: 0px;
    width: 100%;
    height: 100%;
}
.banImg5_2 .banImgDiv5,
.banImg5_3 .banImgDiv5,
.banImg5_4 .banImgDiv5{
    position: absolute;
    right: -5%;
    top: 0px;
    width: 100%;
    height: 100%;
}
.banImgGrop5_1{
    width: 5%;
    position: absolute;
    left: 3.6458333% !important;
    top: 13.1481481% !important;
    z-index: 6;
    text-align: center;
    font-size: 0px;
}
.banImg5_5{
    overflow: hidden;
}
.banImg5_6{
    overflow: hidden;
    width: 40.625%;
    margin: 0px auto;
}
.banImg5_6 img,
.banImg5_5 img{
    max-width: 100%;
}
.banImg5_7{
    width: 100%;
    position: absolute;
    left: 0px !important;
    bottom: 5.15463918% !important;
    top: auto !important;
    z-index: 7;
}
.banImg5_7 .wowDiv{
    left: 0px;
    right: auto;
}
.banImg5_7 .banImgDiv5{
    width: 100%;
    padding-top: 19.09375%;
    position: absolute;
    left: -5%;
    bottom: 0px;
}
.banImg5_8{
    width: 100%;
    position: absolute;
    left: 0px !important;
    bottom: 5.15463918% !important;
    top: auto !important;
    z-index: 8;
}
.banImg5_8 .banImgDiv5{
    width: 100%;
    padding-top: 11.28125%;
    position: absolute;
    left: 4.4166667%;
    bottom: 0px;
}
.banImg5_9{
    width: 100%;
    position: absolute;
    left: 11.625% !important;
    top: auto !important;
    bottom: 13.8888888888% !important;
    overflow: hidden;
    z-index: 6;
}
.banImg5_9 .banImgDiv5{
    width: 59.2708333%;
    padding-top: 24.6354167%;
    overflow: hidden;
    position: relative;
}
.banImg5_9 .banImgDiv5 img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.banImg5_10{
    width: 100%;
    height: 100%;
    position: absolute;
    left: auto !important;
    right: 10.208333333% !important;
    top: 13.1481481% !important;
    z-index: 6;
}
.banImg5_10 .banImgDiv5{
    
}
.banImg5_10 img{
    position: absolute;
    left: 0px;
    top: 0px;
}
.banImg5_10_1{
    position: absolute;
    top: 0px;
    height: 55%;
}
.banImg5_10_2{
    width: 1.5625%;
    height: 0px;
    /*height: 63.88888888889%;*/
    margin-right: 10px;
}

/*
* 快捷按钮组
*/
.ind1stCont{
    overflow: hidden;
    position:absolute;
    top:50%;
    left:50%;
    margin:-240px 0 0 -600px;
    z-index: 3;
}
.fastBt{
	width:1200px;
	clear:both;
	overflow:hidden;
 	}
.fastBt dd{
	width:130px;
	height:130px;
	float:left;
	padding:40px 55px;
	}
.fastBt dd a,.fastBt dd a i,.fastBt dd a p{
	width:130px;
	height:130px;
	display:block;
	position:relative;
	}
.fastBt dd a i{
	position:absolute;
	background:url(../images/kjbg.png) no-repeat;
	z-index:999;
	}
.fastBt dd a em{
	width:65px;
	height:65px;
	display:block;
	position: absolute;
	z-index:5;
	left:30px;
	top:15px;
	}
.fastBt dd a span{
	width:100%;
	display:block;
	text-align:center;
	font-size:16px;
	color:#000;
	line-height:36px;
	position:absolute;
	z-index:5;
	top:76px;
	}
.fastBt dd a p{
	top:0;
	left:0;
	border-radius:65px;
	position:absolute;
	z-index:1;
	}
.fastBt dd a p{
    display: block;
    display: none\9;
    *display: none;
    width:130px;
    height:130px;
    border-radius:65px;
    overflow: hidden;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -ms-transform: scale(0);
    -o-transform: scale(0);
    transform: scale(0);
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
	position:absolute;
	left:0;
	top:0;
	z-index:6;
}
.fastBt dd a:hover p{
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);

    display: block;\9;
    *display: block;
	}
.fastBt dd a p img{
    width:130px;
    height:130px;
    border-radius:65px;
	z-index:6;
}	
	
	


/*
* 首页新闻
*/
.indNews{
    overflow: hidden;
    position: relative;
    transform-style: preserve-3d;
    perspective: 100px;
    z-index: 9;
}
#indNews{position: relative;height:100%;overflow: hidden;}
.indNews .wrap{position: relative;z-index: 3;}
#ind2nd .indBg{position: absolute !important;left: 0px;top: 0px;}
.newsTitle{
	clear:both;
	text-align:center;
	/*background:url(../images/newsTitle.png) no-repeat center center;*/
	}
.newsTitle strong{
	font-size:40px;
	color:#ffffff;
	}
.newsTitle p{
	color:#ffffff;
	font-size:18px;
	padding:15px 0 0 0;
	}
.titStyle strong{
    color:#333 !important;
}
.titStyle p{
    color:#666 !important;
}
.moreBt{
	width:142px;
	font-size:14px;
	color:#e1d5ae !important;
	clear:both;
	margin:0 auto;
	line-height:38px;
	height:38px;
	text-align:center;
	background:#362c25;
	border:1px solid #e1d5ae;
	display:block;
	border-radius:30px;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
	}
.moreBt:hover{
	color:#fff !important;
	background:#50321b;
	border:1px solid #7f4a22;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    -ms-transition: .3s all;
    -o-transition: .3s all;
    transition: .3s all;
	}
	
.MORES{ width: 148px; height: 38px;text-align: center; line-height: 38px; color: #fff;display: block;margin: 0 auto; border: 1px solid #328c4d; color:#328c4d !important;transition: all .5s; display:block; font-size:14px;}
.MORES i{margin-left: 11px;}
.MORES:hover{background:#328c4d; color:#fff !important;} 
	
	
.ind2dnSlide{overflow: hidden;position: relative;}
.ind2dnSlide .bd{overflow: hidden;}
.ind2dnSlide .tempWrap{overflow: hidden; width:2000px;}
.ind2dnSlide .newsDl{overflow: hidden;width:2000px;}
.newsDl dd{
	width:390px;
	overflow: hidden;
	background:#fff;
	margin:0 15px 0 0;
	text-align:left;
	-webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
}
.newsDl dd:hover{background:#f6f6f6;}
.newsDlPic{
	height:260px;
	overflow:hidden;
	}
.newsDlPic img{
    width:390px;
    height:260px;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -ms-transition: .5s all;
    -o-transition: .5s all;
    transition: .5s all;
    }
.newsDl dd:hover img{
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
	}
.newsDlText{clear:both;padding:20px;}
.newsDl dd p{
	display:block;
	font-size:16px;
	clear:both;
	overflow:hidden;
	height:25px;
	line-height:25px;
	font-weight:bold;
	}
.newsDl dd span{
	display:block;
	line-height:25px;
	height:50px;
	overflow:hidden;
	clear:both;
	color:#999999;
	font-size:13px;
	padding:15px 0 0 0;
	text-indent:2em;
	}
.newsDl dd em{
	display:block;
	color:#999999;
	padding:15px 0 0 0;
	font-size:13px;
	}
.ind2dnSlide .bt{
	display: block;
	overflow: hidden;
	width: 35px;
	height: 50px;
}
.ind2dnSlide .prev{
	position: absolute;
	left: 0px;
	top: 125px;
	background: url(../images/ind2ndSlidePrev.png) no-repeat center center;
}
.ind2dnSlide .next{
	position: absolute;
	right: 0px;
	top: 125px;
	background: url(../images/ind2ndSlideNext.png) no-repeat center center;
}
/*底部 begin*/
.footerBox{background:#21252b;overflow:hidden;clear:both;padding:35px 0 20px 0;position: relative;z-index: 9;}
.footerNav{width:140px;float:left;display:inherit;}
.footerNav dt{font-size:15px;color:#999;padding:0 0 10px 0;}
.footerNav dd a{line-height:28px;clear:both;color:#73777a;font-size:12px;}
.footerNav dd a:hover{color:#fff;}
.copyright{position:relative;z-index:9;color:#999999;clear:both;overflow:hidden;height:40px;line-height:40px;background:#000000;}
.copyright p{display:block;float:left;}
.copyright span{display:block;float:right;}
.copyright span a{ margin:10px 0 0 0;}
.copyright .wrap div{
	float:left;
	display:inline;
	padding:5px 0 0 10px;
	}
	
.ewm{float:right;width: 240px;}
.ewm dd{float:left;padding:0 0 0 20px;}
.ewm dd p{display:block;}
.ewm dd p img{display: block;width: 100px;height: 100px;}
.ewm dd span{display:block;color:#999;line-height:40px;text-align:center;font-size:14px;}
	
.contact{
	/*float:right;*/
	padding:0 10px 0 0;
	font-size:12px;
	}
.contact dd{
	padding:0 0 0 30px;
	overflow:hidden;
	color:#73777a;
	line-height:30px;
	margin:0 0 6px 0;
	clear:both;
	}
.contact dd em{ color:#fff; font-size:18px; font-style:oblique}
.contact dd.icon1{ background:url(../images/ico-fd-1.png) no-repeat left center;}
.contact dd.icon2{ background:url(../images/ico-fd-2.png) no-repeat left center;}
.contact dd.icon3{ background:url(../images/ico-fd-3.png) no-repeat left center;}
.contact dd.icon4{ background:url(../images/ico-fd-4.png) no-repeat left center;}
.footLink{
    overflow: hidden;
}
.footLink a{
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    float: left;
    margin-right: 15px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.footIcon1{
    background:url(../images/footIcon1.png) no-repeat center center;
}
.footIcon1:hover{
    background:url(../images/footIcon1_h.png) no-repeat center center;
}
.footIcon2{
    background:url(../images/footIcon2.png) no-repeat center center;
}
.footIcon2:hover{
    background:url(../images/footIcon2_h.png) no-repeat center center;
}
.footIcon3{
    background:url(../images/footIcon3.png) no-repeat center center;
}
.footIcon3:hover{
    background:url(../images/footIcon3_h.png) no-repeat center center;
}

.footIcon4{
    background:url(../images/footIcon4.png) no-repeat center center;
}
.footIcon4:hover{
    background:url(../images/footIcon4_h.png) no-repeat center center;
}

.footIcon5{
    background:url(../images/footIcon5.png) no-repeat center center;
}
.footIcon5:hover{
    background:url(../images/footIcon5_h.png) no-repeat center center;
}
.frendLink{
    overflow: hidden;
    padding-top: 10px;
}
.frendLinkTit{
    display: block;
    overflow: hidden;
    font-size: 16px;
    color:#999;
    line-height: 30px;
}
.frndLinkCont{
    overflow: hidden;
}
.frndLinkCont a{
    font-size: 12px;
    color:#73777a;
    line-height: 25px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    float: left;
    margin-right: 15px;
}
.frndLinkCont a:hover{
    color:#fff;
}
.footR{
    overflow: hidden;
}
/*底部 end*/

/*底部2 begin*/
.footerBox2{
	clear:both;
	padding:35px 0 20px 0;
	background: rgba(0,0,0,.8);
	overflow:hidden;
    position: relative;
    z-index: 9;
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#80000000',endColorstr = '#80000000');
}


/*底部2 end*/


/**
 * 二级页面 通栏
 * @author 杨朝杰
 * @return
 */
.subBanner{
	height:490px;
	clear:both;
    position: relative;
    z-index: 9;
	background:url(../test/about.jpg) no-repeat fixed top center;
	}
.subBanner span,
.subBanner i{
    display: block;
    position: absolute;
    bottom: 0px;
    height: 100px;
    left: 0;
    width: 100%;
    background: url("../images/subBannerBg1.png") repeat-x -600px -25px;
    z-index: 99;
}
.subBanner span{
    background-position: 0 -300px;
    z-index: 2;
}

.subBanner2{
	height:600px;
	clear:both;
	overflow:hidden;
	position:relative;
    z-index: 9;
	}
.subBanner2 h3{
	width:100%;
	top:270px;
	text-align:center;
	position:absolute;
    font-size:42px;
    color: #fff;
    font-weight: bold;
	z-index:3;
    text-shadow:0px 2px 6px rgba(0, 0, 0, 0.3);
}
.bannerText{
	width:1200px;
	top:340px;
	text-align:center;
	position:absolute;
    font-size:18px;
    color: #fff;
	z-index:3;
	left:50%;
	margin:0 0 0 -600px;
	line-height:30px;
    text-shadow:0px 2px 6px rgba(0, 0, 0, 0.3);
}
.bannerText i{
    padding: 0px 3px;
}
.subBannerBg2{
	width:1920px;
	height:206px;
	position:absolute;
	left:0;
	bottom:0;
	z-index:3;
	/*background:url(../images/subBannerBg2.png) no-repeat center top;*/
	}
.subBanner2 em{
	width:100%;
	height:100%;
	display:block;
	position:absolute;
	z-index:1;
	background:rgba(0,0,0,0.5);
	}

/**
 * 当前位置+二级导航
 * @author 杨朝杰
 * @return
 */	
	
.location{
	clear:both;
	height:60px;
	background:#fff;
	font-size:14px;
    -webkit-box-shadow: 0px 2px 5px rgba(152,152,152,0.16);
    box-shadow: 0px 2px 5px rgba(152,152,152,0.16);
    position: relative;
    z-index: 9;
	}
.location .wrap{ width:1200px;}
.location p{
	display:block;
	float:left;
	}
.location em{
    display:block;
    width: 18px;
    height:60px;
	float:left;
    background: url(../images/bg_sign25.png) no-repeat center;
}
.location i {
    display:block;
    width: 30px;
    height: 60px;
	float:left;
    background: url(../images/bg_sign26.png) no-repeat center;
}
.location p a {
    display:block;
    color: #a3a3a3;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
	float:left;
	line-height:60px;
}

.subNav{
	float:right;
	}
.subNav li{
    float:left;
    margin:0 15px;
}
.subNav li a {
    display: inline-block;
    border-bottom: 3px solid #fff;
    font-size: 14px;
    line-height:57px;
    color: #666;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.subNav li.hover a, .subNav li a:hover {
    border-color: #328c4d;
}


.subNav3{
	clear:both;
	position:relative;
	z-index:9;
	padding:30px 0 0 0;
	text-align:center;
	}
.subNav3 a{
	display: inline-block;
	line-height:30px;
	padding:2px 20px;
	background:#fff;
	margin:0 10px;
	font-size:14px;
	border-radius:20px;
	}
.subNav3 a.hover{
	color:#fff;
	background:#328c4d;
	}


/**
 * 文章详细页
 * @author 杨朝杰
 * @return
 */
.subCont{
    background-color: #fff;
    width: 1104px;
    padding:30px 50px 50px 50px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 26px;
    color: #444;
	}
	
.articleTitle{
	padding:20px 0 10px 0;
    font-size:32px;
    line-height:46px;
    color:#333;
    text-align: center;
	font-weight:bold;
	}
.articleTime{
	line-height:36px;
	text-align:center;
	padding:0 0 10px 0;
	border-bottom: 1px solid #e4e4e4;
	}
.articleBox {
    overflow: hidden;
    font-size: 16px;
    color: #454545;
    line-height: 40px;
	padding:20px 0 0 0;
}
.articleBox img{ max-width:100%;}
.articleHand{
    clear:both;
    font-size:16px;
    padding:10px 0px 20px 0;
    overflow: hidden;
    }
.articleHand a{
    display:block;
    line-height:32px;
    padding:0 20px 10px 30px;
    float:left;
	background:url(../images/file.png) no-repeat left center; 
}
.articleHand a.word{background:url(../images/word.png) no-repeat left 3px; color:#37a6ff !important; }
.articleHand a.ppt{background:url(../images/ppt.png) no-repeat left center; color:#ff7735 !important;}
.articleHand a.excel{background:url(../images/excel.png) no-repeat left center; color:#15bf44 !important; }
.articleHand a.pdf{background:url(../images/pdf.png) no-repeat left center; color:#1369c0 !important; }
.articleHand a.zip{background:url(../images/zip.png) no-repeat left 3px; color:#ff9779 !important; }

.buyBt{
	clear:both;
	width:180px;
	color:#fff !important;
	display:block;
	padding:0 20px;
	text-align:center;
	margin:0 auto;
	line-height:50px;
	font-size:16px;
	padding:0 0 0 30px;
	background: #b81726 url(../images/shopBt.png) no-repeat 40px center;
	}

.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
	border-top: 1px solid #e4e4e4;
}
.goBack{
    display: block;
    width: 35px;
    height: 35px;
    overflow: hidden;
    position: fixed;
    right: 20px;
    top: 100px;
    z-index: 99;
    background: url(../images/close.png) no-repeat center center;
    -webkit-opacity: 0;
    -moz-opacity: 0;
    -ms-opacity: 0;
    -o-opacity: 0;
    opacity: 0;
    _display:none;
    *display: none;
    visibility: hidden;
    -webkit-transform: scale(1.5);
    -ms-transform: scale(1.5);
    -o-transform: scale(1.5);
    transform: scale(1.5);
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.goBack.show{
    _display: block;
    *display: block;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
.pageBt{
    width: 51px;
    height: 51px;
    overflow: hidden;
    position: fixed;
    top: 50%;
    margin-top: -25px;
    z-index: 99;
    opacity: 0;
}
.prevPage{
    left: -70px;
    background: url(../images/arrowl.png) no-repeat center center;
}
.nextPage{
    right: -70px;
    background: url(../images/arrowr.png) no-repeat center center;
}
/*.prevPage.show{
    left: 10px;
    opacity: 1;
}
.nextPage.show{
    right: 10px;
    opacity: 1;
}*/

.paraBg1{
    position: fixed;
    left: 0px;
    top: 0px;
    z-index: 1;
    width: 100%;
    height: 100%;
}

.paraBg{
    width: 100%;
    position: relative;
    z-index: 2;
}
.subCont{
    position: relative;
    z-index: 2;
}
.parallaxBg1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    margin-top: -152px;
    z-index: 1;
    background: url(../images/bg.jpg) repeat left top;
}
.paraBg1_1{
    /*width: 192;
    height: 500px;
    background: url(../images/bg.jpg) repeat left top;
    overflow: hidden;*/
}
.paraBg1_1 img{
    display: block;
    max-width: 100%;
}
.parallaxBg2{
    position: absolute;
    right: 0px !important;
    left: auto !important;
    top: 50% !important;
    z-index: 1;
    margin-top: -79px;
}
.paraBg2_1{
    width: 500px;
    height: 500px;
    overflow: hidden;
    background: url(../images/bg.jpg) repeat left top;
}
.paraBg2_1 img{
    display: block;
    max-width: 100%;
}
/**
 * 文章阅读页-内容上部大图
 */
#play{
    width:800px;
    height:535px;
    position:relative;
    overflow: hidden;
    background:#fff;
    border:1px solid #e9e9e9;
    padding:5px;
    margin:20px auto 0 auto;
}
#play .change_a {
    width:40%;
    height: 100%;
    position: absolute;
    top: 0;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    background:url(about:blank);
}
#play .prev_a {left: 0;}
#play .next_a {right: 0}
#play .change_a span {
    width: 24px;
    height: 43px;
    display: block;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}
#play .prev_a span {background: url(../images/article_icon.png) no-repeat 0px -50px;left: 0;}
#play .next_a span {background: url(../images/article_icon.png) no-repeat -30px -50px;right: 0;}
#play .img_ul {
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
}
#play .img_ul li{
    position: relative;
    z-index: 1;
    width:800px;
    height:535px;
    background:#fff;
    margin:0 0 5px 0;
}
#play .img_ul li img{position:absolute;}
.imgMove{width:800px;clear:both;margin:20px auto;position:relative;}
.img_hd {
    margin:0 auto;
    overflow: hidden;
    height:60px;
    position:relative;
}
.img_hd ul {
    position: absolute;
    z-index: 1
}
.img_hd ul li {
    float: left;
    height:47px;
    width:70px;
    padding:3px;
    margin:0 7px;
    cursor: pointer;
    background:#fff;
    border:1px solid #d4d4d4;
    position:relative;
}
.img_hd ul li p{
    height:47px;
    width:70px;
    display:block;
    background:#fff;
    position:relative;
    }
.img_hd ul li i{
    display:block;
    clear:both;
    line-height:20px;
    padding:0 5px;
    background:#000;
    color:#fff;
    position:absolute;
    right:3px;
    bottom:3px;
    z-index:99999999999999;
    filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
    font-family:Arial;
    font-size:12px;
    font-style:normal;
    }
.img_hd ul li img {position:absolute;height:47px;width:70px;}
.img_hd ul li.on {border:1px solid #328c4d;background:#328c4d;}
.imgMove .bottom_a {
    width:20px;
    height:25px;
    display: block;
    cursor: pointer;
    z-index: 10;
    float:left;
    top:15px;
    position:absolute;
    z-index:9999999999999;
    background:url(../images/article_icon.png) no-repeat;
}
.imgMove .prev_a {background-position:left top;left:0;}
.imgMove .next_a {background-position:right top;right:0;}

.articlePage{
    clear:both;
    height:30px;
    text-align:center;
    font-family:Arial;
    }
.articlePage a{
    margin:0 1px;
    background:#ccc;
    padding:5px 10px;
    }
.articlePage a:hover{
    color:#fff;
    background:#328c4d;
    }
.articlePage a.hover{
    color:#fff;
    background:#328c4d;
    }

/**
 * 图文列表3(16:9)
 * @author 杨朝杰
 * @return
 */
.TextImgList3{
	clear:both;
	}
.TextImgList3 dd{
	/*clear:both;*/
	overflow:hidden;
	background:#fff;
	margin-bottom:30px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
    top: 0px;
	}
.dhjd_dl dd{clear: both;}
.dhjd_dl dd:hover{
	top:-5px;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
	}
.TextImgList3 dd.right .TextImgList3Img{float:right}
.TextImgList3 dd.right .TextImgList3R{float:left}
.TextImgList3Img{
	width:600px;
	height:320px;
	float:left;
	overflow:hidden;
	}
.TextImgList3Img img{
	width:600px;
	height:320px;
	}
.TextImgList3R{
	width:600px;
	float:left;
	}
.TextImgList3 .modules{
	padding:40px;
	overflow:hidden;
	}
.TextImgList3 h3{
	font-size:20px;
	padding:0 0 15px 0;
	overflow:hidden;
	color:#333;
	font-weight:normal;
	}
.TextImgList3Con{
	height:150px;
	font-size:14px;
	line-height:31px;
	overflow:hidden;
	text-indent:2em;
	}
.TextImgList3Bt{
	clear:both;
	overflow:hidden;
	padding:25px 0 0 0;
	}
.TextImgList3Bt a{
	display:block;
	line-height:34px;
	float:left;
	margin:0 10px 0 0;
	background:#999999;
	padding:0 18px;
	font-size:14px;
	color:#fff !important;
	border-radius:2px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	}
.TextImgList3Bt a.a2{ background:#b81726;}
.TextImgList3Bt a:hover{ background:#328c4d;}

.row6Img{
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
} 
.row6Deta{
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.row6Slide .TextImgList3 dd.active .row6Img{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.row6Slide .TextImgList3 dd.active .row6Deta{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
/**
 * 文字列表 通栏
 * @author 杨朝杰
 * @return
 */
.newsList{
    border-bottom: 1px solid #ddd;
    margin-bottom: 40px;
	position:relative;
	z-index:9;
}
.newsList h3{
    font-size:24px;
    color: #000;
}
.newsList li{
    padding:40px 0;
    border-top:1px solid #ddd;
    -o-transition:.3s;
    -ms-transition:.3s;
    -moz-transition:.3s;
    -webkit-transition:.3s;
    transition:.3s;
	overflow:hidden;
	clear:both;
	background:#fff;
}
.newsList p{
	margin:20px 0;
    line-height:30px;
	overflow:hidden;
	font-size:14px;
	text-indent:2em; 
}
.newsList li:hover{
    background:#ddd;
}

.newsList li h6{
	font-weight: normal;
	padding:0 0 0 26px;
	float:left;
	overflow:hidden;
	background: url(../images/g1.png) no-repeat left center;
	}
.newsList li h6 span{
	padding:0 0 0 26px;
	margin:0 0 0 20px;
    background: url(../images/g2.png) no-repeat left center;
}
.newsList .wrap{
	width:1200px;
	}
.newsListPic{
	width:390px;
	height:260px;
	float:left;
	padding:0 20px 0 0;
	}
.newsListPic img{
	width:390px;
	height:260px;
	}
	
/**
 * 历代传承人
 * @author 杨朝杰
 * @return
 */
.leader{
	clear:both;
	}
.leader dd{
	top:0;
	clear:both;
	overflow:hidden;
	position:relative;
	margin:0 0 20px 0;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	}
.leader dd:hover{
	top:-5px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
	}
.leaderLine{
	width:55px;
	height:280px;
	position:absolute;
	left:220px;
	top:20px;
	background:url(../images/leaderBg.png) repeat-y left top;
	}
.leaderL{
	width:245px;
	height:320px;
	float:left;
	display:inline;
	background:#fff;
	}
.leaderL img{
	display:block;
	width:200px;
	height:280px;
	margin:20px 0 0 20px;
	}
.leaderR{
	width:948px;
	height:320px;
	float:right;
	display:inline;
	background:#fff;
	}
.leaderR h3{
	display:block;
	text-align:center;
	font-size:26px;
	color:#333;
	padding:60px 0 0 0;
	}
.leaderCon{
	width:660px;
	font-size:16px;
	clear:both;
	color:#666666;
	line-height:36px;
	margin:0 auto;
	padding:20px 0 0 0;
	text-indent:2em;
	}
	

/**
 * clh列表
 * @author 杨朝杰
 * @return
 */
.news_list{width:1215px; overflow:hidden; margin:0 auto;position: relative;z-index: 9;}
.news_list dd{
	float:left; 
	width:390px; 
	height:424px; 
	margin:0 15px 30px 0;
	background:#fff; 
	/*
	-webkit-animation:gdownIn 0.2s 0.2s both; 
	-moz-animation:gdownIn 0.2s 0.2s both; 
	animation:gdownIn 0.2s 0.2s both;
	*/
	}
/*	
.news_list dd:nth-of-type(2){-webkit-animation-delay:0.4s; -moz-animation-delay:0.4s; animation-delay:0.4s;}
.news_list dd:nth-of-type(3){-webkit-animation-delay:0.8s; -moz-animation-delay:0.8s; animation-delay:0.8s;}
.news_list dd:nth-of-type(4){-webkit-animation-delay:1s; -moz-animation-delay:1s; animation-delay:1s;}
.news_list dd:nth-of-type(5){-webkit-animation-delay:1.2s; -moz-animation-delay:1.2s; animation-delay:1.2s;}
.news_list dd:nth-of-type(6){-webkit-animation-delay:1.4s; -moz-animation-delay:1.4s; animation-delay:1.4s;}
.news_list dd:nth-of-type(7){-webkit-animation-delay:1.6s; -moz-animation-delay:1.6s; animation-delay:1.6s;}
.news_list dd:nth-of-type(8){-webkit-animation-delay:1.8s; -moz-animation-delay:1.8s; animation-delay:1.8s;}
.news_list dd:nth-of-type(9){-webkit-animation-delay:2s; -moz-animation-delay:2s; animation-delay:2s;}
.news_list dd:nth-of-type(10){-webkit-animation-delay:2.2s; -moz-animation-delay:2.2s; animation-delay:2.2s;}
.news_list dd:nth-of-type(11){-webkit-animation-delay:2.4s; -moz-animation-delay:2.4s; animation-delay:2.4s;}
.news_list dd:nth-of-type(12){-webkit-animation-delay:2.6s; -moz-animation-delay:2.6s; animation-delay:2.6s;}
*/
.news_list dd a{display:block; height:100%;}
.news_list dd picture{display:block; height:260px; width:100%; overflow:hidden;}
.news_list dd picture img{width:100%; height:auto; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.news_list dd div{position:relative; height:130px; padding:20px; background:#fff; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.news_list dd h2{margin-bottom:5px; color:#333; font-size:18px;}
.news_list dd p{height:44px; color:#999; font-size:14px; overflow:hidden; line-height:1.8;}
.news_list dd span{position:absolute; bottom:20px; left:20px; color:#999;}
.news_list dd a:hover div{background:#328c4d;}
.news_list dd a h2, .news_list dd a p, .news_list dd a span{-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.news_list dd a:hover h2, .news_list dd a:hover p, .news_list dd a:hover span{color:#fff;}
.news_list dd a:hover picture img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); transform:scale(1.06);}
/*
* 全图列表2
*/
.img_dl2{width:1260px; margin:0 auto;padding-top: 10px;position: relative;z-index: 9;}
.img_dl2 dd{
    float:left; 
    width:390px; 
    height:307px; 
    margin:0 15px 20px 0;
    /*
    -webkit-animation:gdownIn 0.2s 0.2s both; 
    -moz-animation:gdownIn 0.2s 0.2s both; 
    animation:gdownIn 0.2s 0.2s both;
    */
    }
.img_dl2 dd a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.img_dl2 dd a{
    display: block;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	border-radius:4px;
}
.img_dl2 dd .imgDiv{display:block; height:247px; width:100%; overflow:hidden;padding-top: 0px;}
.img_dl2 dd .imgDiv img{width:100%; height:auto; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.img_dl2 dd .imgTextDeta{position:relative; height:25px; padding:15px 0px 0px; background:#fff; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.img_dl2 dd h2{margin-bottom:5px; color:#333; font-size:14px;text-align: center; font-weight:normal;}

/*
* 全图列表3(滇红资质)
*/
.img_dl3{width:1215px; margin:0 auto;padding-top: 10px;position: relative;z-index: 9;}
.img_dl3 dd{
    float:left; 
    width:390px; 
    height:590px; 
    margin:0 15px 20px 0;
    /*
    -webkit-animation:gdownIn 0.2s 0.2s both; 
    -moz-animation:gdownIn 0.2s 0.2s both; 
    animation:gdownIn 0.2s 0.2s both;
    */
    }
.img_dl3 dd a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
	
}
.img_dl3 dd a{
    display: block;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	border-radius:4px;
}
.img_dl3 dd picture{display:block; height:530px; width:100%; overflow:hidden;}
.img_dl3 dd picture img{width:100%; height:auto; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.img_dl3 dd div{position:relative; height:25px; padding:15px 0px 0px; background:#fff; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.img_dl3 dd h2{margin-bottom:5px; color:#333; font-size:16px;text-align: center; font-weight:normal;}


/*
* 全图列表2
*/
.img_dl4{width:1215px; margin:0 auto;padding-top: 10px;position: relative;z-index: 9;}
.img_dl4 dd{
    float:left; 
    width:390px; 
    margin:0 15px 20px 0;
    /*
    -webkit-animation:gdownIn 0.2s 0.2s both; 
    -moz-animation:gdownIn 0.2s 0.2s both; 
    animation:gdownIn 0.2s 0.2s both;
    */
    }
.img_dl4 dd a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.img_dl4 dd a{
    display: block;
    padding: 10px;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	border-radius:2px;
}
.img_dl4 dd .imgDiv{display:block; padding-top: 100%; width:100%; overflow:hidden;}
.img_dl4 dd .imgDiv img{width:100%; height: 100%;position: absolute;left: 0px;top: 0px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.img_dl4 dd .img4Txt{position:relative; height:25px; padding:10px 0px 0px 25px 0px;-webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.img_dl4 dd h2{color:#333; font-size:16px;text-align: center; font-weight:normal;}


.brandRow5Slide{
    position: relative;
    overflow: hidden;
}
.brandRow5Slide .bd{
    height: 455px;
    overflow: hidden;
}
.brandRow5Slide .bt{
    display: block;
    width: 30px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    z-index: 9;
}
.brandRow5Slide .prev{
    left: -30px;
    background: rgba(0,0,0,0.5) url(../images/left.png) no-repeat center center;
}
.brandRow5Slide .next{
    right: -30px;
    background: rgba(0,0,0,0.5) url(../images/right.png) no-repeat center center;
}

/*
* 全图列表5 视频
*/
.img_dl5{width:1215px; margin:0 auto;padding-top: 10px;position: relative;z-index: 9;}
.img_dl5 dd{
    float:left; 
    width:390px; 
    margin:0 15px 20px 0;
    /*
    -webkit-animation:gdownIn 0.2s 0.2s both; 
    -moz-animation:gdownIn 0.2s 0.2s both; 
    animation:gdownIn 0.2s 0.2s both;
    */
    }
.img_dl5 dd a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.img_dl5 dd a{
    display: block;
    background: #fff;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius:2px;
}
.img_dl5 dd .imgDiv{display:block; width:100%; padding-top: 66.666667%; overflow:hidden;position: relative;}
.img_dl5 dd .imgDiv img{width:100%; height:100%;position:absolute;left:0px;top: 0px; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.img_dl5 dd .research5dETA{position:relative; height:25px; padding:15px 0px 10px 0px; background:#fff; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.img_dl5 dd h2{color:#333; font-size:16px;text-align: center; font-weight:normal;}
.videoIcon{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 3;
    background-color: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');
    background-image: url(../images/videoIcon.png);
    background-repeat:no-repeat;
    background-position: center center;
}
dl dd a:hover h2{color:#b81726 ;}
dl dd a h2{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
/**
 * 全景列表
 * @author 杨朝杰
 * @return
 */
.panorama{width:1240px; margin:0 auto;}
.panorama dd{
	float:left; 
	width:580px; 
	height:360px; 
	margin:0 40px 40px 0;
	background:#fff; 
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	}
.panorama dd:hover{
	top:-5px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.panorama dd a{display:block; height:100%;}
.panorama dd .picture{display:block; height:300px; width:560px; overflow:hidden; margin:10px auto 0 auto; position:relative;}
.panorama dd .picture img{width:100%; height:auto; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.panorama dd .picture em{
	display:block;
	height:300px; 
	width:560px;
	position: absolute;
	left:0;
	top:0;
	z-index:9999;
	background-image:url(../images/bg01.png);
	opacity:0;
	 -webkit-transition:0.3s; 
	 -moz-transition:0.3s; 
	 transition:0.3s;
	}
.panorama dd .picture i{
	position: absolute;
	top:50%;
	left:50%;
	height: 71px;
	width: 80px;
	margin:-35px 0 0 -40px;
	background: url(../images/degree720.png);
	}
.panorama dd:hover .picture i{
	animation: degree03 2s;
	-moz-animation: degree03 2s;
	-webkit-animation: degree03 2s;
	-o-animation: degree03 2s;
	}
.panorama dd h2{color:#333; font-size:16px; font-weight:normal; overflow:hidden; line-height:50px; text-align:center;}

.panorama dd:hover .picture img{-webkit-transform:scale(1.06); -moz-transform:scale(1.06); transform:scale(1.06);}
.panorama dd:hover .picture em{
	opacity:1;
	}


/**
 * page 分页
 * @author 杨朝杰
 * @return
 */

.page{padding:1px 0 0 0;overflow: hidden;text-align: center;clear: both;height:40px;color:#383838 !important; position:relative; z-index:9;}
.page span, .page a{border: 1px solid #dddcdc;padding:8px 15px;background: #fff;border-radius:2px;color:#383838;margin-right:3px;}
.page a:hover{background:#328c4d;color: #fff;border: 1px solid #328c4d;}
.page a.hover{background:#328c4d;color:#fff;border:1px solid #328c4d;}
.page input{vertical-align: middle;height: 20px;border: 1px solid #dddcdc;border-radius:2px;}
.page input.pageDetail{width:45px;text-align: center;padding:7px 0px;}
.page input.page_bnt{border: none;width: 58px;height:35px;cursor:pointer;padding:3px 0;font-family: "microsoft yahei";}


/*
* 杂志
*/
.wrap_1200{
    width: 1200px;
    margin: 0px auto;
	position:relative;
	z-index:9;
}
.magazineContBox{
    overflow: hidden;
}
.magazine_dl{
    overflow: hidden;
    margin: 0px -40px;
    position: relative;
}
.magazine_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 20px 0px;
}
.magazine_a{
    display: block;
    overflow: hidden;
    margin: 0px 40px;
}
.magazineImg{
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 158.715596%;
}
.magazineImg img{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.magazineName{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    color:#333;
    text-align: center;
}
.magazineIntr{
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 18px;
    color:#333;
    text-align: center;
}
.magazineContBox{
    display: none;
    overflow: hidden;
    position: relative;
    padding: 20px 0px;
}
.magazineCont{
    overflow: hidden;
    padding: 30px 40px;
    position: relative;
    background: #fff;
}
.magazineTit{
    overflow: hidden;
    font-size: 18px;
    color:#333;
    line-height: 30px;
    padding-right: 50px;
}
.magazineDeta{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 26px;
}
.closeMaga{
    display: block;
    overflow: hidden;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 40px;
    top: 35px;
    background: url(../images/closeMaga.png) no-repeat center center;
}
.magazineMore{
    display: block;
    overflow: hidden;
    font-size: 12px;
    color:#b2b2b2;
    width: 75px;
    height: 25px;
    border: 1px solid #ccc;
    background: #f5f5f5;
    line-height: 27px;
    text-align: center;
    font-family: "Arial";
    -webkit-border-radius: 27px;
    -moz-border-radius: 27px;
    -ms-border-radius: 27px;
    -o-border-radius: 27px;
    border-radius: 27px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.magazineMore:hover{
    background: #328c4d;
    border-color:#328c4d;
    color:#fff;
}
.trangleWhite{
    display: block;
    width: 34px;
    height: 12px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 8px;
    background: url(../images/trangleWhite.png) no-repeat center center;
}


/*图文征集*/
.partBox{
	clear:both;
    z-index:9;
	}
.partBox.bg{
	padding:0 0 130px 0;
	background-image:url(../images/part-one.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	}
.partBox.bg2{
	clear:both;
    padding-bottom:180px;
	background-image:url(../images/part-two2.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:#c8edb8;
	}
	
.partBox.bg1.over{
	padding:0 0 50px 0;
	background-image:background-image:none;
	background-position:center bottom;
	background-repeat:no-repeat;
	}
.partBox.bg2.over{
	clear:both;
    padding-bottom:50px;
	background-image:none;
	background-position:center bottom;
	background-repeat:no-repeat;
	background-color:#c8edb8;
    position: relative;
    z-index: 3;
	}
	
	
.activityBox{
	clear:both;
	/*height:600px;*/
	background:url(../images/activityBg.png) no-repeat center top;
	}
.activityCon{
	width:760px;
	margin:0 auto;
	clear:both;
	font-size:16px;
	line-height:36px;
	padding:100px 0 0 0;
	}
.comBtn{ overflow:hidden;padding:30px 0 0 0;}
.comBtn a{ display:block; width:210px; height:50px; background:#b81726; color:#FFF !important; margin:0 auto; text-align:center; line-height:50px; font-size:16px; border-radius:3px;}
.comBtn a:hover{ background:#b40707;}

.moreBt2{
    width: 148px;
    height: 38px;
    text-align: center;
    line-height: 38px;
    color: #fff;
    display: block;
    border: 1px solid #328c4d;
    color: #328c4d !important;
    transition: all .5s;
    display: block;
    font-size: 14px;
	margin:50px auto 0 auto;
}
.moreBt2:hover{background:#328c4d; color:#fff !important;} 
	
.photoTitle{
	font-size:40px;
	text-align:center;
	font-weight:bold;
	padding:0 0 50px 0;
	}

.partBox.bg .photoTitle{margin:-50px 0 0 0;}
.partBox.bg2 .photoTitle{ color:#2a5816;}
		
.photoBox{
	width:1200px;
	display:block;
	overflow:hidden;
	margin:0 auto;
	}
.photoList{
	display:block;
	overflow:hidden;
	margin:0 auto;
	}
.photoList a{
	display:block;
	position:relative;
	overflow:hidden;
	}
.photoList a img{
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	}
.photoList a:hover img{
	-webkit-transform: scale(1.1);
	-o-transform: scale(1.1);
	-ms-transform: scale(1.1);
	transform: scale(1.1);
	}
.justified-gallery .caption{
	width:100%;
	display:block;
	position:absolute;
	z-index:99999;
	background:url(../images/hbg1.png) repeat center center;
	color:#fff;
	padding:5px 10px;
	bottom:-100%;
	font-size:14px;
	}
.photoList div strong{
	display:block;
	position:absolute;
	z-index:99999;
	background:url(../images/hbg1.png) repeat center center;
	color:#fff;
	padding:5px 10px;
	top:-100%;
	right:5px;
	font-size:12px;
}
.photoList div p{
	width:100%;
	display:block;
	position:absolute;
	z-index:99999;
	background:url(../images/hbg1.png) repeat center center;
	color:#fff;
	padding:10px 10px;
	bottom:0;
	left:0;
	font-size:12px;
}
.photoList div em{
	padding:0 10px;
	text-align:center;
	line-height:26px;
	display:block;
	position:absolute;
	z-index:999999;
	background:#328c4d;
	color:#fff;
	bottom:5px;
	right:5px;
	font-size:12px;
	border-radius:3px;
	font-style:normal;
	cursor:pointer;
}
.photoList div:hover em{
	background:#b81726;
	color:#fff;
	}

/*
* 最美滇红
*/
.partRgiht{
    overflow: hidden;
    position: fixed;
    right: 20px;
    top: 50%;
    margin-top: -112px;
    z-index: 9;
}
.partRTit{
    overflow: hidden;
    height: 40px;
    font-size: 14px;
    color:#f3fd00;
    background: #5e9700;
    text-align: center;
    line-height: 50px;
    -webkit-border-radius: 40px 40px 0px 0px;
    -moz-border-radius: 40px 40px 0px 0px;
    -ms-border-radius: 40px 40px 0px 0px;
    -o-border-radius: 40px 40px 0px 0px;
    border-radius: 40px 40px 0px 0px;
}
.partR_dl{
    overflow: hidden;
    background: #81cb00;
    padding: 5px;
}
.partR_dl dt,
.partR_dl dd{
    overflow: hidden;
    width: 70px;
    padding: 5px 0px;
}
.partR_dl a{
    display: block;
    height: 23px;
    overflow: hidden;
    border:1px solid #fff;
    -webkit-border-radius: 23px;
    -moz-border-radius: 23px;
    -ms-border-radius: 23px;
    -o-border-radius: 23px;
    border-radius: 23px;
    font-size: 12px;
    color:#fff;
    text-align: center;
    line-height: 23px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.goTop span{
    display: inline-block;
    padding-left: 14px;
    background: url(../images/goTop.png) no-repeat left center;
}
.partR_dl dd.hover a{
    background: #fff;
    color:#5e9700;
}

/*我要写信end*/
#wytg{ padding:20px;}
.message{ overflow:hidden;padding:40px 0 0 30px;}
.message dd{margin-bottom:12px; float:left; width:330px;padding:0 0 0 30px;}
.message dd:last-child{
    margin-bottom:0px; 
}
.messageL{ overflow:hidden; height:40px; line-height:40px; width:100px; text-align:right; padding-right:5px; color:#666666; font-size:14px;}
.messageR{ padding-left:100px;}
.messageR input{ float:left; display:inline; height:38px; line-height:38px; border:1px solid #f4f4f4; padding:0 10px; font-family:"Microsoft YaHei"; font-size:14px;}
.messageR textarea{outline: none; float:left; display:inline; height:110px; line-height:40px; border:1px solid #f4f4f4; padding:0 10px; width:478px; font-family:"Microsoft YaHei"; font-size:14px;}
.messageR .input1{ width:200px;}
.messageBtn{ overflow:hidden; clear:both; padding-left:80px;}
.messageBtn a{ float:left; display:inline; overflow:hidden; width:150px; height:42px; text-align:center; line-height:42px; font-size:14px; margin-right:15px;}
.messageBtn a.a1{ background:#b81726; color:#FFF;}
.messageBtn a.a2{ background:#f3f3f3;}
.messageCode{display: block;margin-left: 10px;}
.messageCode img{display: block;height: 42px;}
.writeMsg .layui-layer-title{
    padding: 5px 80px 3px 15px;
    height: 42px;
    line-height: 42px;
    font-size: 16px;
    color: #fff;
    overflow: hidden;
    background: #b81726;
}
#wytg .message{padding-top: 0px !important;}
#wytg .message dd{clear: both;}
.writeMsg .layui-layer-btn .layui-layer-btn0{
    border-color: #b81726;
    background-color: #b81726;
    color: #fff;
}
.writeMsg .layui-layer-btn{
    padding-top: 0px !important;
    padding-bottom: 20px;
}
.writeMsg .layui-layer-setwin .layui-layer-close1{
    background: url(../images/close_h.png) no-repeat center center !important;
}
.clear{height:0px;clear: both;}
.messageR label{
    display: block;
    overflow: hidden;
    margin-right: 15px;
    float: left;
}
.messageR label input{
    float: left;
    margin-top: 2px;
}
.messageR label span{
    display: block;
    height: 42px;
    line-height: 42px;
    float: left;
    padding-left: 5px;
}
.messageR input.w_100{
    width: 100px;
}
.msgCode{
    display: block;
    overflow: hidden;
    margin-left: 10px;
    float: left;
}
.msgCode img{
    display: block;
    height: 40px;
    float: left;
}
.msgCode span{
    display: block;
    height: 40px;
    line-height: 40px;
    padding-left: 10px;
    float: left;
}
.msgBtBox{
    overflow: hidden;
    padding-left:165px;
}
.msgBtBox a{
    display: block;
    width: 120px;
    height: 40px;
    overflow: hidden;
    font-size:16px;
    color:#666;
    text-align: center;
    line-height: 40px;
    background: #eee;
    margin-right: 20px;
}
.msgBtBox a.true{
    background: #b81726;
    color:#fff;
}
.webuploader-pick{padding: 8px 15px !important;margin: 4px 0px;}
.uploadDiv{width:100% !important;height:100% !important;}
/*slelect.demo样式start*/
.messageR .demo{width:190px; height:40px; position:relative; padding-right:30px; border:1px solid #f4f4f4;}
.messageR .seljg{ padding-left:10px; line-height:40px; color:#666666; font-size:13px; cursor:pointer;}
.messageR .demo i{ display:block; width:30px; height:40px; background:url(../images/sel.jpg) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.messageR .selTj{ width:100%; overflow:hidden; border:1px solid #f4f4f4; border-top:none; max-height:150px; overflow-y:auto; position:absolute; left:-1px; top:41px; background:#FFF; display:none;}
.messageR .selTj a{ display:block; height:30px; line-height:30px; padding-left:10px; color:#666666; margin-bottom:1px;}
.messageR .selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.messageR .selTj a.hover{background:#f8f8f8; color:#ff7800;}
/*slelect.demo样式end*/

/*
* 地图
*/
#loading{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top: 0px;
    background-color:#fff;
    /*filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');*/
    background-image: url(../images/loading.gif);
    background-position:  center center;
    background-repeat: no-repeat;
    z-index: 999;
}
/*
* 地图 begin
*/
.taxMapHead{
    height:60px;
    overflow: hidden;
    background: #fff;
}
.taxMapLogo{
    display: block;
    overflow: hidden;
    margin:5px 0px 10px 0;
}
.taxMapLogo img{
    display: block;
    height:50px;
}
.goHome{
    display: block;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    padding-left: 35px;
    font-size: 16px;
    color:#666 !important;
    margin:15px 20px 15px 0;
    background: url(../images/goHome.png) no-repeat left center;
}
.taxMapFoot{
    height: 40px;
    overflow: hidden;
    text-align: center;
    background: #fdfdfb;
    font-size: 14px;
    color:#666;
    line-height: 40px;
}
.taxMapFoot a{
    color:#666;
}
.taxMapBox{
    overflow: hidden;
    position: relative;
}
.taxMapLeft{
    width:270px;
    height: 100%;
    overflow-y: auto;
    position: absolute;
    left: 0px;
    top:0px;
    border-right:1px solid #c2d2e2;
    z-index: 1;
    background: url(../images/bgOpa95.png) repeat left top;
}
.taxMap_dl{
    overflow: hidden;
	margin:1px 0 0 0;
	background:#fff;
}
.taxMapTitle{
    height: 50px;
    overflow: hidden;
    line-height: 50px;
    background:#f2f2f2;
    font-size: 18px;
    color:#ac0d25;
    text-align: center;
}
.taxMap_dl dt{
	display:block;
	clear:both;
	line-height:40px;
	font-size:14px;
	background:#f2f2f2 url(../images/jtL.png) no-repeat 235px center;
	padding:0 0 0 20px;
	cursor:pointer;
	}
.taxMap_dl.hover dt{
	background:#f2f2f2 url(../images/jtD.png) no-repeat 235px center;
	}
.taxMap_dl.hover dd{ display:block;}
	
.taxMap_dl dd{
    height: 30px;
    overflow: hidden;
    line-height: 30px;
    padding: 0px 20px;
	display:none;
}
.taxMap_dl dd a{
    display: block;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    padding-left: 10px;
}
.taxMap_dl dd.hover a,
.taxMap_dl dd a:hover{
    color:#ac0d25;
    background: url(../images/taxMapIcon.png) no-repeat left center;
}
.taxMapLeftBt{
    display: block;
    width: 13px;
    height: 40px;
    overflow: hidden;
    position: absolute;
    left:270px;
    top:50%;
    margin-top: -20px;
    border:solid #ccc;
    border-width: 1px 1px 1px 0px;
    z-index: 2;
    background: url(../images/taxMapLeftBt.png) no-repeat 0px 0px;
}
.taxMapLeftBt.show{
    background: url(../images/taxMapLeftBt.png) no-repeat -13px 0px;
}

/*
* mapSvg
*/
.mapSvg{
    overflow: hidden;
    position: relative;
    z-index: 9;
}
#stateTip{z-index: 99;}
#ChinaMap{margin: 0px auto;}
.mapPoint_ul{
    width: 1200px;
    height: 0px;
    margin: 0px auto;
    position: relative;
}
.mapPoint_ul li{
    overflow: hidden;
    position: absolute;
    width: 8px;
    height: 8px;
    z-index: 1;
    background: url(../images/mapPoint.png) no-repeat center center;
}
.li0{
    left: 873px;
    top: 105px;
}
.li1{
    left: 860px;
    top: 157px;
}
.li2{
    left: 838px;
    top: 200px;
}
.li3{
    left: 753px;
    top: 242px;
}
.li4{
    left: 787px;
    top: 293px;
}
.li5{
    left: 825px;
    top: 340px;
}
.li6{
    left: 834px;
    top: 395px;
}
.li7{
    left: 790px;
    top: 365px;
}
.li8{
    left: 735px;
    top: 340px;
}
.li9{
    left: 715px;
    top: 283px;
}
.li10{
    left: 671px;
    top: 342px;
}
.li11{
    left: 523px;
    top: 220px;
}
.li12{
    left: 727px;
    top: 380px;
}
.li13{
    left: 778px;
    top: 422px;
}
.li14{
    left: 813px;
    top: 452px;
}
.li15{
    left: 720px;
    top: 412px;
}
.li16{
    left: 655px;
    top: 456px;
}
.li17{
    left: 599px;
    top: 394px;
}
.li18{
    left: 584px;
    top: 495px;
}
.li19{
    left: 508px;
    top: 305px;
}
.li20{
    left: 703px;
    top: 564px;
}
.li21{
    left: 847px;
    top: 353px;
}
.li22{
    left: 666px;
    top: 381px;
}
.li23{
    left: 773px;
    top: 237px;
}
.li24{
    left: 759px;
    top: 223px;
}
.li25{
    left: 637px;
    top: 287px;
}
.li26{
    left: 664px;
    top: 230px;
}
.li27{
    left: 683px;
    top: 502px;
}
.li28{
    left: 391px;
    top: 213px;
}
.li29{
    left: 411px;
    top: 368px;
}
.li30{
    left: 752px;
    top: 494px;
}
.li31{
    left: 768px;
    top: 507px;
}
.li32{
    left: 862px;
    top: 467px;
}
.li33{
    left: 760px;
    top: 513px;
}
.mapTipText{width: 350px;height: 201px;background-color: #ffffff;}
.mapTit{
    height: 35px;
    overflow: hidden;
    padding: 0px 10px;
    line-height: 35px;
    font-size: 14px;
    font-weight: bold;
    color:#000;
    background: #eee;
    border-bottom: 1px solid #ddd;
    position: relative;
}
.closeMapTip{
    display: block;
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    right: 10px;
    top: 7px;
    background: url(../images/closeMaga.png) no-repeat center center;
}
.mapTipCont{
    height: 245px;
    overflow-x: hidden;
    overflow-y: auto;
    margin: 10px 0px;
    padding: 0px 10px;
    font-size: 14px;
    color:#666;
    line-height: 25px;
    background: #fff;
}
.mapTipBox{
    overflow: hidden;
    background: #fff;
    width: 500px;
    position: relative;
    left: 50%;
    top: 50%;
    margin: -152px 0px 0px -251px;
    -webkit-box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
	border-radius:4px;
}
#shadowBox{
    position: fixed;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 99;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');
}

/*
* 实体店
*/
.livePoint{
    position: relative;
    overflow: hidden;
}
.scrollOne{
    display: block;
    width: 94px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -47px;
    bottom: 0px;
    z-index:9;
    background: url(../images/qw_scrollBt.png) no-repeat center center;
}
.scrollOne span{
    display: block;
    width: 15px;
    height: 12px;
    background: url(../images/qwscrollBtn2.png) no-repeat center center;
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: 13px;
    -webkit-animation: scrollOne 1.5s linear;
    -o-animation: scrollOne 1.5s linear;
    animation: scrollOne 1.5s linear;
    animation-iteration-count: infinite;
    -webkit-animation-iteration-count: infinite;
}
@keyframes scrollOne{
    0%  {transform: translateY(0px);}
    25% {transform: translateY(5px);}
    50% {transform: translateY(0px);}
    75% {transform: translateY(-5px);}
    100%{transform: translateY(0px);}
}
.liveR{
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -240px;
    background: rgba(0,0,0,0.5);
    z-index: 3;
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');
}
.liveRBt{
    display: block;
    width: 25px;
    height: 25px;
    overflow: hidden;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-bottom: -12px;
    background: url(../images/liveAdd.png) no-repeat;
    background-position: -25px center;
    z-index:9;
}
.liveRCont{
    padding: 40px;
    overflow: hidden;
    width: 300px;
    height: 400px;
    overflow-y: auto;
    font-size: 14px;
    color:#fff;
    line-height: 25px;
}
/*
* 关于我们
*/
.list_a{
    display: block;
    overflow: hidden;
    position: relative;
}
.scaleImg img{
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.imgDiv{
    width: 100%;
    overflow: hidden;
    padding-top: 66.66666667%;
    position: relative;
}
.imgDiv img{
    width: 100%;
    height: 100%;
    *height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 2;
}
.scaleImg:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.aboutRow{
    width: 100%;
    overflow: hidden;
    position: relative;
    z-index: 9;
}

.tableCell{
    display: table-cell;
    overflow: hidden;
    position: relative;
}
.aboutAnchor{
    overflow: hidden;
    position: fixed;
    right: 10px;
    top: 50%;
    margin-top: -135px;
    z-index: 99;
}
.aboutAnchor li{
    overflow: hidden;
    padding: 7px 0px;
}
.aboutAnchor li a{
    display: block;
    width: 14px;
    height: 14px;
    overflow: hidden;
    border: 1px solid #9b9b9b;
    background: #fff;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    -ms-border-radius: 20px;
    -o-border-radius: 20px;
    border-radius: 20px;
}
.aboutAnchor li.active a{
    background: #006806;
    border-color:#006806;
}
/*
*  关于我们--第一通栏
*/
#row1 .bd{
    overflow: hidden;
    position: relative;
    z-index: 1;
}
.row1_dl{
    overflow: hidden;
    height: 100%;
}
.row1_dl dd{
    overflow: hidden;
    position: relative;
    height: 100%;
}
.row1_dl dd a{
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
.about1Bg{
    display: none;
    width: 100%;
    height: 200px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
    background: url(../images/about1Bg.png) repeat-x left bottom;
}
.rowTxt{
    display: block;
    width: 552px;
    height: 278px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -139px 0px 0px -276px;
}
#row1 .hd{
    display: none;
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 40px;
    text-align: center;
    font-size: 0px;
    z-index: 9;
}
#row1 .hd ul{
    display: inline-block;
    overflow: hidden;
}
#row1 .hd ul li{
    width: 10px;
    height: 10px;
    overflow: hidden;
    float: left;
    display: inline;
    border-radius: 10px;
    margin: 0px 5px;
    background: #fff;
    cursor: pointer;
    text-indent: 99em;
}
#row1 .hd ul li.on{
    background: #bb0125;
}

/*
* 走进我们--集团概况
*/
.aboutRow .tableCont{
    top: 65px;
    height: auto;
    bottom: 0px;
}
.aboutTit{
    overflow: hidden;
    text-align: center;
}
.aboutCh{
    overflow: hidden;
    font-size: 34px;
    color:#0b0306;
}
.aboutEn{
    overflow: hidden;
    font-size: 14px;
    color:#0b0306;
}
.row2_dl{
    overflow: hidden;
}
.row2_dl dd{
    overflow: hidden;
    width: 50%;
    float: left;
    display: inline;
    position: relative;
}
.row2_dl dd span{
    display: block;
    overflow: hidden;
    height: 50px;
}
.row2_dl dd i{
    display: block;
    height: 30px;
    overflow: hidden;
    font-size: 16px;
    color:#0b0306;
    text-align: center;
    line-height: 30px;
    padding-top: 20px;
}
.row2_dl dd p{
    height: 70px;
    overflow: hidden;
    line-height: 70px;
    font-size: 16px;
    color:#0b0306;
    text-align: center;
}
.row2_dl dd p em{
    font-size: 68px;
    color:#b81726;
}
.row2Bd{
    display: block;
    width: 1px;
    height: 56px;
    overflow: hidden;
    position: absolute;
    right: 0px;
    top: 50%;
    margin-top: -28px;
    background: #c7c7c7;
}
.row2Intr{
    overflow: hidden;
    font-size: 16px;
    color:#777;
    line-height: 34px;
    height: 270px;
}
.aboutMore{
    display: block;
    width: 145px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #ccc;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    font-size: 14px;
    color:#666;
    line-height: 40px;
    text-align: center;
    margin: 0px auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.aboutMore:hover{
    background: #b81726;
    color:#fff !important;
    border-color:#b81726;
}
/*
* 走进滇红频道页--董事长致辞
*/
.c_fff .aboutEn,
.c_fff .aboutCh{
    color:#fff;
}
.c_fff{color:#fff !important;}
.aboutParallax{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.aboutParaDiv{
    width: 110%;
    height: 110%;
    overflow: hidden;
    position: absolute;
    left: -5%;
    top: -5px;
}
.row3L{
    overflow: hidden;
}
.row3L img{
    display: block;
    width: 385px;
    height: 615px;
}
.row3R{
    width: 700px;
    overflow: hidden;
    font-size: 16px;
    color:#fff;
    line-height: 30px;
}
.row3rTxt{
    overflow-x: hidden;
    overflow-y: auto;
    height: 330px;
}
.autograph{
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    padding-right: 230px;
    line-height: 70px;
}

/*
* 走进滇红 大事记
*/
/*
* 走进滇红 大事记
*/
.row5Cont{
    overflow: hidden;
    position: relative;
    margin: 0px auto;
    padding: 65px 0px 0px 0px;
}
.row5Cont .aboutTit{
    width: 100%;
    position: absolute;
    left: 0px;
    top: 100px;
}
.bigThings1{
    height: 705px;
   position: relative;
   z-index: 9;
}
.scrollBg{
    width: 1000px;
    position:absolute;
    left:50%;
    margin-left: -500px;
    top:0px;
    background: url(../images/line_bg.png) no-repeat left 30px;
    background-size: auto 100%;
    overflow:hidden;
    height: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1;
}
.scroolCont{
    width: 1000px;
    position:absolute;
    left:50%;
    margin-left: -500px;
    top:0px;
    /*background: url(../images/line_all.png) no-repeat left 30px;*/
    background-size: auto 100%;
    /*overflow:hidden;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    /*height: 50px;*/
    height: 100%;
    z-index: 3;
}
.bigThingsBg{
    width: 1000px;
    position:absolute;
    left:50%;
    margin-left: -500px;
    top:0px;
    background: url(../images/line_all.png) no-repeat left 30px;
    background-size: auto 705px;
    /*overflow:hidden;*/
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2;
    /*height: 50px;*/
    height: 0px;
    z-index: 1;
}
.listCont{
    height: 100%;
    position: relative;
    z-index: 3;
    /*overflow: hidden;*/
}
.list_dl{
    height: 100%;
    /*overflow: hidden;*/
    position: relative;
}
.list_dl dd{
    cursor: pointer;
    overflow: hidden;
    position: absolute;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    /*opacity: 0;*/
}
.bigThingsDiv{
    height: 20px;
    overflow: hidden;
    line-height: 20px;
    font-size: 14px;
    color:#bdbdbd;
}
.iconLeft .bigThingsDiv{
    padding-left: 25px;
    background: url(../images/cicle.png) no-repeat left center;
}
.iconRight .bigThingsDiv{
    padding-right: 25px;
    background: url(../images/cicle.png) no-repeat right center;
}
.list_dl dd.iconLeft.hover  .bigThingsDiv{
    color: #fff;
    background: url(../images/cicle_h.png) no-repeat left center;
}
.list_dl dd.iconRight.hover .bigThingsDiv{
    color: #fff;
    background: url(../images/cicle_h.png) no-repeat right center;
}
.list_dl dd.dd1{
    top: 29px;
    left: 2px;
}
.list_dl dd.dd2{
    top: 95px;
    left: -17px;
}
.list_dl dd.dd3{
    top: 145px;
    left: 105px;
}
.list_dl dd.dd4{
    top: 215px;
    left: 20px;
}
.list_dl dd.dd5{
    top: 246px;
    left:155px;
}
.list_dl dd.dd6{
    top: 290px;
    left: 220px;
}
.list_dl dd.dd7{
    top: 390px;
    left: 260px;
}
.list_dl dd.dd8{
    top: 430px;
    left: 168px;
}
.list_dl dd.dd9{
    top: 495px;
    left: 170px;
}
.list_dl dd.dd10{
    top: 520px;
    left: 235px;
}
.list_dl dd.dd11{
    top: 560px;
    left: 395px;
}
.list_dl dd.dd12{
    top: 993px;
    left: 277px;
}
.list_dl dd.dd13{
    top: 1090px;
    left:354px;
}
.list_dl dd.dd14{
    top: 1182px;
    left: 392px;
}
.list_dl dd.dd15{
    top: 1278px;
    left: 530px;
}
.list_dl dt{
    overflow: hidden;
    position: absolute;
    top: 660px;
    left: 270px;
}
a.bigMore{
    display: block;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    padding-left: 25px;
    background: url(../images/cicle_h.png) no-repeat left center;
}
.test{
    width: 886px;
    position: absolute;
    left: 50%;
    top: 20px;
    margin-left: -400px;
    z-index: 99;
}
.mouseTxtBox{
    position: relative;
    padding:0px 50px;
}
.mouseTxtCont{
    position: relative;
}
.mouseTime{
    display: block;
    width: 193px;
    height: 97px;
    overflow: hidden;
    background: #bb0125;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 0px 5px;
    font-size: 60px;
    color:#fff;
    font-weight: bold;
    text-align: center;
    line-height: 97px;
}
.mouseTxt{
    overflow: hidden;
    width: 573px;
}
.mouseTxtBg{
    display: block;
    overflow: hidden;
    height: 40px;
    position: relative;
    z-index: 2;
    background: url(../images/text_bg.png) no-repeat center center;
}
.mouseTxtDeta{
    overflow: hidden;
    background: #f5f5f5;
    font-size: 14px;
    color:#333;
    line-height: 25px;
    -webkit-border-radius: 0px 0px 5px 5px;
    -moz-border-radius: 0px 0px 5px 5px;
    -ms-border-radius: 0px 0px 5px 5px;
    -o-border-radius: 0px 0px 5px 5px;
    border-radius: 0px 0px 5px 5px;
    padding: 0px 40px 7px;
    position: relative;
    z-index: 1;
}
.mouseTxtHide{
    height: 50px;
    overflow: hidden;
}
.mouseTxtDiv{
    overflow: hidden;
}
.mouseTxtAdd{
    display: none;
    width: 30px;
    height: 30px;
    overflow: hidden;
    position: absolute;
    right: 5px;
    bottom: 5px;
    font-size: 40px;
    color:#bb0125;
    text-align: center;
    line-height: 30px;
}
.mouseTxtBox .bt{
    display: block;
    width: 40px;
    height: 40px;
    overflow: hidden;
}
.mouseTxtBox .mousePrev{
    position: absolute;
    left: 0px;
    top: 28px;
    background: url(../images/left.png) no-repeat center center;
}
.mouseTxtBox .mouseNext{
    position: absolute;
    right: 0px;
    top: 28px;
    background: url(../images/right.png) no-repeat center center;
}
/*
* 走进滇红-- 企业文化
*/
/*
* 企业文化
*/
.swiper-container {
  width: 1200px;
  height: 300px;
  color: #fff;
  padding: 150px 0px;
  position: relative;
}
#companyCulture .bt{
    display: block;
    width: 30px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -22px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    z-index: 999;
}
#companyCulture .arrow-left{
    left: -40px;
    background-color: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#90000000',endColorstr = '#90000000');
    background-image:url(../images/left.png);
    background-repeat: no-repeat;
    background-position: center center;
}
#companyCulture .arrow-right{
    right: -40px;
    background-color: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#90000000',endColorstr = '#90000000');
    background-image:url(../images/right.png);
    background-repeat: no-repeat;
    background-position: center center;
}
.arrow-left{
    display: block;
    width: 30px;
    height: 45px;
    overflow: hidden;
}
.swiper-slide {
  width: 400px;
  height: 100%;
  /*opacity: 0.4;*/
  -webkit-transition: 300ms;
  -moz-transition: 300ms;
  -ms-transition: 300ms;
  -o-transition: 300ms;
  transition: 300ms;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
  *overflow: hidden;
  overflow: hidden\9;
  position: relative;
}
.swiper-slide-visible {
  /*opacity: 0.5;*/
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}
.swiper-slide-active {
    top: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    *overflow: visible;
    overflow: visible\9;
}
.swiper-slide .row4Div {
  width: 900px;
  height: 600px;
  background: url(img/bb.jpg) no-repeat center center;
  background-size:cover;
  position: absolute;
  left: 50%;
  margin-left: -450px;
  top: 50%;
  margin-top: -300px;
  opacity: 1;
  -webkit-transition: all 0.3s linear;
  -o-transition: all 0.3s linear;
  transition: all 0.3s linear;
  -webkit-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -o-transform: scale(0.5);
  transform: scale(0.5);
  overflow: hidden;
}
.swiper-slide-active{
  z-index: 9;
}
.swiper-slide-active .row4Div{
  opacity: 1;
}
.row4DivDeta{
    visibility: hidden;
    position: relative;
    z-index: 9;
    width:870px;
    height:570px;
    padding: 30px 0 0 30px;
    background: url(../images/maskBg.png);
}
a.row4Name{
    display: none;
    font-size: 30px;
    color:#fff;
    text-align: center;
    overflow: hidden;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -o-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 1;
}
.swiper-slide-active .row4Name{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.row4Intr{
    font-size:26px;
    color:#fff;
    overflow: hidden;
    padding: 10px 0px;
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 1;
}
.swiper-slide-active .row4Intr{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.row4Tip{
    font-size: 18px;
    color:#e5e5e5;
    font-weight: bold;
    overflow: hidden;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 1;
}
.swiper-slide-active .row4Tip{
    -webkit-transform: translateX(0px);
    -ms-transform: translateX(0px);
    -o-transform: translateX(0px);
    transform: translateX(0px);
    opacity: 1;
}
.row4Deta{
    height: 100px;
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    line-height: 25px;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    -o-transform: translateY(100%);
    transform: translateY(100%);
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    opacity: 1;
}
.swiper-slide-active .row4Deta{
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    -o-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.row4Icon1{
    overflow: hidden;
    position: absolute !important;
    left: 50% !important;
    top: -40px !important;
    margin-left: -600px;
}
.row4Icon2{
    overflow: hidden;
    position: absolute !important;
    right: 50% !important;
    bottom: -105px !important;
    top: auto !important;
    left: auto !important;
    margin-right: -600px;
}
.row4Icon{
    /*height: 100px;*/
    opacity: 1;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -90px;
    z-index: 2;
}
.row4L{
    left: 0px;
}
.row4R{
    right: 0px;
}
.row4ListBg{
    display: none !important;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 1;
    background: #6b83af;
    opacity: 1;
}
.row4IconCh{
    width: 30px;
    overflow: hidden;
    font-size: 30px;
    color:#fff;
}
.row4IconEn{
    position: absolute;
    bottom: 0px;
    height: 20px;
    line-height: 20px;
    overflow: hidden;
    font-size: 14px;
    color:#fff;
    z-index: 2;
}
.row4L .row4IconEn{
    text-align: right;
    right: 0px;
}
.row4R .row4IconEn{
    text-align: right;
    right: 0px;
}
.row4Icon em{
    display: block;
    width: 90px;
    height: 100px;
    overflow: hidden;
    position: absolute;
    top: 0px;
    line-height: 100px;
    text-align: center;
    font-size: 130px;
    color:#fff;
    z-index: 3;
    font-style: normal;
    font-family: 'Arial';
}
.row4L em{
    left: 0px;
}
.row4R em{
    left: 0px;
}
.swiper-slide-active .row4Icon{
    opacity: 0;
}
.swiper-slide-active .row4L{
    opacity: 0;
}
.swiper-slide-active .row4R{
    opacity: 0;
}
.swiper-slide-active .row4DivDeta{
    visibility: visible;
}
.swiper-slide-active .row4ListBg{
    opacity: 0;
}
.swiper-slide-active .row4Div{
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
}
/*
* 滇红频道页--科研团队
*/
.row6Slide{
    overflow: hidden;
    position: relative;
}
.row6Slide .bd{
    height: 320px;
    overflow: hidden;
}
.row6_dl{
    overflow: hidden;
    margin: 0px -10px !important;
}
.row6_dl dd{
    float: left;
    display: inline;
    width: 33.333333333%;
    overflow: hidden;
}
.row6_dl dd .list_a{
    display: block;
    overflow: hidden;
    position: relative;
    margin: 0px 10px;
}
.row6_dl dd .imgDiv{
    padding-top: 64.9350649%;
}
.teamDeta{
    padding: 50px;
    overflow: hidden;
    background: #fff;
}
.teamName{
    overflow: hidden;
    font-size: 24px;
    color:#333;
    text-align: center;
    position: relative;
    padding-bottom: 20px;
}
.teamName em{
    display: block;
    width: 50px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    bottom: 0px;
    margin-left: -25px;
    background: #c1c1c1;
}
.teamMore{
    width: 50px;
    height: 50px;
    position: relative;
    font-size: 12px;
    color:#d0cec9;
    line-height: 50px;
    text-align: center;
    margin: 0px auto;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.teamMore span{
    position: relative;z-index: 2;
}
.teamMore em{
    width: 40px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #dcdbd8;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -20px;
    margin-top: -20px;
    *width: 165px;
    *height: 45px;
    *margin-left: -82px;
    *margin-top: -22px;
    width: 165px\9;
    height: 45px\9;
    margin-left: -82px\9;
    margin-top: -22px\9;
    transform: rotate(45deg);
    transform: rotate(0deg)\9;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    z-index: 1;
}
.row6_dl dd .list_a:hover .teamMore{
    color:#fff;
}
.row6_dl dd .list_a:hover .teamMore em{
    -webkit-animation: teamMore 0.8s linear;
    -o-animation: teamMore 0.8s linear;
    animation: teamMore 0.8s linear;
    animation-fill-mode:forwards;
}
@keyframes teamMore{
    0%  {width: 40px;height:40px;transform:rotate(45deg);border: 1px solid #dcdbd8;background: none;}
    30% {width: 40px;height:40px;transform:rotate(0deg);margin-left: -28px;border: 1px solid #bb0125;background: none;}
    35% {width: 40px;height:40px;transform:rotate(0deg);margin-left: -28px;border: 1px solid #bb0125;background: none;}
    100%{width: 165px;height: 45px;margin-left: -82px;margin-top: -22px;transform:rotate(0deg);background: #bb0125;}
}
.row6Slide .hd{
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 0px;
    padding-top: 30px;
}
.row6Slide .hd ul{
    overflow: hidden;
    display: inline-block;
}
.row6Slide .hd ul li{
    width: 8px;
    height: 8px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0px 5px;
    cursor: pointer;
    text-indent: 99em;
    border: 1px solid #3f362f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.row6Slide .hd ul li.on{
    background: #b81726;
    border-color:#b81726;
}
/*
* 滇红频道页 历代传承人
*/
.row7Slide{
    position: relative;
    overflow: hidden;
}
.row7Slide .bd{
    height: ;
    overflow: hidden;
}
.row7_dl{
    overflow: hidden;
}
.row7_dl dd{
    overflow: hidden;
    padding: 40px 0px 20px;
}
.row7Slide .hd{
    padding-top: 30px;
}
.row7Slide .hd ul li{border-color:#fff;}
.row7Cont{
    height: 340px;
    position: relative;
}
.row7L{
    width: 285px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: -40px;
    z-index: 1;
    padding-left: 140px;
    background: url(../images/row7LBg.png) no-repeat 15px 120px;
}
.row7Img{
    display: block;
    overflow: hidden;
}
.row7Img img{
    display: block;
    width: 285px;
    height: 400px;
}
.row7Deta{
    width: 725px;
    padding: 20px 25px;
    position: relative;
    z-index: 4;
    overflow: hidden;
    background: #f5f5f5;
}
.row7DetaBox{
    border:1px solid #e6e6e6;
    overflow: hidden;
    padding: 20px 40px;
}
.knowledgeName{
    overflow: hidden;
    font-size: 20px;
    color:#333;
    position: relative;
    z-index: 2;
}
.row7Intr{
    height: 200px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.row7IntrBox{
    overflow: hidden;
    height: 150px;
}
.row7IntrTxt{
    font-size: 14px;
    color:#666;
    line-height: 30px;
    overflow: hidden;
    position: relative;
    width: 100%;
    left: 0px;
    top: 0px;
	text-indent:2em;
}
.row7Intr .bt{
    display: none;
    width: 28px;
    height: 28px;
    overflow: hidden;
    float: left;
    margin-right: 10px;
    border:1px solid #ddd;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background-image: url(../images/row7ScrollBt.png);
    background-repeat: no-repeat;
}
.row7Intr .txtPrev{
    background-position: 5px top;
}
.row7Intr .txtNext{
    background-position: -38px top;
}
.row7Bd{
    display: block;
    width: 600px;
    height: 300px;
    border:1px solid #e6e6e6;
    position: absolute;
    right: 20px;
    top: 20px;
    z-index: 1;
}
#row7 .aboutMore{
    color:#c3c1bd;
}
.abo-honor {
  height: 615px;
  padding-top: 88px;
}
.abo-honor h2 {
  color: #333;
}
.abo-honor .list {
  width: 1188px;
}
.abo-honor .list .btn {
  width: 63px;
  height: 63px;
  /*background:url(../images/ix_icon18.png) no-repeat left top;*/
  margin-top: 114px;
  cursor: pointer;
}
.abo-honor .list .btn.prev {
  background:url(../images/about8Prev.png) no-repeat center center;
  /*background-position: right top;*/
}
.abo-honor .list .btn.next {
  background:url(../images/about8Next.png) no-repeat center center;
  /*background-position: right top;*/
}
/*.abo-honor .list .btn:hover {
  background-position: left bottom;
}
.abo-honor .list .btn.next:hover {
  background-position: right bottom;
}*/
.abo-honor .list .scroll {
  position: relative;
  width: 842px;
  height: 477px;
  margin: 0 108px;
}
.abo-honor .list .scroll::after {
  content: "";
  display: inline-block;
  position: absolute;
  left: 50%;
  top: 316px;
  width: 893px;
  height: 24px;
  /*background: url(../img/bg_shadow01.png) no-repeat center;*/
  margin-left: -447px;
  opacity: .6;
}

.abo-honor .list .scroll li {
    position: absolute;
    left: 200px;
    top: 0;
    width: 490px;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    opacity: 0;
    /* -webkit-transform-style: preserve-3d; */
    /* transform-style: preserve-3d; */
    /* -webkit-perspective: 500px; */
    perspective: 500px;
    -webkit-box-reflect: below -7px -webkit-linear-gradient(top, rgba(250, 250, 250, 0), rgba(250, 250, 250, 0) 70%, rgba(250, 250, 250, 0.2));
    /*-webkit-filter: url("http://www.choositon.com/static/web/css/../img/blur.svg#blur");
    filter: url("http://www.choositon.com/static/web/css/../img/blur.svg#blur");   */ 
}


.abo-honor .list .scroll li:nth-child(1){
    -webkit-transform: rotateY(10deg) !important;
    transform: rotateY(10deg) !important;
    }
.abo-honor .list .scroll li:nth-child(2) {
  -webkit-filter: none;
          filter: none;
}
.abo-honor .list .scroll li:nth-child(3){
  -webkit-transform: rotateY(-10deg) !important;
          transform: rotateY(-10deg) !important;
}
/*
.switcher-wrap{
    width: 700px;
    position: relative;
    margin: 0px auto;
}
#img-slider{
    height: 300px;
}
#img-slider li{
    overflow: hidden;
}
#img-slider li a{
    display: block;
    overflow: hidden;
}
#img-slider li img{
    display: block;
    width: 100%;
}
.switcher-wrap .bt{
    display: block;
    width: 27px;
    height: 50px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.jQ_sliderPrev{
    left: 50%;
    margin-left: -600px;
    background: url(../images/about8Prev.png) no-repeat center center;
}
.jQ_sliderNext{
    right: 50%;
    margin-right: -600px;
    background: url(../images/about8Next.png) no-repeat center center;
}*/

/*
* 走进滇红频道页--凤牌音画
*/


/*
* 走进滇红频道页--联系我们
*/
.row10Slide{
    position: relative;
    overflow: hidden;
}
.row10Slide .bd{
    height: 460px;
    overflow: hidden;
}
.row10Slide .hd{
    padding-top: 30px;
}
.row10Slide .hd ul li{
    border-color:#fff;
}
.comHd{
    display: none;
    overflow: hidden;
    text-align: center;
    font-size: 0px;
}
.comHd ul{
    display: inline-block;
    overflow: hidden;
}
.comHd ul li{
    width: 8px;
    height: 8px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0px 5px;
    cursor: pointer;
    text-indent: 99em;
    border: 1px solid #3f362f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.comHd ul li.on{
    background: #b81726;
    border-color:#b81726;
}
.row10_dl{
    overflow: hidden;
    margin: 0px -7px !important;
}
.row10_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding-top: 10px;
}
.row10_dl dd a{
    display: block;
    overflow: hidden;
    margin: 0px 7px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
}
.row10_dl dd a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.row10_dl dd .imgDiv{
    display: block;
    width: 100%;
    overflow: hidden;
    position: relative;
    padding-top: 141.351351%;
}
.row10_dl dd .imgDiv img{
    display: block;
    width: 100%;
    height: 100%;
    *height: auto;
    position: absolute;
    left: 0px;
    top: 0px;
}
.row10_dl dd .row10Txt {
    position: relative;
    height: 25px;
    padding: 15px 0px 0px;
    -webkit-transition: 0.3s;
    -moz-transition: 0.3s;
    transition: 0.3s;
}
.row10_dl dd h2 {
    margin-bottom: 5px;
    color: #fff;
    font-size: 14px;
    text-align: center;
    font-weight: normal;
}
.comBt{
    display: block;
    width: 30px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}
.comBt.prev{
    left: -30px;
    background: rgba(0,0,0,0.5) url(../images/left.png) no-repeat center center;
}
.comBt.next{
    right: -30px;
    background: rgba(0,0,0,0.5) url(../images/right.png) no-repeat center center;
}
.row10Slide .comBt{
    margin-top: 0px;
    top: 184px;
}

.bigThings{
    height: 100%;
    /*overflow-x: hidden;
    overflow-y: auto;*/
    overflow: hidden;
    position: relative;
}
.bigThingsTop{
    position: absolute;
    left: 50%;
    top: 70px;
    margin-left: -600px;
    overflow: hidden;
}
.bigThingsTop .bt{
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    float: left;
    margin: 0px 5px;
}
.bigThingsTime{
    display: block;
    width: 200px;
    height: 100px;
    overflow: hidden;
    background: #b81726;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 0px 5px;
}
.bigThingsIntr{
    overflow: hidden;
    width: 560px;
    height: 100px;
    font-size: 12px;
    color:#fff;
    line-height: 25px;
    background: #f5f5f5;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    float: left;
    margin: 0px 5px;
}

/*文章详细页的表格*/
.articleTab{
	width:100%;
	clear:both;
	}
.articleTab th{ border:1px solid #eeeded; padding:0 15px; background:#f7f7f7;}
.articleTab td{ border:1px solid #eeeded; padding:0 15px;}

/*大事记列表页*/
.history-box-left {
	float:left;
}
.history-box-right {
	float:right;
}
.historydiv {
	margin-top:40px;
	overflow:hidden;
	width:100%;
	background:url(../images/history-bg.jpg) repeat-y center center;
	padding-bottom:80px;
	position:relative;
	margin-bottom:30px;
}
.history-box {
	width:460px;
	height:350px;
	background:#fff;
	padding:25px 30px 35px;
	position:relative;
	-webkit-transition:all .3s;
	transition:all .3s;
	margin-bottom:15px;
}
.history-box h4 {
	display:block;
	width:83px;
	height:83px;
	background:#fff;
	border:8px solid #dddbdb;
	text-align:center;
	position:absolute;
	font-size:24px;
	text-align:center;
}
.history-box h4 a{
	text-align:center;
	padding:10px 0 0 0;
	display:block;
	}

.history-box-list p {
	margin-bottom:0;
}
.icon-hdir {
	position:absolute;
	width:13px;
	height:18px;
	display:block;
	-webkit-transition:all .3s;
	transition:all .3s;
}
.history-box-left .icon-hdir {
	top:20px;
	left:520px;
	background:url(../images/icon-dir-right.jpg) no-repeat;
}
.history-box-right .icon-hdir {
	bottom:20px;
	right:520px;
	background:url(../images/icon-dir-left.jpg) no-repeat;
}
.history-box-left h4 {
	top:0;
	left:550px;
}
.history-box-right h4 {
	bottom:0;
	right:550px;
}
.history-box-list li {
	margin-bottom:10px;
}
i.icon-more {
	display:block;
	width:23px;
	height:23px;
	background:url(../images/icon-hmore.png) no-repeat;
	-webkit-transition:all .3s;
	transition:all .3s;
}
.history-box:hover {
	background:#328c4d;
	color:#fff;
}
.history-box:hover h4{border:8px solid #328c4d;}

.history-box.history-box-left:hover .icon-hdir {
	background:url(../images/icon-dir-left-hover.png) no-repeat;
}
.history-box.history-box-right:hover .icon-hdir {
	background:url(../images/icon-dir-right-hover.png) no-repeat;
}
.history-box:hover i.icon-more {
	background:url(../images/icon-hmore-hover.png) no-repeat;
}
.history-box:hover h5 b {
	color:#fff;
}
a.btn-ajax {
	display:block;
	width:48px;
	height:48px;
	background:url(../images/icon-omiss.png) no-repeat;
	position:absolute;
	left:50%;
	margin-left:-24px;
	bottom:0px;
}
.history-box-list ul {
	height:340px;
	overflow:hidden;
	margin-bottom:10px;
}
.history-box-list ul li{
	line-height:31px;
	font-size:15px;
	}
	
/**
 * 企业合作
 * @author 杨朝杰
 * @return
 */
.joinBox{
    position: relative;
    z-index: 9;
	width:1200px;
	background:#fff;
	margin-bottom: 46px;
	margin:0 auto 40px auto;
	box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.2);
	overflow:hidden;

}
.dl-join.g1{
	height: 300px;
}
.joinBoxLeft{
	float: left;
	width: 250px;
	background: #acc1a1;
	color: #fff;
	text-align: center;
	height: 100%;
	font-size: 0;
}
.joinBoxLeft b{
	display: block;
	font-size: 30px;
	margin-top: 10px;
}
.joinBoxLeft:before{
    content: "";
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.joinBoxLeft em{
    vertical-align: middle;
	font-size: 0;
    display: inline-block;
}
.joinBoxRight{
	overflow: hidden;
	float:left;
	width:950px;
}
.joinBoxInfo{
	font-size:18px;
	line-height:40px;
	padding: 70px;
	overflow: hidden;
}

.join-box{
	padding: 80px 0;
}
.msg-list li{
	margin-bottom: 26px;
}
.msg-list .inp,
.msg-list textarea{
	border: 1px solid #e5e5e5;
	padding: 10px;
	font-size: 16px;
}
.msg-list .inp{
	width: 300px;
}
.msg-list textarea{
	width: 520px;
	height: 120px;	
	
	vertical-align: bottom;
	display: inline-block;
	font-family:"微软雅黑","Microsoft Yahei";
}
::-webkit-input-placeholder {
   font-family:"微软雅黑","Microsoft Yahei";
}

::-moz-placeholder { 
   font-family:"微软雅黑","Microsoft Yahei";  
}

::-ms-input-placeholder {  
   font-family:"微软雅黑","Microsoft Yahei";  
}

.msg-list label{
	margin-right: 40px;
	color: #707070;
	cursor: pointer;
}
.msg-list label .radio{
	-webkit-appearance: none;
	appearance: none;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 2px solid #999;
	background: none;
	display: inline-block;
	vertical-align: middle;
	margin-right: 8px;
	display: inline-block;
	vertical-align: middle;
	margin-top: -3px;
	margin-right: 6px;
}
.msg-list label .radio:checked {
	background-color: #999;
}
.msg-list .inp{
	margin-right: 30px;
}
.msg-list .sub{
	width: 150px;
	height: 50px;
	color: #fff;
	line-height: 50px;
	background-color: #87aec2;
	border-radius: 30px;
	font-size: 16px;
	margin-left: 30px;
	text-align: center;
	border: 0;
	cursor: pointer;
	vertical-align: bottom;
	-webkit-transition:.3s;
	transition:.3s;
	display: inline-block;
	font-family:"Microsoft Yahei";
}
.msg-list .sub:hover{
	background-color: #6293ac;
}

/**
 * 科研团队
 * @author 杨朝杰
 * @return
 */
.text_dl{
    
}
.text_dl dd{
    width: 100%;
    float: left;
    display: inline;
    overflow: hidden;
    margin: 10px 0px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    position: relative;
    top:0px;
    background: #fff;
}
.imgBox{
    display: block;
    overflow: hidden;
    float: left;
    display: inline;
}
.imgBox img{
    display: block;
    width:510px;
    height:340px;
}
.imgBox:hover img{
    width:510px;
    height:340px;
}
.imgDeta{
    overflow: hidden;
    padding:30px 80px 0 30px;
    position: relative;
	height:310px;
}
.imgName{
    color: #333;
    font-size:20px;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    white-space: nowrap;
    display: block;
    text-overflow: ellipsis;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
	font-weight:bold;
}
.imgTip{
    color: #328c4d;
    height: 20px;
    overflow: hidden;
	font-size:16px;
	display:none;
}
.text_dl dd:hover{
	top:-5px;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.imgMore{
    display: block;
    width: 30px;
    height: 100%;
    overflow: hidden;
    background: #ddd;
    position: absolute;
    right: 0px;
    top: 0px;
    -webkit-transition: all 0.5s linear;
    -o-transition: all 0.5s linear;
    transition: all 0.5s linear;
    text-align: center;
    font-size: 14px;
    color:#666;
    padding: 0px 10px;
}
.imgMore span{
    vertical-align: middle;
    position: relative;
    top:50%;
    margin-top: -20px;
}
.text_dl dd:hover .imgMore{
    background: #acc1a1;
    color:#fff !important;
}
.textTit{
    font-size: 14px;
    color:#666;
    overflow: hidden;
    text-align: center;
    padding-bottom: 20px;
}
.textScroll{
    overflow: hidden;
    position: relative;
}
.textBox{
    height:175px;
    overflow: hidden;
}
.textCont{
    overflow: hidden;
    font-size:15px;
    color:#666;
    line-height:35px;
    position: relative;
    left: 0px;
    width: 100%;
    top:0px;
}
.text_dl .bt{
    display: block;
    width: 30px;
    height: 30px;
    overflow: hidden;
    font-size: 14px;
    color:#fff !important;
    text-align: center;
    line-height: 30px;
    background:#328c4d;
    float: left;
    margin-right: 20px;
    -webkit-border-radius: 30px;
    -moz-border-radius: 30px;
    -ms-border-radius: 30px;
    -o-border-radius: 30px;
    border-radius: 30px;
}





/*
* 招聘
*/
.recruitment_dl{
    width: 1160px;
    margin: 0px auto;
    position: relative;
    z-index: 9;
    overflow: hidden;
    background: #fff;
    padding: 20px;
}
.recruitment_dl dt{
    overflow: hidden;
    background: #ddd;
}
.recruitment_dl dt span{
    display: block;
    width: 240px;
    height:50px;
    overflow: hidden;
    float: left;
    display: inline;
    font-size:15px;
    color:#333;
    text-align: left;
    line-height:50px;
    text-align: center;
}
.recruitment_dl dd{
    overflow: hidden;
    border-bottom:1px dotted #e1e1e1;
}
.recruitment_dl dd.hover{
    border:none;
}
.recruitment_dl dd span.span_1,
.recruitment_dl dt span.span_1{
    width: 270px;
    padding-left: 20px;
    text-align: left;
}
.recruitment_dl dd span.span_3,
.recruitment_dl dt span.span_3{
    width: 210px;
}
.recruitment_dl dd span.span_4,
.recruitment_dl dt span.span_4{
    width: 300px;
}
/*.recruitment_dl dt span.span_4{
    text-align: center !important;
}*/
.recruitment_dl dd span.span_2,
.recruitment_dl dt span.span_2{
    width: 130px;
    padding-left: 0px;
    text-align: right;
    padding-right: 20px;
}
.recruHead{
    overflow: hidden;
}
.recruHead span{
    display: block;
    width: 240px;
    height:50px;
    overflow: hidden;
    float: left;
    display: inline;
    font-size:15px;
    color:#545454;
    text-align: center;
    line-height:50px;
}
.recruHead span i{
    padding-left: 30px;
}
.recruHead span a{
    color:#cf331b !important;
}
.recruHead span a:hover{
    color:#cf331b !important;
}
.recruBody{
    display: none;
    overflow: hidden;
    padding: 7px 20px 0px;
    position: relative;
    background: url(../images/recruIcon.png) no-repeat 60px top;
}
.recruCont{
    overflow: hidden;
    padding: 15px 30px 30px;
    overflow: hidden;
    background:#f6f6f6;
}
.recru_ul{
    overflow: hidden;
    padding-bottom: 15px;
}
.recru_ul li{
    width: 200px;
    overflow: hidden;
    line-height: 35px;
    height: 35px;
    font-size: 14px;
    color:#333;
    float: left;
    display: inline;
}
.recru_ul li:nth-child(5),
.recru_ul li:nth-child(1){
    width: 500px;
}
.recruDeta{
    overflow: hidden;
    padding: 20px 0px;
    position: relative;
    border:dashed #dadada;
    border-width: 1px 0px 1px 0px;
}
.recruDeta div{
    width: 480px;
    overflow: hidden;
    font-size: 14px;
    color:#666;
    line-height: 30px;
}
.recruBd{
    display: block;
    width: 1px;
    overflow: hidden;
    background: #dadada;
    position: absolute;
    left: 50%;
    top:60px;
    bottom:20px;
}
.recruBt{
    overflow: hidden;
    display: block;
    width: 150px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #ccb281;
    font-size: 14px;
    color:#fff !important;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.recruBt:hover{background:#cf331b; color:#fff !important;}


.subPopBox{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: fixed;
    left: 0px;
    top:0px;
    background: rgba(0,0,0,0.65);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#65000000',endColorstr = '#65000000')\9;
    z-index: 999999;
    display: none;
}
.subPopCont{
    width: 790px;
    height: 555px;
    /*overflow: hidden;*/
    border:10px solid #fff;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    background: #fff;
    position: relative;
    left: 50%;
    top:50%;
    margin-left: -395px;
    margin-top: -277px;
}

.joinForm{
    overflow: hidden;
    padding: 20px 40px;
}

.joinFormTit{
    display: block;
    font-size: 24px;
    color:#333;
    text-align: center;
    overflow: hidden;
}

.joinForm_dl{
    overflow: hidden;
}

.joinForm_dl dd{
    clear: both;
    /*height: 32px;
    line-height: 32px;*/
    /*overflow: hidden;*/
    padding-left: 70px;
    position: relative;
    margin-bottom: 10px;
}

.joinFormName{
    display: block;
    width: 75px;
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    text-align: right;
    font-size: 12px;
    color:#444;
    position: absolute;
    left: 0px;
    top:0px;
}

.joinFormInp{
    display: block;
    width: 203px;
    height: 30px;
    overflow: hidden;
    border:1px solid #ddd;
    padding: 0px 5px;
    font-size: 12px;
    color:#666;
    font-family: "microsoft yahei";
    line-height: 30px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}

.joinForm_dl dd label{
    margin-right: 15px;
}

.joinForm_dl dd label span{
    padding-left: 6px;
}

.joinFormInp[disabled="disabled"]{
    background: #fff;
}

.joinForm_dl dt{
    overflow: hidden;
    position: relative;
    padding-left: 70px;
    margin-bottom: 10px;
}

.joinForm_dl dt textarea{
    width: 580px;
    height: 140px;
    overflow-x: hidden;
    overflow-y: auto;
    border:1px solid #ddd;
    padding: 5px 10px;
    font-size: 12px;
    color:#666;
    line-height: 20px;
}

.joinFile{
    display: block;
    width: 110px;
    height: 30px;
    overflow: hidden;
    background: #535353;
    font-size: 14px;
    color:#fff;
    line-height: 30px;
    text-align: center;
}

input.w_100{
    width: 100px;
}

.joinCode{
    height: 32px;
    overflow: hidden;
    line-height: 32px;
    margin-left: 10px;
}

.joinCode img{
    display: block;
    height: 32px;
    float: left;
}

.joinCode i{
    display: block;
    height: 32px;
    overflow: hidden;
    float: left;
    padding-left: 10px;
    color:#666;
}
.joinCode i:hover{
    color:#d70112;
}
.closeSubPop{
    width: 30px;
    height: 28px;
    overflow: hidden;
    background: url(../images/closeVideoPop.png) no-repeat center center;
    position: absolute;
    right: -50px;
    top:-10px;
}
.bbsBt{
    display: block;
    width: 90px;
    height: 40px;
    overflow: hidden;
    margin:0px auto;
    text-align: center;
    line-height: 40px;
    font-size: 14px;
    color:#fff !important;
    background: #e75a19;
}


/*
* 品牌印象 begin
*/
.brandRow{
    overflow: hidden;
    position: relative;
    z-index: 9;
	background:#fff;
}
.brandRow .tableCont{
    top: 65px;
    bottom: 0px;
    height: auto;
}
.brandTxt{
    overflow: hidden;
    width: 85px;
    height: 339px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -105px 0px 0px -42px;
}
.brandTit{
    overflow: hidden;
    text-align: center;
}
.brandCh{
    overflow: hidden;
    font-size: 30px;
    color:#0b0306;
}
.brandEn{
    overflow: hidden;
    font-size: 14px;
    color:#0b0306;
}
#brandRow2{padding: 90px 0px;overflow: hidden;}
.brandVideo{
    overflow: hidden;
    position: relative;
    margin: 0px 50px;
    padding-top: 55.9090909%;
}
.brandVideo #a1{
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0px;
    top: 0px;
}
#brandRow3{padding: 130px 0px;overflow: hidden;}
.brandRow3Cont{
    overflow: hidden;
    padding: 45px 35px;
    background: rgba(87,147,3,0.95);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#95579303',endColorstr = '#95579303');
}
.brandRow3Intr{
    overflow: hidden;
    font-size: 16px;
    color:#fff;
    line-height: 30px;
    height: 180px;
}
a.brandRow3More{
    display: block;
    width: 126px;
    height: 46px;
    overflow: hidden;
    margin: 0px auto;
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 46px;
    background: url(../images/brandRow3More.png) no-repeat center center;
}
#brandRow4{padding: 90px 0px;overflow: hidden;}
.brandRow4Cont{
    overflow: hidden;
    text-align: center;
    position: relative;
}
.brandRow4Bg{
    width: 100%;
    height: 173px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 1;
    background: url(../images/brandRow4Bg.png) no-repeat center bottom;
}
.brandRow4Cont img{
    display: inline-block;
    overflow: hidden;
    max-width: 100%;
    position: relative;
    z-index: 2;
}

/*
* 风牌产品
*/
#brandRow5{
    padding: 90px 0px;
}
.brandRow5Slide .img_dl4{
    padding: 10px 0px 30px !important;
}
/*
* 凤茶学堂
*/
.schoolRow{
    overflow: hidden;
    position: relative;
    z-index: 9;
}
#schoolRow2{
    padding: 90px 0px;
}
.schoolSlide1{
    overflow: hidden;
    position: relative;
}
.schoolSlide1 .bd{
    height: 414px;
    overflow: hidden;
}
.school1_dl{
    overflow: hidden;
}
.school1_dl dd{
    overflow: hidden;
}
.school1_ul{
    overflow: hidden;
    margin: 0px -10px;
}
.school1_ul li{
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.school1_ul li .list_a{
    display: block;
    margin: 0px 10px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.school1_ul li .list_a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.school1Img{
    overflow: hidden;
    float: left;
}
.school1Img img{
    display: block;
    width: 280px;
    height: 187px;
}
.school1Deta{
    padding: 15px;
    overflow: hidden;
    height: 157px;
    background: #fff;
}
.sch1Name{
    font-size: 16px;
    color:#333;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sch1Time{
    overflow: hidden;
    font-size: 12px;
    color:#999;
    position: relative;
    padding: 10px 0px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.sch1Time em{
    display: block;
    width: 20px;
    height: 2px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    bottom: 0px;
    background: #c51404;
}
.sch1Intr{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    height: 75px;
    line-height: 25px;
    padding-top: 10px;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
	text-indent:2em;
}
.school1_ul li .list_a:hover .sch1Name{
    color:#c51404;
}
.schoolSlide1 .hd{
    overflow: hidden;
    text-align: center;
    font-size: 0px;
    padding-top: 70px;
}
.schoolSlide1 .hd ul{
    overflow: hidden;
    display: inline-block;
}
.schoolSlide1 .hd ul li{
    width: 8px;
    height: 8px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0px 5px;
    cursor: pointer;
    text-indent: 99em;
    border: 1px solid #3f362f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.schoolSlide1 .hd ul li.on{
    background: #b81726;
    border-color:#b81726;
}
#schoolRow3{
    padding: 120px 0px;
    overflow: hidden;
}
#schoolRow3 .wrap_1200{
    font-size: 0px;
    text-align: center;
}
#schoolRow3 .center{
    display: inline-block;
    overflow: hidden;
    padding: 0px 45px;
    background: url(../images/schoolRow3TxtBg.png) no-repeat center bottom;
}
.schoolRow3TitCh{
    width: 35px;
    overflow: hidden;
    font-size: 32px;
    color:#fff;
    position: relative;
    padding-top: 15px;
}
.schoolRow3TitCh em{
    display: block;
    width: 8px;
    height: 8px;
    overflow: hidden;
    border: 2px solid #b81726;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    top: 0px;
}
.schoolRow3TitEn{
    overflow: hidden;
    width: 12px;
    font-size: 14px;
    color:#cecece;
    padding: 0px 10px;
    word-wrap: break-word;
}
.schoolRow3Intr{
    text-align: left;
    height: 360px;
    overflow: hidden;
    font-size: 16px;
    color:#fff;
    line-height: 30px;
    writing-mode: vertical-rl;/*从左向右 从右向左是 writing-mode: vertical-rl;*/    
    writing-mode: tb-rl;/*IE浏览器的从左向右 从右向左是 writing-mode: tb-rl；*/  
}
#schoolRow4{
    overflow: hidden;
    padding: 90px 0px;
}
.schoolRow4Cont{
    overflow: hidden;
    position: relative;
    padding: 90px 70px 90px 140px;
    border: 1px solid #cfd0cb;
}
.schoolRow4Cont em{
    display: block;
    border: 1px solid #cfd0cb;
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 1;
}
.schoolRow4ContL{
    width: 520px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.schoolRow4Tit{
    overflow: hidden;
    font-size: 18px;
    color:#0b0306;
}
.schoolRow4Intr{
    overflow: hidden;
    font-size: 14px;
    color:#333;
    line-height: 26px;
    height: 130px;
	text-indent:2em;
}
.schoolRow4More{
    display: block;
    width: 150px;
    height: 40px;
    overflow: hidden;
    border: 1px solid #c3c1bd;
    font-size: 14px;
    color:#c3c1bd;
    text-align: center;
    line-height: 40px;
}
.schoolRow4ContR{
    width: 390px;
    overflow: hidden;
    position: relative;
    z-index: 2;
}
.schoolRow4ContR .bd{
    height: 260px;
    overflow: hidden;
}
.schoolRow4_dl{
    overflow: hidden;
}
.schoolRow4_dl dd{
    float: left;
    display: inline;
    overflow: hidden;
}
.schoolRow4_dl dd img{
    display: block;
    width: 390px;
    height: 260px;
}
.schoolRow4ContR .hd{
    position: absolute;
    right: 10px;
    bottom: 10px;
    overflow: hidden;
}
.schoolRow4ContR .hd ul{
    overflow: hidden;
}
.schoolRow4ContR .hd ul li{
    width: 8px;
    height: 8px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0px 5px;
    cursor: pointer;
    text-indent: 99em;
    border: 1px solid #3f362f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.schoolRow4ContR .hd ul li.on{
    background: #b81726;
    border-color:#b81726;
}
#schoolRow5{
    overflow: hidden;
    padding: 90px 0px;
    background: url(../images/schoolRow4Bg.jpg) repeat left top;
}
#schoolRow5 .row6_dl dd .imgDiv{
    padding-top: 67.1834625%;
}
.schoolRow5Deta{
    background: #fff;
    overflow: hidden;
    padding: 15px 20px;
}
.schoolRow5Name{
    overflow: hidden;
    font-size: 16px;
    color:#333;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.schoolRow5Intr{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    height: 55px;
    line-height: 28px;
}
#schoolRow5 .row6_dl dd .list_a:hover .schoolRow5Name{
    color:#b81726;
}

#schoolRow5 .row6Slide .hd ul li{
    border: 1px solid #fafafa;
}
#schoolRow5 .row6Slide .hd ul li.on{
    background: #fff;
    border-color:#fff;
}
#schoolRow6{
    overflow: hidden;
    padding: 90px 0px;
    background: #f3f3f3;
}
.schoolRow6_dl{
    overflow: hidden;
    margin: 0px -10px;
}
.schoolRow6_dl dd{
    width: 33.3333333%;
    float: left;
    display: inline;
    padding: 5px 0px;
}
.schoolRow6Div{
    overflow: hidden;
    padding: 0px 10px;
}
.schoolRow6T{
    overflow: hidden;
    font-size: 16px;
    color:#666;
    height: 40px;
    line-height: 40px;
}
.schoolRow6B{
    overflow: hidden;
    border: 1px solid #e6e6e6;
    background: #fff;
    padding: 0px 10px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.schoolInp{
    display: block;
    width: 100%;
    height: 43px;
    overflow: hidden;
    background: none;
    border:none;
    outline: none;
    font-size: 16px;
    color:#666;
    line-height: 43px;
    font-family: "microsoft yahei";
}
.schoolRow6_dl dt{
    width: 100%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 5px 0px;
}
.schoolRadio{
    overflow: hidden;
}
.schoolRadio p{
    display: block;
    overflow: hidden;
    float: left;
    margin-right: 30px;
    cursor: pointer;
}
.schoolRadio span{
    display: block;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    color:#666;
    padding-left: 25px;
    background: url(../images/radio.png) no-repeat left center;
}
.schoolRadio p.hover span{
    background: url(../images/radio_h.png) no-repeat left center;
}
.schoolArea{
    display: block;
    width: 100%;
    height: 235px;
    overflow-x: hidden;
    overflow-y: auto;
    background: none;
    border:none;
    outline: none;
    font-size: 14px;
    color:#666;
    line-height: 25px;
    padding: 5px 0px;
    font-family: "microsoft yahei";
}
.schoolRow6B.w_155{
    width: 155px;
}
.schoolRow6Code{
    display: block;
    overflow: hidden;
    float: left;
    margin-left: 20px;
}
.schoolRow6Code img{
    display: block;
    height: 45px;
}
.schoolRowBt{
    display: block;
    width: 250px;
    height: 45px;
    overflow: hidden;
    font-size: 16px;
    color:#fff !important;
    text-align: center;
    line-height: 45px;
    background: #b81726;
    margin: 0px auto;
}
.artSlide{
    overflow: hidden;
    position: relative;
}
.artSlide .bd{
    height: 293px;
    overflow: hidden;
}
.artSlide_dl{
    margin: 0px -7px !important;
    overflow: hidden;
}
.artSlide_dl dd{
    width: 25%;
    height: 268px !important;
    float: left;
    display: inline;
    padding: 5px 0px 20px;
}
.artSlide_dl dd a{
    display: block;
    width: 280px !important;
    height: 268px !important;
    overflow: hidden;
}
.artSlideDiv{
    margin: 0px 7px;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.artSlide_dl dd:hover .artSlideDiv{
    -webkit-box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 20px rgba(0,0,0,0.1);
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.artImgBox{
    width: 100%;
    background: #fafafa;
    position: relative;
    overflow: hidden;
    padding-top: 66.6666666667%;
    text-align: center;
}
.artSliDeta{
    height: 50px;
    overflow: hidden;
    padding: 20px;
}
.artSlideIntr{
    overflow: hidden;
    font-size: 14px;
    color:#454545;
    line-height: 25px;
    height: 50px;
}
.artImgBox a{
    display: block;
}
.artImgBox img{
    position: absolute;
    left: 0px;
    top: 0px;
}
.artSlide .bt{
    display: block;
    width: 30px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 70px;
}
.artSlide .prev{
    left: -30px;
    background: rgba(0,0,0,0.5) url(../images/left.png) no-repeat center center;
}
.artSlide .next{
    right: -30px;
    background: rgba(0,0,0,0.5) url(../images/right.png) no-repeat center center;
}
/*
* 招聘频道页
*/
.recruitRow{
    overflow: hidden;
    position: relative;
    z-index: 9;
}
#recruitRow2{
    padding: 90px 0px;
}
.recruitRow .wrap_1200{
    position: relative;
    z-index: 3;
}
.recruitRowTit{
    height: 70px;
    overflow: hidden;
}
.recruitRow2BgBox{
    width: 100%;
    height: 100%;
    position: absolute !important;
    left: 0px;
    top: 0px;
    z-index: 1;
}
.recruitRow2Bg{
    width: 110%;
    height: 110%;
    overflow: hidden;
    position: absolute;
    left: -5%;
    top: -5%;
}
.recruitRow2Box{
    width: 1000px;
    overflow: hidden;
    margin: 0px auto;
    /*width: 783px;
    height: 190px;
    overflow: hidden;
    padding: 50px 155px 0px 155px;
    float: right;
    background: url(../images/recruitBg1.png) no-repeat center center;*/
}
.recruitRow2Cont{
    /*height: 70px;*/
    overflow: hidden;
    font-size: 16px;
    color:#333;
    line-height: 35px;
}
a.goRecruit{
    display: block;
    width: 160px;
    height: 50px;
    overflow: hidden;
    background: #b81726;
    font-size: 18px;
    color:#fff;
    line-height: 50px;
    text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    margin: 0px auto;
}
#recruitRow3{
    padding: 60px 0px 90px;
}
.recruitRow3Cont{
    background: #f1f1f1;
    padding: 80px 30px 30px;
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.2);
}
.recruitRow3_dl{
    overflow: hidden;
}
.recruitRow3_dl dd{
    overflow: hidden;
    border-bottom: 2px solid #fff;
    height: 35px;
    padding: 18px 0px 15px;
    font-size: 16px;
    color:#333;
    line-height: 35px;
}
.recruitRow3_dl dd a{
    color:#333;
}
.recruitRow3_dl dd a:hover{
    color:#b81726;
}
.recruitRow3Add{
    overflow: hidden;
    font-size: 22px;
    color:#333;
    padding-left: 155px;
    position: relative;
    font-weight: bold;
}
.recruitRow3Line{
    display: block;
    width: 130px;
    height: 1px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 50%;
    margin-top: -1px;
    background: #666;
}
.recruitRow3BgBox{
    position: absolute;
    left: 0px;
    top: auto !important;
    bottom: 0px !important;
    width: 100%;
    height: 50%;
    background: #eff4f7;
}
.recruitRow3Bg{
    width: 330px;
    height: 200px;
    overflow: hidden;
    position: absolute !important;
    right: 50%;
    bottom: 30px;
    left: auto !important;
    top: auto !important;
    margin-right: -600px;
}
#recruitRow4{
    padding: 55px 0px;
}
.recruitRowSlide{
    position: relative;
}
.recruitRowSlide .bd{
    height: 290px;
    overflow: hidden;
}
.recruitRow4_dl{
    margin: 0px -10px !important;
    overflow: hidden;
}
.recruitRow4_dl dd{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
}
.recruitRow4_dl dd .list_a{
    margin: 0px 10px;
}
.reruitRow4Deta{
    padding: 10px 15px;
    overflow: hidden;
    background: #f5f5f5;
}
.recruitRowTime{
    overflow: hidden;
    font-size: 14px;
    color:#999;
    line-height: 25px;
}
.recruitRowIntr{
    overflow: hidden;
    height: 50px;
    font-size:14px;
    color:#333;
    line-height:25px;
}
.comBt{
    display: block;
    width: 30px;
    height: 45px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -22px;
}
.comBt.prev{
    left: -40px;
    background: rgba(0,0,0,0.5) url(../images/left.png) no-repeat center center;
}
.comBt.next{
    right: -40px;
    background: rgba(0,0,0,0.5) url(../images/right.png) no-repeat center center;
}
.recruitRowSlide .bt{
    display: none;
}

/*
* 企业文化详细
*/
.culture_dl{
    margin: 0px -10px;
    overflow: hidden;
}
.culture_dl dd{
    width: 50%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.cultureBox{
    overflow: hidden;
    margin: 0px 10px;
    position: relative;
    height: 100%;
}
.cultureImg{
    width: 50%;
    overflow: hidden;
    display: inline;
}
.left .cultureImg{
    float: left;
}
.right .cultureImg{
    float: right;
}
.cultureDeta{
    width: 50%;
    position: absolute;
    z-index: 2;
    top: 0px;
}
.left .cultureDeta{
    right: 0px;
}
.right .cultureDeta{
    left: 0px;
}
.cultureCont{
    padding: 20px;
    overflow: hidden;
}
.cultureName{
    overflow: hidden;
    font-size: 22px;
    color:#fff;
}
.cultureIntr{
    overflow: hidden;
    font-size: 16px;
    color:#fff;
    line-height: 25px;
}
.trangleRed{
    display: block;
    width: 10px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    top: 50%;
    margin-top: -10%;
}
.small .trangleRed{
    display: block;
    width: 20px;
    height: 10px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    margin-left: -10px;
}
.red.left .trangleRed{
    left: -10px;
    background: url(../images/trangleRedLeft.png) no-repeat center center;
}
.red.right .trangleRed{
    right: -10px;
    background: url(../images/trangleRedRight.png) no-repeat center center;
}
.white1.left .trangleRed{
    left: -10px;
    background: url(../images/trangleWhiteLeft.png) no-repeat center center;
}
.white1.right .trangleRed{
    right: -10px;
    background: url(../images/trangleWhiteRight.png) no-repeat center center;
}
.black.left .trangleRed{
    left: -10px;
    background: url(../images/trangleBlackLeft.png) no-repeat center center;
}
.black.right .trangleRed{
    right: -10px;
    background: url(../images/trangleBlackRight.png) no-repeat center center;
}
.white1.up .trangleRed{
    top: -10px;
    margin-top: 0px;
    background: url(../images/trangleWhiteUp.png) no-repeat center center;
}
.white1.down .trangleRed{
    bottom: -10px;
    margin-top: 0px;
    top: auto !important;
    background: url(../images/trangleWhiteDown.png) no-repeat center center;
}
.red .cultureBox{
    background: #b81726;
}
.white1 .cultureBox{
    background: #fff;
}
.black .cultureBox{
    background: #7c7c7c;
}
.white1 .cultureName{
    color:#333;
}
.white1 .cultureIntr{
    color:#666;
}
.culture_dl dd.big{
    width: 72.5%;
}
.big .cultureDeta,
.big .cultureImg{
    width: 100%;
}
.big .imgDiv{
    padding-top: 47.7011494%;
}
.big .cultureCont{
    padding: 30px 35px;
}
.culture_dl dd.small{
    width: 27.5%;
    height: 412px;
}
.small .cultureDeta{
    width: 100%;
    top: 210px;
}

/*
* 滇红研究院
*/
.researchBox{
    position: relative;
    overflow: hidden;
    z-index: 9;
}
.researchBg{
    width: 100%;
    height: 100%;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 0px;
    background: url(../images/researchBg.jpg) no-repeat center top;
}
.researchRow{
    overflow: hidden;
    position: relative;
    z-index: 9;
}
#researchRow1{
    padding: 50px 0px;
}
.resRow1Tit{
    overflow: hidden;
    font-size: 18px;
    color:#333;
    font-weight: bold;
    text-align: center;
}
.resRow1Intr{
    font-size: 14px;
    color:#666;
    line-height: 30px;
    overflow: hidden;
}
#researchRow2{
    padding: 50px 0px;
}
.researchTit{
    overflow: hidden;
    font-size: 30px;
    color:#333;
    text-align: center;
}
.researchTit i{
    font-weight: lighter;
}
.researchRow2{
    position: relative;
    overflow: hidden;
}
.researchRow2 .bd{
    height: 453px;
    overflow: hidden;
}
.resRow2_dl{
    margin: 0px -10px !important;
}
.resRow2_dl dd{
    width: 33.33333333333%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px 15px;
}
.resRow2_dl dd .list_a{
    margin: 0px 10px;
    background: #fff;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.resRow2_dl dd .list_a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
    box-shadow: 0px 5px 10px rgba(0,0,0,0.1);
}
.resRow2Deta{
    overflow: hidden;
    border:1px solid #ccc;
    padding: 15px 20px;
    border-top: none;
}
.resRow2Name{
    overflow: hidden;
    font-size: 20px;
    color:#333;
    height: 30px;
    line-height: 30px;
}
.resRow2ShotIntr{
    overflow: hidden;
    font-size: 14px;
    color:#666;
    height: 30px;
    line-height: 30px;
}
.resRow2Intr{
    height: 60px;
    font-size: 14px;
    color:#666;
    line-height: 30px;
    padding-top: 8px;
    overflow: hidden;
    border-top: 1px solid #e6e6e6;
}
.researchRow2 .hd{
    display: block;
    overflow: hidden;
    text-align: center;
    font-size: 0px;
    padding-top: 30px;
}
.researchRow2 .hd ul{
    overflow: hidden;
    display: inline-block;
}
.researchRow2 .hd ul li{
    width: 8px;
    height: 8px;
    overflow: hidden;
    float: left;
    display: inline;
    margin: 0px 5px;
    cursor: pointer;
    text-indent: 99em;
    border: 1px solid #3f362f;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    -o-border-radius: 10px;
    border-radius: 10px;
}
.researchRow2 .hd ul li.on{
    background: #b81726;
    border-color:#b81726;
}
#researchRow3{
    padding: 50px 0px;
    position: relative;
}
#researchRow3 .wrap_1200{
    position: relative;
    z-index: 2;
}
.researchRow3Bg{
    width: 100%;
    height: 380px;
    overflow: hidden;
    position: absolute;
    left: 0px;
    top: 70px;
    background: #fff;
}
.roundabout_box{
    width: 600px;
    height: 360px;
    margin: 0px auto;
}
.roundabout_box ul{
    list-style: none;
    width: 600px;
    height: 320px;
    margin: 0px auto;
}
.roundabout_box ul li{
    width: 600px;
    height: 320px;
    opacity: 1 !important;
}
.roundabout_box ul li a{
    display: block;
    overflow: hidden;
}
.roundabout_box ul li a .imgDiv{
    padding-top: 53.333333333%;
}
.roundabout_box ul li a span{
    display: none;
    height: 30px;
    line-height: 30px;
    overflow: hidden;
    font-size: 16px;
    color:#333;
    text-align: center;
    padding-top: 10px;
}
.roundabout-in-focus span{
    display: block !important;
}
#researchRow4{
    padding: 50px 0px;
}
.resRow4_dl{
    margin: 0px -10px;
    overflow: hidden;
}
.resRow4_dl dd,
.resRow4_dl dt{
    width: 25%;
    overflow: hidden;
    float: left;
    display: inline;
    padding: 10px 0px;
}
.resRow4_dl .list_a{
    margin: 0px 10px;
}
.resRow4_dl dt{height: 399px\9;}
.resRow4_dl dt .imgDiv{
    padding-top: 140.350877%;
}
.resRow4Name{
    display: block;
    width: 100%;
    height: 35px;
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    filter: progid:DXImageTransform.Microsoft.gradient( GradientType = 0,startColorstr = '#50000000',endColorstr = '#50000000');
    font-size: 16px;
    color:#fff;
    text-align: center;
    line-height: 35px;
    position: absolute;
    left: 0px;
    bottom: 0px;
    z-index: 3;
}
#researchRow5{
    padding: 50px 0px 240px;
    background: #fff url(../images/resRow5Bg.png) no-repeat center bottom;
}
.resRow5Cont{
    padding: 120px 120px 34px 120px;
    overflow: hidden;
    background: url(../images/resRow5ContBg.png) no-repeat center top;
}
.resRow5Cont .resRow1Intr{
    height: 360px;
}
.research4Intr{
    overflow: hidden;
    font-size: 16px;
    color:#333;
    line-height: 35px;
}
.research4Intr p{
    text-align: center;
    overflow: hidden;
}
.researchRow4Tip{
    overflow: hidden;
    font-size: 14px;
    color:#b81726;
    padding-left: 25px;
    font-weight: bold;
    background: url(../images/researchIcon1.png) no-repeat left center;
}
.sampleIntr{
    overflow: hidden;
    width: 1170px;
    margin: 0px auto;
    background: #fff;
    padding: 30px 15px;
    position: relative;
    z-index: 9;
}
.sampleTit{
    font-size: 32px;
    color:#333;
    overflow: hidden;
    text-align: center;
    font-weight: bold;
}
.sampleList dl{
    margin: 0px !important;
}
/*
* window 1366px
*/
@media screen and (max-width:1367px){
    .banImg2Cont.wrap_1200{width: 1000px !important;}
    .banImg2Cont{
        position: relative;
        top: 50% !important;
        left: 50% !important;
        margin-left: -500px !important;
        margin-top: -192px !important;
        z-index: 3;
        height: 384px;
    }
    .banImg2Cont div{
        position: relative;
        display: inline;
        width: 300px;
        height: 384px;
        opacity: 1;
        float: left; 
    }
    .banImg2_2_2{
        left: 50% !important;
        margin-left: -150px;
    }
    .banImg2_2_3{
        left: 100% !important;
        margin-left: -300px;
    }
    .banImg4_3Div{
        background-size: auto 90% !important;
    }

    .banImg4_4{
        position: absolute;
        top: 20.8695652% !important;
    }
    .banTxt4_1{
        top: 50.5869565% !important;
    }
    .banTxt4_2{
        top: 57.1086957% !important;
    }
    .banTxt4_3{
        top: 75.5% !important;
    }
    
    .ind1stCont{
        margin: -210px 0 0 -475px;
    }
    #indNews .h50,.ind1stCont .h50{height: 25px;}
    .fastBt{width:950px;}
    .fastBt dd{
        padding: 20px 30px;
    }
    /*
    * 走进我们频道页
    */
    #row2 .h50{height: 25px;}
    #row2 .h40{height: 20px;}
    .row2Intr{height: 200px;}
    #row3 .h90{
        height: 30px;
    }
    .row3L img{
        display: block;
        width: 280px;
        height: 449px;
    }
    .row3R{
        width: 850px;
    }

    #row6 .h50{
        height: 25px;
    }
    #row6 .h40{height: 20px;}
    #row6 .teamDeta{padding: 25px;} 
    #row7 .h90{
        height: 50px;
    }
    .bigThings1{height: 425px;}
    .bigThingsDiv{
        height: 15px;
        overflow: hidden;
        line-height: 15px;
        font-size: 12px;
        color:#bdbdbd;
    }
    .bigThingsBg{
        background: url(../images/line_all.png) no-repeat left 30px;
        background-size: auto 425px;
    }
    .iconLeft .bigThingsDiv{
        padding-left: 16px;
        background: url(../images/cicle.png) no-repeat left center;
        background-size: 12px;
    }
    .iconRight .bigThingsDiv{
        padding-right: 16px;
        background: url(../images/cicle.png) no-repeat right center;
        background-size: 12px;
    }
    .list_dl dd.iconLeft.hover  .bigThingsDiv{
        color: #fff;
        background: url(../images/cicle_h.png) no-repeat left center;
        background-size: 12px;
    }
    .list_dl dd.iconRight.hover .bigThingsDiv{
        color: #fff;
        background: url(../images/cicle_h.png) no-repeat right center;
        background-size: 12px;
    }
    .list_dl dd.dd1{
        top: 15px;
        left: 0px;
    }
    .list_dl dd.dd2{
        top: 50px;
        left: -23px;
    }
    .list_dl dd.dd3{
        top: 88px;
        left: 65px;
    }
    .list_dl dd.dd4{
        top: 125px;
        left: 0px;
    }
    .list_dl dd.dd5{
        top: 145px;
        left: 90px;
    }
    .list_dl dd.dd6{
        top: 175px;
        left: 115px;
    }
    .list_dl dd.dd7{
        top: 229px;
        left: 153px;
    }
    .list_dl dd.dd8{
        top: 260px;
        left: 77px;
    }
    .list_dl dd.dd9{
        top: 290px;
        left: 100px;
    }
    .list_dl dd.dd10{
        top: 313px;
        left: 151px;
    }
    .list_dl dd.dd11{
        top: 338px;
        left: 233px;
    }
    .list_dl dd.dd12{
        top: 993px;
        left: 277px;
    }
    .list_dl dd.dd13{
        top: 1090px;
        left:354px;
    }
    .list_dl dd.dd14{
        top: 1182px;
        left: 392px;
    }
    .list_dl dd.dd15{
        top: 1278px;
        left: 530px;
    }
    .list_dl dt{
        overflow: hidden;
        position: absolute;
        top: 408px;
        left: 160px;
    }
    a.bigMore{
        display: block;
        height: 15px;
        line-height: 15px;
        overflow: hidden;
        font-size: 12px;
        color:#fff;
        padding-left: 16px;
        background: url(../images/cicle_h.png) no-repeat left center;
        background-size: 12px;
    }

    /*品牌印象*/
    #brandRow2 .wrap_1200{
        width: 750px;
    }
    #brandRow3 .h50,
    #brandRow2 .h50{
        height: 25px;
    }
    #brandRow3 .h40{
        height: 20px;
    }
    .brandRow4Cont img{
        width: 550px;
    }
    #row8 .h50{height: 30px;}
    #row8 .h30{height: 20px;}
    #row9 .h30{height: 15px;}
    #row9 .h50{height: 10px;}
    #row9 .wrap_1200{width: 1000px;}
    #row9 .row10Slide .bd{
        height: 390px;
    }
    #row9 .row10Slide .hd{
        padding-top: 10px;
    }
    .swiper-container {
        width: 900px;
        height: 200px;
        padding: 100px 0px;
    }
    .swiper-slide {
      width: 300px;
      height: 100%;
      /*opacity: 0.4;*/
      -webkit-transition: 300ms;
      -moz-transition: 300ms;
      -ms-transition: 300ms;
      -o-transition: 300ms;
      transition: 300ms;
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      *overflow: hidden;
      overflow: hidden\9;
      position: relative;
    }
    .swiper-slide-visible {
      /*opacity: 0.5;*/
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
    }
    .swiper-slide-active {
        top: 0;
        opacity: 1;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -o-transform: scale(1);
        transform: scale(1);
        *overflow: visible;
        overflow: visible\9;
    }
    .swiper-slide .row4Div {
      width: 500px;
      height: 300px;
      margin-left: -300px;
      margin-top: -200px;
      padding: 100px 50px 0px 50px;
    }
    .row4R{right: 15px;}
    .row4L{left: 15px;}
    .row4Icon{
        margin-top: -65px;
    }
    .row4IconCh{font-size: 24px;}
    .row4Intr{
        font-size: 20px;
    }
}


/*
* 外国友人
*/
.perspective a{
    overflow: visible !important;
    perspective: 300px;
}
.frendImg{
    /*position: relative;
    width: 100%;
    height: 100%;*/
}
.frendImg img{
    position: absolute;
    top: 0;
    left: 0;
    margin: 0;
    padding: 0;
    border: 0;
    z-index: 6;
}
.frendDeta{
    /*position: absolute;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    padding: 20px;
    overflow: hidden;
    z-index: 5;
    background: rgba(0,0,0,0.5);
    text-align: center;
    transform: translateY(-100%);
    opacity: 0;
    transition: 0.35s;*/
}
.frendDeta i{
    display: block;
    line-height: 25px;
    font-size: 16px;
    color:#555;
    margin: 0px 20px;
}
.swipeboxEx .caption{
    display: none !important;
}
.frendDeta p{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
}
.frendDeta span{
    display: table;
    overflow: hidden;
    width: 100%;
    height: 100%;
}
.frendDeta em{
    font-style: normal;
    display: table-cell;
    overflow: hidden;
    vertical-align: middle;
}
/*.friend_a.effect_1:hover img{
    transform: rotateX(80deg);
    transform-origin: center bottom 0;
    transition: 0.4s;
}
.friend_a.effect_1{z-index: 10;}
.friend_a.effect_1 img{transition: 0.5s; transform: none);}
.friend_a.effect_1:hover img{transform: scale(0.5) translateY(100%); position: relative; z-index: 9; border: 6px solid rgba(255, 255, 255, 0.9);}
.friend_a.effect_1 .frendDeta{transform: translateY(-100%); opacity: 0; padding: 20px; transition: 0.5s;}
.friend_a.effect_1:hover .frendDeta{transform: translateY(0px); opacity: 1;}
*/
.picBox{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    transform-style: preserve-3d;
    transform-origin: 50% 50% calc((-100%)/2);
    animation: 300ms ease-out 0ms 1 normal forwards;
}
.perspective .show,
.perspective .hide{
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
  }
.perspective .hide{
    color:#fff;
    background:#fff url(../images/logoBg.png) no-repeat center center;
    background-size: 50% auto;
    text-align:center;
    transform: translate3d(0,0,-1px);
    /* 3D空间内移动一个元素的位置 */
}
.perspective .show{
    z-index: 3;
}


.in-top .hide,
.out-top .hide
 {
    transform-origin: 0% 100%;
    transform: translate3d(0, -100%, 0) rotate3d(1,0,0,90deg);
}
.in-top .picBox{
    animation-name: in-top;
    animation-play-state: running;
}
.out-top .picBox{
    animation-name: out-top;
    animation-play-state: running;
}
@keyframes in-top {
    from  {transform: rotate3d(0,0,0,0deg)}
    to    {transform: rotate3d(-1,0,0,90deg)}
} 

@keyframes out-top {
    from {transform: rotate3d(-1,0,0,90deg)}
    to   {transform: rotate3d(0,0,0,0deg)}
}
.in-right .hide,
.out-right .hide {
    z-index: 4;
          transform-origin: 0% 0%;
          transform: translate3d(100%, 0, 0) rotate3d(0,1,0,90deg);
}
.in-right .picBox{
    animation-name: in-right;
    animation-play-state: running;
}
.out-right .picBox{
    animation-name: out-right;
    animation-play-state: running;
}
@keyframes in-right {
    from  {transform: rotate3d(0,0,0,0deg)}
    to    {transform: rotate3d(0,-1,0,90deg)}
}

@keyframes out-right {
    from  {transform: rotate3d(0,-1,0,90deg)}
    to    {transform: rotate3d(0,0,0,0deg)}
}

.in-bottom .hide,
.out-bottom .hide {
    z-index: 4;
          transform-origin: 0% 0%;
           transform: translate3d(0, 100%, 0) rotate3d(-1,0,0,90deg); 
}
.in-bottom .picBox{
    animation-name: in-bottom;
    animation-play-state: running;
}
.out-bottom .picBox{
    animation-name: out-bottom;
    animation-play-state: running;
}
@keyframes in-bottom {
    from  {transform: rotate3d(0,0,0,0deg)}
    to    {transform: rotate3d(1,0,0,90deg)}
}
@keyframes out-bottom {
    from  {transform: rotate3d(1,0,0,90deg)}
    to    {transform: rotate3d(0,0,0,0deg)}
}
.in-left .hide,
.out-left .hide {
    z-index: 4;
          transform-origin: 100% 0;
          transform: translate3d(-100%,0,0) rotate3d(0,-1,0,90deg);
}
@keyframes in-left {
    from  {transform: rotate3d(0,0,0,0deg)}
    to    {transform: rotate3d(0,1,0,90deg)}
}
@keyframes out-left {
    from  {transform: rotate3d(0,1,0,90deg)}
    to    {transform: rotate3d(0,0,0,0deg)}
}
.in-left .picBox{
          animation-name: in-left;
          animation-play-state: running;
}
.out-left .picBox{
          animation-name: out-left;
          animation-play-state: running;
}
/*集团团队*/
.leader1{
    margin: auto;
    margin:0 -5px;
}
.leader1 dd{
    position: relative;
    width: 33.33%;
    float: left;
    padding: 5px 0px;
}
.leader1 dd.hover{
    z-index: 998;
}
.leader1 .list_a{
    margin:0px 5px;
    background: #fff;
    overflow: visible;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.ddBox{
    position: relative;
    /*perspective:2000px;
    -webkit-perspective:2000px;*/
    transition: 0.3s;
    -webkit-transition: 0.3s;
    overflow: hidden;
    padding: 5px;
}
.leader1 .list_a:hover{
    transform:translateY(-3px) ;
    -webkit-transform:translateY(-3px) ;
    box-shadow: 0 6px 13px 2px rgba(0,0,0,0.2) ;
}
.leader1 dd .leader1Open{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
/*.leader1 dd.hover .leader1Open{
    transform: rotateY(180deg);
    width: 378px;
    transform-origin:395px center;
}
.leader1 dd:nth-child(3n) .leader1Open{
    transform-origin:0px center;
}
.leader1 dd:nth-child(3n).hover .leader1Open{
    transform: rotateY(-180deg);
    width: 378px;
}*/
.leader1L{
    position: relative;
    padding-top: 66.6666667%;
    overflow: hidden;
    z-index: 1;
}
.leader1L img{
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
}
.leader1Text{
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    padding: 0px 10px;
    height: 55px;
    background: url(../images/gridblock_bg.png);
    z-index: 3;
    transition: 0.2s;
}
.leader1L img.hover,
.leader1Text.hover{
    opacity:0;
}
.leader1Text h4{
    font-size: 18px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
    padding:8px 0 0 20px;
}
.leader1Text span{
    font-size: 14px;
    line-height: 20px;
    color: #F1F1F1;
    padding-left: 20px;
}
.leader1Text a{
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/open.png) center center no-repeat;
    background-size: 23px;
    cursor: pointer;
    position: absolute;
    right: 10px;
    bottom: 12px;
    transition: 0.3s;
}
.leader1Text a:hover{
    background-image: url(../images/open1.png);
}
.leader1View{
    display: none\9;
    *display: none;
    position: absolute;
    top: 0;
    left: -1px;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 998;
    /*display: none;*/
    -webkit-transform: translate(100%,100%);
    -ms-transform: translate(100%,100%);
    -o-transform: translate(100%,100%);
    transform: translate(100%,100%);
    animation-fill-mode: forwards !important;
}
.leader1View.hover{
    display: block;
}
.leader1 dd a:hover .leader1View{
    *display: block;
    display: block\9;
}
.lViewBox{
    padding: 20px 10px 10px 10px;
    margin: 5px;
    overflow: hidden;
}
.leader1 dd.three .lViewBox{
    text-align: right;
}
.lViewBox h4{
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 5px;
}
.lViewBox span{
    display: block;
    line-height: 26px;
    color: #666;
    font-size: 14px;
    height: 152px;
    margin-bottom: 8px;
    overflow: hidden;
}
.leaderMore{
    display: block;
    width: 90px;
    height: 28px;
    color: #328c4d;
    line-height: 28px;
    border: 1px solid #328c4d;
    text-align: center;
    transition: 0.3s;
    margin: 0px auto;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
.lViewBox a:hover{
    background: #B81726;
    color: #FFFFFF;
    border-color: #B81726;
}
.lViewBox em{
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/close1.png) no-repeat;
    position: absolute;
    top: 12px;
    right: 12px;
    cursor: pointer;
}
.leader1 dd.three .lViewBox em{
    text-align: right;
    left: 12px;
}
.leader1 dd.ie{
    z-index: 998;
}
.leader1 dd.ie .leader1Open{
    left: 390px;
    width: 385px;
}
.leader1 dd.ie .leader1Open.right{
    left: -400px;
}
.leader1 dd.ie .leader1Text,
.leader1 dd.ie .lImgBox{
    display: none;
}
.leader1 dd.ie .leader1View{
    display: block;
    text-align: right;
}
.leader1 dd.ie .leader1View em{
    left: 12px;
}


/*
* 关于我们 领导团队
* kis2
* 2018-05-18
*/
#showBox{width:100%;height:430px;position:relative;perspective:800px;left:40px;}
#showBox ul{width:100%;height:100%;transform-style:preserve-3d;}
#showBox ul li{width:25%;position:absolute;transform-origin:left;transform:rotateY(30deg) translateZ(-1px);transition:.5s;}
#showBox ul li.on{transform:rotateY(0deg) translateZ(0px); z-index:222;}
.leaderDiv{
    overflow: hidden;
    border:1px solid #ddd; 
    box-shadow:0px 2px 2px rgba(0,0,0,0.1);
    background:rgba(255,255,255,0.9);
    padding: 10px;
}
#showBox ul li.on .leaderDiv{
    background:#fff;
}
#showBox ul li h3{
    font-size: 18px;
    color: #333;
    padding: 10px 0; 
}

#showBox ul li p{
    font-size: 14px;
    line-height: 28px;
    color: #666;
    height: 115px;
    overflow: hidden;
    cursor: default;
}
#showBox ul li a{
    display: block;
    height: 30px;
    width: 120px;
    border: 1px solid #ddd;
    color: #666;
    text-align: center;
    line-height: 30px;
    font-size: 12px;
    float: right;
    margin: 5px 0;
    transition: 0.3s;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
}
#showBox ul li a:hover{
    color: #fff;
    background: #b81726;
    border-color: #b81726;
}

/*
* 产品系列
*/
.typeTit{
    font-size: 32px;
    color:#333;
    text-align: center;
    overflow: hidden;
    line-height: 35px;
}
.typeImg{
    margin-top: 30px;
    overflow: hidden;
    position: relative;
    text-align: center;
    font-size: 0px;
}
.typeImg img{
    width: 100%;
    display: inline-block;
}

/*
* 招聘详情
*/
.jobInfo{
    overflow:visible;
    clear:both;
    overflow:hidden;
    line-height:36px;
    font-size: 16px;
    padding:10px 0 0 0;
    }
.jobTitle{
    font-size: 17px;
    color: #333;
    border-bottom: solid 1px #E7E7E7;
    line-height: 30px;
    margin-top:30px;
    padding-bottom: 10px;
    }
.jobTitle i{
    width: 3px;
    background:#666;
    height: 20px;
    display: block;
    float: left;
    position: relative;
    top: 5px;
    margin-right: 10px;
}

.jobBt{
    clear:both;
    width: 180px;
    height: 50px;
    border-radius: 3px;
    text-align: center;
    line-height: 50px;
    color: #FFFFFF !important;
    background:#d8892f;
    display:block;
    font-size: 18px;
    margin:0 auto;
    -webkit-transition:0.3s; 
    -moz-transition:0.3s; 
    transition:0.3s;
}
.jobBt:hover{background:#f6c016;}

.jobField{
    clear:both;
    overflow:hidden;
    line-height:36px;
    font-size:16px;
    padding:15px 0 0 0;
    }
.jobField dd{
    width:33%;
    float:left;
    }
.jobName{
    font-weight:bold;
    font-size:24px;
    clear:both;
    padding:0 0 10px 0;
    }
.jobTime{
    font-size:14px;
    line-height:30px;
    padding:0 0 10px 0;
    color:#999;
    border-bottom: solid 1px #E7E7E7;
    }


/*
* 招商负责人列表
*/
.agency_list{width:1260px; margin:0 auto;padding-top: 10px;position: relative;z-index: 9;}
.agency_list dd{
    float:left; 
    width:390px; 
    margin:0 15px 20px 0;
    }
.agency_list_con{
    display:block;
    padding:10px;
    background:#fff;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius:4px;
}
.agency_list_con:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.agency_list dd .imgDiv{display:block;width:160px; height: 270px; overflow:hidden;padding-top: 0px; float: left; border:1px solid #e7e7e7;}
.agency_list dd .imgDiv img{width:160px; height: 270px;}
.agency_list dd .imgTextDeta{width:190px; height:270px; padding:15px 0px 0px; float:right; overflow:hidden;}
.agency_t{
     clear: both;
     font-size:20px;
     font-weight: bold;
}
.agency_text{
    padding-top:20px;
    font-size: 16px;
    line-height:42px;
    font-weight: bold;
}
.agency_text a{ color:#ff0000; }

/*
* 全图列表2
*/
.img_dl8{margin:0 auto;padding-top: 10px; overflow: hidden;}
.img_dl8 dd{
    float:left; 
    width:275px; 
    margin:0 0 20px 20px;
    }
.img_dl8 dd a:hover{
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
    transform: translate3d(0, -2px, 0);
    -webkit-transform: translate3d(0, -2px, 0);
    -o-transform: translate3d(0, -2px, 0);
    -moz-transform: translate3d(0, -2px, 0);
}
.img_dl8 dd a{
    display: block;
    padding: 10px;
    background:#f6f7f1;
    overflow: hidden;
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
    border-radius:6px;
}
.img_dl8 dd .imgDiv{display:block; padding-top: 100%; width:100%; overflow:hidden;}
.img_dl8 dd .imgDiv img{width:100%; height: 100%;position: absolute;left: 0px;top: 0px;}
.img_dl8 dd h2{ color:#333; display: block; clear: both; font-size:16px;text-align: center; font-weight:normal; line-height: 36px;padding-top:5px;}
.img_dl8 dd h3{ color:#d82316; display: block; clear: both; font-size:16px;text-align: center; font-weight:normal;padding-bottom:5px;}
