@charset "gb2312";
html, body {
    margin: 0;
    padding: 0;
    overflow:hidden;

    /*Avoid flicker on slides transitions for mobile phones #336 */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
}
ul,li {
	list-style-type: none;
}
#superContainer {
    height: 100%;
    position: relative;

    /* Touch detection for Windows 8 */
    -ms-touch-action: none;

    /* IE 11 on Windows Phone 8.1*/
    touch-action: none;
}
.fp-section {
    position: relative;
    -webkit-box-sizing: border-box; /* Safari<=5 Android<=3 */
    -moz-box-sizing: border-box; /* <=28 */
    box-sizing: border-box;
}
.fp-slide {
    float: left;
}
.fp-slide, .fp-slidesContainer {
    height: 100%;
    display: block;
}
.fp-slides {
    z-index:1;
    height: 100%;
    overflow: hidden;
    position: relative;
    -webkit-transition: all 0.3s ease-out; /* Safari<=6 Android<=4.3 */
    transition: all 0.3s ease-out;
}
.fp-section.fp-table, .fp-slide.fp-table {
    display: table;
    table-layout:fixed;
    width: 100%;
}
.fp-tableCell {
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.fp-slidesContainer {
    float: left;
    position: relative;
}
.fp-controlArrow {
    position: absolute;
    z-index: 4;
    top: 50%;
    cursor: pointer;
    width: 0;
    height: 0;
    border-style: solid;
    margin-top: -38px;
}
.fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent;
}
.fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff;
}
.fp-scrollable {
    overflow: scroll;

}
.fp-notransition {
    -webkit-transition: none !important;
    transition: none !important;
}
#fp-nav {
    position: fixed;
    z-index: 100;
    margin-top: -32px;
    top: 50%;
    opacity: 1;
}
#fp-nav.right {
    right: 17px;
}
#fp-nav.left {
    left: 17px;
}
.fp-slidesNav{
    position: absolute;
    z-index: 4;
    left: 50%;
    opacity: 1;
}
.fp-slidesNav.bottom {
    bottom: 17px;
}
.fp-slidesNav.top {
    top: 17px;
}
#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0;
}
#fp-nav ul li,
.fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position:relative;
}
.fp-slidesNav ul li {
    display: inline-block;
}
#fp-nav ul li a,
.fp-slidesNav ul li a {
    display: block;
    position: relative;
    z-index: 1;
    width: 100%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
}
#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span {
    background: #333;
}
#fp-nav ul li a span,
.fp-slidesNav ul li a span {
    top: 2px;
    left: 2px;
    width: 8px;
    height: 8px;
    border: 1px solid #000;
    background: rgba(0, 0, 0, 0);
    border-radius: 50%;
    position: absolute;
    z-index: 1;
}
#fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
}
#fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1;
}
#fp-nav ul li .fp-tooltip.right {
    right: 20px;
}
#fp-nav ul li .fp-tooltip.left {
    left: 20px;
}
.section h1 { font-size: 48px; position: relative; font-family: "微软雅黑"; font-weight: normal; margin: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 20px; padding-left: 0px; }
.section h2 { font-size: 48px; position: relative; font-family: "微软雅黑"; font-weight: normal; margin: 0px; padding-top: 0px; padding-right: 0px; padding-bottom: 20px; padding-left: 0px; }
.section p { font-size: 16px; text-align: left; padding: 10px; width: 1000px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; line-height: 26px; }
.section .con { padding: 10px; width: 950px; margin-top: 30px; margin-right: auto; margin-bottom: 30px; margin-left: auto; }
.section .con .con_l { float: left; text-align: center; }
.section .con .con_r { float: right; text-align: center; }










/*定义一个名字为lefteaseinAnimate动画，实现从页面的左边淡入页面效果*/
@keyframes lefteaseinAnimate{
    0%{ transform: translateX(-2000px); opacity: 0;}
    100%{ transform: translateX(0px); opacity: 1;}
}
@-webkit-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}    
}
@-o-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}    
}
@-ms-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}    
}
@-moz-keyframes lefteaseinAnimate{
    0%{ -webkit-transform: translateX(-2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}    
}
.company_name{
    animation: lefteaseinAnimate 1s ease 1;    /*调用已定义好的动画lefteaseinAnimate，全程运行时间1S，进入的速度曲线为ease，只播放一次*/
    -webkit-animation: lefteaseinAnimate 1s ease 1;
    -ms-animation: lefteaseinAnimate 1s ease 1;
    -o-animation: lefteaseinAnimate 1s ease 1;
    -moz-animation: lefteaseinAnimate 1s ease 1;
    
    /*规定动画的最后状态为结束状态*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 
}

/*定义一个名字为righteaseinAnimate动画，实现从页面的右边淡入页面效果*/
@keyframes righteaseinAnimate{
    0%{ transform: translateX(2000px); opacity: 0;}   
    100%{ transform: translateX(0px); opacity: 1;}      
}
@-webkit-keyframes righteaseinAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-o-keyframes righteaseinAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-ms-keyframes righteaseinAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
@-moz-keyframes righteaseinAnimate{
    0%{ -webkit-transform: translateX(2000px); opacity: 0;}
    100%{ -webkit-transform: translateX(0px); opacity: 1;}
}
.company_introduce{
    animation: righteaseinAnimate 1s ease 1;    /*调用已定义好的动画righteaseinAnimate，全程运行时间1S，进入的速度曲线为ease，只播放一次*/
    -webkit-animation: righteaseinAnimate 1s ease 1;
    -moz-animation: righteaseinAnimate 1s ease 1;
    -ms-animation: righteaseinAnimate 1s ease 1;
    -o-animation: righteaseinAnimate 1s ease 1;
    
    /*规定动画的最后状态为结束状态*/
    animation-fill-mode:forwards;
    -webkit-animation-fill-mode: forwards;  
      -o-animation-fill-mode: forwards; 
      -ms-animation-fill-mode: forwards;   
      -moz-animation-fill-mode: forwards; 
}




.section3 h2 { width: 577px; height: 90px; margin: 0 auto; text-indent: -9999px; background-image: url(images/slider3_title.png);}
.section3 img { display: block; margin: 2% auto;}
.section3 .txt { line-height: 30px; text-align: center;}
.section3 .fp-controlArrow { width: 100px; height: 100px; margin-top: -50px; border: 0 none;}
.section3 .fp-prev { left: 150px; background: url(left_control.png) 50% no-repeat;}
.section3 .fp-next { right: 150px; background: url(right_control.png) 50% no-repeat;}


/*  菜单 */
.clearfix:after { content:"."; display:block; height:0; clear:both; visibility:hidden; }
.nav { width:1000px; margin:0 auto; font-family:"Microsoft YaHei", SimSun, SimHei; }
.nav .m { position:relative; float:left; display:inline; text-align:center; padding: 0 15px;}

.nav h5 {
	float: left;
	display: block;
	padding-top: 40px;
	text-align: center;
	font-size: 14px;
	font-weight: normal;
}
.nav h5 a { color: #FFF; text-decoration: none; }
.nav h5 a:hover { color: #F60; text-decoration: none; }
.nav .on h5 a { color: #F60; text-decoration: none; }

.nav .sub { display:none; /*默认隐藏*/ width:200px; border-radius: 0px 0px 10px 10px; position:absolute; left:-10px; top:95px; background:#000; float:left; line-height:30px; padding-top: 10px; padding-right: 0; padding-bottom: 20px; padding-left: 0; }
.nav .sub li { text-align: left; text-indent: 20px; line-height: 35px; font-size: 14px; }
.nav .sub li a { color:#999; display:block; zoom:1; text-decoration: none; }
.nav .sub li a:hover { color:#c00; text-decoration: none; }
.nav .sub dl { display:inline-block; *display:inline;
zoom:1; vertical-align:top; line-height:26px; float: left; padding-top: 15px; padding-right: 40px; padding-bottom: 15px; padding-left: 40px; margin: 0px; text-align: left; border-right-width: 1px; border-right-style: solid; border-right-color: #1a1a1a; }
.nav .sub dl a:hover { color:#c00; }
.nav .sub dl dt a { color:#FFF; margin: 0px; padding: 0px; text-decoration: none; line-height: 35px; font-size: 16px; }
.nav .sub dl dd a { color:#999; margin: 0px; text-decoration: none; padding: 0px; line-height: 35px; font-size: 14px; }
.nav .sub dl dd { text-align: left; margin: 0px; padding: 0px; }

.nav #m2 .sub { z-index:1; width:1000px; left:-305px; top: 95px; border-radius: 0px 0px 10px 10px; }
.nav #m5 .sub { z-index:1; width:1000px; left:-385px; top: 95px; border-radius: 0px 0px 10px 10px; }
.nav #m6 .sub { z-index:1; width:1000px; left:-550px; top: 95px; border-radius: 0px 0px 10px 10px; }

.logo .menu { width: 1000px; margin-top: 0px; margin-right: auto; margin-bottom: 0px; margin-left: auto; }
.logo { background-color: #1a1a1a; height: 95px; width: 100%; position: fixed; z-index: 999; }
.logo .logo_l { float: left; width: 145px; }
/*.logo .con .logo_c ul li { float: left; width: 80px; display: block; padding-top: 60px; text-align: center; font-size: 14px; }
.logo .con .logo_c ul li a { color: #FFF; text-decoration: none; }
.logo .con .logo_c ul li a:hover { color: #F60; text-decoration: none; }*/
.logo .logo_c { float: left; width: 610px; }
.logo .logo_r { float: right; width: 240px; }
.logo .logo_r .tel { padding-top: 15px; }
.logo .logo_r .search { margin-top: 15px; }
.logo_r .search .sear { background-image: url(../images/search_l.png); background-repeat: no-repeat; height: 29px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; float: left; width: 210px; font-size: 14px; color: #ff7267; font-family: "微软雅黑"; margin: 0px; padding: 0px; }
.logo_r .search .searc { width: 29px; line-height: 29px; background-image: url(../images/search_r.png); background-repeat: no-repeat; height: 29px; border-top-width: 0px; border-right-width: 0px; border-bottom-width: 0px; border-left-width: 0px; margin: 0px; padding: 0px; float: left; }

.single-mega-item {float: left; padding: 0 0 15px 0;}
.single-mega-item li.block {color: #fff; font-size: 16px; margin: 10px 15px; position: relative;}
.single-mega-item li.block:after {background: #e0e0e0 none repeat scroll 0 0; bottom: 3px; content: ""; height: 1px; left: 20px; position: absolute; width: 33px;}
.single-mega-item li:not(.block){padding: 1px 15px; padding-right: 40px;}