*{
    font-size:16px;
    color:#333333;
    font-family:"Microsoft YaHei",Tahoma,Arial,Helvetica,sans-serif;
    margin:0;
    padding:0;
    -webkit-font-smoothing:antialiased;
    list-style-type:none;
    box-sizing: border-box;
}
body,h1,h2,h3,h4,h5,h6,hr,p,dl,dt,dd,ul,ol,li,pre,form,button,input,textarea,th,td,pre{margin:0;padding:0;}
h1,h2,h3,h4,h5,h6{font-size:18px; font-family:"Microsoft YaHei",Tahoma,Arial,Helvetica,sans-serif;font-weight: normal;}

body{
    background-color: #fef6ec;
}
a, a:link, a:visited, a:hover, a:active{
    text-decoration: none;
}
ul{
    list-style: none;
    padding:0;
    margin:0;
}
img{ border:0 none; vertical-align:top;}
.inner_con img{
    max-width: 100%;
}
.wrap{
    width:1200px;
    margin:0 auto;
}
.fl{
    float:left;
}
.fr{
    float:right;
}

body{
    overflow-x: hidden;
}

/* banner */
/* flexslider */
.flexslider{margin:0 auto;position:relative;height:960px;overflow:hidden;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;}
.flex-direction-nav a{width:60px;height:90px;line-height:99em;overflow:hidden;margin:-60px 0 0;display:block;background:url(../img/ad_ctr.png) no-repeat;position:absolute;top:50%;z-index:10;cursor:pointer;opacity:0;filter:alpha(opacity=0);-webkit-transition:all .3s ease;}
.flex-direction-nav .flex-next{background-position:0 -90px;right:0;}
.flex-direction-nav .flex-prev{left:0;}
.flexslider:hover .flex-next{opacity:0.8;filter:alpha(opacity=25);}
.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);}
.flex-control-nav{width:100%;position:absolute;bottom:10px;text-align:center;}
.flex-control-nav li{margin:0 5px;display:inline-block;zoom:1;*display:inline;}
.flex-control-paging li a{background:url(../img/dot.png) no-repeat 0 -16px;display:block;height:16px;overflow:hidden;text-indent:-99em;width:16px;cursor:pointer;}
.flex-control-paging li a.flex-active{background-position:0 0;}

/* header */
.header{
    width:100%;
    height:100px;
    z-index: 999;
    position: relative;
}
.logo{
    width:300px;
    height:100px;
}
.logo img{
    height:100px;
}

/* 关于我们 */
.about{
    padding:100px 0;
}
.title{
    text-align: center;
    margin-bottom: 50px;
}
.title h2{
    font-size: 18px;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 6px;
    font-weight: 600;
}
.title h1{
    font-size: 36px;
    line-height: 60px;
    color: #fff;
}
.title h1:after{
    content: "";
    display: block;
    width:80px;
    height:12px;
    background: url(../img/bar.png) center no-repeat;
    margin: 18px auto 0;
}
.about .title{
    text-align: left;
}

.about .title h1{
    color: #333333;
}
.about .title h1:after{
    margin: 18px 0;
}
.about .title h2{
    color:#e60013;
}
.about_pic{
    width:515px;
    height:327px;
}
.about_pic img{
    width:515px;
    height:327px;
}
.about_detail{
    height:330px;
}
.about_con{
    width:632px;
}
.about_p{
    line-height: 2em;
    text-indent:2em;
}
.num_list{
    font-size: 0;
    margin-top: 20px;
}
.num_list li{
    display: inline-block;
    width:fit-content;
    height:110px;
    background: url(../img/line.png) center right no-repeat;
    padding:16px 20px;
}
.num_specific{
    font-size: 14px;
    color: #999;
}
.num_specific span{
    font-size: 30px;
    font-weight: bold;
    color: #e60013;
}
.num_list li em{
    display: block;
    font-size: 18px;
    font-weight: bold;
    font-style: normal;
    margin-top: 3px;
}
.num_list li:last-child{
    background: none;
}

.about_icon{
    height:150px;
    margin-top: 60px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgba(230, 0, 19, 0.1);
    overflow: hidden;
}
.about_icon img{
    width:100%;
    height:100%;
}

/* 发展历程 */
.develop{
    padding:100px 0;
    background: #ebe3d8;
}
.develop h1{
    font-size: 36px;
    text-align: center;
}
.develop_div{
    margin-top: 50px;
    margin-bottom: 50px;
}
.process_list{
    margin:50px 0;
    font-size: 0;
    line-height: 0;
    height:300px;
}
.process_list li{
    width:100px;
    height:300px;
    float: left;
    overflow: visible;
}
.process_circle{
    display: block;
    margin:165px auto 0;
    width:62px;
    height:62px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-image: linear-gradient(to bottom,#fb6653,#dd3e2b);
    text-align: center;
    line-height: 62px;
    color: #fff;
    font-style: normal;
    font-size: 18px;
    font-weight: bold;
    position: relative;
    z-index: 55;
}
.process_list li p{
    text-align: center;
    font-size: 14px;
    color: #321f11;
    margin-top: 10px;
    line-height: 20px;
    height:70px;
    overflow: hidden;
}
.process_circle:after{
    content: "";
    display: block;
    width:80px;
    height:1px;
    border-bottom: 1px dashed #3e322a;
    transform: rotate(-45deg);
    position: absolute;
    left:40px;
    top:-20px;
}

/* 奇偶数 */
.process_list li:last-child .process_circle:after{
    display: none;
}

.process_list li:nth-child(even) .process_circle{
    margin-top:90px;
}
.process_list li:nth-child(even) .process_circle:after{
    transform: rotate(45deg);
    left:46px;
    top:66px;
}
.process_list li:nth-child(even) p{
    margin-top:-130px;
}


/* 绿色圆 */
.process_list li:nth-child(3n) .process_circle{
    background-image: linear-gradient(to bottom,#4493a3,#387685);
}
/* 黄色圆 */
.process_list li:nth-child(3n+1) .process_circle{
    background-image: linear-gradient(to bottom,#fac35b,#fab523);
}




.selling{
    padding-top: 50px;
}
.global{
    text-align: center;
    margin-top: 50px;
}


/* 企业实力 */
.strength{
    padding:100px 0;
    background: #4b3d34 url(../img/bg.jpg) center no-repeat;
}
.strength_list li{
    width:300px;
    float: left;
    border-right:1px solid rgba(255, 255, 255, 0.2);
    padding:0 10px;
}
.strength_list:after{
    content: "";
    display: block;
    height:0;
    visibility: hidden;
    clear: both;
}
.strength_list li:last-child{
    border-right:none;
}
.strength_pic{
    width:280px;
    height:180px;
}
.strength_pic img{
    width:280px;
    height:180px;
}
.strength_list li h3{
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
    margin:25px 0 15px;
}
.strength_con li{
    width:280px;
    height:fit-content;
    font-size: 14px;
    color: #fff;
    float: none;
    padding:0 0 0 17px;
    line-height: 20px;
    position: relative;
    margin:10px 0;
    border:none;
}
.strength_con li:before{
    content: "";
    display: block;
    width:6px;
    height:6px;
    border-radius: 50%;
    background: #fff;
    position: absolute;
    left:0;
    top:7px;
}


/* 证书滚动 */
.strength .scrollleft{
    height:150px;
    margin-top:60px;
}
.strength .scrollleft ul li{
    width:220px;
    margin-right: 15px;
}
.strength .scrollleft ul .certificate{
    width:220px;
    height:142px;
}
.strength .scrollleft ul .certificate img{
    width:220px;
    height:142px;
}

/* 核心产品 */
.product{
    padding:100px 0;
    background: #b1282a url(../img/bg2.jpg) center no-repeat;
}
.product_list{
    font-size: 0;
    margin-right: -22px;
}
.product_list li{
    display: inline-block;
    width:385px;
    height:500px;
    border: 1px solid #fff;
    border-radius: 20px;
    margin-right: 22px;
}
.product_con{
    width:375px;
    height:490px;
    margin:4px;
    background: #fff;
    border-radius: 20px;
    overflow: hidden;
}
.product_pic{
    height:325px;
    overflow: hidden;
}
.product_pic img{
    width:375px;
    height:325px;
    transition: all 0.3s ease-in;
}
.product_pic img:hover{
    transform: scale(1.1);
}
.product_con h4{
    font-size: 24px;
    font-weight: bold;
    color:#e60013;
    text-align: center;
    margin:20px 0;
}
.product_con p{
    font-size: 16px;
    padding:0 18px;
    line-height: 1.6em;
}


/* 培育基地 */
.base{
    padding:100px 0;
}
.base .title h1{
    color: #333333;
}
.base .title h2{
    color:#e60013;
}
.base_list{
    height:580px;
    font-size: 0;
    margin-right: -30px;
}
.base_list li{
    width:585px;
    height:580px;
    position: relative;
    margin-right: 30px;
    overflow: hidden;
    display: inline-block;
}
.base_list li img{
    width:585px;
    height:580px;
    z-index: -2;
    transition: all 0.3s ease-in;
}
.base_list li img:hover{
    transform: scale(1.1);
}
.base_con{
    width:585px;
    height:120px;
    position: absolute;
    left:0;
    bottom: 0;
    padding:20px;
    z-index: 2;
}
.base_con span{
    display: block;
    font-size: 26px;
    color: #fff;
    padding-left: 10px;
    position: relative;
    line-height: 26px;
}
.base_con span:before{
    content: "";
    display: block;
    width:3px;
    height:26px;
    background: #e60013;
    position: absolute;
    left:0;
    top:1px;
}
.base_con p{
    font-size: 14px;
    color:#fff;
    line-height: 20px;
    margin: 15px 0;
}
.base_list li::after{
    content: "";
    position: absolute;
    left:0;
    bottom: 0;
    width:100%;
    height:180px;
    background: -webkit-linear-gradient(bottom , rgb(34, 34, 34, 0.8) , rgba(61, 74, 168, 0) 100%);
    z-index: 1;
}


/* 培育优势 */
.advantage{
    padding:100px 0;
    background: url(../img/bg3.jpg) center no-repeat;
}
.advantage h1{
    font-size: 48px;
    color: #fff;
    text-align: center;
}
.advantage_list{
    margin-top: 80px;
    font-size: 0;
    height:490px;
}
.advantage_list li{
    width:300px;
    height:490px;
    background: rgb(255, 255, 255, 0.9);
    padding:70px 20px;
    text-align: center;
    display: inline-block;
    overflow: hidden;
}
.advantage_list li i{
    display: block;
    width:44px;
    height:44px;
    margin:20px auto;
}
.advantage_list li i img{
    width:44px;
    height:44px;
}
.advantage_list li h4{
    font-size: 30px;
}
.advantage_list li p{
    font-size: 16px;
    line-height: 30px;
    margin:50px 0;
}

/* 红底 */
.advantage_list li:nth-child(2), .advantage_list li:nth-child(4){
    background: rgb(177, 40, 42, 0.9);
}


.advantage_list li:nth-child(2) h4, .advantage_list li:nth-child(2) p, .advantage_list li:nth-child(4) h4, .advantage_list li:nth-child(4) p{
    color: #fff;
}


/* 企业动态 */
.news{
    padding:100px 0;
    background: #ebe3d8;
}
.news .title{
    text-align: left;
}
.news .title h1{
    color: #333333;
}
.news .title h1:after{
    margin: 18px 0;
}
.news .title h2{
    color:#e60013;
}
.news .Box_con .conbox ul li {
    float: left;
    width:400px;
    height:470px;
    margin-left: 0;
    padding-left:10px;
    
}
.news_con{
    width:380px;
    height:460px;
    box-shadow: 0 0 10px #e5e5e5;
    background: #fff;
    border-radius: 20px;
    padding:20px;
    position: relative;
}
.news_pic{
    width:340px;
    height:260px;
    border-radius: 20px;
    overflow: hidden;
}
.news_pic img{
    width:340px;
    height:260px;
    transition: all 0.3s ease-in;
}
.news_pic img:hover{
    transform: scale(1.1);
}
.news_title{
    margin:16px 0;
    padding-bottom: 16px;
    border-bottom: 1px solid #ddd;
}
.news_title a{
    font-size: 18px;
    line-height: 1.5em;
    padding-left: 10px;
    position: relative;
}
.news_title a:hover{
    color: #e60013;
    font-weight: bold;
}
.news_title a:before{
    content: "";
    display: block;
    width:3px;
    height:20px;
    background: #e60013;
    position: absolute;
    left:0;
    top:2px;
}
.news_con p{
    font-size: 14px;
    line-height: 24px;
    color:#666;
}
.news_con span{
    display: block;
    font-size: 12px;
    color: #999;
    position: absolute;
    left:20px;
    bottom: 20px;
    line-height: 14px;
}
.news_con span img{
    width:14px;
    height:14px;
    vertical-align: top;
    margin-right: 8px;
}


/* 滚动 */

.Box_con {position: relative;margin-top: 0;}
.Box_con .btnl {position: absolute;}
.Box_con .btn {display: block;width: 40px;height: 40px;position: absolute;top: 210px;cursor: pointer;}
.Box_con .btnl {background: url(../img/jtl02.png) no-repeat center;left: -50px;}
.Box_con .btnr {background: url(../img/jtr02.png) no-repeat center;right: -50px;}
.Box_con .btnl:hover {background: url(../img/jtl03.png) no-repeat center;}
.Box_con .btnr:hover {background: url(../img/jtr03.png) no-repeat center;}
.Box_con .conbox {position: relative;overflow: hidden;}
.Box_con .conbox ul {position: relative;list-style: none;padding:30px 0;}
.Box_con .conbox ul li {float: left;width:400px;height:420px;margin-left: 0;padding-left: 7px;}
.Box_con .conbox ul li:first-child {margin-left: 0;}


/* 底部 */
.footer{
    padding:60px 0;
    background-color: #fef6ec;
}
.footer .wrap:after{
    content: "";
    display: block;
    visibility: hidden;
    height:0;
    clear: both;
}
.footer_nav{
    width:930px;
    font-size: 0;
}
.footer_nav li{
    float: left;
    width:fit-content;
    width:-webkit-fit-content;
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    margin-right: 40px;
}
.footer_nav li a{
    font-size: 18px;
    font-weight: bold;
}
.footer_nav li a:hover{
    color:#e60013;
}
.footer_sub dd{
    margin:15px 0;
}

.footer_sub dd a{
    font-size: 14px;
    color: rgb(51, 51, 51, 0.6);
    font-weight: normal;
}
.footer_con{
    width:270px;
    text-align: center;
}
.footer_logo img{
    height:100px;
}
.qr{
    margin-top: 20px;
    font-size: 0;
    margin-right: -20px;
}
.qr li{
    width:100px;
    margin-right: 20px;
    display: inline-block;
}
.qr li img{
    display: block;
    width:100px;
    height:100px;
}
.qr li p{
    font-size: 14px;
    margin: 5px 0;;
}


/* 版权 */
.copyright{
    padding:10px 0;
    background: #b1282a;
}
.copyright .wrap{
    font-size: 14px;
    color: #fff;
    line-height: 2em;
}
.copyright a{
    font-size: 14px;
    color: #fff;
    margin-left: 30px;
}
.copyright a:hover{
    color: #fff;
}

/* 返回顶部 */
.return{
    width:50px;
    height:50px;
    position:fixed;
    right:10px;
    top:85%;
    z-index: 999;
    cursor: pointer;
    background-image:linear-gradient(to bottom ,#e60013,#b1282a);
    border-radius: 50%;
}
.return span{
    display: block;
    width:50px;
    height:50px;
    border-radius: 50%;
    position: relative;
}
.return span:before{
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-left: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    left:16px;
    top:20px;

}

/* 内页 */
.ban{
    height:500px;
    background: #333333;
}

/* 面包屑 */

.crumb{
    color:rgba(75, 61, 52, 0.5);
    font-size: 14px;
    font-weight: normal;
    margin:15px 0;
}
.crumb span{
    color:rgba(75, 61, 52, 0.5);
    font-size: 14px;
    margin:0 5px;
}
.crumb a{
    color:rgba(75, 61, 52, 0.5);
    font-size: 14px;
    margin:0 5px;
}
.crumb a:hover{
    color:#e60013;
}

/* 内页内容 */
.inner{
    padding:80px 0;
    background: #ebe3d8;
}
.inner .wrap:after{
    content: "";
    display: block;
    height:0;
    visibility: hidden;
    clear: both;
}
.inner_left{
    width:250px;
}
.inner_nav{
    background: #fef6ec;
}
.inner_title{
    height:100px;
    color: #fff;
    background: #b1282a;
    font-size: 30px;
    -webkit-box-align: center;/*旧版本*/
    -moz-box-align: center;/*旧版本*/
    -ms-flex-align: center;/*混合版本*/
    -webkit-align-items: center;/*新版本*/
    align-items: center;/*新版本*/
    display: flex;
    line-height: 36px;
    padding: 0 12px;
}
.inner_nav_list{
    font-size: 0;
}
.inner_nav_list li{
    line-height:24px;
    padding:12px;
    border-bottom: 1px dashed rgba(75, 61, 52, 0.2);
}
.inner_nav_list li a{
    font-size: 16px;
    color: #4b3d34;
}
.inner_nav_list li a:hover{
    color:#e60013;
}
.inner_nav_list li:last-child{
    border-bottom: none;
}
.inner_contact{
    margin-top: 50px;
    background: #fef6ec;
}
.inner_contact p{
    padding:10px 12px 0;
    line-height:24px;
    color: #4b3d34;
}
.inner_qr{
    text-align: center;
    padding: 20px 10px;
}
.inner_qr img{
    display: block;
    width:150px;
    height:150px;
    margin:10px auto;
}
.inner_qr span{
    display: block;
    font-size: 14px;
    color: #4b3d34;
}

.inner_right{
    width:920px;
    background: #fef6ec;
    padding:20px 20px 30px;
}
.inner_right_title{
    height:60px;
    font-size: 30px;
    color: #4b3d34;
    font-weight: bold;
    border-bottom: 1px solid rgba(75, 61, 52, 0.1);
}

.inner_con{
    margin-top: 26px;
    line-height: 1.5em;
}

/* 内页产品 */
.in_product li{
    height:270px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(230, 0, 19, 0.1);
    padding:20px;
    margin-bottom: 30px;
}

.in_product_pic{
    float:left;
    height:230px;
    width:265px;
    border-radius: 20px;
    border:1px solid #e6e6e6;
    overflow: hidden;
}
.in_product_pic img{
    height:230px;
    width:265px;
    transition: all 0.3s ease-in;
}
.in_product_pic img:hover{
    transform: scale(1.1);
}
.in_product_con{
    width:550px;
    height:230px;
    float:right;
    position: relative;
}
.in_product_con h6{
    font-size: 24px;
    color:#e60013;
    font-weight: bold;
    margin:20px 0;
}
.in_product_con p{
    font-size: 16px;
    line-height: 1.5em;
}
.in_more{
    display: block;
    width:150px;
    height:34px;
    border:1px solid #e60013;
    line-height: 34px;
    padding:0 10px;
    position: absolute;
    left:0;
    bottom:0;
}
.in_more a{
    text-align: center;
    width:100%;
    height:100%;
    display: block;
    font-size: 14px;
    color:#e60013;
}

.in_more:hover{
    background: #b1282a;
    border: none;
}
.in_more a:hover{
    color: #fff;
}


/* 页码 */
.page{
    text-align: center;
    margin-top: 40px;
}
.page .scott{
    font-size: 0;
}
.page .scott a{
    font-size: 14px;
    display: inline-block;
    padding:0 20px;
    height:36px;
    line-height: 36px;
    border: 1px solid rgba(75, 61, 52, 0.1);
    margin:0 5px;
    color: #666666;
    border-radius: 5px;
}
.page .scott span{
    font-size: 14px;
    display: inline-block;
    padding:0 20px;
    height:36px;
    line-height: 36px;
    border: 1px solid rgba(75, 61, 52, 0.1);
    margin:0 5px;
    color: #666666;
    border-radius: 5px;
}
.page .num{
    font-size: 14px;
}
.page .scott a:hover{
    background: #b1282a;
    color: #fff;
}
.current, .page .scott .current{
    background: #b1282a;
    color: #fff;
}


/* 内页新闻 */
.in_news li{
    height:270px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(230, 0, 19, 0.1);
    padding:20px;
    margin-bottom: 30px;
}
.in_news_pic{
    float:left;
    height:230px;
    width:300px;
    border-radius: 20px;
    border:1px solid #e6e6e6;
    overflow: hidden;
}
.in_news_pic img{
    height:230px;
    width:300px;
    transition: all 0.3s ease-in;
}
.in_news_pic img:hover{
    transform: scale(1.1);
}
.in_news_con{
    width:500px;
    height:230px;
    float:right;
    position: relative;
}
.in_news_title{
    line-height: 35px;
    border-bottom: 1px solid rgba(75, 61, 52, 0.1);
    padding:10px 0;
}
.in_news_title a{
    display: block;
    font-size: 20px;
    font-weight: bold;
    position: relative;
    padding-left: 10px;
}
.in_news_title a:hover{
    color:#e60013;
}
.in_news_title a:before{
    content: "";
    display: block;
    width:3px;
    height:20px;
    background: #e60013;
    position: absolute;
    left:0;
    top:8px;
}
.in_news_title i{
    font-style: normal;
    font-size: 12px;
    color: #999;
}
.in_news_con p{
    font-size: 16px;
    color: #666;
    line-height: 1.8em;
    margin:20px 0;
}

/* 详情页 */

.detail_title{
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5em;
    text-align: center;
}
.detail_time{
    display: block;
    font-size: 12px;
    color:#999;
    text-align: center;
    margin:10px 0 20px;
}
.prev_next{
    margin-top: 50px;
}
.prev{
    display: block;
}
.prev a, .next a{
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.prev a:hover, .next a:hover{
    color: #333;
}



/* 内页基地 */
.in_base_list{
    font-size: 0;
    margin-right: -30px;
    margin-bottom: -30px;
}
.in_base_list li{
    width:425px;
    margin-right: 30px;
    margin-bottom: 30px;
    display: inline-block;
}
.in_base_pic{
    height:421px;
    border:1px solid #ddd;
    overflow: hidden;
}
.in_base_pic img{
    width:100%;
    height:100%;
    transition: all 0.3s ease-in;
}
.in_base_pic img:hover{
    transform: scale(1.1);
}
.in_base_name{
    display: block;
    height:50px;
    line-height: 50px;
    text-align: center;
}
.in_base_list li:hover .in_base_name{
    color:#e60013;
    font-weight: bold;
}



/* map */
#allmap {overflow: hidden;width: 100%;height:400px;margin-top: 30px; }
#result {width:100%;font-size:12px; }
.BMapLib_bubble_content{ color:#191919;}
.BMapLib_bubble_content p{ color:#666;margin:2px 0; line-height:18px;font-size: 12px;}
.BMapLib_nav_tab li{font-size: 12px;}
.BMapLib_SearchInfoWindow .iw_bt{font-size: 12px;}
.BMap_cpyCtrl span {font-size: 12px;}
.BMapLib_SearchInfoWindow input{outline: none;}
#BMapLib_search_text0{height:24px;line-height: 24px;}

/* 详情页 */
.detail-box{
    padding:50px 0;
}
.detail-title{
    text-align: center;
    margin: 20px 0;
    font-size: 24px;
}
.detail-time{
    font-size: 12px;
    color:#b0b0b0;
    text-align: center;
    line-height: 50px;
    border-bottom: 1px dashed #d9d9d9;
}
.detail{
    padding:30px 0;
}
.detail-next{
    overflow: hidden;
    margin: 40px 0;
    border-bottom: 1px solid #eeeeee;
    border-top: 1px solid #eeeeee;
    padding:10px 0;
    line-height: 30px;
}
.detail-next a{
    max-width: 45%;
    font-size: 14px;
    display: inline-block;
    color:#888888;
}
.detail-next a:hover{
    color:#3e32de;
}
.detail-next a:nth-child(1){
    float: left;
}
.detail-next a:nth-child(2){
    float: right;
}


/* 搜索框 */
.search{
    width:150px;
    position: absolute;
    right:20px;
    top:35px;
}
.search_icon{
    width:30px;
    height:30px;
    margin: auto;
    cursor: pointer;
}
.search_icon img{
    width:30px;
    height:30px;
}
.search_bar{
    width:30px;
    height:30px;
    position: absolute;
    left:60px;
    top:0;
    cursor: pointer;
}
#search_form{
    width:150px;
    height:34px;
    position: relative;
    display: none;
    margin-top:0px;
    margin-left: -45px;
}
.search_input{
    width:150px;
    height:34px;
    border-radius: 34px;
    background: white;
    border: 1px solid #ddd;
    font-size: 14px;
    padding:0 34px 0 12px;

}
input::-webkit-input-placeholder{ /*WebKit browsers*/
    color: #999999;
}
.search_submit{
    width:34px;
    height:34px;
    position: absolute;
    right:0;
    top:0;
    background: url(../img/search2.png) center center no-repeat;
    cursor: pointer;
    outline: none;
    border: none;
}
.search_bar:hover #search_form{
    display: block;
}

/* 内页视频 */
.video_list{
    font-size: 0;
    margin-right: -20px;
    margin-bottom: -20px;
}
.video_list li{
    width:280px;
    height:250px;
    margin-right: 20px;
    margin-bottom: 20px;
    display: inline-block;
    box-shadow: 0 0 15px rgba(230, 0, 19, 0.1);
}
.video_pic{
    height:210px;
    overflow: hidden;
}
.video_pic img{
    width:100%;
    height:100%;
    transition: all 0.3s ease-in;
}
.video_title{
    height:40px;
    line-height: 40px;
    text-align: center;
    background: white;
    transition: all 0.3s ease-in;
}
.video_list li:hover .video_title{
    background:#b1282a;
    color:#fff;
}
.video_list li:hover .video_pic img{
    transform: scale(1.05);
}