@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;
    margin-top: 90px;
    color: #222;
    font-size: 14px;
    background: #fff;
    font-family: "microsoft yahei", "华文细黑", arial;
    min-width: 1240px;
}

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: 90px;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
    z-index: 9999;
     box-shadow: 0 1px 3px #CCCCCC, 0 0 1px #CCCCCC, 0 0 1px #CCCCCC;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
}

.header .logo {
    width: 187px;height: 54px;background: url(logo.png);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    float: left;
    margin-top: 18px;
}
.header .nav li i {
  width: 100%;
  height: 0;
  transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #da251d;z-index: -1;
}
.header .nav li:hover,
.header .nav li.on {
  color: #fff;
}
.header .nav li:hover i,
.header .nav li.on i {
  height: 100%;
}

.header .nav {
    float: right;
}

.header .nav li {color: #666;
    font-size: 16px;
    line-height: 90px;
    float: left;
    padding: 0 25px;
    height: 100%;
    text-align: center;
    cursor: pointer;
    -webkit-transition: all 0.5s linear;
    transition: all 0.5s linear;position: relative;z-index: 1;
}
.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: 720px;
}
.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: 720px;
}
.cn_flexslider .slides .img {
  width: 100%;
  display: block;
  height: 720px;
}
.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: 15px;
    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: #da251d;
    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: auto;
    padding-right: 70px;
    line-height: 40px;
    font-size: 16px;
    position: relative;
    text-align: left;
    margin-bottom: 20px;
    color: #999;
    box-sizing: border-box;
}
#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: #da251d;
}

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

#wpPro-box> .main-box> li {
    float: left;
    width: 226px;
    margin-left: 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: #da251d;
    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: #da251d;
    color: #fff;
}

#wpPro-box> .page-box> span.cursor {
    background: #da251d;
    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: #da251d;
    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: #666;
    font-size: 14px;
}

.foot a {
    color: #666;
    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: #da251d;
}
.list-box a.list-item:last-child{border-right: 0;padding-right: 0;}
#weipai-product{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 ul li img,.pro_type ul li .pro_info{transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.pro_type{clear: both;width:100%;margin: 0 auto;position: relative;}
.pro_type .pro_big{width:492px;height: 576px;background-image:url(../images/big_type.jpg);float: left;}
.pro_type ul{float: right;width: 708px;}
.pro_type ul li{float: left;margin:0 0 16px 16px;background: #fff;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;background-color: #fff;width:220px;height: 280px;overflow: hidden;position: relative;}
.pro_type ul .pro_more{background-image: url(../images/more.jpg);cursor: pointer;}
.pro_type ul .pro_more a{display: block;width: 100%;height: 100%;overflow: hidden;}
.pro_type ul li .pro_info{position: absolute;width: 180px;height: 70px;background:rgba(218,37,29,0.8);text-align: center;left:20px;top: 240px;z-index: 1;}
.pro_type ul li .pro_img{width:220px;height: 280px;overflow: hidden;}
.pro_type ul li:hover img{transform: scale(1.05,1.05);}
.pro_type ul li:hover .pro_info{top: 210px;}
.pro_type ul li h3 {text-align: center;font-weight: normal;font-size: 14px;color: #fff;line-height: 40px;}
.pro_type ul li p {text-align: center;line-height: 1;font-size: 14px;color: #fff;}
.pro_type ul li i{display: block;font-style: normal;font-size: 14px;color: #da251d;}
/*list*/
.i_list{padding: 0px 0 60px 0; overflow: hidden; }
.list_tit{ text-align: center; position: relative;width: 1200px;height: 200px;background: url(../images/index_tit.png);margin: 0 auto;overflow: hidden;}
.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{background-image: url(../images/about_bg.jpg);height: 404px;background-repeat: no-repeat;background-position: center;padding-top: 100px;}
#weipai-about .index_tit span{color: #fff;}
#weipai-about .index_tit i{color: #fff;}
.index_tit{font-weight: normal;padding-bottom: 20px;width: 100%;overflow: hidden;}
.index_tit span{font-size: 22px;color: #222;display: inline-block;float: left;}
.title_top i,.index_tit i{font-style: normal;font-weight: normal;color: #999;font-family: helvetica;text-transform: capitalize;float: left;display: inline-block;padding-left: 10px;padding-top: 12px;line-height: 1;}
.about_left{float: left;width: 690px;width: 600px}
.about_left h3{font-size: 25px;color: #fff;text-transform: uppercase;line-height: 1;padding:80px 0 25px;}
.about_left p{color: #fff;line-height: 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 #fff;color: #fff;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;float: left;margin-top: 25px;cursor: pointer;}
#button:hover{background: #da251d;color: #fff;}
.container {
    width: 1200px;
    margin: 0 auto;
}
#weipai-contact{padding:50px 0;overflow:hidden;background: #f8f8f8;}
.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(1,79,153,.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(0,0,0,.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(0,0,0,.5);transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
}
#weipai-news {
    padding: 50px 0;
    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: #da251d;
    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;}
.foot_left{float: left;width: 500px;}
.foot_right{float: right;}
.foot_right .qrcode{width: 150px;float: right;text-align: center;}
.foot_right .qrcode p{text-align: center;line-height: 30px;}
.foot_right .right_desc{float: right;text-align: right;padding-right: 20px;}
.foot_right .right_desc h3{line-height: 1;color: #000;font-size: 26px;padding-top: 35px;}
.foot_right .right_desc p{color: #888888;line-height: 30px;}
.foot_right .right_desc b{color: #000;font-family: helvetica,arial;line-height: 60px;font-size: 31px;}
.foot_right .right_desc em{display:inline-block;width: 30px;}
.foot_left img{padding-bottom: 15px;display: block;}
.foot_left i{display: block;width: 55px;height: 1px;background: #da251d;}
.foot_left h3{font-weight: normal;font-size: 18px;color: #333;}
.foot_left p{color: #888;line-height: 26px;padding-top: 15px;padding-bottom: 15px;}
.title_top{display: block;overflow: hidden;clear: both;padding-bottom: 20px;}
.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:#da251d;text-decoration: underline;}
.title_top b{display: inline-block;font-size: 22px;font-weight: normal;color: #222;float: left;}
/*新闻*/
.exnew {
    margin: 60px 0;
  width: 100%;
  position: relative;
}
.news1_bg{position:relative; width: 600px; height: 445px; float: left;overflow: hidden;}
.news1_bg .news_img{width: 600px; height: 445px;background-position: center;background-repeat: no-repeat;background-size: cover;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
.news1_bg:hover .news_img{transform: scale(1.05,1.05);}
.news1_con{ position: absolute; bottom: 0;width: 560px; height: 60px; padding: 20px; background: #000; opacity: 0.8;color: #fff;}
.news1_con h3{font-size: 16px;word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;width: 560px;
    overflow: hidden;font-weight: normal;}
.news1_con p{font-size: 14px;word-break: keep-all;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;width: 560px;margin-top: 15px;}
    
.exnew .exnews_lsit{margin-left: -50px;}
.exnew #exnew_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;
}
.exnew #exnew_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);
}
.exnew #exnew_prv.none,
.exnew #exnew_next.none {
  color: #ddd;
  cursor: default;
}
.exnew .exnews_lsit li {
    width: 520px;
    height: 100px;
    padding: 44.5px 0;
    border-bottom: 1px solid #ccc;
}
.exnew .exnews_lsit{float: right;width: 520px;}
.news_tit{border-bottom: 1px solid #eee;color: #555;font-size: 25px;padding-bottom: 31px;width: 520px; float: right;}
.news_tit i{font-size: 18px; margin-left: 10px;color: #666;font-style: normal;}
.exnew .exnews_lsit li .news_title {
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
  display: block;
  cursor: pointer;
}
.exnew .exnews_lsit li .info {
  width: 100%;
  height: 70px;
  line-height: 25px;
  font-size: 14px;
  color: #7d7d7a;margin-bottom: 15px;
  overflow: hidden;
}
.exnew .exnews_lsit li span {
    text-align: right;
  display: block;
  width: 100%;
  height: 20px;
  font-size: 12px;
  color: #787878;
  cursor: pointer;
}