@charset "utf-8";
/* banner */
.banner {
    height: 710px;
    width: 100%;
    background-color: #cfcfcf;
    overflow: hidden;
}
/* nivoSlider */
.nivoSlider{position:relative;z-index:1; height: 100%;}
.nivoSlider img{position:absolute;top:0;left:0;}
/* If an image is wrapped in a link */
.nivoSlider a.nivo-imageLink{position:absolute;top:0;left:0;width:100%;height:100%;border:0;padding:0;margin:0;z-index:6;display:none;}
/* The slices and boxes in the Slider */
.nivo-slice{display:block;position:absolute;z-index:5;height:100%;}
.nivo-box{display:block;position:absolute;z-index:5;}
/* Caption styles */
.nivo-caption{position:absolute;background:#000;color:#fff;opacity:0.8; width:100%;z-index:8;}
.nivo-caption p{padding:5px;margin:0;}
.nivo-caption a{display:inline !important;}
.nivo-html-caption{display:none;}
/* Direction nav styles (e.g. Next & Prev) */
.nivo-directionNav a{
    position: absolute;
    top: 50%;
    width: 21px;
    height: 88px;
    z-index: 1000;
    opacity: 0;
    cursor: pointer;
    background: url('../images/gouqizen_spirit.png') no-repeat;
    background-position: -306px -420px;
}
.nivo-directionNav .nivo-prevNav{left: 30px; background-position-x: -280px;}
.nivo-directionNav .nivo-nextNav{right:30px;}
/* maxx-theme */
.maxx-theme .nivoSlider{position:relative;background:#fff url(../images/loading.gif) no-repeat 50% 50%;height:720px !important;width:100% !important;}
.maxx-theme .nivoSlider img{position:absolute;top:0;left:0;display:none;}
.maxx-theme .nivoSlider a{border:0;display:block;}
.maxx-theme .nivo-controlNav{position:absolute;left:50%;bottom:40px;width:126px;height:42px;background-position:-24px 0;margin-left:-63px; z-index:10}
.maxx-theme .nivo-controlNav a{display:block;width:10px;height:10px;text-indent:-9999px;border:0;margin:12px 3px 0 3px;float:left;border-radius: 5px; cursor: pointer; background-color: rgba(255, 255, 255, .5);}
.maxx-theme .nivo-controlNav a:first-child{margin-left:11px;}
.maxx-theme .nivo-controlNav a.active{width: 30px;}
.maxx-theme .nivo-caption{font-family: Helvetica, Arial, sans-serif;width:460px;padding:5px 10px 10px;right:0;top:228px;text-align:right;min-height:65px;}
.maxx-theme .nivo-caption h1{margin-top:0;margin-bottom:10px;}
.maxx-theme .nivo-caption a{color:#fff;border-bottom:1px dotted #fff;}
.maxx-theme .nivo-caption a:hover{color:#fff;}
/* 新闻 */
.news {
	width: 100%;
	padding-top: 84px;
	padding-bottom: 50px;
	background-color: #f3f3f3;
}
.news .news_con {
    margin: 0 auto;
    width: 1280px;
    height: 420px;
    display: flex;
    justify-content: space-between;
}
/* 左边的新闻部分 */
.news .left_banner {
    position: relative;
    width: 540px;
    height: 100%;
    background-color: #fff;
    overflow: hidden;
    cursor: pointer;
}
.news .left_banner .banner_content {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    font-size: 0;
}
.news .left_banner .banner_content li {
    display: block;
    float: left;
    width: 540px;
    height: 420px;
}
.news .left_banner .banner_content .top {
    height: 304px;
    position: relative;

}
.news .left_banner .banner_content li a {
    display: inline-block;
    width: 100%;
    height: 100%;
}

/* 新闻发布时间 */
.news .left_banner  .top .publish_date {
	position: absolute;
	top: 14px;
	left: 14px;
	width: 56px;
	height: 56px;
	background-image: url(news_datebg.png);
	background-repeat: no-repeat;
}
.news .left_banner .publish_date span {
    display: inline-block;
    width: 100%;
    text-align: center ;
    font-family: Georgia;
    font-size: 12px;
    line-height: 24px;
    color: #e6fff2;
    font-weight: bold;
}
.news .left_banner .publish_date .Day {
    line-height: 28px;
    font-size: 26px;
}
.news .left_banner .banner_content img {
    width: 100%;
    height: 100%;
}
/* 新闻的标题 简介 */   
.news .left_banner .main .new_title {
    padding-top: 20px;
    font-size: 18px;
    line-height: 46px;
    color: #666;
    font-weight: bold;
}
.news .left_banner .main .new_info {
    font-size: 14px;
    line-height: 24px;
    color: #969696;
}
/* 新闻轮播按钮 */
.news .left_banner .slider_indicators {
    position: absolute;
    top: 20px;
    right: 20px;
}
.news .left_banner .slider_indicators li {
    display: inline-block;
    margin-left: 5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    cursor: pointer;
    background-color: #fff;
}
.news .left_banner .slider_indicators .active {
    background-color: #ea3919;
}
/* 新闻左右轮播按钮 */
.news .left_banner .new_control {
    position: absolute;
    width: 42px;
    height: 42px;
    top: 134px;
    opacity: 0;
    cursor: pointer;
    background: url('../images/next_prev_circle.png') no-repeat ;
    transition: opacity .3s ease;
}
.news .left_banner .prev_btn {
    left: 8px;
}
.news .left_banner .next_btn{
    right: 8px ;
    background-position-y: -42px;
}
.news .left_banner:hover .new_control{
    opacity: 1;
}
/* 新闻右边部分 */
.news .right_news {
    width: 690px;
}
.news .tab {
    display: flex;
    justify-content: flex-end;
}
.news .tab a {
    display: block;
    padding: 0 20px;
    line-height: 40px;
    text-decoration: none;
    color: #404040;
}
.news .tab .on {
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    background-color: #03793a;
}
.news .right_news .content {
    position: relative;
    height: 384px;
    width: 690px;
    overflow: hidden;
}
.news .right_news .content .tab_move_box {
    position: absolute;
    top: 20px;
    left: 0;
    width: 5000px;
}
.news .right_news .content .con_item {
    float: left;
    width: 690px;
}
.news .right_news .content .con_list {
    padding: 20px 28px 22px 34px;
    border-top: #dfdfdf dashed 1px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.news .right_news .content .con_list:nth-child(3) {
    padding-bottom: 0;
}
.news .right_news .content .con_list:hover .art_title{
    color: #ea3919;
}
.news .right_news .content .con_list:hover .right{
    color: #ea3919;
}
.news .right_news .content .con_list:hover .year{
    border-color: #ea3919;
}

.news .right_news .content .con_list .left {
    width: 530px;
}
.news .right_news .content .con_list  .art_title{
    font-size: 15px;
    line-height: 32px;
    color: #606660;
    font-weight: bold;
}
.news .right_news .content .con_list  .abstract {
    font-size: 14px;
    color: #848484;
    line-height: 26px;
}

.news .right_news .content .con_list .right {
    width: 54px;
    text-align: center;
    color: #d8d8d8;
    font-family: Georgia;
}
.news .right_news .content .con_list .year {
    display: inline-block;
    line-height: 30px;
    font-size: 20px;
    border-bottom: #d8d8d8 2px solid ;
}
.news .right_news .content .con_list .month_day {
    font-size: 14px;
}
/* 产品 */
.product {
    width: 100%;
    height: 648px;
    background: url('../images/product_bg.jpg') no-repeat;
    background-size: cover;
}
.product .meta_title {
    padding-top: 40px;
    padding-bottom: 32px;
    text-align: center;
}
.product .meta_title a {
    display: inline-block;
    font-size: 24px;
    font-weight: bold;
    line-height: 42px;
    color: #fff;
    border-bottom: #fff solid 5px;
}
.product .container {
    position: relative;
    margin: 0 auto;
    width: 1280px;
    height: 424px;
    overflow: hidden;
}
.product .container .content {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 5000px;
}
.product .container .pro_item {
    float: left;
    margin-right: 27px;
    width: 300px;
    border-radius: 10px;
    overflow: hidden;
}
.product .container .pro_item:nth-child(4n) {
    margin-right: 0;
}
.product .container .pro_item:hover img {
    transform: scale(1.1);
}
.product .container .pro_item:hover p {
    color: #fff;
    background-color: #ea3919;
}
.product .container .profile {
    height: 374px;
    width: 100%;
    overflow: hidden;
}
.product .container .profile img {
    width: 100%;
    height: 100%;
    transition: all .8s ease;
}
.product .container p {
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #666;
    background-color: #fff;
}
/* 产品分页器 */
.product .pagination {
    padding-top: 18px;
    width: 100%;
    text-align: center;
}
.product .pagination li {
    display: inline-block;
    margin: 0 5px;
    border-radius: 5px;
    width: 10px;
    height: 10px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, .6);
}
.product .pagination .active {
    width: 40px;
    background-color: #fff;
}
/* 关于我们 */
.about_us {
	margin: 0 auto;
	padding: 60px 0;
	width: 1280px;
	
}
.about_us .top {
    height: 292px;
}
.about_us .left_enter {
    position: relative;
    width: 434px;
    float: left;
}
.about_us .meta_wrap {
    position: absolute;
    top: 0;
    left: 0;
}
.about_us .meta_wrap p {
    font-size: 14px;
    color: #d9d9d8;
    letter-spacing: 1px;
    text-transform: uppercase;
}
.about_us .meta_wrap h2 {
    position: relative;
    padding-bottom: 8px;
    line-height: 46px;
    font-size: 22px;
    font-weight: bold;
    color: #ea3919;
}
.about_us .meta_wrap h2::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 28px;
    height: 3px;
    background-color: #ea3919;
}
.about_us .top .menu_list {
    display: flex;
    justify-content: flex-end;
    margin-bottom: 20px;
}
.about_us .top .menu_list:last-child {
    margin-bottom: 0;
}
/* 快捷菜单 */
.about_us .top .menu_list .fast_muen {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    width: 130px;
    height: 82px;
    border: #b3bfa7 dashed 1px;
    border-radius: 10px;
    color: #5d7744;
}
.about_us .top .menu_list .fast_muen:hover {
    cursor: pointer;
    border: #ea3919 dashed 1px;;
    background-color: #ea3919;
    color: #fff;
}
.about_us .top .menu_list .fast_muen:hover .icon{
    background-position-y: 2px;
}

.about_us .top .menu_list .fast_muen:last-child {
    margin-right: 0;
}

.about_us .top .menu_list .icon {
    display: block;
    width: 34px;
    height: 34px;
    background: url('../images/gouqizen_spirit.png') no-repeat;
    background-position: 0 -50px;
}
.about_us .top .menu_list span {
    margin-top: 8px;
    font-size: 14px;
    color: inherit;
    font-weight: bold;
}
.about_us .top .menu_list .hover {
    background-position-x: -46px;
}
.about_us .top .menu_list .work {
    background-position-x: -92px;
}
.about_us .top .menu_list .culture {
    background-position-x: -145px;
}
.about_us .top .menu_list .event {
    background-position-x: -207px;
}
.about_us .top .menu_list .contact {
    background-position-x: -259px;
}
/* 右边简介 */
.about_us .right_art {
    float: right;
    width: 796px;
    height: 290px;
    border-radius: 8px;
    overflow: hidden;
}
.about_us .right_art:hover {
    cursor: pointer;
}
.about_us .right_art:hover .art_desc {
    color: #ea3919
}
.about_us .right_art:hover .thematic img {
    transform: scale(1.1);
}

.about_us .right_art .thematic {
    margin-bottom: 24px;
    width: 100%;
    height: 195px;
    overflow: hidden;
}
.about_us .right_art .thematic img {
    width: 100%;
    height: 100%;
    transition: all .5s ease;
}
/* 文章简介 */
.about_us .right_art .art_desc {
    font-size: 14px;
    color: #848484;
    line-height: 26px;
}
/* 加盟合作 */
.about_us .join_in {
    margin-top: 60px;
    display: flex;
    justify-content: center;
}
.about_us .join_in .platform {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 97px;
    padding:  0 60px;
    border-right: #dcdcdc dashed 1px;
}
.about_us .join_in .platform:hover .mark{
    background-position-y: -107px;
}
.about_us .join_in .platform:hover .into{
    background-position-x: -10px;
}
.about_us .join_in .platform:hover .center {
    color: #f95033;
}

.about_us .join_in .league {
    padding-left: 0;
}
.about_us .join_in .taobao {
    padding-right: 0;
}
.about_us .join_in .platform:last-child {
    border-right: 0 none;
}
.about_us .join_in .platform .mark {
    display: block;
    width: 88px;
    height: 88px;
    background: url('../images/gouqizen_spirit.png') no-repeat;
    background-position: -6px -208px;  
    transition: all .5s ease; 
}
.about_us .join_in .tamll .mark {
    background-position-x: -123px;
}
.about_us .join_in .taobao .mark {
    background-position-x: -240px;
}

.about_us .join_in .platform .into {
    display: block;
    width: 34px;
    height: 34px;
    background: url('../images/gouqizen_spirit.png') no-repeat;
    background-position: -62px -402px;   
    transition: all .5s ease;
}
.about_us .join_in .platform .center {
    padding-left: 30px;
    flex: 1;
    color: #758b60;
}
.about_us .join_in .platform .title {
    line-height: 44px;
    font-size: 24px;
    color: inherit;
}
.about_us .join_in .platform .sub_title {
    font-size: 12px;
    text-transform: uppercase;
    color: inherit;
}
/* 产品 */
.viewpoint {
    position: relative;
    width: 100%;
    height: 440px;
 /*   background-color: #f3f3f3;*/
}
.viewpoint::after {
    content: '';
    position: absolute;
    top: 440px;
    left: 0; right: 0;
    height: 100px;
  /*  background-color: #f3f3f3;*/
    z-index: -50;
}
.viewpoint .view_con {
    margin: 0 auto;
    padding-top: 46px;
    width: 1280px;
    text-align: center;
}

.viewpoint .view_con .tab_head {
    height: 58px;
}
.viewpoint .view_con .tab_head a {
    display: inline-block;
    margin: 0 16px;
    line-height: 52px;
    font-size: 24px;
    color: #666;
}
.viewpoint .view_con .tab_head .active {
    border-bottom: 6px solid #ea3919;
    color: #ea3919;
    font-weight: bold;
}

.viewpoint .container {
    position: relative;
    margin: 27px auto 0;
    width: 1278px;
    height: 252px;
    overflow: hidden;
}
/* 移动盒子 */
.viewpoint .container .move_box {
    position: absolute;
    top: 0;
    left: 0; 
    right: 0;
    height: 504px;
}
.viewpoint .container .content {
    position: relative;
    width: 1280px;
    height: 252px;
    overflow: hidden;
}
.viewpoint .container .wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 5000px;
    height: 100%;
}
.viewpoint .container .wrapper .pic_item {
    float: left;
    margin-right: 26px;
    width: 300px;
    border-radius: 12px;
    overflow: hidden;
}
.viewpoint .container .pic_item  img {
    width: 100%;
    transition: all .5s ease;
}
.viewpoint .container .wrapper .pic_item:hover .title{
    color: #fff;
    background-color: #ea3919;
}
.viewpoint .container .wrapper .pic_item:hover img{
    transform: scale(1.1);
}
.viewpoint .container .wrapper .pic_item:nth-child(4n) {
    margin-right: 0;
}
.viewpoint .container .wrapper .top_pic {
    height: 170px;
    width: 100%;
    overflow: hidden;
}
.viewpoint .container .wrapper .title {
    display: block;
    border-top: solid 1px #f3f3f3;
    line-height: 50px;
    font-size: 14px;
    color: #666;
    font-weight: bold;
    text-align: center;
    background-color: #fff;
}
/* 分页按钮 */
.viewpoint .container .content .pagination {
    position: absolute;
    bottom: 0;
    width: 100%;
    text-align: center;
}
.viewpoint .container .pagination li {
    display: inline-block;
    margin: 0 5px;
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(234, 57, 25, .5);
}
.viewpoint .container .pagination .active {
    width: 40px;
    background-color: rgb(234, 57, 25);
}
/* 快捷入口 */
.fixedtool {
    display: block;
    position: fixed;
    width: 55px;
    height: 260px;
    top: 555px;
    right: 5%;
    z-index: 999;
}
/* 微信二维码 */
.fixedtool .wechat_code {
    position: absolute;
    display: none;
    width: 140px;
    height: 140px;
    top: -160px;
    left: -46px;
    background: url('../images/code.jpg') no-repeat;
    background-size: cover;
}
.fixedtool .wechat_code::after {
    content: '';
    position: absolute;
    bottom: -26px;
    left: 60px;
    width: 0;
    height: 0;
    border: 12px solid transparent;
    border-top-color: #fff;
}
.fixedtool>a {
    display: block;
    width: 55px;
    height: 55px;
    margin-bottom: 10px;
    background: url('../images/gouqizen_spirit.png') no-repeat;
    background-position: 0px -329px;
}
.fixedtool>.QQ {
    background-position-x: -85px;
    transition: transform .8s ease;
}
.fixedtool>.QQ:hover {
    transform: rotate(360deg);
}
.fixedtool>.wechat:hover {
    transform: rotate(360deg);
}
.fixedtool>.wechat {
    transition: transform .8s ease;
}
.fixedtool>.to_top {
    height: 0;
    transition: all .5s ease;
    background-position-x: -170px;
}
.fixedtool>.to_bottom {
    transition: all .5s ease;
    background-position-x: -255px;
}
/* 快捷入口  完*/
.asbrand {
	overflow: hidden;
	height: 758px;
	width: 100%;
}
.brand {
	height: 758px;
	width: 200%;
	border-radius: 50%;
	position: relative;
	left: -50%;
	overflow: hidden;
}
.brand_background{
	position: absolute;
	left: 25%;
	width: 50%;
	animation: bannersuofang 12s infinite;
}
/*title(二级)*/
.brand>.title {
	position: relative;
}
.brand>.title>a,
.brand>.title>p {
	text-align: center;
}

.brand>.title h1 {
	color: #fff;
	font-weight: 700;
	padding-top: 55px;
	font-size: 26px;
}
.brand>.title>p {
	margin-top: 10px;
	color: #fff;
	margin-bottom: 
}
.brand>.title>div {
	width: 43px;
	height: 0;
	border: 2px solid #fff;
	margin: 13px auto 0px;
}


/*新闻切换(二级)*/
.brand_menu {
	position: relative;
	margin: 30px auto 40px;
	width: 830px;
	height: 45px;
}
.brand_menu span {
	float: left;
	height: 43px;
	font-size: 16px;
	color: #fff;
	width: 148px;
	line-height: 43px;
	text-align: center;
	margin: 0px 10px;
	border: 1px dashed #ccc;
	border-radius: 24px;
}
.brand_menu>a:first-child>span{
	margin-left: 0px;
}
.brand_menu>a:last-child>span {
	margin-right: 0px;
}
.brand_menu .active {
	background: #ffb94a;
	border-radius: 22.5px;
	font-weight: 700;
	font-size: 18px;
	color: #fff;
}
.brand_menu span:hover {
	background: #ffb94a;
	border-radius: 22.5px;
	font-weight: 700;
	font-size: 18px;
	border: 1px solid #ffb94a;
	color: #fff;
}
.brand_main {
	margin: 0px auto;
	width: 1375px;
	height: 435px;
	position: relative;
}
.brand_main>span {
	display: block;
	position: absolute;
	top: 167px;
	width: 15px;
	height: 85px;
	cursor: pointer;
}
.brand_main>.brand_main_left {
	background: url(../images/icon_all.png) -150px -33px;
	left: 0px;
	opacity: 0.7;
}
.brand_main>.brand_main_right {
	position: absolute;
	background: url(../images/icon_all.png) -165px -33px;
	right: 0px;
	opacity: 0.7;
}
.brand_main>span:hover {
	opacity: 1;
}


.brand_main>.main_border {
	margin: 0 auto;
	width: 1304px;
	height: 435px;
	overflow: hidden;
	position: relative;
}
