﻿.index{
    background: url('../images/bg1.jpg') no-repeat center;
}
.about{
    background: url('../images/bg2.jpg') no-repeat center;
}
.product{
    background: url('../images/bg3.jpg') no-repeat center;
}
.join_1{
    background: url('../images/bg2.jpg') no-repeat center;
}
.join_2{
    background: url('../images/bg5.jpg') no-repeat center;
}
.contact{
    background: url('../images/bg6.jpg') no-repeat center;
}

/*导航栏*/
header{
    width: 100%;
    box-shadow: 0 1px 2px 1px rgba(0, 0, 0, 0.15);
    z-index: 9999;
    background: #fff;
    position: absolute;
    top: 0;
}
.top{
    width: 1200px;
    margin: 0 auto;
    position: relative;
    height: 100px;
    transition: 0.5s;
}
.top .logo{
    float: left;
    width: 20%;
    display: table;
    height: 100%;
    overflow: hidden;
}
.top .logo a{
    display: table-cell;
    vertical-align: middle;
}
.top ul{
    width: 850px;
    float: right;
    margin-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.top li{
    float: left;
    width: 12.5%;
    margin: 0;
}
.top li a{
    transition: .5s;
    font-size: 16px;
    line-height: 80px;
    text-align: center;
    border-radius: 6px 6px 0 0;
}
.top .this a{
    color: #fff;
    background: #e60012;
}
.top li:hover a{
    color: #fff;
    background: #e60012;
}

.index{
    overflow: hidden;
}
.slide.fp-slide img{
    width: 100%;
    min-height: 100%;
}

/*关于我们*/
.cen_con{
    width: 1200px;
    margin: 0 auto;
}
.about_left{
    width: 50%;
    float: left;
    padding-right: 56px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.about_left .title img{
    margin-bottom: 55px;
}
.about_left .title img:last-child{
    margin-bottom: 30px;
}
.about_left p{
    line-height: 36px;
    text-indent: 32px;
}
.about_right{
    width: 50%;
    float: right;
}
.about_right ul{
    width: 100%;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.about_right ul li{
    width: 140px;
    height: 360px;
    position: relative;
    border: 2px #444 solid;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    display: table;
}
.about_right ul a:first-child li{
    top: 30px;
    background: url("../images/about_1.jpg") no-repeat center;
}
.about_right ul a:nth-child(2) li{
    top: 131px;
    background: url("../images/about_2.jpg") no-repeat center;
}
.about_right ul a:nth-child(3) li{
    background: url("../images/about_3.jpg") no-repeat center;
}
.about_right ul a:last-child li{
    top: 67px;
    background: url("../images/about_4.jpg") no-repeat center;
}
.about_right ul li div{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.6);
    transition: .5s;
    z-index: 5;
}
.about_right ul li:hover div{
    background: rgba(0,0,0,0);
}
.about_right ul li h4{
    /*width: 100%;*/
    /*height: 100%;*/
    font-size: 26px;
    position: relative;
    color: #fff;
    line-height: 34px;
    vertical-align: middle;
    display: table-cell;
    text-align: center;
    z-index: 10;
}
.about_right ul li h4:after,.about_right ul li h4:before{
    content: '';
    transition: .5s;
}
.about_right ul li:hover h4:before{
    content: '';
    width: 58px;
    height: 152px;
    position: absolute;
    border: 1px solid #fff;
    top: 103px;
    left: 39px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 7;
}
.about_right ul li:hover h4:after{
    content: '';
    width: 50px;
    height: 166px;
    position: absolute;
    background: rgba(230,0,18,0.6);
    border: 1px solid #fff;
    top: 95px;
    left: 43px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 6;
}



/*产品中心*/
.xinxi_solution_main{
    width: 1200px;
    margin: 0 auto;
}
.xinxi_solution_bg {
    background-size: 100% 540px;
    min-width: 1200px;
    width:100%;
    margin: 60px auto 0;
}
.xinxi_solution_main ul{
    overflow: hidden;
}
.xinxi_solution_main ul li{
    width: 18%;
    height: 480px;
    float: left;
    position: relative;
    overflow: hidden;
    transition: all 0.5s;
    margin: 0 0.5% 0 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.xinxi_solution_main ul li:nth-child(4){
    margin-right: 0;
}
.xinxi_solution_main ul li.on{
    width: 44.5%;
}
.xinxi_solution_main ul li h4{
    width: 100%;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 18px;
    color: #fff;
    position: absolute;
    bottom: 0;
    transition: .5s;
    background: rgba(230,0,18,.4);
}
.xinxi_solution_main ul li.on:hover h4{
    height: 0;
}
.xinxi_solution_main ul li .bg{
    width: 100%;
    height: 0;
    background: rgba(230,0,18,.4);
    position: absolute;
    bottom: -300px;
    left: 0;
    padding: 150px 60px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    transition: .5s;
}
.xinxi_solution_main ul li.on:hover .bg{
    height: 480px;
    bottom: 0;
}
.xinxi_solution_main ul li .bg h3{
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    padding-bottom: 140px;
}
.xinxi_solution_main ul li .bg h5{
    font-size: 16px;
    color: #fff;
    line-height: 28px;
    height: 84px;
    width: 80%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.xinxi_solution_main ul li .bg h6{
    text-align: right;
    font-size: 16px;
    color: #fff;
}
.xinxi_solution_main ul li .bg h6 a{
    color: #fff;
}



/*加盟优势*/
.join_1 ul{
    width: 1200px;
    margin: 30px auto 0;
    position: relative;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.join_1 ul li{
    width: 340px;
    padding: 45px;
    padding-bottom: 0;
    text-align: center;
    transition: .6s;
    top: 0;
    border-radius: 170px 170px 0 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
}
.join_1 ul li:after{
    content: '';
    transition: .6s;
    height: 0;
    bottom: 0;
}
.join_1 ul li div{
    width: 160px;
    height: 160px;
    margin: 0 auto;
    transition: .6s;
    background: url("../images/join_1_1.png") no-repeat center;
}
.join_1 ul li:nth-child(2) div{
    background: url("../images/join_1_2.png") no-repeat center;
}
.join_1 ul li:nth-child(3) div{
    background: url("../images/join_1_3.png") no-repeat center;
}
.join_1 ul li:hover div{
    transform: rotate(360deg);
    background: #46b7c4;
    background: url("../images/join_1_1s.png") no-repeat center;
}
.join_1 ul li:nth-child(2):hover div{
    background: url("../images/join_1_2s.png") no-repeat center;
}
.join_1 ul li:nth-child(3):hover div{
    background: url("../images/join_1_3s.png") no-repeat center;
}
.join_1 ul li:hover{
    top: -10px;
    background: #46b7c4;
}
.join_1 ul li h3{
    font-size: 18px;
    line-height: 60px;
}
.join_1 ul li:hover h3{
    color: #fff;
}
.join_1 ul li p{
    line-height: 32px;
    opacity: 0;
    color: #fff;
}
.join_1 ul li a span{
    width: 100px;
    height: 40px;
    margin: 30px auto 0;
    border: 1px solid #fff;
    color: #fff;
    line-height: 40px;
    opacity: 0;
}
.join_1 ul li:hover p,.join_1 ul li:hover a span{
    opacity: 1;
}
.join_1 ul li:hover:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 400px;
    background: #46b7c4;
    bottom: -400px;
    left: 0;
}

/*加盟流程*/
.join_2 .up,.join_2 .down{
    width: 780px;
    margin: 30px auto 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.join_2 .up{
    margin-top: 100px;
}
.join_2 .down{
    width: 1004px;
}
.join_2 ul li{
    width: 130px;
}
.join_2 ul li img{
    margin: 0 auto;
    transition: .6s;
}
.join_2 ul li:hover img{
    transform: rotate(360deg);
    transform: scale(0.8,0.8);
}
.join_2 ul li span{
    text-align: center;
    line-height: 50px;
}

/*联系*/
.contact_con{
    width: 1200px;
    margin: 30px auto 80px;
}
.contact_con .contact_left{
    width: 50%;
    float: left;
}
.contact_con .contact_left h2{
    font-size: 18px;
    line-height: 80px;
    font-weight: bold;
}
.contact_con .contact_left p{
    font-size: 18px;
    line-height: 60px;
    position: relative;
    margin-bottom: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_con .contact_left p:after{
    content: '';
    position: absolute;
    width: 400px;
    height: 1px;
    background: #e60012;
    bottom: 0;
    left: 0;
}
.contact_con .contact_left p i{
    position: relative;
    font-size: 26px;
    padding-right: 10px;
    top: 5px;
    font-weight: bold;
}
.contact_con .contact_left p span{
    display: inline-block;
    color: #e60012;
    font-weight: bold;
}
.contact_con .contact_left .contact_map{
    width: 400px;
    margin-top: 35px;
    text-align: center;
    font-size: 20px;
    line-height: 60px;
    color: #fff;
    background: #e60012;
    border-radius: 10px;
    position: relative;
}
.contact_con .contact_left .contact_map h3{
    letter-spacing: 2px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_con .contact_left .contact_map i{
    position: relative;
    top: 8px;
    padding-right: 25px;
    font-size: 44px;
    line-height: 44px;
}
.contact_con .contact_right{
    width: 50%;
    float: right;
    margin-top: 40px;
    border-left: 1px solid #666;
    text-align: center;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.contact_con .contact_right h4{
    font-size: 18px;
}
.contact_con .contact_right ul{
    width: 380px;
    margin: 40px auto 0;
}
.contact_con .contact_right ul li{
    float: left;
    width: 160px;
    margin: 0 15px;
}
.contact_con .contact_right ul li img{
    width: 100%;
}
.contact_con .contact_right ul li h5{
    font-size: 14px;
    line-height: 60px;
}



/*底部导航*/
.footer_xx{
    width: 100%;
    text-align: center;
    font-size: 16px;
    line-height: 50px;
    color: #fff;
    background: #444;
}
.contact .footer_xx{
    background: #e60012;
    position: absolute;
    bottom: 0;
}
.footer_xx a{
    color: #fff;
    display: inline-block;
}



/*内页开始*/
/*内页大图*/
.inner_img{
    width: 100%;
    max-height: 450px;
    overflow: hidden;
    margin-top: 100px;
}
.inner_img img{
    width: 100%;
    height: auto;
}
/*二级导航栏*/
.child_nav{
    width: 100%;
    position: relative;
}
.child_nav:after{
    content: '';
    height: 1px;
    width: 100%;
    background: #ddd;
    position: absolute;
    bottom: -1px;
    left: 0;
}
.child_nav ul{
    width: 1200px;
    margin: 0 auto;
}
.child_nav ul li{
    float: left;
    position: relative;
    transition: .6s;
    width: 180px;
}
.child_nav ul li a{
    text-align: center;
    margin: 0 20px;
    font-size: 18px;
    line-height: 60px;
    transition: .3s;
    position: relative;
    z-index: 3;
}
.child_nav ul li:after{
    content: '';
    height: 100%;
    width: 0;
    background: #ef1627;
    position: absolute;
    bottom: 0px;
    left: 0;
    transition: .4s;
    z-index: 2;
}
.child_nav ul li:before{
    content: '';
    height: 100%;
    width: 0;
    background: #ef1627;
    position: absolute;
    bottom: 0px;
    right: 0;
    transition: .4s;
    z-index: 2;
}
.child_nav ul li.active:after,.child_nav ul li.active:before{
    width: 50%;
    background: #ef1627;
}
.child_nav ul li:hover:after,.child_nav ul li:hover:before{
    width: 50%;
}
.child_nav ul li:hover a,.child_nav ul li.active a{
    color: #fff;
}

/*内页内容框架*/
.content{
    width: 1200px;
    margin: 40px auto;
    min-height: 500px;
}
.about_ny p{
    text-indent: 2em;
    line-height: 30px;
}
.about_ny p>img{
    max-width: 100%;
    display: inline-block;
}


/*新闻列表*/
.news_li{
    width: 100%;
    margin: 0 auto;
}
.news_li li{
    width: 373px;
    overflow: hidden;
    float: left;
    margin: 40px 40px 0 0;
    padding: 12px 0;
    transition: .5s;
	min-height:432px;
    /*background: #4ab344;*/
}
.news_li li:nth-child(3n) {
    margin-right: 0;
}
.news_li li .news_li_img{
    width: 349px;
    height: 262px;
    margin: 0 auto;
    overflow: hidden;
}
.news_li li .news_li_img img {
    width: 100%;
    height: auto;
    -webkit-transition: all ease 1s;
    transition: all ease 1s;
}
.news_li li:hover{
    transform: translateY(-5px);
    box-shadow: 0 0 20px rgba(0,0,0,0.3);
}
.news_li li .news_li_img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}
.news_li li .news_li_title{
    padding: 20px 4%;
    box-sizing: border-box;
}
.news_li li .news_li_title h3{
    font-size: 18px;
    border-bottom: 1px solid #ccc;
    padding-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    transition: .5s;
}
.news_li li:hover .news_li_title h3 {
    color: #ef1627;
}
.news_li li .news_li_title span{
    font-size: 16px;
    line-height: 24px;
    color: #999;
    margin: 15px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5s;
}
.news_li li:hover .news_li_title span {
    color: #333;
}

/*新闻详情*/
.news_xq h2{
    font-size: 28px;
    line-height: 28px;
    text-align: center;
}
.news_xq h3{
    text-align: center;
    color: #666;
    margin: 20px 0;
}
.news_xq h3 span{ display: inline; margin: 0 20px;}
.news_xq h3 a{ display: inline; color: #0f75bc;}
.news_xq p{
    font-size: 16px;
    line-height: 30px;
    text-indent: 2em;
}
.news_xq p img{
    max-width: 100%;
    margin: 10px auto;
}


/*产品列表*/
.product_list li {
    width: 390px;
    float: left;
    margin: 0 5px;
    box-sizing: border-box;
}
.product_list li a {
    width: 100%;
    height: 350px;
    overflow: hidden;
    border: 1px solid #eee;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.product_list li a img {
    width: 100%;
    height: auto;
    transition: 1s;
}
.product_list li a:hover img {
    transform: scale(1.05,1.05);
}
.product_list li p {
    text-align: center;
    margin: 15px 0 30px 0;
}

/*产品详情*/
.product_xq{ }
.product_img h2{
    width: 570px;
    /* height: 512px; */
    margin: 0 auto;
}
.product_img h2 img{
    width: 100%;
    height: auto;
}
.product_txt h2{
    line-height: 40px;
    background: #ccc;
    padding: 0 10px;
    margin: 20px 0;
    box-sizing: border-box;
    color: #666;
}
.product_txt h2 em{ color: #000;}
.product_txt .product_txt_con{
    padding: 10px 30px;
}
.product_txt p{
    line-height: 30px;
    text-indent: 2em;
    color: #555;
}

.fenye{
    border-top: 1px solid #999;
    padding-top: 20px;
    margin-top: 40px;
}
.fenye h4{ float: left;}
.fenye h4:last-child{ float: right;}
.fenye h4 a{
    display: inline;
    font-size: 18px;
    line-height: 30px;
    color: #444;
    text-decoration: underline;
}
.fenye h4 a:hover{
    color: #ff5f6b;
}


/*视频列表*/
.videos{
    width: 100%;
    margin: 0 auto;
}
.videos li{
    float: left;
    width: 48%;
}
.videos li:nth-child(2n){
    float: right;
}
.videos li div{
    width: 100%;
    height: 350px;
}
.videos li h3{
    text-align: center;
    line-height: 50px;
    padding-bottom: 10px;
}


/*****留言板****/

.fl{float:left;display:inline-block;}
.fr{float:right;display:inline-block;}
.user_mesg{width:980px;margin:70px auto 40px;}
.user_mesg input, .user_mesg select, .user_mesg textarea{border:1px solid #ccc;color:#666;}
.user_mesg .star{color:#dd2218;display:inline-block;padding:0 5px;vertical-align:middle;}
.user_mesg .star1{color:#FFF;display:inline-block;padding:0 5px;vertical-align:middle;}
.user_mesg .quick_liuyan_con{overflow:hidden;}
.user_mesg .quick_liuyan_con p{margin-bottom:10px;}
.user_mesg .item-right input{padding:5px 2px;}
.user_mesg .btn-mesSubmit{float:left;line-height:36px;}
.user_mesg textarea{font-size: 14px;padding:5px;color:#666;resize:none;
    height:148px;width:365px;border-radius:5px;background-color:#faf8f9;}
.user_mesg .item{margin-bottom:16px;_height:31px;text-align:left }
.user_mesg .item span{display:block;float:left;width:128px;margin-right:10px;
    text-align:right;line-height:30px;font-size:16px;color:#333333;}
.user_mesg .item:after{visibility:hidden;display:block;font-size:0;content:" ";clear:both;height:0;}
.user_mesg .item input[type="text"]{padding:5px;width:365px;font-size:16px;border-radius:5px;background-color:#faf8f9;}
.user_mesg .item input[type="text"]:focus{border: 1px solid #ffabb1;}
.user_mesg .item textarea:focus{border: 1px solid #ffabb1;}
.user_mesg .item input:disabled, .user_mesg .item textarea:disabled, .user_mesg .item select:disabled{background:#eee;}
.user_mesg .item-right{float:left;}

.user_mesg .item .btn-mesSubmit{display:block;width:180px;height:40px;
    border:1px solid #ff5f6b;background:#ff5f6b;color:#fff;border-radius:5px;line-height:30px;
    float:left;font-size:18px;margin-left:139px;_margin-left:37px;
    margin-right:30px;font-family:Microsoft Yahei;cursor:pointer;transition: .4s; }
.user_mesg .item .btn-mesSubmit:hover{background:#fff;color:#ff5f6b;}
.user_mesg .item .btn-mesSubmit:disabled{background:#ccc;}

/*add form right*/
.form-right{width:350px;height:300px;margin:108px 0 0 25px;border:1px solid #ccc;border-radius:5px;position:relative;}
.form-right h3{width:310px;height:46px;padding-left:40px;line-height:46px;
    font-size:16px;background:#ff5f6b;color:#fff;display: inline-block;}
.form-right h3 span{font-size:18px;font-weight:bold;color:#ffffff;display: inline-block; letter-spacing: 4px;}
.form-right ul{height:254px;padding:0 12px;overflow-y:auto;overflow-x:hidden;}
.form-right ul li{width:325px;min-height:40px;border-bottom:dashed 1px #999999;font-size:14px;color:#666666;cursor:pointer;}
.form-right ul li a{width:100%;height:100%;display:block;font-size:14px;}
.form-right ul li:hover{border-bottom:dashed 1px #ff5f6b;color:#ff5f6b;}
.form-right ul li:hover a{text-decoration:none;}
.form-right ul li:hover p{color:#ff5f6b;}
.form-right ul li p{line-height:40px;font-size:14px;display:inline;color:#666666;cursor:pointer;}