@charset "UTF-8";
/*江晓东 2018.05.02 */
/* CSS Document */
@font-face {
    font-family: 'calibri';
    src: url('../font/calibri/CALIBRI.eot');
    src: url('../font/calibri/CALIBRI.eot?#iefix') format('embedded-opentype'),
         url('../font/calibri/CALIBRI.woff') format('woff'),
         url('../font/calibri/CALIBRI.ttf') format('truetype'),
         url('../font/calibri/CALIBRI.svg#webfont34M5alKg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'daunpenh';
    src: url('../font/daunpenh/DAUNPENH.eot');
    src: url('../font/daunpenh/DAUNPENH.eot?#iefix') format('embedded-opentype'),
         url('../font/daunpenh/DAUNPENH.woff') format('woff'),
         url('../font/daunpenh/DAUNPENH.ttf') format('truetype'),
         url('../font/daunpenh/DAUNPENH.svg#webfont34M5alKg') format('svg');
    font-weight: normal;
    font-style: normal;
}
html {
	overflow: -moz-scrollbars-vertical;
	overflow-x: hidden;
	-webkit-overflow-scrolling:touch;

} /*始终让 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;
	color: #666666
}/* 链接无下划线,有为underline;链接去框 */
a:link {
	color: #666666;
}/* 未访问的链接 */
a:visited {
	color: #666666;
}/* 已访问的链接 */
a:hover {
	color: #EF3E4A;
}/* 鼠标在链接上 */
/*a:active {
	color: #666666;
blr:expression(this.onFocus=this.blur());
}*/
/* 点击激活链接 */
body {
	font-family:"Microsoft YaHei";
	font-size: 12px;
	color: #666;
	background: #FFF;
}
select, input {
	vertical-align: middle;
	outline: none;
}
input[type=button], input[type=reset], input[type=submit], input[type=radio], input[type=checkbox] {
	cursor: pointer;
	outline: none;
}
input,textarea{outline: none; font-family: calibri;}
.wrap {
	width: 1200px;
	clear: both;
	margin: 0 auto;
}
.clear {
	clear: both;
	overflow:hidden;
}
.h2 {
	clear: both;
	height: 2px;
	overflow:hidden;
}
.h10 {
	clear: both;
	height: 10px;
	overflow:hidden;
}
.h15 {
	clear: both;
	height: 16px;
	overflow:hidden;
}
.h20 {
	clear: both;
	height: 20px;
	overflow:hidden;
}
.h25 {
	clear: both;
	height: 25px;
	overflow:hidden;
}
.h30 {
	clear: both;
	overflow:hidden;
	height: 30px;
}
.h32 {
	clear: both;
	height: 32px;
}
.h60 {
	clear: both;
	height: 60px;
	overflow:hidden;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
img {
	border: none;
}
i,em{
	font-style: normal;
}
.tableCell{
	display: table-cell;
	vertical-align: middle;
}
.table{
	display: table;
	width: 100%;
}
.bai{ background: #FFF;}
.hui{ background: #f2f2f2;}
.pic{ overflow:hidden;}
.pic img{ overflow:hidden; transition: all 0.3s linear; -webkit-transition: all 0.3s linear;}
.pic:hover img{ transform:scale(1.05); -webkit-transform:scale(1.05);}
.wrap85{
	width: 85%;
	margin: 0 auto;
}
/*公共部分结束*/
/*
********************************此处首页样式开始********************************
*/
/*头部开始*/
.top{
	height: 70px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 999;
	background: #fff;
	box-shadow: 0 0 5px 5px rgba(0,0,0,0.11);
}
.headHide{
	height: 70px;
}
.logo{
	padding: 15px 0 0 6%;
}
.menu{
	position: relative;
	padding-right: 220px;
}
.menu li{
	float: left;
	padding: 0 20px;
	
	position: relative;
	z-index: 9;
}
.menu li span{
	display: block;
}
.menu li span a{
	display: block;
	color: #666;
	font-size: 14px;
	line-height: 70px;
}
.menu li.hover span a{
	color: #35ae61;
}
.menu i{
	display: block;
	position: absolute;
	bottom: 0;
	height: 4px;
	background: #35ae61;
	transition: all 0.6s cubic-bezier(0.12, 0.38, 0.63, 1.25);
}

.subColumn{
	position: absolute;
	display: none;
	top: 70px;
	left: -30px;
	padding:8px 0  0 0;
	border-radius:4px;
	overflow: hidden;
}

.subColumn dt{
	height: 6px;
	background: url(../images/xsj.png) center center no-repeat;
}
.subColumn dd{
	line-height: 20px;
	border-bottom: 1px solid #d1d1d1;
	padding: 12px 20px;
    min-width: 110px;
	background: url(../images/subColumnBg1.png);
}
.subColumn dd:nth-child(2){
	border-radius:4px 4px 0 0 ;
}
.subColumn em{
	display: block;
	background: url(../images/subColumnBg1.png);
	height:17px ;
}
.subColumn dd a{
	display: block;
	font-family: calibri;
	font-size: 16px;
}
.subColumn dd a:hover{
	color: #35ae61;
}
.menu li.hover1 dl.subColumn{
	display: block;
}
/*.menu li.hover2 dl.subColumn{
	display: block;
}*/
.language{
	position: absolute;
	top: -25px;
	right: 6%;
	width: 98px;
	box-shadow: 0 0 1px 1px #f0f0f0;
	border-radius:0 0 18px 18px ;
	transition: all 0.1s linear;
}
.language span{
	display: block;
	height: 25px;
	line-height: 25px;
	text-align: center;
}

.language  a:hover{
	color: #35ae61;
}
.language em{
	display: block;
	height: 18px;
	line-height: 18px;
	background: url(../images/jt1.png) 65px center no-repeat;
	padding-left: 15px;
	cursor: pointer;
	margin: 0 10px;
}
.language em.hover{
	background: none;
	text-align: center;
	height: 25px;
	line-height: 25px;
	padding: 0;
}
.language em a{
	display: block;
}
.menuBtn{
	padding: 10px 0;
	width: 40px;
	display: none;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -20px;
}
.menuBtn span{
	height: 3px;
	background: #000;
	display: block;
	width: 20px;
	margin: 3px auto;
	border-radius:25% ;
	transition: all 0.3s linear;
	transform-origin: left center;
	transform: rotate(0);
}
.menuBtn.close span.span1{
	transform: rotate(45deg);
	width: 17px;
}
.menuBtn.close span.span2{
	opacity: 0;
}
.menuBtn.close span.span3{
	transform: rotate(-45deg);
	width: 17px;
}
/*头部结束*/
/*menu开始*/

/*menu结束*/
/*banner开始*/
/*.banner{
	position: relative;
	width: 100%;
}
.banner a{
	display: block;
	height: 100%;
	width: 1200px;
	margin: 0 auto;
}
.banner a:before{
	content: '';
	display: block;
	height: 30%;
}
.banner h4{
	font-size: 60px;
	color: #101010;
	font-family: daunpenh;
}
.banner span{
	font-size: 35px;
	color: #666;
	font-family: calibri;
}*/

/*
* banner
*/
.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;
    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.show{
    /*left: 0px !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;
}
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
}
}
.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;*/
   -webkit-transition: .3s all;
	-moz-transition: .3s all;
	-ms-transition: .3s all;
	-o-transition: .3s all;
	transition: .3s all;
   -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;
}

/*.banner_ul li.on .bannerDeta{
    left: 0px;
}*/
#banImg1{
    background: #fff;
    overflow: hidden;
}
.banTxt1{
    position: absolute;
    left: 50% !important;
    margin-left: -600px ;
    top: 30.6956522% !important;
    z-index: 10;
}
.banTxt_1_1{
    font-size: 60px;
	color: #101010;
	font-family: daunpenh;
	text-transform: uppercase;
	font-weight: bold;
}
.banTxt_1_2{
    font-size: 35px;
	color: #333;
	width: 380px;
	font-family: calibri;
}
.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;
}

/*banner结束*/

/*第一通栏开始*/
.box1{
	overflow: hidden;
}
.box1Left{
	width: 50%;
}
.boxTitle{
	padding-left: 6%;
	text-align: center;
}
.boxTitle h4{
	padding-top: 18%;
	font-size: 50px;
	color: #333;
	font-family: daunpenh;
	height: 68px;
}
.boxTitle i{
	display: inline-block;
	width: 211px;
	height: 1px;
	background: #E5E5E5;
	position: relative;
	margin-bottom: 10px;
}
.boxTitle i:after{
	display: block;
	content: '';
	position: absolute;
	top: -1px;
	left: 50%;
	margin-left: -17px;
	height: 3px;
	width: 34px;
	background: #ef3e4a;
}
.boxTitle span{
	display: block;
	font-size: 16px;
	color: #ccc;
}
.box1Quick{
	padding:10% 0 0 6%;
}
.box1Quick li{
	width: 33%;
	float: left;
	display: inline;
	text-align: center;
}
.box1Quick li em{
	display: block;
	width: 50px;
	height: 50px;
	border-radius:6px ;
	border: 1px solid #999;
	margin:  0 auto;
	position: relative;
	margin-bottom: 20px;
}
.box1Quick li em i{
	display: block;
	width: 51px;
	height: 51px;
	position: absolute;
	top: -5px;
	left: -5px;
	border-radius:6px ;
	transition: 0.3s;
}
.box1Quick li.ico1 em i{
	background: #666 url(../images/Quick1.png) center  center no-repeat;
}
.box1Quick li.ico2 em i{
	background: #666 url(../images/Quick2.png) center  center no-repeat;
}
.box1Quick li.ico3 em i{
	background: #666 url(../images/Quick3.png) center  center no-repeat;
}
.box1Quick li.ico1:hover em i{
	background-color: #EF3E4A;
}
.box1Quick li.ico2:hover em i{
	background-color: #EF3E4A;
}
.box1Quick li.ico3:hover em i{
	background-color: #EF3E4A;
}
.box1Quick li span{
	font-size: 16px;
	color: #333;
	font-family: calibri;
	text-transform: uppercase;
}
.box1Right{
	overflow: hidden;
	width: 50%;
	position: relative;
	background: #000;
	margin: 0 auto;
}
.box1Right:before{
	content: '';
	display: block;
	padding-top: 63.5%;
}
.box1Right video{
	position: absolute;
	top: 0;
	left: 0;
}
/*第一通栏结束*/

/*底部开始*/
.footer{
	background: #1f1f1f;
	overflow: hidden;
	padding: 18px 6%;
}
.footerLeft span{
	display: block;
	font-size: 16px;
	color: #666;
	font-family: calibri;
	line-height: 30px;
	padding-left: 30px;
}
.footerLeft span.ico1{
	background: url(../images/footerIco1.png) left 10px  no-repeat;
}
.footerLeft span.ico2{
	background: url(../images/footerIco2.png) left 10px  no-repeat;
}
.footerLeft span.ico3{
	background: url(../images/footerIco3.png) left 10px  no-repeat;
}
.footerRight h4{
	padding-top: 16px;
	text-align: right;
	background: url(../images/footerIco4.png) 176px 27px no-repeat;
	font-size: 28px;
	color: #fff;
	font-family: calibri;
	font-style: italic;
}
.footerRight span{
	padding-top: 10px;
	display: block;
	font-size: 14px;
	color: #777;
	font-family: calibri;
}
/*底部结束*/
/*
********************************此处首页样式结束********************************
*/
/*
********************************此处内页样式开始********************************
*/
/*内页框架开始*/

.subMenu{
	background: rgba(0,0,0,0.5);
	height: 300px;
}
.subMenu1{
	height: 590px;
	background: rgba(0,0,0,0.5);
}
.subMenuT{
	text-align: center;
	color: #fff;
	font-weight: bold;
	font-size: 50px;
	font-family: daunpenh;
}
.subMenuC{
	text-align: center;
	font-size: 0;
}
.subMenuC li{
	display: inline-block;
	height: 35px;
	line-height: 35px;
	padding: 0 8px;
	background: #fff;
	font-size: 16px;
	font-family: calibri;
	margin: 0 10px;
	border-radius:3px ;
	transition: 0.3s;
}
.subMenuC li a{
	display: block;
	color: #666;
	transition: 0.3s;
}
.subMenuC li:hover{
	background: #EF3E4A;
}
.subMenuC li.hover{
	background: #EF3E4A;
}

.subMenuC li:hover a{
	color: #fff;
}
.subMenuC li.hover a{
	color: #fff;
}
.location{
	height: 70px;
	line-height: 70px;
	font-size: 16px;
	color: #999;
	font-family: calibri;
}
.location a{
	color: #999;
}
.location a.hover{
	color: #EF3E4A;
}
.location a:hover{
	color: #EF3E4A;
}
.subMain{
	background: #f3f3f3;
	padding-bottom: 40px;
	overflow:hidden;
    min-height: 500px;
}
.subMainC{
	background: #fff;
    min-height: 500px;
}
/*页码开始*/
.page{padding:40px 0 5px 0;text-align: center;clear: both;font-size: 16px;}
.page a{margin: 0 ; font-family: "宋体"; display: inline-block;overflow: hidden;padding:8px 12px;color:#999999;border-radius:4px;background: #fff;}
.page span{display: inline-block; padding: 6px 2px; position: relative; top: -15px;}
.page a:hover{background: #EF3E4A;color: #fff;}
.page a.hover{background: #EF3E4A;color: #fff;}
.page input{display: inline-block;vertical-align: middle;height: 22px;border: 1px solid #e6e6e6;position: relative; top: -2px;}
.page input.pageDetail{width: 30px; height: 30px; text-align: center; border-radius: 3px; color: #999999; position: relative; top: -13px;}
.page label{color:#999999;position: relative;top: -11px;}
.page input.page_bnt{border: none; width: 30px; height: 25px; cursor: pointer; background: none; color: #999999; position: relative; top: -13px;}

.page a div{
	width: 11px;
    height: 19px;
	background-position: center center;
	background-repeat: no-repeat;
}
.page a.firstPage div{background-image: url(../images/icon12.png)}
.page a.prevPage div{background-image: url(../images/icon13.png)}
.page a.nextPage div{background-image: url(../images/icon14.png)}
.page a.lastPage div{background-image: url(../images/icon15.png)}

.page a.firstPage:hover div{background-image: url(../images/icon12h.png)}
.page a.prevPage:hover div{background-image: url(../images/icon13h.png)}
.page a.nextPage:hover div{background-image: url(../images/icon14h.png)}
.page a.lastPage:hover div{background-image: url(../images/icon15h.png)}

.page a.firstPage.disabled{background:#E2E2E2; color: initial;}
.page a.prevPage.disabled{background:#E2E2E2; color: initial;}
.page a.nextPage.disabled{background:#E2E2E2; color: initial;}
.page a.lastPage.disabled{background:#E2E2E2; color: initial;}

.page a.firstPage.disabled div{background-image: url(../images/icon12.png)}
.page a.prevPage.disabled div{background-image: url(../images/icon13.png)}
.page a.nextPage.disabled div{background-image: url(../images/icon14.png)}
.page a.lastPage.disabled div{background-image: url(../images/icon15.png)}
/*页码结束*/
/*内页框架结束*/

/***newsView start***/
.ArticleTitle{
	font-size: 40px;
    text-align: center;
    font-family: daunpenh;
    font-weight: bold;
    color: #333;
    padding-top: 20px;
}
.articleTime{
	text-align: center;
}
.pageUp{
	clear:both;
	overflow:hidden;
	line-height:35px;
	font-size:16px;
	padding:20px 0;
	border-top: 1px solid #e4e4e4;
}
.pageUp a:hover{
    color: #EF3E4A;
}
/* 文章阅读页——*/

.singleArticle{
	padding: 0 80px;
}
/**
 * 音乐播放器
 * @author 杨朝杰
 * @return
 */
.audio{padding:30px 0 10px 0;}
.audio-tips{margin-top:10px; color: #b1b1b1; text-align: center; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: center; -ms-flex-pack: center; justify-content: center;}
.audio-detail{padding:5px 10px; width: 260px; margin:0 auto; display: -webkit-box; display: -ms-flexbox; display: flex; background:#f8f8f8;position:relative;}
.audio-detail:after{content: " "; width: 200%; height: 200%; position: absolute; top: 0; left: 0; border: 1px solid #e6e6e6; box-sizing: border-box; -webkit-transform: scale(.5); transform: scale(.5); -webkit-transform-origin: 0 0; transform-origin: 0 0;z-index:1;}
.audio .info{-webkit-box-flex: 1; -ms-flex: 1 0; flex: 1 0; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -ms-flex-direction: column; flex-direction: column; overflow: hidden;line-height:45px;}
.audio .info p{margin: 0; font-size: 15px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; color: #666; text-indent: 0;}
.audio .info .audio-title{-webkit-box-flex: 1.5; -ms-flex: 1.5; flex: 1.5; line-height: 24px;font-size:14px;}
.audio .info .audio-desc{-webkit-box-flex: 1; -ms-flex: 1; flex: 1; line-height: 16px;color:#999 !important;font-size:12px !important;}
.audio .info .audio-desc span{padding:0 15px 0 0;color:#ff000;}
.audiojs{
	width:40px;
	height:40px;
	border-radius:100%;
	background:url(../audiojs/play.png) no-repeat center center;
	background-size:cover; 
	margin:2px 10px 0 0;
	position:relative;
	z-index:9;
	}
.audiojs.playing{
	width:40px;
	height:40px;
	border-radius:100%;
	background:url(../audiojs/play2.png) no-repeat center center;
	background-size:cover;
	}
.audiojs .scrubber{ display:none;}
.audiojs .time{ display:none;}
.audiojs .play-pause {
	width: 25px;
	height: 40px;
	padding:0 6px;
	margin: 0px;
	float: left;
	overflow: hidden;
}
.gallery-top {
  	width: 60%;
}
.gallery-top .swiper-slide{
	position: relative;
	width: 100%;
}
.gallery-top .swiper-slide:after{
	padding-top: 70%;
	content: '';
	display: block;
	width: 100%;
}
.gallery-top .swiper-slide img{
	position: absolute;
	top: 0;
	left: 0;
}
.gallery-thumbs {
  	box-sizing: border-box;
  	padding: 10px 0;
  	width: 60%;
}
.gallery-thumbs .swiper-slide{
	position: relative;
	width: 25%;
  	height: 100%;
  	opacity: 0.4;
}
.gallery-thumbs .swiper-slide:after{
	padding-top: 70%;
	content: '';
	display: block;
	width: 100%;
}
.gallery-thumbs .swiper-slide img{
	position: absolute;
	top: 0;
	left: 0;
}
.gallery-thumbs .swiper-slide-active {
  	opacity: 1;
}
.article_pageUp {
	font-size: 14px;
	line-height: 30px;
	color: #333;
	padding-left: 20px
}

.article_pageUp a {
	color: #666
}

.article_pageUp a:hover {
	color: #317f37
}

.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: #35AE61;
}

.articlePage a.hover {
	color: #fff;
	background: #35AE61;
}

.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:hover {
	color: #EF3E4A;
}

.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;
}
.ArticleBox{
	font-size: 14px;
	line-height: 40px;
    text-align: justify;
	
}
.ArticleBox img{
    max-width: 100%;
}
/***newsView end***/
/***textImg1 start***/
.textImg1{
	padding: 20px 88px;
}
.textImg1T{
	text-align: center;
	font-size: 40px;
	color: #333;
	line-height: 50px;
	font-family: daunpenh;
	text-transform: uppercase;
	font-weight: bold;
	padding: 20px 0;
}
.textImg1C dd{
	overflow: hidden;
	margin-bottom: 40px;
}
.tText1{
	width: 500px;
	font-family: calibri;
	overflow: hidden;
}
.tText1 h4{
	text-align: center;
	font-size: 24px;
	color: #333;
	font-weight: normal;
	margin-bottom: 18px;
}
.tText1 span{
	font-size: 16px;
	line-height: 30px;
	color: #666;
    text-align: justify;
}
.tImg1{
	overflow: hidden;
	width: 500px;
}
.tImg1 img{
	width: 500px;
	height: 334px;
}
/***textImg1 end***/

/***event start***/
.event{
	padding: 0 80px 20px 80px ;
}
.eventTHide{
	height: 80px;
}
.eventTC{
	height: 80px;
	background: #fff;
}
.eventTC.hover{
	position: fixed;
	top: 70px;
	width: 1200px;
	left: 50%;
	margin-left: -600px;
	z-index: 99;
	border-bottom: 1px solid #E5E5E5;
}
.eventT{
	width: 500px;
	margin: 0 auto;
	padding: 20px 0 10px 0;
	position: relative;
}
.eventT .swiper-slide{
	text-align: center;
	font-size: 30px;
	height: 50px;
	line-height: 66px;
	vertical-align: text-bottom;
	font-family: daunpenh;
	cursor: pointer;
}
.eventT .swiper-slide-active{
	color: #ef3e4a;
	font-size: 50px;
}

.eventT .swiper-button-next{
	background: url(../images/jt2.png) center center no-repeat;
	right: -21px;
}
.eventT .swiper-button-prev{
	transform: rotate(180deg);
	background: url(../images/jt2.png) center center no-repeat;
	left: -21px;
}
.eventC{
	position: relative;
	padding: 40px 0;
}
.eventC .swiper-slide:after{
	position: absolute;
	left: 50%;
	border-left: 1px solid #bfbfbf;
	top: 0;
	content: '';
	display: block;
	height: 100%;
}
.eventCM{
	padding: 20px 0 0 0;
}
.eventCM dd{
	position: relative;
	overflow: hidden;
	margin-bottom: 60px;
	z-index: 9;
}
.eventImg{
	border: 1px solid #E5E5E5;
	padding: 5px;
	overflow: hidden;
	
}
.eventImg img{
	height: 200px;
	width: 300px;
}
.eventView{
	width: 460px;
	position: relative;
}

.eventView:after{
	content: '';
	display: block;
	border-bottom: 1px solid #BFBFBF;
	width: 49px;
	position: absolute;
	
	top: 18px;
}
.eventView h4{
	font-size: 30px;
	color: #333;
	font-family: daunpenh;
	line-height: 46px;
}
.eventView span{
	font-size: 18px;
	color: #333;
	font-family: calibri;
	line-height: 30px;
}
.eventCM dd.odd .eventView:after{
	left: -64px;
}
.eventCM dd.odd .eventImg{
	margin-left: 149px;
}
.eventCM dd.even .eventImg{
	margin-right: 149px;
}
.eventCM dd.even .eventView{
	text-align: right;
}
.eventCM dd.even .eventView:after{
	right: -64px;
}
.eventCM dd i{
	width: 13px;
	height: 13px;
	padding: 3px;
	border-radius:18px ;
	background: #fff;
	border: 1px solid #ef3e4a;
	position: absolute;
	left: 50%;
	top: 8px;
	margin-left: -10px;
	z-index: 99;
}
.eventCM dd i:after{
	width: 13px;
	height: 13px;
	content: '';
	display: block;
	border-radius:13px ;
	background: #ef3e4a;
}
/***event end***/
/*
* 全图列表(滇红资质)
* imgList1
*/

.img_dl3{margin:0 -7px; background: #F3F3F3;padding-top: 10px;position: relative;z-index: 9;}
.img_dl3 dd{
    float:left; 
    width:33.3333%; 
    /*
    -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{
    display: block;
    padding: 10px;
    margin:7px;
    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 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);
	color: #EF3E4A;
}
.img_dl3 dd a:hover h2{
	color: #EF3E4A;
}
.img_dl3 dd picture{ position: relative; display:block; width:100%; overflow:hidden;}
.img_dl3 dd picture:after{
	width: 100%;
	content: '';
	display: block;
	padding-top: 141.35%;
}
.img_dl3 dd picture img{ position: absolute; top: 0; left: 0;width: 100%; height:100%; -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;
	text-transform: uppercase;
	font-family: calibri;
}
/*
* 图文列表(产品系列)
* textImg2
*/
.textImg2{
	background: #F3F3F3;
	margin:0 -7px;
}
.textImg2 dd{
	width: 33.33%;
	float: left;
	display: inline;
}
.textImg2 dd a{
	display: block;
	margin: 7px;
	background: #fff;
	transition: all 0.3s linear;
}
.tImg2{
	position: relative;
}
.tImg2:before{
	content: '';
	display: block;
	padding-top: 66.66%;
	width: 100%;
}
.tImg2 img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.tText2{
	font-family: calibri;
	padding: 18px;
}
.tText2 h4{
	font-size: 24px;
	color: #333;
	text-align: center;
	text-transform: uppercase;
	font-weight: normal;
	height: 36px;
	line-height: 36px;
}
.tText2 span{
	font-size: 16px;
	color: #666;
	line-height: 26px;
	height: 255px;
	overflow: hidden;
    text-align: justify;
	display: block;
}
.textImg2 dd a em{
	display: block;
	height: 54px;
	background: #E9E9E9 url(../images/tImg2Ico2.png) center center no-repeat;
	transition: all 0.3s linear;
}
.textImg2 dd a:hover em{
	background: #EF3E4A url(../images/tImg2Ico1.png) center center no-repeat;
}
.textImg2 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);
}
/*
* 全图列表2
* imgList2
*/
.img_dl4{ margin:0 -7px;position: relative;z-index: 9; padding: 10px 0 ;}
.img_dl4 dd{
    float:left; 
    width:33.33%; 
    margin-bottom: 14px;
    /*
    -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;
	margin: 0 7px;
}
.img_dl4 dd .imgDiv{position:relative;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{ font-size: 14px; text-align: center; position:relative; padding:10px 0px 0px 25px 0px; background:#fff; -webkit-transition:0.3s; -moz-transition:0.3s; transition:0.3s;}
.img_dl4 dd h2{ 
	padding: 8px 0 0 0; 
	color:#333; 
	font-size:14px;
	text-align: center; 
	font-weight:normal; 
	text-transform: uppercase;
	}
/*
* 图文列表3
* textImg3
*/
.textImg3{
	background: #F3F3F3;
	padding: 0 0 30px 0;
}
.textImg3 dd{
	background: #fff;
	margin: 0 0 30px 0;
}
.textImg3 dd a{
	display: block;
	padding: 0 36px 0 0;
	overflow: hidden;
}
.tImg3{
	overflow: hidden;
	margin-right: 35px;
	width: 42.5%;
	position: relative;
}
.tImg3:after{
	content: '';
	display: block;
	width: 100%;
	padding-top: 66.6667%;
} 
.tImg3 img{
	width:100% ;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
.textImg3 dd h3{
	font-size: 36px;
	color: #333;
	padding-top: 36px;
	font-family: daunpenh;
	text-transform: uppercase;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.textImg3 dd span{
	display: block;
	font-size: 18px;
	color: #666666;
	font-family: calibri;
	line-height: 30px;
	height: 180px;
	overflow: hidden;
	margin-bottom: 15px;
}
.textImg3 dd em {
	float: right;
	width: 103px;
	height: 33px;
	border: 1px solid #E5E5E5;
	border-radius:3px ;
	text-align: center;
	line-height: 35px;
	font-size: 14px;
	color: #999;
	font-family: calibri;
	transition: all 0.3s linear;
}
.textImg3 dd:hover em{
	color: #fff;
	border-color: #EF3E4A;
	background: #EF3E4A;
}
/*
* 全图列表3
* imgList3
*/
.img3Div{
	width: 100%;
	padding-top: 66.48%;
	position: relative;
}
.img3Div img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
/*
* 图文列表4
* textImg4
*/
.textImg4{
	padding: 40px 50px;
}
.textImg4T{
	padding-bottom: 30px;
}
.textImg4T h4{
	font-size: 40px;
	color: #444;
	font-family: daunpenh;
	text-transform: uppercase;
}
.textImg4T span{
	display: block;
	line-height: 26px;
	color: #333333;
	font-size: 18px;
	font-family: calibri;
}
.textImg4C dd{
	overflow: hidden;
	margin-bottom: 30px;
}
.tImg4{
	width: 540px;
	display: block;
}
.tImg4 img{
	width: 540px;
	height: 360px;
}
.tText4{
	width: 500px;
	overflow: hidden;
	display: block;
}
.tText4 h4{
	padding-top: 80px;
	font-size: 40px;
	color: #444;
	font-family: daunpenh;
	text-transform: uppercase;
}
.tText4 span{
	display: block;
	line-height: 26px;
	color: #333333;
	font-size: 18px;
	font-family: calibri;
}
/*
* 联系我们
* contact
*/
.contact{
	padding: 55px 80px;
	background: #fff;
	margin-bottom: 20px;
}
.contactT{
	padding-bottom: 40px;
}
.contactT h4{
	font-size: 40px;
	color: #444;
	font-family: daunpenh;
	text-transform: uppercase;
	text-align: center;
}
.contactT span{
	display: block;
	line-height: 30px;
	color: #666;
	font-size: 18px;
	font-family: calibri;
}
.contactForm{
	overflow: hidden;
	padding-bottom: 30px;
	
}
.formList{
	width: 784px;
	margin: 0 auto;
    font-family: calibri;
    font-size: 14px;
}
.formList dd{
	width: 351px;
	margin-bottom: 20px;
    position: relative;
}
.formList .formInput{
    border: 1px solid #dadada;
    width: 90%;
}.formList .formInput4{
	overflow: hidden;
	border: 1px solid #dadada;
	width: 50%;
    margin-right: 20px;
}
.formList dd a {
    color: #999;
    text-decoration: none;
}
.formList dd a img{
    height: 40px;
}
.formList .formInput1{
	border: 1px solid #dadada;
	height: 38px;
	width: 90%;
	position: relative;
	box-sizing: border-box;
	-webkit-box-sizing:border-box ;
	padding-right: 40px;
}
.formInput1 .seljg{width: 100%; padding-left:10px; line-height:38px; color:#999; font-size:13px; cursor:pointer;}
.formInput1 i{ display:block; width:38px; height:38px; background:url(../images/sel.jpg) no-repeat center center; position:absolute; right:0px; top:0px; cursor:pointer;}
.formInput1 .selTj{ width:100%; overflow:hidden; border:1px solid #dddddd; border-top:none; max-height:120px; overflow-y:auto; position:absolute; left:-1px; top:31px; background:#FFF; display:none; z-index:100000}
.formInput1 .selTj a{ background: #fff; display:block; height:30px; line-height:30px; padding-left:10px; color:#666666; margin-bottom:1px;}
.formInput1 .selTj a:hover{ background:#f8f8f8; color:#ff7800;}
.formInput1 .selTj a.hover{background:#f8f8f8; color:#ff7800;}
.formList dd input{
	height: 38px;
	width: 100%;
	padding: 0 5px;
	border: none;
	box-sizing: border-box;
	-webkit-box-sizing:border-box ;
	font-size: 16px;
}
.formList dd input::-webkit-input-placeholder{
    color:#999;
}
.formList dd input::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
.formList dd input:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
.formList dd input:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}
.formList dd em{
	color: #EF3E4A;
	line-height: 40px;
	padding-left: 12px;
	font-size: 18px;
	width: 5%;
	float: left;
	vertical-align: middle;
}
.formList dd h4{
	color: #999;
	font-size: 16px;
	height: 24px;
	font-family: calibri;
	font-weight: normal;
	padding-top: 20px;
	margin-bottom: 20px;
}
.questionDl{
	padding: 12px 0;
	overflow: hidden;
    margin:0 !important; 
}
.questionDl li{
	float: left;
	display: inline;
	overflow: hidden;
	margin-right: 36px;
	cursor: pointer;
	color: #999;
}
.checkbox li{
	margin-bottom: 30px;
	width: 215px;
}
.ChoiceBox .em{
	width: 14px;
	height: 14px;
	border: 1px solid #E5E5E5;
	border-radius:2px ;
	float: left;
	margin-right: 10px;
}
.ChoiceBox .em.selected{
	background:#EF3E4A url(../images/gou.png) center center no-repeat;
	border-color:#EF3E4A;
}
.ChoiceBox .span{
	overflow: hidden;
    line-height: 16px;
}
.formList dd textarea{
	border: none;
	height: 176px;
	padding: 0 5px;
	line-height: 36px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing:border-box ;
	font-size: 16px;
}
.formList dd textarea::-webkit-input-placeholder{
    color:#999;
}
.formList dd textarea::-moz-placeholder{   /* Mozilla Firefox 19+ */
    color:#999;
}
.formList dd textarea:-moz-placeholder{    /* Mozilla Firefox 4 to 18 */
    color:#999;
}
.formList dd textarea:-ms-input-placeholder{  /* Internet Explorer 10-11 */ 
    color:#999;
}
.formInput3{
	width: 95.5%;
	overflow: hidden;
	border: 1px solid #dadada;
}
.formSubmit{
	padding: 30px 130px;
	font-family: calibri;
}
.formSubmit a{
	float: left;
	
	color: #fff;
	font-size: 16px;
	width: 103px;
	height: 40px;
	background: #EF3E4A;
	text-align: center;
	line-height: 40px;
	border-radius:2px ;
	margin-right: 60px;
}
.formSubmit span{
	float: left;
	line-height: 40px;
	color: #EF3E4A;
	font-size: 16px;
}
.contactUs{
	background: #fff;
	padding: 0 130px 40px 130px;
}
.contactUs h4{
	padding-top: 30px;
	font-size: 40px;
	color: #333;
	font-family: daunpenh;
	text-align: center;
	text-transform: uppercase;
}
.contactUs h5{
	font-size: 24px;
	color: #333;
	font-family: calibri;
	line-height: 34px;
	font-weight: normal;
	padding: 20px 0 10px 0;
}
.contactUs span{
	display: block;
	font-size: 20px;
	color: #333;
	font-family: calibri;
	line-height: 34px;
	font-weight: normal;
}
.contactUs span i{
	font-size: 16px;
	color: #666;
}
/*
* 图文征集
* 
*/
.frendList div p{
    position: absolute;
    width: auto;
    left: 0px;
    right: 0px;
    bottom: -100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background: rgba(0,0,0,0.5);
    display: block;
    position: absolute;
    z-index: 99999;
    background: url(/subsiteSrc/dhmain/images/hbg1.png) repeat center center;
    color: #fff;
    padding: 10px;
    font-size: 12px;
    line-height: 20px;
}
.frendList div a:hover img{
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}
.frendList div a img{
    -webkit-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
    transition: all 0.3s linear;
}
.frendList div a{
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/*viewer 隐藏*/
.viewer-flip-horizontal,
.viewer-flip-vertical,
.viewer-rotate-right,
.viewer-rotate-left,
.viewer-one-to-one,
.viewer-zoom-out,
.viewer-zoom-in{
	display: none;
}

/*
********************************此处内页样式结束********************************
*/
.btn-group{
    width: 100% !important;
}
.btn-group button{
    border-radius: 0 !important;
    width: 100% !important;
    height: 40px !important;
    border: none !important;
}
.bootstrap-select.btn-group .dropdown-menu{
    width: 100%;
}
.bootstrap-select.btn-group .dropdown-menu.inner{
    height: 100px;
}
