@charset "UTF-8";

/* banner */
.banner {
    width: 100%;
    position: relative;
    clear: both;
    overflow: hidden;
}

.flexslider-banner {
    position: relative;
    height: 663px;
    overflow: hidden;
    /*background: url(../images/loading.gif) 50% no-repeat;*/
}

.flexslider-banner .slides {
    position: relative;
    z-index: 1;
}

.flexslider-banner .slides li {
    height: 663px;
}

.flexslider-banner .slides li a {
    display: block;
    width: 100%;
    height: 100%;
    transition: 1.5s linear;
}

.flexslider-banner .slides li.flex-active-slide a {
    transform: scale(1.02, 1.02);
    -webkit-transform: scale(1.02, 1.02);
    -moz-transform: scale(1.02, 1.02);
    -ms-transform: scale(1.02, 1.02);
}

.flexslider-banner .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.flexslider-banner .flex-control-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.flexslider-banner .flex-control-nav a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    text-indent: -999em;
    overflow: hidden;
    background: #939399;
    cursor: pointer;
    box-shadow: none;
}

.flexslider-banner .flex-control-nav .flex-active {
    background: #da251d;
}

.flexslider-banner .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.flexslider-banner .flex-direction-nav li a {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    text-indent: -999em;
}

.flexslider-banner .flex-direction-nav li a.flex-prev {
    opacity: 0;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    transition: 1s all;
    left: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_left.png) center center no-repeat;
}

.flexslider-banner .flex-direction-nav li a.flex-next {
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
    transform: translate3d(100%, 0, 0);
    transition: 1s all;
    right: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_right.png) center center no-repeat;
}

.flexslider-banner:hover .flex-direction-nav li a.flex-prev,
.flexslider-banner:hover .flex-direction-nav li a.flex-next
 {
    opacity: 1;
    -webkit-transform: none;
    transform: none
}


/* brand */
.brand {
    margin: 80px 0;
}

.brand ul li {
    width: 240px;
    height: 150px;
    line-height: 35px;
    border-radius: 10px;
    background-color: #da251d;
    color: #fff;
    position: relative;
    transition: 1s linear;
    text-align: center;
}

.brand ul li.nomr {
    margin-right: 0;
}

.brand ul li::after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 8px 8px;
    border-color: #da251d transparent transparent;
    border-style: solid;
    display: inline-block;
    position: absolute;
    bottom: -16px;
    left: 116px;

}

.brand ul li:hover {
    transform: translateY(-10px);
    -webkit-transform: translateY(-10px);
    -moz-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
}

.brand ul li p {
    font-size: 45px;
    letter-spacing: 1px;
    ;
    font-weight: 600;
    margin-top: 35px;
}

.brand ul li span {
    font-size: 16px;
}

/* brand */
.propa {
    margin: 80px 0;
}
.propa li {
    width: 277.5px;
    float: left;
}
.propa li img {
    width: 100%;
}

/* advantage */
.advantage {
    width: 100%;
    height: 1602px;
    background: url(../images/advantage_bg.jpg) no-repeat center;
    background-size: cover;
}

.index_title {
    width: 400px;
    height: 70px;
    margin: 0 auto;
    text-align: center;
    line-height: 38px;
    color: #333;
    border: 1px solid #666;
    border-radius: 8px;
}

.index_title_wrap {
    width: 160px;
    margin: 0 auto;
    background-color: #fff;
    position: relative;
    top: 13px;
}

.index_title h2 {
    font-size: 38px;
    font-weight: 500;
}

.index_title h2 span {
    color: #da251d;
}

.index_title p {
    font-size: 18px;
}

.index_title_01 {
    padding-top: 115px;
    color: #fff;
    border: none;
}

.advantage_main {
    margin-top: 50px;
    ;
}

.advantage_main ul li {
    position: relative;
}

.advantage_main ul li.item {
    overflow: hidden;
}

.advantage_main ul li a {
    display: block;
}

.advantage_main ul li .item_bg {
    transition: 1s all;
}

.advantage_main ul li:hover .item_bg {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
}

.advantage_main ul li .item_main {
    width: 100%;
    text-align: center;
    position: absolute;
    left: 0;
    top: 32%;
}

.advantage_main ul li .per39 {
    top: 39%;
}

.advantage_main ul li .item_main img {
    padding-bottom: 5px;
}

.advantage_main ul li .item_main .subtit {
    font-size: 28px;
    color: #fff;
    letter-spacing: 1px;
}

.advantage_main ul li .item_main .red {
    color: #da251d;
}

.advantage_main ul li .item_main .des {
    font-size: 22px;
    color: #fff;
    width: 75%;
    margin: 0 auto;
    text-align: left;
    line-height: 35px;
}

.advantage_main ul li .item_main .des_b {
    width: 54%;
}

.advantage_main ul li .triangle {
    position: absolute;
    z-index: 2;
}

.advantage_main ul li .triangle_01 {
    left: 50%;
    bottom: -28px;
    margin-left: -16px;
}

.advantage_main ul li .triangle_02 {
    top: 50%;
    right: -28px;
    margin-top: -14px;
}

.advantage_main ul li .triangle_03 {
    top: 50%;
    left: -27px;
    margin-top: -14px;
}

/*advantages*/
.advantages_main {
    overflow: hidden;
    height: 280px;
}
.advantages_title {
    width: 35px;
    height: 270px;
    padding: 12px 30px 0 30px;
    background: #da251d;
    font-size: 24px;
    line-height: 28px;
    text-align: center;
    color: #fff;
    float: left;
    border-radius: 8px;
    position: relative;
}
.advantages_title::after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 8px 8px;
    border-color: transparent transparent #da251d;
    border-style: solid;
    display: inline-block;
    position: absolute;
    bottom: 140px;
    left: 94px;
    transform: rotate(90deg);
    -webkit-transform: rotate(90deg);

}
.advantages_body {
    width: 1085px;
    float: right;
    height: 100%;
    position: relative;
}
.flexslider-advantages .wrap {
    width: 348px;
    height: 278px;
    border: 1px solid #dedede;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
}
.flexslider-advantages .wrap img {
    width: 78px;
    display: block;
    margin: 30px auto 10px;
}
.flexslider-advantages .wrap h2 {
    font-size: 24px;
    text-align: center;
    color: #333;
}
.flexslider-advantages .wrap p {
    width: 80%;
    margin: 10px auto 0;
    font-size: 19px;
    color: #c1c1c1;
    text-align: justify;
}

.advantages_body .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.advantages_body .flex-direction-nav li a {
    display: block;
    width: 19px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    outline: none;
    text-indent: -999em;
}
.advantages_body .flex-direction-nav li a.flex-prev {
    left: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_left_designer.png) center center no-repeat;
}

.advantages_body .flex-direction-nav li a.flex-next {
    right: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_right_designer.png) center center no-repeat;
}

/* DESIGNER */
.designer {
    padding: 80px 0;
    background: url("https://xystcdn.xydec.com.cn/static/xy/images/designer_bg.jpg") no-repeat 0 0;
    background-size: cover;
    margin-bottom: 80px;
}
.container-designer {
    width: 1440px;
}
.index_title_06 {
    color: #fff;
    width: 404px;
    height: 74px;
    border: none;
    background: url("https://xystcdn.xydec.com.cn/static/xy/images/index_title_bg.png") no-repeat 0 0;
    background-size: cover;
}
.index_title_06 .index_title_wrap {
    background: transparent;
}
#designer_top {
	position: relative;
	width: 1440px;
    _width: 1200px;/*ie6*/
    *width: 1200px;/*ie7*/
    width: 1200px\9;/*ie678910*/
    height: 480px;
	margin: 0 auto;
    overflow: hidden;
}

#designer_top .swiper-slide {
	width: 1200px;
	height: 480px;
	background: #fff;
    /*box-shadow: 0 0 10px #eae8e8;*/
}
#designer_top .swiper-slide-d {
    border-radius: 20px;
    overflow: hidden;
}
#designer_top .designer_pic {
    width: 260px;
    height: 260px;
    border-radius: 50%;
    margin: 30px auto 10px;
    overflow: hidden;
}
#designer_top .designer_pic img {
    width: 100%;
}
#designer_top .mark {
    width: 36px;
    position: absolute;
    right: 0;
    top: 0;
}
#designer_top .designer_desc{
    width: 490px;
    height: 480px;
    background: url("https://xystcdn.xydec.com.cn/static/xy/images/designer_top_bg.png");
    color: #fff;
    position: relative;
}
#designer_top .designer_case {
    width: 710px;
}
#designer_top .designer_desc .designer_name {
    margin-left: 145px;
}
#designer_top .designer_desc .designer_name h2 {
    font-size: 28px;
    font-weight: 320;
    padding-right: 8px;
}
#designer_top .designer_desc .designer_name p {
    font-size: 16px;
    margin-top: 13px;
}
#designer_top .designer_desc .designer_name p img {
    width: 16px;
    padding-left: 3px;
    vertical-align: baseline;
}
#designer_top .designer_desc .designer_company {
    font-size: 16px;
    margin-top: 5px;
    margin-left: 145px;
}
#designer_top .designer_desc .designer_company p {
    padding-right: 8px;
    line-height: 20px;
}
#designer_top .designer_desc .designer_company .designer_style {
    width: 178px;
}
#designer_top .designer_btn {
    width: 125px;
    height: 40px;
    line-height: 40px;
    background-color: #fff;
    font-size: 18px;
    text-align: center;
    border-radius: 8px;
    margin: 20px 0 0 145px;
}
#designer_top .designer_btn a {
    display: block;
    color: #999;
}
#designer_top .swiper-button-prev,#designer_top .swiper-button-next {
    width: 100px;
    height: 100px;
    top: 44%;
}
#designer_top .swiper-button-prev{ 
    background: url('https://xystcdn.xydec.com.cn/static/xy/images/arror_left.png') no-repeat 0 0 !important;
    background-size: 100%;
    left: 150px;
}
#designer_top .swiper-button-next{
    background: url('https://xystcdn.xydec.com.cn/static/xy/images/arror_right.png') no-repeat 0 0 !important;
    background-size: 100%;
    right: 150px;
}
.swiper-container-v {
    width: 100%;
}
.swiper-container-v .swiper-slide img {
    /*width: 491px;
    height: 480px;*/
}
.swiper-container-v .swiper-pagination { 
    width: 100%; 
    position: absolute; 
    left: 0; 
    bottom: 2%; 
}
.swiper-container-v .swiper-pagination span { 
    width: 10px; 
    height: 10px; 
    background: #fff; 
    opacity: 1; 
}
.swiper-container-v .swiper-pagination span.swiper-pagination-bullet-active { 
    background: #e50013; 
}
.designer_command {
    width: 1200px;
    margin: 60px auto 0;
}
.designer_select {
    height: 50px;
    line-height: 50px;
    background: rgba(0,0,0,.7);
    color: #fff;
    border-radius: 10px;
    font-size: 18px;
    float: left;
    padding: 0 25px;
}
.designer_select .area {
    padding: 0 25px 0 0;
}
.designer_select .local img {
    width: 16px;
    padding-right: 3px;
}
.designer_select .line {
    padding: 0 5px;
}
.designer_select .swith {
    color: #da251d;
    cursor: pointer;
}
.designer_recommand {
    margin: 25px auto;
    position: relative;
}
.designer_recommand .slides li {
    width: 290px;
    border-radius: 15px;
    overflow: hidden;
}
.designer_recommand .designer_desc {
    width: 230px;
    padding: 10px 30px 20px;
    background-color: #f7f7f7;
    color: #333;
}
.designer_recommand .slides li .designer_thumb {
    width: 290px;
    height: 320px;
    overflow: hidden;
}
.designer_recommand .slides li .designer_thumb img {
    width: 100%;
}
.designer_recommand .designer_name {
    margin-bottom: 5px;
}
.designer_recommand .designer_name h2 {
    font-size: 22px;
    font-weight: 320;
    padding-right: 18px;
}
.designer_recommand .designer_name p {
    font-size: 18px;
    margin-top: 4px;
    color: #e50013;
}
.designer_recommand .designer_name p img {
    width: 18px;
    padding-left: 5px;
    position: relative;
    top: -2px;
}
.designer_recommand .designer_company {
    font-size: 16px;
    margin-top: 1px;
}
.designer_recommand .designer_company p {
    padding-right: 8px;
    line-height: 20px;
}
.designer_recommand .designer_company .explan {
    font-size: 15px;
    color: #666;
}
.designer_recommand  .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.designer_recommand .flex-direction-nav li a {
    display: block;
    width: 19px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    outline: none;
    text-indent: -999em;
}
.designer_recommand .flex-direction-nav li a.flex-prev {
    left: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_left_designer.png) center center no-repeat;
}

.designer_recommand .flex-direction-nav li a.flex-next {
    right: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_right_designer.png) center center no-repeat;
} 

.flexslider-designer-carousel {
    position: relative;
}
.flexslider-designer-carousel ul li {
    width: 90px;
    height: 90px;
    border-radius: 50%;
    overflow: hidden;
    opacity: .5;
    filter:alpha(opacity=50);
    cursor: pointer;
    margin-right: 10px;
    border: 1px solid #fff;
}
.flexslider-designer-carousel .slides li img {
    width: 100%;
}
.flexslider-designer-carousel li.flex-active-slide {
    opacity: 1;
    filter:alpha(opacity=100);
    border: 1px solid #cd251e;
    box-sizing: border-box;
}
.flexslider-designer-carousel  .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 24%;
}

.flexslider-designer-carousel .flex-direction-nav li a {
    display: block;
    width: 19px;
    height: 45px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    outline: none;
}
.flexslider-designer-carousel .flex-direction-nav li a.flex-prev {
    opacity: 1;
    left: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_left_designer.png) center center no-repeat;
}

.flexslider-designer-carousel .flex-direction-nav li a.flex-next {
    opacity: 1;
    right: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_right_designer.png) center center no-repeat;
} 

.designer .more {
    margin-bottom: 0;
}

.more {
    width: 900px;
    height: 70px;
    line-height: 70px;
    text-align: center;
    border: 1px solid #aeaeae;
    border-radius: 10px;
    font-size: 20px;
    margin: 50px auto;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    -webkit-transition: border-color 0.3s, background-color 0.3s;
	transition: border-color 0.3s, background-color 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.more a {
    display: block;
    color: #aeaeae;
}
.more::after {
	content: attr(data-text);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	color: #3f51b5;
	-webkit-transform: translate3d(0, 25%, 0);
	transform: translate3d(0, 25%, 0);
}
.more::after,
.more a {
	-webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
	transition: transform 0.3s, opacity 0.3s;
	-webkit-transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
	transition-timing-function: cubic-bezier(0.2, 1, 0.3, 1);
}
.more:hover {
    border-color: #e50013;
    color: #fff;
	background-color: rgba(63, 81, 181, 0.1);
}
.more:hover::after {
    opacity: 1;
    background-color: #e50013;
    color: #fff;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
}
.more:hover a {
	opacity: 0;
	-webkit-transform: translate3d(0, -25%, 0);
	transform: translate3d(0, -25%, 0);
}

/* yuyue */
.yuyue_title {
    text-align: center;
    color: #333;
    margin-bottom: 30px;
}
.yuyue_title h2 {
    font-size: 38px;
    font-weight: 500;
}
.yuyue_title p {
    font-size: 18px;
}
.yuyue_title p span {
    color: #dd3f39;
}
.yuyue {
    margin: 0 0 80px;
}
.queryoffer .form-item {
    float: left;
    position: relative;
    display: inline;/*解决ie7双倍边距bug*/
}
.queryoffer .form-item input,.queryoffer .form-item-submit button {
    width: 219px;
    height: 60px;
    line-height: 60px;
    font-size: 18px;
    color: #333;
    text-align: center;
    border: 1px solid #cacaca;
    border-radius: 12px;
    padding: 0 10px;
}
.queryoffer .form-item select {
    padding-right: 0;
    width: 209px;
    /**width: 198px;!*ie7*!*/
    height: 60px;
    font-size: 18px;
    color: #333;
    text-align: center;
    padding: 15px 0 15px 10px;
    border: 1px solid #cacaca;
    border-radius: 12px;
    vertical-align: middle;
}
.queryoffer .form-item-province,.queryoffer .form-item-city {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_10.png"),
                  url("https://xystcdn.xydec.com.cn/static/xy/images/icon_11.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 25px center, 168px center;
    background: none\9;
}
.queryoffer .form-item-city {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_16.png"),
    url("https://xystcdn.xydec.com.cn/static/xy/images/icon_11.png");
    background-repeat: no-repeat, no-repeat;
    background-position: 25px center, 168px center;
    background: none\9;
}
/* 给input添加背景图片底部多出空白高度 */
.queryoffer .form-item-name {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_12.png");
    background-repeat: no-repeat;
    background-position: 30px center;
}
 .queryoffer .form-item-size {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_13.png");
    background-repeat: no-repeat;
    background-position: 30px center;
}
.queryoffer .form-item-mobile {
    background-image: url("https://xystcdn.xydec.com.cn/static/xy/images/icon_14.png");
    background-repeat: no-repeat;
    background-position: 25px center;
}
.queryoffer .form-item-submit {
    text-align: center;
    border: none;
}
.queryoffer button {
    width: 100%;
    height: 100%;
    text-align: center;
    background-color: #da251d;
    color: #fff !important;
    font-size: 18px;
    cursor: pointer;
    display: block;
    border: none !important;
}

/* case */
.case_tab {
    margin: 60px 0 30px;
}
.case_tab ul li {
    width: 125px;
    height: 45px;
    line-height: 45px;
    border: 1px solid #cdcdcd;
    border-radius: 5px;
    font-size: 16px;
    color: #333;
    text-align: center;
    cursor: pointer;
}
.case_tab ul li.active {
    border: none;
    background-color: #da251d;
    color: #fff;
}
.case_wrap {
    height: 816px;
    position: relative;
}
.case_wrap li {
    position: absolute;
    overflow: hidden;
    width: 394px;
    height: 266px;
    border-radius: 5px;
}
.case_wrap li img {
    width: 394px;
    height: 266px;
}
.case_wrap li.c1,.case_wrap li.c1 img,.case_wrap li.c2,.case_wrap li.c2 img {
    width: 394px;
    height: 541px;
}
.case_wrap li.c1 img,.case_wrap li.c2 img {
    display: none;
}
.case_wrap .c1 a,.case_wrap .c2 a {
    width: 394px;
    height: 541px;
    background-position: top left;
    -webkit-transition: all 5.5s;
    transition: all 5.5s;
}
.case_wrap .c1:hover a,.case_wrap .c2:hover a {
    background-position: top right;
}
.case_wrap li a {
    display: block;
}
.case_wrap li .mask {
    position: absolute;
    background: rgba(0,0,0,.5);
    left: 0;
    bottom: -64px;
    width: 100%;
    height: 64px;
    padding: 6px 20px 0 20px;
    box-sizing: border-box;
    -webkit-transition: all .5s;
    transition: all .5s;
}
.case_wrap li .mask p {
    font-size: 16px;
    color: #f5f5f5;
    line-height: 26px;
}
.case_wrap li .mask p.case_desc span {
    padding: 0 5px;
    font-size: 14px;
    position: relative;
    top: -1px;
}
.case_wrap li.c1 {
    left: 0;
    bottom: 0;
}
.case_wrap li.c2 {
    right: 0;
    top: 0;
}
.case_wrap li.c3 {
    left: 0;
    top: 0;
}
.case_wrap li.c4 {
    left: 404px;
    top: 0;
}
.case_wrap li.c5 {
    left: 404px;
    top: 276px;
}
.case_wrap li.c6 {
    left: 404px;
    bottom: 0;
}
.case_wrap li.c7 {
    right: 0;
    bottom: 0;
}
.case_wrap li:hover .mask {
    bottom: 0;
}

/* vrcase */
.vrcase {
    margin: 90px 0 0;
    padding-top: 100px;
    width: 100%;
    height: 1271px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/vrcase_bg.jpg?v=1) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.index_title_03 {
    color: #fff;
    border: none;
}
.index_title_03 .index_title_wrap {
    top: 16px;
    background: none;
}
.vrcase_main {
    width: 100%;
    margin: 60px auto;
    position: relative;
}
.vrcase_main .slides li {
    position: relative;
}
.vrcase_main .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.vrcase_main .flex-direction-nav li a {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    text-indent: -999em;
}

.vrcase_main .flex-direction-nav li a.flex-prev {
    left: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_left.png) center center no-repeat;
}

.vrcase_main .flex-direction-nav li a.flex-next {
    right: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_right.png) center center no-repeat;
}

.vrcase_main  .mask {
    position: absolute;
    background: rgba(0,0,0,.5);
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 30px 0;
    text-align: center;
    box-sizing: border-box;
}
.vrcase_main  .mask p {
    font-size: 20px;
    color: #f5f5f5;
    line-height: 26px;
}

/* custom */
.custom {
    padding-top: 100px;
    width: 100%;
    height: 950px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/custom_bg.jpg?v=2) no-repeat center;
    background-size: cover;
}
.index_title_04 {
    border: none;
}
.index_title_04 .index_title_wrap{
    top: 30px;
    width: 200px;
    background: none;
}
.custom_main {
    margin: 100px 0 80px;
}
.custom-wrap {
    padding: 50px 65px 70px;
    background-color: #fff;
    color: #000;
}
.custom-l .custom-pic {
    padding-right: 10px;
}
.custom-name h2 {
    font-size: 26px;
    color: #000;
    line-height: 38px;
    padding-top: 14px;
}
.custom-name p {
    font-size: 20px;
}
.custom-r p {
    width: 380px;
    font-size: 20px;
    padding-right: 5px;
    line-height: 28px;
}
.coustom-body {
    margin: 100px 0 0 0;;
}
.custom_main .swiper-slide {
    border-radius: 15px;
    overflow: hidden;
}
.custom_main .flex-control-nav {
    margin: 60px 0;
    overflow: hidden;
}
.custom_main .flex-control-nav li {
    border-radius: 100%;
    cursor: pointer;
    float: left;
    margin-right: 22px;
}
.custom_main .flex-control-nav li:nth-child(10) {
    /* margin-right: 0; */
}
.custom_main .flex-control-nav li img {
    border-radius: 100%;
    box-sizing: border-box;
}
.custom_main .flex-control-nav li img.flex-active {
    border: 1px solid #da251d;
}
/* process */
.index_title_05 .index_title_wrap {
    width: 200px;
}
.process {
    margin: 100px 0;
}
.process_thumb {
    width: 870px;
    margin: 50px auto;
}
.process_thumb ul li {
    width: 120px;
    height: 120px;
    line-height: 120px;
    text-align: center;
    font-size: 18px;
    color: #000;
    cursor: pointer;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/process.png) no-repeat 0 0;
}
.process_thumb ul li.active {
    color: #fff;
    height: 132px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/process_active.png) no-repeat 0 0;
}
.flexslider-process li {
    position: relative;
}
.process-wrap {
    width: 1045px;
    height: 100%;
    text-align: center;
    position: absolute;
    right: 0;
    top: 0;
    color: #fff;
    overflow: hidden;
    display: none;
}
.process-wrap p {
    width: 600px;
    margin: 220px auto 0;
    font-size: 16px;
    line-height: 28px;
    position: relative;
}
.process-wrap a {
    width: 130px;
    margin: 260px auto 0;
    height: 40px;
    line-height: 40px;
    text-align: center;
    border: 1px solid #fff;
    border-radius: 5px;
    display: block;
    font-size: 14px;
    color: #fff;
}

/* visit_site */
.visit_site {
    height: 230px;
    margin: 100px 0;
}
.visit_site_l {
    width: 270px;
    height: 100%;
    background-color: #da251d;
    color: #fff;
    text-align: center;
    border-radius: 10px;
}
.visit_site_l h2 {
    font-size: 30px;
    margin: 80px 0 10px;
}
.visit_site_l p {
    font-size: 18px;
}
.visit_site_l p span {
    color: #ffeabe;
}
.visit_site_r {
    width: 915px;
    margin-left: 15px;
}
.visit_site_r .queryoffer .form-item {
    margin-bottom: 15px;
}
.visit_site_r .queryoffer .form-item input {
    width: 428px;
    *width: 420px;
    height: 66px;
    line-height: 66px;
}
.visit_site_r .queryoffer .form-item select {
    width: 448px;
    height: 66px;
}
.visit_site_r .queryoffer .form-item-submit {
    width: 915px;
    margin: 0 0 0 0;
}
.visit_site_r .queryoffer .form-item-city {
    background-image: url(https://xystcdn.xydec.com.cn/static/xy/images/icon_16.png),
                      url(https://xystcdn.xydec.com.cn/static/xy/images/icon_10.png);
    background-repeat: no-repeat, no-repeat;
    background-position: 130px center, 265px center;
}
.visit_site_r .queryoffer .form-item-province,.visit_site_r .queryoffer .form-item-city {
    background-position: 105px center,315px center;
}
.visit_site_r .queryoffer .form-item-name {
    background-position: 110px center;
}
.visit_site_r .queryoffer .form-item-mobile {
    background-position: 105px center;
}
.visit_site_r .queryoffer .form-item-submit button {
    width: 100%;
    height: 66px;
    line-height: 66px;
}

/* material */
.material {
    padding-top: 100px;
    width: 100%;
    height: 1231px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/material_bg.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.material_main,.material_tab {
    position: relative;
}
.material-tab-wrap {
    width: 480px;
    height: 388px;
    overflow: hidden;
    position: relative;
}
.material_tab ul {
    position: absolute;
    left: 0;
    top: 0;
}
.material_tab ul li {
    margin-bottom: 30px;
    width: 480px;
    height: 75px;
    line-height: 75px;
    background: rgba(0, 0, 0, 0.2);
    *background: #505050;
    font-size: 16px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    border-radius: 10px 10px 0 10px;
}
.material_tab ul li.active {
    background-color: #da251d;
}
.material_tab .flex-prev {
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_top.png) no-repeat left top;
    position: absolute;
    top: -25px;
    left: 47%;
    width: 30px;
    height: 17px;
    z-index:2;
    display: block;
 }
.material_tab .flex-next {
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_bottom.png) no-repeat left bottom;
    position: absolute;
    left: 47%;
    bottom: -25px;
    width: 30px;
    height: 17px;
    z-index:2;
    display: block;
}

.material_con .flexslider-material-con {
    width: 677px;
    height: 388px;
    overflow: hidden;
}


/* patent */
.patent {
    margin: 100px 0 50px;
    position: relative;
    overflow: hidden;
}
.patent .flexslider-patent li {
    position: relative;
}
.patent .flex-viewport li {
    border-radius: 15px;
    overflow: hidden;
}
.patent .flex-direction-nav {
    position: absolute;
    z-index: 3;
    width: 100%;
    top: 45%;
}

.patent .flex-direction-nav li a {
    display: block;
    width: 100px;
    height: 100px;
    overflow: hidden;
    cursor: pointer;
    position: absolute;
    text-indent: -999em;
}

.patent .flex-direction-nav li a.flex-prev {
    left: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_left_patent.png?v=1) center center no-repeat;
}

.patent .flex-direction-nav li a.flex-next {
    right: 10px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_right_patent.png?v=1) center center no-repeat;
}
.patent .mask {
    position: absolute;
    background: rgba(0,0,0,.5);
    left: 0;
    bottom: 0px;
    width: 100%;
    height: 150px;
    color: #fff;
    padding: 25px 0 0 60px;
}
.patent .mask h2 {
    font-size: 26px;
    margin-bottom: 10px;
}
.patent .mask p {
    font-size: 20px;
    line-height: 26px;
}

/* foo */
.foo {
    padding: 60px 0;
    background-color: #fff;
    overflow: hidden;
}
.container-foo {
    width: 1104px;
}
.container-foo li {
    text-align: center;
}
.container-foo li.mr {
    margin-right: 198px;
}
.container-foo li .foo_icon img {
    vertical-align: bottom;
}
.container-foo li .foo_text {
    margin-top: 20px;
    color: #9b9b9b;
}
.container-foo li .foo_text p {
    font-size: 20px;
    line-height: 22px;
}
.container-foo li .foo_text h2 {
    font-size: 30px;
}

/*swiper-customer*/
.custom_main {
    width: 1200px;
    position: relative;
}
.custom_main .swiper-container {
    width: 1200px;
    margin: 0 auto;
    height: 531px;
    overflow: hidden;
}
.custom_main .swiper-slide {
    width: 450px;
    opacity: .6;
    z-index: 10;
    transform: scale(.8);
    -webkit-transform: scale(.8);
    background: #fff;
}
.custom_main .swiper-slide-active {
    opacity: 1;
    z-index: 12;
    transform: scale(1);
    -webkit-transform: scale(1);
}
.custom_main .customer_pic {
    width: 100%;
    height: 373px;
    overflow: hidden;
}
.custom_main .customer_pic img {
    width: 100%;
}
.custom_main .customer_des {
    padding: 40px 30px 20px;
    border: 1px solid #efefef;
    border-bottom: none;
    border-radius: 15px;
}
.custom_main .customer_des .customer_name {
    font-size: 20px;
    color: #333;
    font-weight: 550;
}
.custom_main .customer_des .customer_time {
    font-size: 16px;
    color: #d8d8d8;
}
.custom_main .customer_des .customer_body {
    font-size: 15px;
    color: #999;
}
.custom_main .swiper-button-prev, .custom_main .swiper-button-next {
    width: 100px;
    height: 100px;
    top: 44%;
}
.custom_main .swiper-button-prev {
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_left_custom.png?v=1) no-repeat 0 0 !important;
    background-size: 100%;
    left: -120px;
}
.custom_main .swiper-button-next {
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/arror_right_custom.png?v=1) no-repeat 0 0 !important;
    background-size: 100%;
    right: -120px;
}


/*branch*/
.app-branch .designer {
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/designer_bg_branch.jpg) no-repeat 0 0;
    background-size: cover;
}
.app-branch .case_wrap li {
    width: 394px;
    height: 266px;
    border-radius: 10px;
}
.app-branch .case_wrap li.c1 {
    width: 795px;
    height: 540px;
    left: 0;
    top: 0;
}
.app-branch .case_wrap li.c2 {
    right: 0;
    top: 0;
}
.app-branch .case_wrap li.c3 {
    left: 805px;
    top: 276px;
}
.app-branch .case_wrap li.c4 {
    left: 805px;
    top: 552px;
}
.app-branch .case_wrap li.c5 {
    left: 402px;
    top: 552px;
}
.app-branch .case_wrap li.c6 {
    left: 0;
    bottom: 0;
}
.app-branch .case_wrap .c1 a, .app-branch .case_wrap .c2 a {
    width: 100%;
    height: 100%;
    background-position: center;
}
.app-branch .case_wrap li .mask {
    bottom: 0;
}
.app-branch .vrcase {
    height: 949px;
    background: url("https://xystcdn.xydec.com.cn/static/xy/images/vrcase_bg_branch.jpg?v=2") no-repeat center;
    background-size: cover;
}
.app-branch .index_title_03 {
    margin-top: 3px;
    border: none;
}
.app-branch .index_title_03 .index_title_wrap{
    background-color: transparent;
}
.app-branch .vrcase_main {
    margin-top: 80px;
}

.vrcase_main .swiper {
    width:1200px;
    margin:0 auto;
    position:relative;
}
.current-swiper {
    width:633px;
    height:598px;
    border-radius:10px;
    margin:0 auto;
    box-shadow:0 0 20px rgba(0,0,0,0.05);
    position:relative;
    z-index:99;
}
.left-swiper {
    position:absolute;
    left:0;
    top:25px;
    z-index:1;
}
.right-swiper {
    position:absolute;
    right:0;
    left:auto;
    top:25px;
    z-index:1;
}
.nocurrent-swiper {
    width:588px;
    height:550px;
    border-radius:8px;
    box-shadow:0 0 20px rgba(0,0,0,0.05);
}
.nocurrent-swiper:before {
    content:'';
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background:rgba(237,240,240,0.5);
    z-index:99;
}
.vrcase_main .swiper-slide {
    background: #fff;
}
.vrcase_main .pic {
    width: 572px;
    height: 412px;
    margin: 30px auto;
    border-radius: 10px;
    background: #f5f5f5;
    overflow: hidden;
}
.vrcase_main .pic img {
    width: 100%;
}
.vrcase_main .info {
    width: 572px;
    margin: 0 auto;
}
.vrcase_main .info h2 {
    font-size: 30px;
    font-weight: 500;
    color: #333;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.vrcase_main .info p {
    font-size: 20px;
    color: #666;
}
.vrcase_main .swiper-button-prev,.vrcase_main .swiper-button-next {
    width: 100px;
    height: 100px;
    top: 44%;
}
.vrcase_main .swiper-button-prev{
    background: url('https://xystcdn.xydec.com.cn/static/xy/images/arror_left.png') no-repeat 0 0 !important;
    background-size: 100%;
    left: 150px;
}
.vrcase_main .swiper-button-next{
    background: url('https://xystcdn.xydec.com.cn/static/xy/images/arror_right.png') no-repeat 0 0 !important;
    background-size: 100%;
    right: 150px;
}

.news {
    padding: 80px 0 50px;
}
.news .index_title .index_title_wrap {
    width: 200px;
}
.news_main {
    width: 1200px;
    margin: 80px auto;
    overflow: hidden;
}
.news_main .flexslider-news {
    width: 500px;
    height: 400px;
    background: #f5f5f5;
    border-radius: 10px;
    overflow: hidden;
    float: left;
    position: relative;
}
.news_main .flexslider-news img {
    width: 100%;
}
.news_main .flex-control-nav {
    position: absolute;
    bottom: 10px;
    z-index: 2;
    width: 100%;
    text-align: center;
}

.news_main .flex-control-nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin: 0 5px;
    *display: inline;
    zoom: 1;
}

.news_main .flex-control-nav a {
    display: block;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    text-indent: -999em;
    overflow: hidden;
    background: #939399;
    cursor: pointer;
    box-shadow: none;
}

.news_main .flex-control-nav .flex-active {
    background: #da251d;
}
.news_main .news_info {
    width: 680px;
    height: 400px;
    overflow: hidden;
    float: right;
}
.news_main .news_info li {
    height: 88px;
    border: 1px solid #f1f1f1;
    border-radius: 5px;
    overflow: hidden;
    margin-bottom: 13px;
}
.news_main .news_info li a {
    display: block;
    height: 100%;
    width: 100%;
}
.news_main .news_info .time {
    width: 105px;
    height: 100%;
    float: left;
    background: #e3e3e3;
    text-align: center;
}
.news_main .news_info .time .day {
    font-size: 34px;
    color: #666;
    line-height: 32px;
    margin-top: 18px;
}
.news_main .news_info .time .date {
    font-size: 16px;
    color: #999;
}
.news_main .news_info .info {
    width: 510px;
    height: 100%;
    float: right;
    padding: 10px 30px;
}

.news_main .news_info .info h2 {
    font-size: 24px;
    color: #333;
    font-weight: normal;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    margin-bottom: 5px;
}
.news_main .news_info .info p {
    font-size: 18px;
    color: #999;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}


/*video*/
.video {
    padding-top: 100px;
    width: 100%;
    height: 753px;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/video_bg.jpg) no-repeat center;
    background-size: cover;
}
.index_title_08 {
    border: none;
    background: none;
    color: #333;
}
.index_title_08 .index_title_wrap{
    top: 30px;
    width: 200px;
    background: none;
    top: 40px;
}
.video_main {
    margin: 100px 0 80px;
    overflow: hidden;
}
.video_main .video_item {
    width: 385px;
    border-radius: 10px;
    overflow: hidden;
    border: 1px solid #efefef;
    float: left;
    background: #fff;
}
.video_main .video_item:nth-child(2) {
    margin: 0 18px;
}
.video_main .video_item .pic {
    width: 385px;
    height: 225px;
    overflow: hidden;
}
.video_main .video_item .pic img {
    width: 100%;
    overflow: hidden;
}
.video_main .video_item p {
    font-size: 18px;
    color: #333;
    padding: 15px 0 15px 15px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

/*footer_ad*/
.footer_ad {
    width: 100%;
    height: 412px;
    margin: 30px auto 0;
    background: url(https://xystcdn.xydec.com.cn/static/xy/images/footer_ad.jpg) no-repeat center;
    background-size: cover;
    overflow: hidden;
}
.footer_ad img {
    width: 100%;
}