@font-face {
    font-family: 'gotham-Book';
    src: url('font/gotham-book-webfont.eot');
    /* IE9*/
    src: url('font/gotham-book-webfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('font/gotham-book-webfont.woff') format('woff'), /* chrome、firefox */
    url('font/gotham-Book.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: 'billboard-regular';
    src: url('font/billboard-regular.eot');
    /* IE9*/
    src: url('font/billboard-regular.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('font/billboard-regular.woff') format('woff'), /* chrome、firefox */
    url('font/billboard-regular.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: 'Helvetica';
    src: url('font/helveticaneueltpro-thex');
    /* IE9*/
    src: url('font/helveticaneueltpro-thex') format('embedded-opentype'), /* IE6-IE8 */
    url('font/helveticaneueltpro-thex.woff') format('woff'), /* chrome、firefox */
    url('font/helveticaneueltpro-thex.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: 'MyriadPro';
    src: url('font/myriadproregular.eot');
    /* IE9*/
    src: url('font/myriadproregular.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('font/myriadproregular.woff') format('woff'), /* chrome、firefox */
    url('font/myriadproregular.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: 'gotham-medium-webfont';
    src: url('font/gotham-medium-webfont.eot');
    /* IE9*/
    src: url('font/gotham-medium-webfont.eot') format('embedded-opentype'), /* IE6-IE8 */
    url('font/gotham-medium-webfont.woff') format('woff'), /* chrome、firefox */
    url('font/gotham-medium-webfont.ttf') format('truetype');
    /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
}

@font-face {
    font-family: 'iconfont';
    src: url('font/iconfont.eot');
    /* IE9*/
    src: url('font/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
    url('font/iconfont.woff') format('woff'), /* chrome、firefox */
    url('font/iconfont.ttf') format('truetype'), /* chrome、firefox、opera、Safari, Android, iOS 4.2+*/
    url('font/iconfont.svg#iconfont') format('svg');
    /* iOS 4.1- */
}

.iconfont {
    font-family: "iconfont";
    font-size: 16px;
    font-style: normal;
}

.text-overflow{overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*全局*/

* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
}

::-webkit-scrollbar {
    width: 10px;
}

::-webkit-scrollbar-track {
    background-color: #666;
}

::-webkit-scrollbar-thumb {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb:hover {
    background-color: #ddd;
}

::-webkit-scrollbar-thumb:active {
    background-color: #ddd;
}

.clearfix {
    *zoom: 1;
}

.clearfix:after {
    clear: both;
    content: '';
    display: table;
}

.wrap {
    width: 100%;
    float: left;
    clear: both;
}
.pronav  li:hover .down {
  display: block;
   background-color: #eee;
}
.pronav li .down a{
    padding:0 15px;
}
.pronav  li:hover .down a{
    display: block;
    color:#949494;
   background-color: #eee;
}
.pronav  li:hover .down a:hover{
    color:#fff;
   background-color: #09aacf;
}
.pronav  li .down {
    position: absolute;
    min-width: 135px;
    text-align: center;
    height: auto;
    left: 0;
    top: 35px;
    background-color: #fff;
    z-index: 999;
    display: none;
    margin-left: -15px;
    float: left;
}

/*//*/
.main {
    width: 100%;
    height: auto;
    float: left;
    clear: both;
    position: relative;
}

body {
    overflow-x: hidden;
    color: #222;
    font-size: 14px;
    background: #fff;
    font-family: "microsoft yahei", "华文细黑", arial;
    min-width: 1240px;
    margin-top: 70px;
}

body img {
    border: none;
    max-width: 100%;
}

body a {
    text-decoration: none;
    color: #222;
}

body ul,
body ol {
    list-style: none;
}

body input {
    border: none;
    padding: 0;
    margin: 0;
    outline: none;
}

.rel {
    position: relative;
}

.mask_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10000;
    display: none;
    background: #000;
    opacity: 0;
    -webkit-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -o-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    -ms-animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
    animation: maskShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1s forwards;
}

@-webkit-keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}

@-o-keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}

@-ms-keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}

@keyframes maskShow {
    from {
        opacity: 0;
    }
    to {
        opacity: 0.5;
    }
}


/*header*/

.header {
    height: 80px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    background: #fff;
    box-shadow: 0 0 28px 0 rgba(0,0,0,0.15);
}

.header .logo {
    width: 193px;height: 61px;background: url(logo.png);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    float: left;
    margin-top: 6px;
}
.header .nav li i {
  width: 0;
  height: 2px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: absolute;
  left: 50%;
  margin-left: -15px;
  bottom: 20px;
  background: #b32612;
}
.header .nav li:hover,
.header .nav li.on {
  color: #fff;
}


.header .nav {
    float: right;
}

.header .nav li {color: #666;
    font-size: 15px;
    line-height: 80px;
    float: left;
    padding: 0 30px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;position: relative;
}
.header .nav li:after{
	content: "";
	display: block;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 0;
	z-index: -1;
	background: #b32612;
	-webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.header .nav li:hover:after,
.header .nav li.on:after{
	height: 100%;
}
.header .nav li a{
	color: #666;
	-webkit-transition: all 0.15s linear;
    transition: all 0.15s linear;
}
.header .nav li:hover a{
	color: #fff;
}
.header.small {
    height: 30px;
    padding: 20px 0;
}

.header.small .logo img {
    height: 30px;
}

.header.small .nav li {
    line-height: 32px;
}

.i_name {
    width: 100%;
    height: 40px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background: #8f0208;
    position: absolute;
    bottom: 0;
    left: 0;
    font-style: normal;
    filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    -khtml-opacity: 0.8;
    opacity: 0.8;
}

.prolist li:hover .i_name {
    display: block;
}


/*flash*/
#banner {
  width: 100%;
  background: url(load.gif) no-repeat center;
}
.pro-switch {
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 300px;
}
.cn_pro-switch{
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 610px;
}
.cn_flexslider {
  margin: 0;
  padding: 0;
}
.cn_flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.cn_flexslider .slides li {
  width: 100%;
  display: block;
  height: 610px;
}
.cn_flexslider .slides .img {
  width: 100%;
  display: block;
  height: 610px;
}
.cn_flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  zoom: 1;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides li {
  width: 100%;
  display: block;
  height: 300px;
}
.flexslider .slides .img {
  width: 100%;
  display: block;
  height: 300px;
}
.slides:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
.slides {
  height: auto;
}
.no-js .slides > li:first-child {
  display: block;
}
.flexslider {
  margin: 0 auto;
  position: relative;
  width: 100%;
  height: auto;
  zoom: 1;
}

.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  transition: all 1s ease;
}
.flexslider .slides {
  zoom: 1;
}
.cn_flexslider .slides {
  zoom: 1;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  width: 60px;
  height: 90px;
  margin: -20px 0 0;
  display: block;
  background: url(../images/ad_ctr.png) no-repeat 0 0;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-indent: -9999px;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all .3s ease;
  margin-top: -45px;
}
.flex-direction-nav .flex-next {
  background-position: 0 -90px;
  right: 0;
}
.flex-direction-nav .flex-prev {
  left: 0;
}
.flexslider:hover .flex-next,
.flexslider:hover .flex-prev {
  opacity: 0.8;
  filter: alpha(opacity=25);
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.cn_flexslider:hover .flex-next:hover,
.cn_flexslider:hover .flex-prev:hover {
  opacity: 1;
  filter: alpha(opacity=50);
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: 20px;
  text-align: center;
  margin: 0;
  padding: 0;
}
.flex-control-nav li {
  margin: 0 5px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
    display: inline-block;
    width: 10px;
    height: 6px;
    margin: 0 5px;
    background: rgba(218,37,29,0.6);
    border-radius: 5px;
    overflow: hidden;
    text-indent: -999em;
    cursor: pointer;
    transition: width,background 0.4s;
}
.flex-control-paging li a.flex-active {    background: rgba(218,37,29,0.9);
    cursor: default;
    width: 20px;
}
.exab .content {
    overflow: hidden;
}

.content .ab_img {
    float: left;
}

.content .ab_p {
    padding-top: 10px;
    line-height: 150%;
    float: right;
    width: 1200px;
    color: #666;
    font-family: "宋体";
    font-size: 12px;
    line-height: 20px;
}

.content .ab_nav {
    width: 100%;
    padding: 0px 200px;
    margin-bottom: 15px;
    text-align: center;
}

.content .ab_nav a {
    width: 200px;
    text-align: center;
    float: left;
    cursor: pointer;
    font-size: 18px;
}

.content .ab_nav span {
    float: left;
}

.exab .content p {
    overflow: hidden;
    text-indent: 2em;
}

.expro .pronav {
    width: 1050px;
    height: auto;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 25px;
}

.expro .protitle {
    line-height: 30px;
    text-align: left;
    font-size: 20px;
    color: #b32612;
    font-weight: bold;
}

.expro .protitle span {
    font-size: 12px;
    color: #8b8b8b;
}

.expro .pronav li {
    width: auto;
    height: 38px;
    line-height: 38px;
    padding: 0 10px;
    font-size: 15px;
    color: #ccc;
    float: left;
    margin-right: 14px;
    border: 1px #ccc solid;
    margin-bottom: 10px;
    cursor: pointer;
    transition: all 0.4s;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
}

.expro .pronav li.cur {
    color: #fff;
    background: #8f0208;
    border: 1px #8f0208 solid;
}

.expro .pronav li:hover {
    color: #fff;
    background: #b5171d;
    border: 1px #b5171d solid;
}

.expro .prolist {
    width: 1200px;
    cursor: pointer;
    overflow: hidden;
    float: left;
    padding-bottom: 80px;
    position: relative;
    height: auto;
}

.expro .prolist li {
    float: left;
    width: 230px;
    margin-left: 20px;
    margin-bottom: 30px;
    height: 250px;
    overflow: hidden;
    position: relative;
    border: 1px #DADADA solid;
    background-color: #fff;
}

.expro .prolist li:nth-of-type(1),
.expro .prolist li:nth-of-type(5),
.expro .prolist li:nth-of-type(9),
.expro .prolist li:nth-of-type(13) {
    margin-left: 0;
}

.expro .prolist li img {
    display: block;
    width: 230px;
    height: 150px;
    background-color: #fff;
}

.prolist .pro_nav {
    padding: 20px;
    text-align: center;
    line-height: 150%;
    border-top: 1px #DDDDDD solid;
}

.prolist .pro_nav .color {
    color: #777777;
}


/*
 .expro .prolist li a:hover .proshow {
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
}
.expro .prolist li a:hover i {
  bottom: 18px;
}
.expro .prolist li a:hover {
  background-color: rgba(0, 0, 0, 0.7);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b3020000', endColorstr='#b3050203', GradientType=0);
}
*/

.main .page {width: 60px;text-align: center; overflow: hidden;margin: 30px auto;}

.pro_nav {
    width: 1200px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.pro-show {
    width: 1200px;
    overflow: hidden;
    margin-bottom: 30px;
    display: none;
    position: relative;
    margin: 0 auto;
}

.pro-show> .loading {
    width: 150px;
    height: 170px;
    position: absolute;
    left: 50%;
    margin-left: -75px;
    top: 50%;
    margin-top: -85px;
    display: none;
    z-index: 99;
}

.pro-show> .loading> img {
    max-width: 100%;
    opacity: 0.8;
    display: block;
}

.pro-show> .loading> .load-text {
    width: 100%;
    height: 20px;
    line-height: 20px;
    font-size: 12px;
    text-align: center;
    color: #999;
}

#wpPro-box> .caption {
    width: 100%;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    text-align: left;
    margin-bottom: 25px;
    color: #999;
}
#wpPro-box> .caption a{display: inline-block;font-size: 13px;color: #666;padding-right: 15px;cursor: pointer;}

#wpPro-box> .caption> .back {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    padding-right: 10px;
    font-size: 12px;
    cursor: pointer;
    color: #999;
}

#wpPro-box> .caption> .back:hover {
    color: #b32612;
}

#wpPro-box> .main-box {
    width: 1215px;
    overflow: hidden;
}

#wpPro-box> .main-box> li {
    float: left;
    width: 226px;
    margin-right: 15px;
    margin-bottom: 15px;
    position: relative;
    border: 1px #DADADA solid;
    background-color: #fff;
    list-style: none;
    cursor: pointer;padding-bottom: 35px;
}
#wpPro-box> .main-box> li:hover {
    box-shadow: 0 0 10px #ccc;
}

#wpPro-box> .main-box> li> .imgbox {
    width: 100%;
    height: auto;
}

#wpPro-box> .main-box> li> .imgbox> img {
    display: block;
    max-width: 100%;
}

#wpPro-box> .main-box> li> .prono {
    width: 100%;
    height: 35px;
    line-height: 35px;
    font-size: 14px;
    background: #b32612;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

#wpPro-box> .page-box {
    width: 100%;
    height: 40px;
    margin-top: 10px;
}

#wpPro-box> .page-box> span {
    display: inline-block;
    width: 38px;
    height: 38px;
    border: 1px solid #eee;
    margin: 0 5px;
    background: #fff;
    color: #999;
    line-height: 38px;
    cursor: pointer;
    -webkit-transition: background 0.3s;
    transition: background 0.3s;
}

#wpPro-box> .page-box> span:hover {
    background: #b32612;
    color: #fff;
}

#wpPro-box> .page-box> span.cursor {
    background: #b32612;
    color: #fff;
}

*/
/*czs731*/

.pro_nav li {
    width: 20%;
    float: left;
}

.pro_nav li .navleft {
    float: left;
}

.pro_nav li .navright {
    width: 135px;
    float: left;
    text-align: left;
    padding-top: 10px;
    position: relative;
}

.pro_nav li .navright span {
    padding-left: 15px;
    line-height: 20px;
    width: 100%;
    float: left;
    color: #777777;
}

.pro_nav li .navright:hover .down {
    display: block;
}

.pro_nav li .down {
    position: absolute;
    width: 100%;
    text-align: left;
    height: auto;
    left: 0;
    background-color: #f4f4f4;
    top: 50px;
    z-index: 999;
    display: none;
    text-align: center;
}

.pro_nav li .down a {
    text-align: left;
    display: block;
    width: auto;
    height: 100%;
    line-height: 50px;
    color: #777777;
    padding-left: 15px;
}

.pro_nav li .down a:hover {
    background-color: #b32612;
    color: #fff;
}
.newpage {
    bottom: 25px !important
}
.exnew_show .content .show_intro p{color: #999;line-height: 30px;}
.exnew_show .content .show_intro img{display: block;margin:15px 0;}
.foot {
    background: #000;
    height: 40px;
    line-height: 40px;
    color: #a3a3a3;
    font-size: 14px;
}

.foot a {
    color: #a3a3a3;
    padding: 0 3px;
}

.foot .left {
    float: left;
}
.foot .right {
    float: right;
}
.foot .link {
    position: absolute;
    width: 140px;
    left: 50%;
    margin-left: -70px;
    display: block;
    height: 100%;
    top: 0;
}
/*分页*/

.expage {
    position: absolute;
    bottom: 40px;
}

.expage span {
    display: block;
    width: 30px;
    height: 30px;
    background: #eee;
    border: 1px #ccc solid;
    float: left;
    line-height: 30px;
    text-align: center;
    margin-right: 5px;
    cursor: pointer;
    color: #555;
    font-size: 16px;
}

.expage span.cur {
    background: #b5171d;
    color: #fff;
    border: 1px #8f0208 solid;
}

.expage span.prv,
.expage span.next {
    line-height: 33px;
}

.expage span:hover {
    background: #b5171d;
    color: #fff;
    border: 1px #b5171d solid;
}

.expage span.none {
    display: none;
}

.expage em {
    display: block;
    width: 20px;
    height: 30px;
    float: left;
    color: #999;
    line-height: 40px;
}

@-webkit-keyframes introShow {
    from {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-o-keyframes introShow {
    from {
        opacity: 0;
        -o-transform: scale(0.2);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@-ms-keyframes introShow {
    from {
        opacity: 0;
        -ms-transform: scale(0.2);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@keyframes introShow {
    from {
        opacity: 0;
        transform: scale(0.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}


/*# sourceMappingURL=style.css.map */

.list-box {
	margin: 0 auto;
    padding-top: 20px;
}
.imgtitle{
	width: 285px;
	float: left;
}

.list-box a.list-item {
    padding: 0 8px;
    color: #999;
    font-size: 13px;
    height: 15px;
    line-height: 15px;
    display: inline-block;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    cursor: pointer;
}

.list-box a:hover {
    color: #b32612;
}
.list-box a.list-item:last-child{border-right: 0;padding-right: 0;}
#weipai-product{padding: 75px 0 70px;overflow: hidden;background: #f2f2f2;}
#weipai-honor{padding: 40px 0;overflow: hidden;background: #f8f8f8;}
.pro_name{
	width: 100%;
	display: block;
	height: 100px;
	background-color: #f8f8f8;
	 cursor: pointer;
	 transition: background 0.5s;

}
.pro_name .pro_left{
	width:200px;
	float: left;
    padding:30px;

}
.pro_name .pro_right{
	width: 30%;
	float: left;
	position: relative;
}

.pro_name .pro_right i{
	content: '';
    width: 160px;
    height: 37px;
    display: block;
    position: absolute;
    top: 30px;
    background: transparent url(../images/icons.png) no-repeat 70px 9px;
  
}
.pro_name .pro_left span{
    width: 100%;
    line-height: 20px;
    float: left;
    text-align: left;

}

/*公司理念*/

.exidea {
    width: 1240px;
    margin: 0 auto;
    clear: both;
}

.idea ul li {
    height: 520px;
    overflow: hidden;
    float: left;
    background-color: #fff;
    font-family: "microsoft yahei";
    cursor: pointer;
}

.idea ul .idea1 {
    width: 520px;
}

.idea ul .idea2 {
    width: 360px;
}

.idea ul .idea3 {
    width: 360px;
}

.idea ul li img {
    width: 100%;
    height: 260px;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    overflow: hidden;
    position: relative;
}

.idea1 {
    width: 560px;
    background: #fff;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    background-color: #fff;
}

.idea ul li:hover img {
    margin-top: -10px;
    transform: scale(1.05, 1.05);
    -moz-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    width: 100%;
    height: 260px;
    overflow: hidden;
}

.idea ul li .i_info {
    position: relative;
    margin: 0;
    transition: all 0.3s ease-out 0s;
    top: 60px;
    text-align: center;
}

.idea ul li:hover .i_info {
    margin-top: 0;
}

.idea ul li .i_info .i_tit {
    padding: 0 30px;
    height: 40px;
    line-height: 40px;
    font-size: 20px;
    font-weight: normal;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}

.idea ul li .i_info .i_desc {
    margin-top: 25px;
    padding: 0 45px;
    line-height: 26px;
    color: #8D8D8D;
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
    font-size: 13px;
    height: 50px;
    overflow: hidden;
    text-align: center;
}

.idea ul li:hover .i_info p {
    color: #fff;
}

.idea ul li:hover {
    background-color: #9c4845;
}

.idea ul li .i_info:after {
    position: absolute;
    content: "";
    left: 50%;
    width: 35px;
    height: 1px;
    background: #9c4845;
    margin-left: -17px;
    top: 48px;
    transition: all 0.3s ease-out 0s;
}

.idea ul li:hover .i_info:after {
    background: #fff;
}

.idea ul li i {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 0;
    border: 1px solid transparent;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -50px;
    display: block;
    font-size: 0;
    opacity: 0;
    background: transparent url(../images/icon.png) no-repeat 0 0px;
    margin-left: -9px;
    left: 50%;
}

.idea ul li:hover i {
    opacity: 1;
    top: 85px;
}

.idea .idea2:hover i {
    opacity: 1;
    top: -450px;
}

.idea .idea2 i {
    width: 35px;
    height: 35px;
    text-align: center;
    border-radius: 0;
    border: 1px solid transparent;
    transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
    top: -550px;
    display: block;
    font-size: 0;
    opacity: 0;
    background: transparent url(../images/icon.png) no-repeat 0 0px;
    margin-left: -9px;
    left: 50%;
}
.pro_type{clear: both;width:100%;margin: 0 auto;position: relative; margin-top: 45px;}
.pro_type .pro_big{width:469px;height: 614px;background-image:url(../images/big_type.jpg);float: left;transition: all 0.3s;}
.pro_type ul{float: right;width: 730px;}
.pro_type ul li{width:229px; height:300px; cursor:pointer;float: left;margin:0 0 14px 14px;background: #fff;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;background-color: #fff;}
.pro_type ul .pro_more{background-image: url(../images/more.jpg);height: 300px;cursor: pointer;}
.pro_type ul .pro_more a{display: block;width: 100%;height: 100%;overflow: hidden;}
.pro_type ul li:hover{border-color:#b32612;}
.pro_type ul li img{width:229px; height:225px;display: block;padding-bottom:14px;}
.pro_type ul li h3 {text-align: center;font-weight: normal;font-size: 14px; color: #333;}
.pro_type ul li p {text-align: center;font-size: 14px;color: #b0b0b0; line-height: 25px;}
.pro_type ul li i{display: block;font-style: normal;font-size: 14px;color: #b32612; transition: all 0.3s;}
.pro_type ul li:hover,.pro_type .pro_big:hover{ box-shadow: 0 0 20px 0 rgba(0,0,0,0.35);}

/*list*/

.list_tit p{font-weight: normal;color: #787878;font-size: 14px;line-height: 40px;position: absolute;bottom: 10px;width: 100%;}
/*index_list*/
.index_list{width: 100%;clear: both;margin:20px 0 20px 0;overflow: hidden;}
.index_pro{width: 570px;float: left;}
.index_pro .pro_boxs{width: 570px; position: relative;height: 330px;overflow: hidden;}
.index_pro ul{width: 570px;height: 330px;overflow: hidden;}
.index_pro ul li{width: 570px;height: 330px;overflow: hidden;float: left;}
.index_pro ul li img{transition: all ease-out .5s .1s;width: 570px;height: 330px;}
.index_pro ul li:hover img{transform: scale(1.05, 1.05);}
.index_pro a.more_pro{display: block;width: 570px;height: 50px;background: #000;text-align: center;color: #fff;font-size: 21px;line-height: 50px;margin-top: 5px;}
.index_pro .pro_boxs .pro_next:hover {
    background-color: rgba(83, 192, 213, .8);
}

.index_pro .pro_boxs .pro_prv:hover {
    background-color: rgba(83, 192, 213, .8);
}

.index_pro .pro_boxs .pro_prv {
    width: 35px;
    height: 60px;
    left:10px;
    top: 50%;
    background-image: url(ab_prv.png);
    background-position:center;
    position: absolute;
    cursor: pointer;
    margin-top: -30px;
    background-color: rgba(0, 0, 0, .5);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}


.index_pro .pro_boxs .pro_next {
    width: 35px;
    margin-top: -30px;
    height: 60px;
    right: 10px;
    top: 50%;
    background-image: url(ab_next.png);
    background-position:center;
    position: absolute;
    cursor: pointer;
    background-color: rgba(0, 0, 0, .5);
    transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#weipai-about{padding:91px 0 86px;background-image:url(../images/about.jpg); background-color:#fff; background-position: center;}
.index_tit{font-size: 22px;color: #222;font-weight: normal;padding-bottom: 10px;}
.about_left{float: right;width: 660px; height: 550px; box-sizing: border-box; background: #fff;}
.about_left .index_tit{color: #fff;}
.about_left .about_desc{padding:95px 0 0 70px;background: #fff;overflow: hidden;}
.about_left .about_desc h3{font-size: 22px;font-weight: normal;color: #000;line-height: 28px;text-transform: uppercase;}
.about_left .about_desc b{
	display: block;
	font-weight: normal;
	color: #c4c4c4;
	margin-bottom: 25px;
}
.about_left .about_desc p{color: #888;line-height: 30px; margin-bottom: 25px;}
#weipai-about .container img{display: block;float: right;}
#button{display: block;width: 120px;text-align: center;height: 35px;line-height: 35px;border: 1px solid #eee;color: #ccc;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;float: right;margin-top: 19px;cursor: pointer;}
#button:hover{background: #b32612;color: #fff;border-color:#b32612 ;}
.container {
    width: 1200px;
    margin: 0 auto;
}
#weipai-contact{padding:50px 0;overflow:hidden;background: #f3f3f3;}
.ab_img2{ width: 1200px;clear: both;   position: relative;overflow: hidden;}
.ab_img2 ul {
    width: 1212.5px;
    margin-left: -12.5px;
    position: relative;
}
.ab_img2  ul li {
    width: 230px;
    margin-left: 12.5px;
    float: left;
    position: relative;overflow: hidden;
  
}
.ab_img2 .pro_next:hover,.ab_img2 .pro_prv:hover{background-color: rgba(208,0,26,.8);}
.ab_img2 .pro_prv{
    width: 28px;
    height: 50px;
    left:15px;
    top: 50%;
    background-image:url(ab_prv.png) ;
    position: absolute;
    cursor: pointer;
    margin-top: -25px;
    background-color:rgba(208,0,26,.5);transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;

}
.ab_img2 .pro_next{
    width: 28px; margin-top: -25px;
    height: 50px;
    right:15px;
    top: 50%;
    background-image:url(ab_next.png) ;
    background-size: cover;
    position: absolute;
    cursor: pointer;background-color:rgba(208,0,26,.5);transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#weipai-news {
    padding: 50px 0 113px;
    background: #fff;
}
.exnew_show {
    width: 1000px;
    height: 680px;
    background: #fff;
    position: fixed;
    left: 50%;
    margin-left: -500px;
    top: 50%;
    margin-top: -340px;
    opacity: 0;
    z-index: 10001;
    border-radius: 5px;
    -webkit-transform: scale(0.2);
    -o-transform: scale(0.2);
    -ms-transform: scale(0.2);
    transform: scale(0.2);
    display: none;
    -webkit-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
    -o-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
    -ms-animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
    animation: introShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 0.5s 0.5s forwards;
}

.exnew_show i {
    display: block;
    width: 40px;
    height: 40px;
    position: absolute;
    right: 10px;
    top: 10px;
    line-height: 40px;
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    color: #666;
    font-size: 22px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    font-weight: bold;
}

.exnew_show i:hover {
    transform: rotate(90deg);
}

.exnew_show .content {
    width: 90%;
    margin: 20px 5%;
}

.exnew_show .content h2 {
    line-height: 50px;
    color: #b32612;
    font-weight: normal;
}

.exnew_show .content .show_date {
    width: 100%;
    height: 25px;
    margin: 0 auto;
    background: #F9F9F9;
    line-height: 25px;
    color: #666;
    text-indent: 2em;
}

.exnew_show .content .show_intro {
    width: 100%;
    height: 500px;
    overflow-y: auto;
    padding-top: 20px;
    text-align: left;
    font-size: 14px;
}

@-webkit-keyframes introShow {
    from {
        opacity: 0;
        -webkit-transform: scale(0.2);
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
    }
}

@-o-keyframes introShow {
    from {
        opacity: 0;
        -o-transform: scale(0.2);
    }
    to {
        opacity: 1;
        -o-transform: scale(1);
    }
}

@-ms-keyframes introShow {
    from {
        opacity: 0;
        -ms-transform: scale(0.2);
    }
    to {
        opacity: 1;
        -ms-transform: scale(1);
    }
}

@keyframes introShow {
    from {
        opacity: 0;
        transform: scale(0.2);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}
.video .title{color: #fff;}
.video #video_prv {
  position: absolute;
  width: 60px;
  height: 70px;
  top: 50%;
  margin-top: 25px;
  left: -70px;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #999;
}
.video #video_next {
  right: -70px;
  position: absolute;
  width: 60px;
  height: 50px;
  top: 50%;
  margin-top: 25px;
  font-size: 50px;
  line-height: 50px;
  text-align: center;
  cursor: pointer;
  color: #999;
  transform: rotateY(180deg);
}
.video #video_prv.none,
.video #video_next.none {
  color: #ddd;
  cursor: default;
}

.video_show {
  width: 1000px;
    height: 680px;
    position: fixed;
    left: 50%;
    margin-left: -500px;
    top: -1000px;
    margin-top: -340px;
    opacity: 0;
    z-index: 10001;
    border-radius: 5px;
    display: none;
    -webkit-animation: videoShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    -o-animation: videoShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    -ms-animation: videoShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
    animation: videoShow cubic-bezier(0.68, -0.55, 0.27, 1.55) 1.2s 0.5s forwards;
}

@-webkit-keyframes videoShow {
    from {
        opacity: 0;
        top:-1000px;
    }
    to {
        opacity: 1;
        top:50%;
    }
}

@-o-keyframes videoShow {
    from {
        opacity: 0;
        top:-1000px;
    }
    to {
        opacity: 1;
        top:50%;
    }
}

@-ms-keyframes videoShow {
    from {
        opacity: 0;
        top:-1000px;
    }
    to {
        opacity: 1;
        top:50%;
    }
}

@keyframes videoShow {
    from {
        opacity: 0;
        top:-1000px;
    }
    to {
        opacity: 1;
        top:50%;
    }
}
.video_show i {
  display: block;
  width: 40px;
  height: 40px;
  position: absolute;
  right: 10px;
  top: 10px;
  line-height: 40px;
  font-size: 20px;
  text-align: center;
  cursor: pointer;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  font-weight: bold;
  background: url(i_closed.png);
}
.video_show i:hover {
  transform: rotate(90deg);
}
.video_show .content {
  width: 90%;
  margin: 20px 5%;
}
.video_show .content h2 {
  line-height: 50px;
  color: #4c321c;
}
.video_show .content .show_date {
  width: 100%;
  height: 25px;
  margin: 10px 0;
  background: #F9F9F9;
  line-height: 25px;
  color: #666;
  text-indent: 2em;
}
.video_show .content .show_intro {
  width: 100%;
  padding-top: 20px;
  text-align: left;
  font-size: 14px;
  height: 500px;
}
.video_show iframe{width: 100%;height: 500px;}
.video_show iframe{width: 100%;height: 500px;}
#weipai-video{padding: 50px 0;background: #000;}
.video ul{margin-left: -20px;width: 1220px;padding-bottom: 50px;}
.video ul li{width: 285px;margin:0 0 20px 20px;float: left;cursor: pointer;}
.video ul li img{width: 100%;display: block;}
.video ul li span{line-height: 45px;text-align: center;font-size: 14px;color: #fff;display: block;}
.videopage{bottom: 0;}
/*首页新闻*/
.exnews{ margin-top: 45PX;}
.exnews .exnews_list li .add_time,.exnews .exnews_list li .add_time i,.exnews .exnews_list li .news_img,.news_info{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.exnews .exnews_list{width: 1224px;margin-left: -24px;}
.exnews .exnews_list li{float: left;width: 384px;margin-left:24px;overflow: hidden;cursor: pointer;position: relative;}
.exnews .exnews_list li .add_time{font-size: 24px;line-height: 1;height: 24px;padding-bottom: 35px;border-bottom: 1px solid #d5d5d5;position: relative;overflow: hidden;}
.exnews .exnews_list li .add_time i{display: block;width: 40px;height:20px;background-image: url(../images/news_icon.png);background-repeat: no-repeat;background-position: left;position: absolute;top: -20px;right: 130px;}
.exnews .exnews_list li:hover .add_time i{top: 2px;}
.exnews .exnews_list li h3{
	font-weight: normal;
	line-height: 65px;
	font-weight: normal;
	font-size: 18px;
	color: #000;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.exnews .exnews_list li p{color: #949494;line-height: 55px; font-size: 14px;}
.exnews .exnews_list li .news_imgs{height: 143px;overflow:hidden;width: 100%;clear: both;}
.exnews .exnews_list li .news_img{width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.exnews .exnews_list li .news_font{
	width: 100%;
	border: 1px solid #e5e5e5;
	border-top: 0;
	box-sizing: border-box;
	padding: 0 27px 11px;
	background: #fff;
}
.exnews .exnews_list li:hover .add_time{color: #b32612;}
.exnews .exnews_list li:hover .news_img{transform: scale(1.05,1.05);}
.exnews .exnews_list li:hover .news_info{bottom: 0;}
.exnews .exnews_list .news_info{width: 100%;height: 100%;text-align: left;background: #b32612;position: absolute;left: 0;bottom: -300px; box-sizing: border-box; padding: 27px;}
.exnews .exnews_list .news_info h3{
	line-height: 70px;
	overflow: hidden;
	color: #fff;
	text-overflow:ellipsis;
	white-space: nowrap;
	font-size: 18px;
}
.exnews .exnews_list .news_info b{
	font-size: 14px;
	color: #fff;
	font-weight: normal;
	line-height: 24px;
}
.exnews .exnews_list .news_info p{ line-height: 25px; font-size:14px; color:#fff;height: 78px;overflow: hidden; margin-bottom: 45px;}
.exnews .news_pages{clear: both;margin: 0 auto;width: 120px;}
.exnews .news_pages .news_prv {
	background-image: url(pro_prv.png);
	left: -70px;
}
.exnews .news_pages .news_next{
	background-image: url(pro_next.png);
	right: -70px;
}
.exnews .news_pages .news_prv,.news_pages .news_next {
	width: 30px;
	height: 48px;
	cursor: pointer;
	background-color:#f8f8f8;
	border: 1px solid #f8f8f8;
	border-bottom:1px solid #c6c6c6;
	background-position: top;
	background-repeat: no-repeat;
	transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
	position: absolute;top: 50%;margin-top: -24px;
}
.exnews .news_pages .news_prv:hover,.exnews .news_pages .news_next:hover,.exnews .news_pages .on {
	background-color:#b32612;
	border-color:#b32612;
	border-bottom-color:#bca612;
	background-position: bottom;
}
.foot_left{float: left;width: 430px;padding-right: 80px;}
.foot_left img{padding-bottom: 20px;display: block;}
.foot_left h3,.foot_mid h3{font-size: 20px;color: #000; line-height: 50px;}
.foot_left h4{font-weight: normal;font-size: 14px;color: #888;text-transform: uppercase;}
.foot_mid h2{font-size: 26px;line-height: 40px;color: #222; margin-bottom: 14px;}
.foot_mid h2 em{ font-size: 14px; font-weight: normal; font-style: normal;}
.foot_left p,.foot_mid p{color: #888;line-height: 26px;}
.foot_mid{float: right; margin-top: 39px; margin-right: 30px; text-align: right;}
.foot_mid b{display: inline-block;width: 30px;}
.foot_right{float: right;width: 121px; margin-top: 39px; text-align: center; color: #888;}
.foot_right img{width: 121px; height: 121px; margin-bottom: 18px;}
.foot_right span{display: block;width: 100%;text-align: center;line-height: 30px;color: #888;}
.title_top{display: block;overflow: hidden;clear: both;}
.title_top a{color: #999;display: inline-block;float: right;padding-left: 15px;cursor: pointer;}
#wpPro-box> .caption a:hover,.title_top a:hover{color:#b32612;text-decoration: underline;}
.title_top b{display: block;font-size: 22px;font-weight: normal;color: #222; text-align: left;}
.title_top i{display: block;font-size: 14px;font-weight: normal;color: #999;text-align: left;font-style: normal;text-transform: uppercase;line-height:1;padding-top: 8px;}
.about_left .title_top b,.about_left .title_top i{color: #fff;}


.join{
	height: 180px;
	background: url(../images/join.jpg) center no-repeat;
}
.join_box{
	width: 1200px;
	height: 180px;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 30px 0 0 170px;
}
.join_box h3{
	font-size: 32px;
	color: #fff;
	line-height: 45px;
	font-weight: normal;
}
.join_box p{
	font-size: 16px;
	color: #fff;
	line-height: 30px;
}
