body{
    font-family:"Microsoft YaHei",微软雅黑,STHeiti;
    /* font-family: "novecento_sans_widenormal", "HiraginoSansGB-W3", "STHeiti", "Microsoft JhengHei", "Microsoft YaHei", tahoma; */
    padding:10px;
}
@font-face {
    font-family: 'Conv_Corranado';
    src: url('../fonts/Corranado.eot');
    src: url('../fonts/Corranado.woff') format('woff'), url('../fonts/Corranado.ttf') format('truetype'), url('../fonts/Corranado.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Conv_renardno3-roman-webfont';
    src: url('../fonts/renardno3-roman-webfont.eot');
    src: url('../fonts/renardno3-roman-webfont.woff') format('woff'), url('../fonts/renardno3-roman-webfont.ttf') format('truetype'), url('../fonts/renardno3-roman-webfont.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Roboto-Regular';
    src: url('../fonts/Roboto-Regular.eot');
    src: url('../fonts/Roboto-Regular.woff') format('woff'),
    url('../fonts/Roboto-Regular.woff2') format('woff2'),
    url('../fonts/Roboto-Regular.ttf') format('truetype'),
    url('../fonts/Roboto-Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: "montserrat-semibold";
    src: url("../fonts/montserrat-semibold.woff2") format("woff2"),
    url("../fonts/montserrat-semibold.woff") format("woff"),
    url("../fonts/montserrat-semibold.ttf") format("truetype"),
    url("../fonts/montserrat-semibold.eot") format("embedded-opentype"),
    url("../fonts/montserrat-semibold.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'ralewaythin';
    src: url('../fonts/raleway_1-webfont.eot');
    src: url('../fonts/raleway_1-webfont.eot?#iefix') format('embedded-opentype'),
    url('../fonts/raleway_1-webfont.woff2') format('woff2'),
    url('../fonts/raleway_1-webfont.woff') format('woff'),
    url('../fonts/raleway_1-webfont.ttf') format('truetype'),
    url('../fonts/raleway_1-webfont.svg#ralewaythin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Conv_Mostardesign - Sofia Pro Regular';
    src: url('../fonts/Mostardesign - Sofia Pro Regular.eot');
    src: local('☺'), url('../fonts/Mostardesign - Sofia Pro Regular.woff') format('woff'), url('../fonts/Mostardesign - Sofia Pro Regular.ttf') format('truetype'), url('../fonts/Mostardesign - Sofia Pro Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Conv_Butler_Regular';
    src: url('../fonts/Butler_Regular.eot');
    src: local('☺'), url('../fonts/Butler_Regular.woff') format('woff'), url('../fonts/Butler_Regular.ttf') format('truetype'), url('../fonts/Butler_Regular.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: "Gabriola";
    src: url("../fonts/Gabriola.woff2") format("woff2"),
    url("../fonts/Gabriola.woff") format("woff"),
    url("../fonts/Gabriola.ttf") format("truetype"),
    url("../fonts/Gabriola.eot") format("embedded-opentype"),
    url("../fonts/Gabriola.svg") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
  font-family: "Dancing Script";
  src: url("../fonts/Dancing Script.woff2") format("woff2"),
       url("../fonts/Dancing Script.woff") format("woff"),
       url("../fonts/Dancing Script.ttf") format("truetype"),
       url("../fonts/Dancing Script.eot") format("embedded-opentype"),
       url("../fonts/Dancing Script.svg") format("svg");
  font-weight: normal;
  font-style: normal;
}

/**header**/

/*phone_nav*/
.phone_nav{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height:50px;
    background:#fff;
    box-shadow: 1px 1px 10px #eee;
    z-index: 99999;
}

.anniu{
    width: 22px;
    float: right;
    margin-right: 15px;
    margin-top: 12px;
    position: absolute;
    top: 0;
    left: 15px;
}
.anniu span{
    display: block;
    margin: 5px 0;
    height: 2px;
    width: 100%;
    background: #F68AA1;
}
.pmenu{
    position: fixed;
    left: -200px;
    top: 0;
    background: #F68AA1;
    color:#fff;
    z-index: 20;
    width: 200px;
    height: 100%;
}
.pmenu_all ul li a{
    display:block;
    font-size:14px;
    color:#fff;
    line-height: 50px;
    padding-left: 15px;
}
.pmenu_all ul li{
    border-bottom: solid 1px #fb9eb2;
}
.fanhui{
    width: 100%;
    font-size: 14px;
    color: #fff;
    line-height: 50px;
    border-bottom: solid 1px #fb9eb2;
    padding-left: 15px;
}
html.menu-active{overflow: hidden; position: fixed; top: 0; bottom: 0; left: 0; width: 100%;}
.logop_box{
    width: 80%;
    text-align: center;
    margin: 16px auto 0;
}
.logimg{
    float: left;
    width: 110px;
    text-align: center;
    margin-left: 8px;
}
.logimg img{
    width: 70%;
    margin-top: 4px;
}
.head_seach{
    margin-top: 4px;
}
/*phone_nav*/
.header {
    position: fixed;
    top: 40px;
    width: 100%;
    left: 0;
    padding: 0 40px;
    z-index: 99;
    top: 0;
    padding: 0 10px;
	
	-webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}

.menudown {
    padding: 0 50px;
}
.menudown h3 {
    margin: 15px 0 20px;
    font-size: 14px;
    color: #F68AA1;
    line-height: 1.2;
    letter-spacing: .1rem;
    height: 10px;
}
.menu_wz h4 {
    font-size: 12px;
    line-height: 24px;
    margin-bottom: 10px;
}
.menu_wz h5 {
    font-size: 12px;
    line-height: 24px;
    margin: 0;
    height:48px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}
.menudown_list {
    font-size: 13px;
}
.menudown_list a {
    color: #666;
    line-height: 24px;
}
.menudown_list a:hover {
    color: #F68AA1;
}
.menudown_list a img {
    margin-right: 8px;
	    opacity: 0;
}
.menuimg_list li {
    float: left;
    width: 33.3%;
    border-right: solid 1px #ddd;
    min-height: 220px;
}
.menuimg_list2 li{
    width:50%;
}
.menuimg_list1 li {
    width: 25%;
}
.menudown_wz {
    padding: 26px 15px 20px;
}
.menudown_list {
    overflow: hidden;
}
.menudown_list a {
    position: relative;
    left: -32px;
    line-height: 30px;
    letter-spacing: 0.5px;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.menudown_list a:hover, .menudown_list li.active a {
    position: relative;
    font-weight: 300;
    letter-spacing: 0.5px;
    left: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.menudown_wz h4 {
    font-size: 16px;
    margin: 0 0 5px;
    color: #F68AA1;
}
.menu_li>ul>li{
    float:left;
    width:50%;
    padding-right:15px;
    overflow:hidden;
}
.menudown_wz img {
    margin-right: 8px;
	display:none;
}
.menudown_img h5 {
    color: #adadad;
    position: relative;
    text-transform: capitalize;
    font-size: 12px;
    margin: 0;
    line-height: 24px;
	font-family:Arial, Helvetica, sans-serif;
}
.menudown_r {
    position: absolute;
    left: 0;
    top: 8px;
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.menudown_list1{
    overflow:hidden;
}
.menudown_list1 a {
    font-size: 12px;
    color: #adadad;
    font-weight: 300;
    letter-spacing: 0.5px;
    position: relative;
    left: -32px;
    display:inline-block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    width: 100%;
}
.menudown_list1 img{
    margin-right:8px;
}
.menudown_list1 a:hover,.menudown_list1 li.active a{
    left:0;
}
.menudown_img:hover h5 {
    color: #F68AA1;
}
.menudown_img:hover h5 .menudown_r {
    opacity: 1;
    filter: alpha(opacity=100);
    -moz-opacity: 1;
    -khtml-opacity: 1;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.menudown_img:hover h5 .menudown_g {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.menudown_list a:hover h5 .menudown_g {
    opacity: 0;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}

.down_img {
    overflow: hidden;
}
.down_img img {
    transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    -webkit-transform: scale(1);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.down_img:hover img {
    transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    -webkit-transform: scale(1.05);
    transition: all 0.3s linear;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s linear;
    -ms-transition: all 0.3s linear;
    -o-transition: all 0.3s linear;
}
.menudown {
    display: none;
}
.menudown.active {
    display: block;
}
.nav_list {
    overflow: hidden;
    max-height: 0;
    transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -ms-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
}
.nav_list.active {
    max-height: 500px;
    transition: max-height 0.6s ease-out;
    -webkit-transition: max-height 0.6s ease-out;
    -moz-transition: max-height 0.6s ease-out;
    -ms-transition: max-height 0.6s ease-out;
    -o-transition: max-height 0.6s ease-out;
}




.headMenu_search {
	    max-width: 120px;
    position: relative;
}

.headMenu_search:after {
    content:"";
    display:table;
    clear:both;
}

.headMenu_searchBox {
    float: right;
    width: 20px;
    position: relative;
    padding-left: 20px;
    overflow: hidden;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
}

.headMenu_searchBox input {
    width: 100%;
    height: 24px;
    line-height: 24px;
    padding: 0;
	    padding-left: 5px;
    border: none;
    font-size: 14px;
    background: transparent;
    color: #fff;
    opacity: 0;
    transition: width 0.3s ease-in-out;
    -webkit-transition: width 0.3s ease-in-out;
    -moz-transition: width 0.3s ease-in-out;
    -ms-transition: width 0.3s ease-in-out;
    -o-transition: width 0.3s ease-in-out;
}
.headMenu_searchBox input::-moz-placeholder {
  color: #fff;
  opacity: 1;
}
.headMenu_searchBox input:-ms-input-placeholder {
  color: #fff;
}
.headMenu_searchBox input::-webkit-input-placeholder {
  color: #fff;
}

.headMenu_searchBox #btn {
    position: absolute;
    left: 0;
    top: 0;
    line-height: 24px;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.headMenu_search.active .headMenu_searchBox{
    width:100%;
}

.headMenu_search.active .headMenu_searchBox input {
    opacity: 1;
    transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
}




/**banner**/
.wrapper{
    margin-top:9px;
	margin-top: 10px;
}
.background-video{
    object-fit:cover;
	object-position: 0% 10%;
    width:100%;
    height:100%;
}
.banner{
    position:relative;
	overflow:hidden;
}
.ban_wz {
    width: 100%;
    left: 0;
    position: absolute;
    bottom: 0;
    height: 54%;
    padding-top: 10%;
    color:#fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.85) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(0,0,0,0.85) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(0,0,0,0.85) 100%);
}
.ban_txt{
    width: 60%;
    margin:0 auto;
    text-align:center;
    min-width: 560px;
    color: #fbd5da;
}
.ban_txt hr {
    margin: 0 auto 30px;
    width: 170px;
    border-color:#fbd5da;
}
.ban_txt h4 {
    font-size: 34px;
    margin: 15px 0 0;
    letter-spacing: 4px;
    font-family: SimSum;
}
.ban_txt h4 img {
    width: 50%;
    max-width: 180px;
    min-width: 150px;
}
.ban_txt h5 {
    font-size: 70px;
    margin: 0;
    font-family: "Dancing Script";
    letter-spacing: 5px;
    line-height: 50px;
    margin-bottom: 28px;
}
.ban_menu {
    position: absolute;
    bottom: 30px;
    width: 100%;
    left: 0;
}
.ban_menu li {
    float: left;
    width: 20%;
    padding: 0 22px;
}
.ban_li{
    position:relative;
    padding:10px;
    text-align:center
}
.ban_li a{
    color:#fff;
    text-transform:uppercase;
    letter-spacing:0.5px;
    font-size: 14px;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}
.ban_li a:hover{
    color:#F68AA1;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}
.ban_li svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    stroke:#fff;
}
.ban_li a:hover svg{
    stroke:#F68AA1;
}

.ban_li:hover .st0 {
    stroke-dashoffset: 0
}

.ban_li:hover .st0:nth-child(1) {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.ban_li:hover .st0:nth-child(2) {
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -ms-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out
}

.ban_li:hover .st0:nth-child(3) {
    -webkit-transition: all 1s 0.1s ease-out;
    -moz-transition: all 1s 0.1s ease-out;
    -ms-transition: all 1s 0.1s ease-out;
    -o-transition: all 1s 0.1s ease-out;
    transition: all 1s 0.1s ease-out
}

.ban_li:hover .st0:nth-child(4) {
    -webkit-transition: all 1s 0.1s ease-out;
    -moz-transition: all 1s 0.1s ease-out;
    -ms-transition: all 1s 0.1s ease-out;
    -o-transition: all 1s 0.1s ease-out;
    transition: all 1s 0.1s ease-out
}

.ban_li:hover .st0:nth-child(5) {
    -webkit-transition: all 1s 0.2s ease-out;
    -moz-transition: all 1s 0.2s ease-out;
    -ms-transition: all 1s 0.2s ease-out;
    -o-transition: all 1s 0.2s ease-out;
    transition: all 1s 0.2s ease-out
}

.ban_li:hover .st0:nth-child(6) {
    -webkit-transition: all 1s 0.2s ease-out;
    -moz-transition: all 1s 0.2s ease-out;
    -ms-transition: all 1s 0.2s ease-out;
    -o-transition: all 1s 0.2s ease-out;
    transition: all 1s 0.2s ease-out
}

.ban_li svg .st0 {
    width: 100%;
    height: 100%;
    display: block;
    stroke-dasharray: 1000;
    stroke-dashoffset: 1000
}

.ban_li svg .st0:nth-child(6) {
    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    -ms-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in
}

.ban_li svg .st0:nth-child(5) {
    -webkit-transition: all 1.5s ease-in;
    -moz-transition: all 1.5s ease-in;
    -ms-transition: all 1.5s ease-in;
    -o-transition: all 1.5s ease-in;
    transition: all 1.5s ease-in
}

.ban_li svg .st0:nth-child(4) {
    -webkit-transition: all 1.5s 0.1s ease-out;
    -moz-transition: all 1.5s 0.1s ease-out;
    -ms-transition: all 1.5s 0.1s ease-out;
    -o-transition: all 1.5s 0.1s ease-out;
    transition: all 1.5s 0.1s ease-out
}

.ban_li svg .st0:nth-child(3) {
    -webkit-transition: all 1.5s 0.1s ease-out;
    -moz-transition: all 1.5s 0.1s ease-out;
    -ms-transition: all 1.5s 0.1s ease-out;
    -o-transition: all 1.5s 0.1s ease-out;
    transition: all 1.5s 0.1s ease-out
}

.ban_li svg .st0:nth-child(2) {
    -webkit-transition: all 1.5s 0.2s ease-in;
    -moz-transition: all 1.5s 0.2s ease-in;
    -ms-transition: all 1.5s 0.2s ease-in;
    -o-transition: all 1.5s 0.2s ease-in;
    transition: all 1.5s 0.2s ease-in
}

.ban_li svg .st0:nth-child(1) {
    -webkit-transition: all 1.5s 0.2s ease-in;
    -moz-transition: all 1.5s 0.2s ease-in;
    -ms-transition: all 1.5s 0.2s ease-in;
    -o-transition: all 1.5s 0.2s ease-in;
    transition: all 1.5s 0.2s ease-in
}
.ban_li a:before {
    content: "";
    position: absolute;
    left: 50%;
    width: 30px;
    height: 1px;
    background: #fff;
    top: 0;
    margin-left: -15px;
}



.ban_icon {
    position: absolute;
    bottom: 20px;
    right: 20px;
}

.ban_icon ul:after {content: "";display: table;clear: both;}

.ban_icon ul li {
    float: left;
    padding: 5px 5px;
    margin-left: 6px;
}

.ban_icon ul li img {
    width: 30px;
}
.ban_img {
    overflow: hidden;
}
.ban_tb img {
    width: 22px !important;
    margin: 4px;
}

div.ban_ewm img {
    width: 80px !important;
    margin: 0;
    border: solid 1px #ddd;
}

a.ban_tb {
    position: relative;
}

.ban_ewm {
    position: absolute;
    left: 50%;
    margin-left: -40px;
    bottom: 28px;
    padding-bottom: 8px;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}
.ban_tb:hover .ban_ewm{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	transition:all 0.3s;
	-webkit-transition:all 0.3s;
	-moz-transition:all 0.3s;
	-ms-transition:all 0.3s;
	-o-transition:all 0.3s;
}

.ban_ewm:before {
    content: '';
    border-top: solid 6px #fff;
    border-left: solid 6px transparent;
    border-right: solid 6px transparent;
    position: absolute;
    bottom: 3px;
    left: 50%;
    margin-left: -6px;
}


/**wrapper**/
.ind_box1 {
    position:relative;
}
.ind1_txt{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.ind1_img{
    position:relative;
}
.ind1_img img{
    width:100%;
    position:relative;
    top:0;
    transition:all 0.4s linear;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
}
.ind1_img .ind1_bg{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transition:all 0.4s linear;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
}
.ind1_img .ind1_bg2{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transition:all 0.4s linear;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
}
.ind1_wz {
    width: 60%;
    margin-left: 40%;
    padding: 0 10%;
    max-width: 1000px;
}
.ind1_tit hr {
    width: 50px;
    border-top: solid 2px #F898A1;
    margin-left: 0;
    margin: 15px 0;
}
.ind1_tit h4 {
    margin: 0;
    font-size: 34px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #F68AA1;
    text-align: left;
}
.ind1_tit{
    margin-bottom:60px;
}
.ind1_wz h5 {
    margin: 0;
    line-height: 24px;
    color: #888;
}
.ind1_btn {
    margin-top: 40px;
}
.ind1_btn a {
    padding: 16px 35px;
    text-transform: uppercase;
	text-transform: capitalize;
    color: #888;
    border: solid 1px #888;
    display: inline-block;
    position: relative;
    overflow: hidden;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.ind1_btn a span{
    position:relative;
    z-index:1;
	font-family:Arial, Helvetica, sans-serif;
}
.ind1_btn a:hover{
    color:#fff;
    border-color:#fbd5da;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.ind1_btn a b {
    background: #fbd5da;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 100%;
    left: 0;
    z-index:0;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.ind1_btn a:hover b{
    top:0;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}






.ind2_img img {
    width: 100%;
}
.ind2_img {
    overflow: hidden;
}
.ind2_wz h4 {
    margin: 0;
    font-size: 16px;
    color: #F68AA1;
    letter-spacing: 1px;
}
.ind2_wz {
    padding: 15px 0;
}
.ind2_tit h2 {
    color: #FBD5DA;
    font-size: 190px;
    line-height: 0.9;
    font-family: 'Conv_Corranado';
    margin: 0;
    margin-bottom: -140px;
    text-transform: uppercase;
}
.ind2_tit {
    text-align: center;
    position: relative;
    z-index: 2;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    top:0;
    -webkit-transition: top 0.4s linear;
    -moz-transition: top 0.4s linear;
    -ms-transition: top 0.4s linear;
    -o-transition: top 0.4s linear;
    transition: top 0.4s linear;
}
.ind2_tit.active{
    opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    transition:all 0.4s linear;
    -webkit-transition:all 0.4s linear;
    -moz-transition:all 0.4s linear;
    -ms-transition:all 0.4s linear;
    -o-transition:all 0.4s linear;
}
.ind_box2 {
    padding: 0 0 120px;
}
.ind_box2 .ind2_tit h2 {
    opacity: 0.5;
}
.ind_box3 .ing3_tit h4 {
    color: #fff;
}

.ind_box3 .ing3_tit hr {
    border-color: #fff;
}
.ind_box3 .about1_tit h2 {
    color: #fff;
}

.ind_box3 .about1_tit h3 {
    color: #fff;
    text-indent: 0;
}



.ind2_right {
    /* margin-top: -70px; */
    position:relative;
    top:0;
    -webkit-transition: top 0.4s linear;
    -moz-transition: top 0.4s linear;
    -ms-transition: top 0.4s linear;
    -o-transition: top 0.4s linear;
    transition: top 0.4s linear;
}
.ind2_left{
    position:relative;
    top:0;
    -webkit-transition: top 0.4s linear;
    -moz-transition: top 0.4s linear;
    -ms-transition: top 0.4s linear;
    -o-transition: top 0.4s linear;
    transition: top 0.4s linear;
}
.ind2_jtl,.ind2_jtr{
    position:absolute;
    top:50%;
    margin-top:-40px;
    width:80px;
}
.ind2_swiper{
    padding-top:60px;
}
.ind2_left{
    cursor:url(/Public/Home/images/ind2_jtl.png) , auto;
}
.ind2_right{
    cursor:url(/Public/Home/images/ind2_jtr.png) , auto;
}






.ind_box3{
    background: #fbd5da;
    overflow:hidden;
}
.ind3_img{
    position:relative;
    overflow:hidden;
}
.ind3_logo_img {
    width: 180px;
    margin: 0 auto;
}
.ind3_img img {
    width: 100%;
}
.ind3_logo{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
/*.ind3_li:hover .ind3_logo{
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}*/
.ind3_img span {
    background-repeat: no-repeat;
    background-size: cover;
    background-color:rgba(247, 217, 217, 0.78);
    background-blend-mode: luminosity;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}

.ind3_cot {
    /*padding: 0 80px;*/
    overflow:hidden;
}
.ing3_tit {
    text-align: center;
    margin-top:60px;
}
.ing3_tit h4 {
    text-align:center;
}
.ing3_tit hr{
    margin:15px auto;
}
.ind3_line {
    position: absolute;
    top: -80%;
    height: 200%;
    width: 1px;
    right: 0;
    background: #FFC9D0;
    font-family:Arial, Helvetica, sans-serif;
}
.ind3_wz h4 {
    margin:50px 0 0;
    text-align: center;
    font-size: 24px;
    letter-spacing: 2px;
    color: #fff;
	font-family: "Microsoft YaHei",微软雅黑,STHeiti;
}
.ind3_cot li{
    width:100%;
    float:left;
    position:relative;
}
.ind3_cot ul{
    margin:0 -60px;
}
.ind3_li {
    padding: 30px 60px 80px;
    position:relative;
    top:0;
    -webkit-transition: top 0.4s linear;
    -moz-transition: top 0.4s linear;
    -ms-transition: top 0.4s linear;
    -o-transition: top 0.4s linear;
    transition: top 0.4s linear;
}
/*.ind3_li:hover .ind3_img span {
    background-color:transparent;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}*/
.ind3_li_ts{
    /* margin-top:60px; */
}




.ind_box3 .ing3_tit {
    margin-top: 80px;
}

.ind_box4 {
    padding: 120px 0;
}
.ind4_img img {
    width: 100%;
}
.ind4_right li {
    float: left;
    width: 50%;
    text-align:center;
    padding: 45px 0;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.ind4_right ul {
    position: relative;
}
.ind4_right ul>span{
    position:absolute;
    background: #F093A1;
}
span.ind4_linet {
    width: 1px;
    height: 0;
    bottom: 50%;
    left: 50%;
}
span.ind4_lineb {
    width: 1px;
    height: 0;
    top: 50%;
    left: 50%;
}
span.ind4_linel {
    width: 0;
    height: 1px;
    top: 50%;
    right: 50%;
}
span.ind4_liner {
    width: 0;
    height: 1px;
    top: 50%;
    left: 50%;
}
.ind4_right ul.active>span{
    transition:all 0.4s 0.6s ease-in;
    -webkit-transition:all 0.4s 0.6s ease-in;
    -moz-transition:all 0.4s 0.6s ease-in;
    -ms-transition:all 0.4s 0.6s ease-in;
    -o-transition:all 0.4s 0.6s ease-in;
}
.ind4_right ul.active .ind4_liner{
    width:50%;
}
.ind4_right ul.active .ind4_linel{
    width:50%;
}
.ind4_right ul.active .ind4_linet{
    height:50%;
}
.ind4_right ul.active .ind4_lineb{
    height:50%;
}
.ind4_right li.ind4_right_l{
    padding-right:40px;
}
.ind4_right li.ind4_right_r{
    padding-left:40px;
}
.ind4_right {
    background: #f8f8f8;
    padding: 40px;
    position:relative;
    left:600px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.ind4_list h4 {
    margin: 0;
    font-size: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #fbd5da;
    font-weight: 600;
}
.ind4_list h3 {
    font-size: 16px;
    line-height: 26px;
    margin: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ind4_list h6 {
    margin: 6px 0;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.ind4_list h5 {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    margin-bottom: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    height: 73px;
	text-align: left;
}
.ind4_list h5 a {
    padding: 5px 0;
    color: #888;
}
.ind4_list h5 a:hover{
    text-decoration:underline;
}
.ind4_list .ind1_btn{
    margin-top:0;
	    text-align: right;
}
.ind4_list .ind1_btn a {
    padding: 12px 20px;
	text-transform: capitalize;
}



.ind4_list .ind1_btn {
    margin-top: 30px;
}
.ind4_list .ind1_btn a {
	padding: 0;
    border: none;
    font-size: 12px;
    color: #F093A1;
}
.ind4_list .ind1_btn a:before {
    content: "";
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
    width: 35px;
    height: 2px;
    background: #F093A1;
}
.ind4_list .ind1_btn a b {
    display: none;
}


/*.ind4_list .ind1_btn a{
	color:#f68aa1;
	border-color:#f68aa1;
}
.ind4_list .ind1_btn:hover a{
	color:#fff;
}
.ind4_list .ind1_btn a b{
	background:#f68aa1;
}*/
.ind4_left{
    text-align:center;
    transform:scaleY(0);
    -webkit-transform:scaleY(0);
    -moz-transform:scaleY(0);
    -ms-transform:scaleY(0);
    -o-transform:scaleY(0);
}
.ind4_left.active{
    text-align:center;
    transform:scaleY(1);
    -webkit-transform:scaleY(1);
    -moz-transform:scaleY(1);
    -ms-transform:scaleY(1);
    -o-transform:scaleY(1);
    transition:all 0.6s ease-in;
    -webkit-transition:all 0.6s ease-in;
    -moz-transition:all 0.6s ease-in;
    -ms-transition:all 0.6s ease-in;
    -o-transition:all 0.6s ease-in;
}
.ind4_list h2 {
    font-size: 18px;
    line-height: 30px;
    margin: 40px 0 0;
}
.ind4_left_top {
    width: 100%;
    height: 50%;
    position: absolute;
    top: 0;
    left: 0;
}
.ind4_left_bottom {
    width: 100%;
    height: 50%;
    position: absolute;
    bottom: 0;
    left: 0;
}
.ind4_btn a{
    border-color:#F093A1;
    color:#F093A1;
}





/**footer**/
.footer {
    padding: 60px 0 40px;
    background: #555253;
}
.footer_line {
    width: 22%;
    float: left;
}
.footer_menu {
    width: 54%;
    float: left;
    padding-right:18%
}
.footer_right{
    width:24%;
    float:right;
}
.footer_line img {
    max-width: 180px;
    margin-top: 20px;
}
.footer_list {
    text-transform: uppercase;
}
.footer_list a{
    color: #999;
}
.footer_list a:hover{
    color:#F68AA1;
}
.footer_list h4{
    font-size:16px;
    line-height:34px;
    margin:0;
}
.footer_list h4 a{
    color: #F093A1;
}
.footer_list h5{
    font-size:14px;
    line-height: 32px;
    margin:0;
}
.footer_list h5 a{
    color:#FBD5DA;
}
.footer_right h4 {
    margin: 0;
    line-height: 30px;
    font-size: 14px;
    text-transform: uppercase;
    /* font-family:Arial, Helvetica, sans-serif; */
    color: #FBD5DA;
}
.footer_right label {
    display: block;
    width: 100%;
    font-weight: normal;
    margin: 11px 0;
}
.footer_right label input {
    width: 100%;
    line-height: 46px;
    height: 48px;
    background: transparent;
    border-color: #F093A1;
    padding: 0 8px;
    font-size: 12px;
    color: #aaa;
    text-transform: uppercase;
}
.footer_right label input.footer_sub {
    background: #F093A1;
    color: #fff;
}
.copy {
    margin: 0;
    line-height: 40px;
    color: #888;
    font-family:Arial, Helvetica, sans-serif;
}
.copy span{
    font-family:"Microsoft YaHei",微软雅黑,STHeiti;
    margin: 0 4px;
}
.footer_bottom_r {
    width: 24%;
    float: right;
}
.footer_bottom_r li {
    display: inline-block;
    margin-right: 18px;
    font-size: 16px;
}
.footer_bottom_l {
    float: left;
}
.footer_bottom_r li i {
    line-height: 40px;
}







/**news**/
.mw{
    width: 88%;
    margin:0 auto;
}
.news_box {
    padding: 80px 0;
    margin: 100px auto;
    position: relative;
}
.news_cot li {
    width: 25%;
    float: left;
    padding: 0 15px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    position:relative;
    top:300px;
}

.news_img img {
    width: 100%;
}

.news_cot ul {
    margin: 0 -15px;
}

.news_cot {
    position: relative;
}
.news_box .ind1_tit h4 {
    text-align: center;}

.news_box .ind1_tit hr {
    margin: 15px auto;
}
.news_wz {
    padding: 35px 30px;
    background: #fff;
    position:relative;
}
.news_bg {
    position: absolute;
    top: 20px;
    background: #f8f8f8;
    width: 85.33%;
    left: 7.33%;
    height: 97%;
    height: calc(100% - 40px);
}
.news_wz h6 {
    font-size: 14px;
    color: #F093A1;
    margin: 0;
    position:relative;
    font-family: 'Conv_Mostardesign - Sofia Pro Regular';
}
.news_wz h6:before {
    content: '';
    position: absolute;
    bottom: 4px;
    left: -10px;
    display: block;
    border-left: 2px solid #F093A1;
    height: 72px;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.news_wz h3 {
    color: #333;
    font-size: 18px;
    font-weight: 600;
    margin: 13px 0 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    line-height: 26px;
    height: 56px;
}

.news_txt h4 {
    font-size: 14px;
    font-weight: normal;
    color: #888;
    line-height: 24px;
    height: 94px;
    margin-bottom: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.news_btn span {
    font-size: 12px;
    text-transform: capitalize;
    color: #F093A1;
	font-family:Arial, Helvetica, sans-serif;
}
.news_btn span:before {
    content: '';
    width: 0px;
    border-top: 2px solid #F093A1;
    display: inline-block;
    position: relative;
    top: -4px;
    margin-right: 6px;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.news_list:hover .news_btn span:before{
    width:76px;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.news_list:hover .news_wz h6:before {
    height:0;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.news_jt{
    position: absolute;
    top: -22px;
    right: 30px;
    z-index: 1;
    overflow: hidden;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    display: block;
    width: 44px;
    height: 44px;
    background-color: #FFECEE;
    transition:all 0.3s ease-in;
    -webkit-transition:all 0.3s ease-in;
    -moz-transition:all 0.3s ease-in;
    -ms-transition:all 0.3s ease-in;
    -o-transition:all 0.3s ease-in;
}
.news_img {
    position: relative;
    overflow: hidden;
    height: 220px;
}
.news_img span{
    display: block;
    position: absolute;
    height: 100%;
    width: 100%;
    top:0;
    left:0;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
}
.news_list:hover .news_img span{
    transform:scale(1.06);
    -webkit-transform:scale(1.06);
    -moz-transform:scale(1.06);
    -ms-transform:scale(1.06);
    -o-transform:scale(1.06);
}
li.newsLi2 .news_img {
    height: 280px;
}
li.newsUl2  {
    margin-top: 30px;
}
.newsUl2.newsLi2 {
    margin-top:-30px
}
.news_cot ul:after {content: "";display: table;clear: both;}


.news_jt span {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-size: cover;
    background-position: center center;
    transition: all 0.3s ease-in;
    -webkit-transition: all 0.15s ease-in;
    -moz-transition: all 0.15s ease-in;
    -ms-transition: all 0.15s ease-in;
    -o-transition: all 0.15s ease-in;
}

span.nspan1 {
    background-image: url(/Public/Home/images/news_ico1.png);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
span.nspan2 {
    background-image: url(/Public/Home/images/news_ico2.png);
    filter: alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    opacity:0;
}
.news_list:hover .news_jt span.nspan2 {
    filter: alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    opacity:1;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
}
.news_list:hover .news_jt span.nspan1 {
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
}




/**newsdot**/
.newsdot_sec {
    position: relative;
    padding: 60px 0;
}

.newsdot_bg {
    position: absolute;
    width: 100%;
    height: 600px;
    top: 0;
    left: 0;
    background: #f1f1f1;
}

.newsdot {
    padding: 120px 0 50px;
}

.newsdot_tit h6 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    font-weight: 700;
    position: relative;
    color: #F093A1;
    font-family: 'Conv_Mostardesign - Sofia Pro Regular';
}

.newsdot_tit h6:before {content: "";display: inline-block;width: 150px;border-top:2px solid #F093A1;margin-right: 20px;vertical-align: middle;}

.newsdot_tit h2 {
    font-size: 26px;
    line-height: 45px;    margin-top: 35px;
    font-weight: bold;
}

.newsdot_tit {
    position: relative;
}

.newsdot_img img {
    width: 100%;
}

.newsdot_img {
    margin: 35px 0;
}

.newsdot_txt h5 {
    color: #989898;
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 30px;
}
.newsdot2_main ul:after {content: "";display: table;clear: both;}

.newsdot2_main ul li {
    width: 33.33%;
    float: left;
    padding: 0 15px;
}

.newsdot2_main ul {
    margin: 0 -15px;
}

.newsdot2_bg {
    position: absolute;
    width: 100%;
    height: 320px;
    top: 0;
    left: 0;
    background: #f1f1f1;
}

.newsdot2_main {
    width: 86%;
    position: relative;
    margin: 0 auto;
}
h2.newsdot2_tit {
    text-align: center;
    margin: 0 0 30px;
    font-family: 'Conv_Mostardesign - Sofia Pro Regular';
    font-size: 42px;
    font-weight: bold;
}
.contact_box {
    width: 80%;
    margin: 0 auto;
    position: relative;
    padding-left: 20%;
}

.contact_left {
    position: absolute;
    left: 0;
    top: -100px;
    background: #FBD5DA;
    color: #777;
    max-width: 420px;
    max-height: 600px;
    z-index: 1;
    overflow: hidden;
    overflow-y: auto;
}

.contact {
    padding: 120px 0;
}

.cotact_right {
    margin-top: 100px;
}

.contact_l_box {
    padding: 56px;
}

.contact_message h4 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    text-transform: uppercase;
    font-family: 'Conv_Mostardesign - Sofia Pro Regular';
}

.contact_message h5 {
    margin: 0 0 10px;
    font-size: 14px;
    line-height: 24px;
}

.contact_message h5 strong {
    font-weight:normal;
    display: block;
    text-transform: uppercase;
    font-family: 'Conv_Mostardesign - Sofia Pro Regular';
}

.contact_message h5 span {
    display: block;
    margin: 0 0 5px;
    color: #999;
    font-weight: 200;
}

.cotact_right * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
.cotact_right label {
    max-width: 1000px;
}
.contact_message {
}
.contact_bottom {
    margin-top: 60px;
    text-align: center;
}

.contact_bottom h5 {
    margin: 0 auto;
    font-size: 14px;
    line-height: 24px;
    width: 320px;
    color: #151718;
}

.contact_bottom h3 {
    margin: 15px 0 0;
    font-size: 22px;
}

.contact_bottom h3 a {
    color: #000;
    position: relative;
    padding-bottom: 8px;
    text-transform: uppercase;
    display: inline-block;
}

.contact_bottom h3 a:before {content: "";position: absolute;bottom: 0;left: 0;height: 1px;width: 100%;background-color: #000;display: block;z-index: 1;
    transition: all .2s cubic-bezier(0,.71,.41,1);
    -webkit-transition: all .2s cubic-bezier(0,.71,.41,1);
    -moz-transition: all .2s cubic-bezier(0,.71,.41,1);
    -ms-transition: all .2s cubic-bezier(0,.71,.41,1);
    -o-transition: all .2s cubic-bezier(0,.71,.41,1);
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
}
.contact_bottom h3 a:after {
    content: " ";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    width: 100%;
    width: 0;
    z-index: 2;
    transition-delay: 0s;
    background-color: #000;
    display: block;
    transition: all .2s cubic-bezier(0,.71,.41,1);
    -webkit-transition: all .2s cubic-bezier(0,.71,.41,1);
    -moz-transition: all .2s cubic-bezier(0,.71,.41,1);
    -ms-transition: all .2s cubic-bezier(0,.71,.41,1);
    -o-transition: all .2s cubic-bezier(0,.71,.41,1);
}
.contact_bottom h3 a:hover:before {
    left: 100%;
    width: 0;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    -moz-transition-delay: 0s;
    -ms-transition-delay: 0s;
    -o-transition-delay: 0s;
}
.contact_bottom h3 a:hover:after {
    width: 100%;
    transition-delay: .3s;
    -webkit-transition-delay: .3s;
    -moz-transition-delay: .3s;
    -ms-transition-delay: .3s;
    -o-transition-delay: .3s;
}



.contact_fix {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 999;
    visibility: hidden;
}
.contact_fix.active {
    visibility: visible;
}
.contact_bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
    transition: all .6s cubic-bezier(.8,0,0,1);
    -webkit-transition: all .6s cubic-bezier(.8,0,0,1);
    -moz-transition: all .6s cubic-bezier(.8,0,0,1);
    -ms-transition: all .6s cubic-bezier(.8,0,0,1);
    -o-transition: all .6s cubic-bezier(.8,0,0,1);
    transition-delay: .2s;
    -webkit-transition-delay: .2s;
    -moz-transition-delay: .2s;
    -ms-transition-delay: .2s;
    -o-transition-delay: .2s;
}
.contact_fix.active .contact_bg {
    filter:alpha(opacity=30); -moz-opacity:0.3; -khtml-opacity:0.3; opacity:0.3;
}
.contact_fix_main {
    position: absolute;
    top: 0;
    right: -460px;
    width: 460px;
    background: #fff;
    height: 100%;
    padding: 60px 50px;
    transition: all .6s cubic-bezier(.8,0,0,1);
    -webkit-transition: all .6s cubic-bezier(.8,0,0,1);
    -moz-transition: all .6s cubic-bezier(.8,0,0,1);
    -ms-transition: all .6s cubic-bezier(.8,0,0,1);
    -o-transition: all .6s cubic-bezier(.8,0,0,1);
}
.contact_fix.active .contact_fix_main{
    right:0;
}
.contact_fix_top h2 {
    margin: 0 0 50px;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    position: relative;
    color: #000;
    letter-spacing: 2px;
    font-weight: bold;
}

a.contact_fixClose {
    display: inline-block;
    position: absolute;
    right: 0;
    top: 3px;
    width: 18px;
}

a.contact_fixClose img {
    width: 100%;
}

.contact_input ul:after {content: "";display: table;clear: both;}

.contact_input ul li {
    width: 50%;
    float: left;
    padding: 0 5px;
}

.contact_input ul {
    margin: 0 -5px;
}

.contact_write input , .contact_write textarea{
    width: 100%;
    font-size: 18px;
    padding: 4px 0 20px;
    border: none;
    border-bottom: solid 1px #020203;
    background: transparent;
    position: relative;
    z-index: 1;
}

.contact_write {
    padding: 20px 0;
    position: relative;
}

.contact_write label {
    position: absolute;
    display: block;
    top: 24px;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    margin: 0;
    font-size: 18px;
    transition:all .2s cubic-bezier(.4,0,.2,1);
    -webkit-transition:all .2s cubic-bezier(.4,0,.2,1);
    -moz-transition:all .2s cubic-bezier(.4,0,.2,1);
    -ms-transition:all .2s cubic-bezier(.4,0,.2,1);
    -o-transition:all .2s cubic-bezier(.4,0,.2,1);
}

.contact_input {
    max-width: 360px;
}

.contact_fix_overflow {
    position: relative;
    height: 100%;
    padding-bottom: 52px;
}

.contact_fix_submit {
    position: absolute;
    bottom: 0;
    left: 0;
    text-align: center;
    width: 100%;
}

.contact_fix_submit a {
    display: block;
    color: #fff;
    background: #2b2b40;
    background: #020203;
    padding: 16px 20px;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
}
.contact_fix_submit a:hover {
    background: #2b2b40;
}

.contact_fix_top {
    position: relative;
    height: 100%;
    overflow: hidden;
    overflow-y: auto;
}

.contact_write.active label {
    top: 0;
    font-size: 12px;
}
/**newsdot**/





/**pinpai**/
.pinpai1_img {
    position: relative;
    margin-left: 16.666%;
    overflow: hidden;
    height: 0;
    padding-bottom: 45%;
}
.pinpai1_img a{
    display:block;
    position:relative;
}
.pinpai1_img.active a img{
    left:0%;
    transition:all 0.6s ease-in;
    -webkit-transition:all 0.6s ease-in;
    -moz-transition:all 0.6s ease-in;
    -ms-transition:all 0.6s ease-in;
    -o-transition:all 0.6s ease-in;
}
.pinpai1_img a:after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #FBD5DA;
    transition:all 0.6s ease-in;
    -webkit-transition:all 0.6s ease-in;
    -moz-transition:all 0.6s ease-in;
    -ms-transition:all 0.6s ease-in;
    -o-transition:all 0.6s ease-in;
}

.pinpai1_img.remove a:after {
    left: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.pinpai1_img.active a:after {
    width: 100%;
    transition:all 0.6s ease-in;
    -webkit-transition:all 0.6s ease-in;
    -moz-transition:all 0.6s ease-in;
    -ms-transition:all 0.6s ease-in;
    -o-transition:all 0.6s ease-in;
}
.pp_img{
    position: relative;
}
.pinpai1_img img {
    width: 100%;
    position:relative;
    left:-100%;
}

.pinpai1_img_ab {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0;opacity:0;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -ms-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
}
.pinpai1_img_ab .tables{
    background:rgba(0,0,0,0.3);
}
.pinpai1_img:hover .pinpai1_img_ab {
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;opacity:1;
}
.pinpai1_img_ab img {
    width: 260px;
}

.tables {
    display: table;
    width: 100%;
    height: 100%;
}

.table_cell {
    display: table-cell;
    vertical-align: middle;
}

.pinp_line1 {
    width: 66.6666%;
    margin-left: 16.6666667%;
    position: absolute;
    height: 100%;
    border-left: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
}

.pinp_line {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0 10px;
    z-index: -1;
}

.pinp_line_box {
    position: relative;
    height: 100%;
    width: 88%;
    margin: 0 auto;
}

.pinp_line2 {
    position: absolute;
    height: 100%;
    top: 0;
    left: 50%;
    border-left: 1px solid #f2f2f2;
}

.pinpai1_txt {
    position: relative;
}

.pinpai1_right {
    margin-left: 50%;
    width: 32%;
    padding-top: 100px;
    float: left;
    padding-bottom: 80px;
    position: relative;
}

.pinpai1_left {
    right: auto;
    left: 0;
    text-align: left;
    position: absolute;
    width: 100%;
}

.pinpai1_num {
    position: relative;
    margin-right: auto;
    margin-left: 8.333%;
    font-size: 260px;
    line-height: 1.4;
    color: #f8f8f8;
    font-family: Arial, Helvetica, sans-serif;
    font-family: -webkit-pictograph;
}

.pinpai1_left h5 {
    right: auto;
    margin:0;
    margin-right: auto;
    margin-left: 16.6667%;
    position: absolute;
    top: 98px;
    text-transform: uppercase;
    font-size: 18px;
    color: #333;
    line-height: 30px;
    display:none;
}


.pinpai1_right h3 {
    color: #F093A1;
    font-size: 28px;
    line-height: 30px;
    font-weight: 200;
    margin-top: 0;
    letter-spacing: 1px;
    margin-bottom: 120px;
    font-family: 'Conv_renardno3-roman-webfont';
    text-transform: uppercase;
}

.pinpai1_right h4 {
    color: #888;
    font-size: 14px;
    line-height: 24px;
}

.pinpai1_txt:after {content: "";display: table;clear: both;}

.pinpai1_mid {
    position: relative;
    width: 50%;
    max-width: 600px;
    padding-bottom: 90px;
    margin-left: 30%;
}

img.openquote {
    position: absolute;
    top: 0;
    left: 50%;
    width: 173px;
    height: 160px;
    margin-left: -260px;
    z-index: -1;
}

img.closequote {
    position: absolute;
    bottom: 100px;
    right: 60px;
    width: 30px;
    height: 30px;
}

.pinpai1_mid h5 {
    padding-top: 80px;
    width: 80%;
    margin: 0;
    margin-left: 20%;
    font-size: 60px;
    font-weight: 400;
    padding-bottom: 60px;
    font-style: italic;
    font-family: -webkit-pictograph;
}

.pinpai1_mid h5 img {
    height: 66px;
}

.pinpai1_mid .sign {
    color: #888;
    letter-spacing: 2px;
    margin-left: 20%;
    font-size: 18px;
    text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
    font-weight: 600;
}

.pinpai1_mid .sign a{
    color:#F093A1;
}
.pinpai1_mid .sign a i{
    transform: scaleY(0.6);
    -webkit-transform: scaleY(0.6);
    -moz-transform: scaleY(0.6);
    -ms-transform: scaleY(0.6);
    -o-transform: scaleY(0.6);
    margin-left:0;
    transition:all 0.2s ease-in;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -ms-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
}
.pinpai1_mid .sign a:hover i{
    margin-left:5px;
    transition:all 0.2s ease-in;
    -webkit-transition:all 0.2s ease-in;
    -moz-transition:all 0.2s ease-in;
    -ms-transition:all 0.2s ease-in;
    -o-transition:all 0.2s ease-in;
}
.pinpai1_txt2 {
    color: #888;
    line-height: 24px;
    font-size: 14px;
    font-weight: 400;
    width: 32.3333%;
    margin-left: 16.6667%;
    padding-bottom: 150px;
    margin-top: 40px;
}
.pinpai_sec2 .pinpai1_img {
    margin-left: 0;
    margin-right: 16.666%;
    height: 0;
    padding-bottom: 45%;
}

.pinpai_sec2 .pinpai1_num {
    margin-left: 0;
    /*text-align: right;*/
    margin-right: 8.333%;
}

.pinpai_sec2 .pinpai1_left h5 {
    margin-left: 0;
}
.pinpai {
    padding-top: 60px;
}
.anima{
    -webkit-transition: top 0.1s linear,bottom 0.1s linear;
    -moz-transition: top 0.1s linear,bottom 0.1s linear;
    -ms-transition: top 0.1s linear,bottom 0.1s linear;
    -o-transition: top 0.1s linear,bottom 0.1s linear;
    transition: top 0.1s linear,bottom 0.1s linear;
}




.ban_img img {
    width: 100%;
    position: relative;
}
.ban_wz1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.ban_txt1 {
    text-align: center;
    color: #fff;
}

.ban_txt1 h2 {
    margin: 0 0 25px;
    font-size: 60px;
    letter-spacing: 10px;
    font-weight: bold;
    text-transform: uppercase;
}

.ban_txt1 h3 {
    position: relative;
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    text-transform: uppercase;
}

.ban_txt1 h3:before {content: "";display: inline-block;position: relative;width: 2px;height: 12px;margin-right: 20px;background: #fff;}
.ban_txt1 h3:after {content: "";display: inline-block;position: relative;width: 2px;height: 12px;margin-left: 20px;background: #fff;}





.store_warpper {
    background: #ebebeb;
}

.store_container {
    width: 90%;
    margin: 0 auto;
}

.store_container:after {content: "";display: table;clear: both;}

.store {
    <!--padding: 80px 0 20px;-->
    position: relative;
   <!-- min-height: 660px;-->
}

.store_sec {
    margin-bottom: 60px;
}

.store_left {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    padding-top: 80px;
}

.store_secL {
    width: 40%;
    float: left;
    position: relative;
    left: 25%;
    padding: 10px 15px 0;
    color: #333;
}

.store_secR {
    width: 35%;
    float: right;
    position: relative;
    padding: 15px 15px 0;
    padding-right: 20%;
}

.store_lBox {
    width: 20%;
    display: inline-block;
    position: relative;
    z-index: 2;
    padding: 0 15px;
}

.store_selT a img,.store_sear a img{
    height: 25px;
    float: right;
    margin: 8px 0 0;
}

.store_selT a ,.store_sear a{
    display: block;
    font-size: 18px;
    line-height: 36px;
    color: #333;
}

.store_selT,.store_sear {
    padding-bottom: 10px;
    border-bottom: 1px solid #BBB;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.store_sel .st_ul {
    display: none;
    position: absolute;
    top: 0;
    left: -10%;
    width: 120%;
    padding: 70px 10% 10px;
    border: 1px solid #dfdfdf;
    background-color: #efefef;
}
.st_ul ul {
    max-height: 405px;
    overflow: auto;
}
.store_sel {
    position: relative;
    padding: 15px 0 0;
}

.store_sel ul li a {
    display: block;
    font-size: 20px;
    line-height: 36px;
    color: #333;
}

.store_num h5 {
    margin: 0;
    font-size: 16px;
    line-height: 26px;
    color: #333;
    display: none;
}

.store_secL h2 {
    margin: 0 0 10px;
    font-size: 18px;
    line-height: 34px;
}

.store_secL h3 {
    margin: 0;
    position: relative;
    padding-left: 72px;
    font-size: 16px;
    line-height: 26px;
    color: #888;
}

.store_secL h3:before {content: "";display: inline-block;width: 60px;height: 1px;background: #888;position: absolute;top: 50%;left: 0;}

.store_secR h4 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    text-transform: uppercase;
    font-weight: bold;
    font-family: 'ralewaythin';
    letter-spacing:2px;
    color: #F093A1;
}

.store_secR h5 {
    font-size: 14px;
    line-height: 24px;
    color: #888;
    margin-bottom: 18px;
}

.store_secR h5 a{
    color: #888;
}

.pro1_img img {
    width: 100%;
    position:relative;
    left:-100%;
    transition:all 0.6s ease-in;
    -webkit-transition:all 0.6s ease-in;
    -moz-transition:all 0.6s ease-in;
    -ms-transition:all 0.6s ease-in;
    -o-transition:all 0.6s ease-in;
}

.pro1_img {
    width: 78%;
    float: right;
    position:relative;
    overflow: hidden;
}

.pro1_img:before{
    content:'';
    width:0;
    height:100%;
    position:absolute;
    z-index:1;
    top:0;
    left:0;
    background:#FBD5DA;
    transition:all 0.6s ease-in;
    -webkit-transition:all 0.6s ease-in;
    -moz-transition:all 0.6s ease-in;
    -ms-transition:all 0.6s ease-in;
    -o-transition:all 0.6s ease-in;
}
.pro1_img.active:before{
    width:100%;
    transition:all 0.6s ease-in;
    -webkit-transition:all 0.6s ease-in;
    -moz-transition:all 0.6s ease-in;
    -ms-transition:all 0.6s ease-in;
    -o-transition:all 0.6s ease-in;
}
.pro1_img.remove:before{
    left:100%;
    transition:all 0.3s ease-out;
    -webkit-transition:all 0.3s ease-out;
    -moz-transition:all 0.3s ease-out;
    -ms-transition:all 0.3s ease-out;
    -o-transition:all 0.3s ease-out;
}
.pro1_img.active img{
    left:0;
    transition:all 0.6s ease-in;
    -webkit-transition:all 0.6s ease-in;
    -moz-transition:all 0.6s ease-in;
    -ms-transition:all 0.6s ease-in;
    -o-transition:all 0.6s ease-in;
}
.product_sec1:after {content: "";display: table;clear: both;}

.product_sec1 {
    position: relative;
    margin-bottom: 180px;
}

.pro1_ab {
    position: absolute;
    width: 100%;
    left: 0;
    height: 100%;
}

.pro1_ab .mw {
    height: 100%;
}

.products {
    padding: 120px 0;
}

.pro1_txt {
    height: 100%;
    position: relative;
    width: 40%;
    left: 8%;
    color: #282828;
    z-index: 2;
}

.pro1_txt h3 {
    margin: 0 0 30px;
    font-size: 26px;
    letter-spacing: 3px;
    text-transform: uppercase;
    font-family: 'Conv_renardno3-roman-webfont';
    color: #F093A1;
}

.pro1_txt h2 {
    font-size: 67px;
    line-height: 90px;
    text-transform: uppercase;
    letter-spacing: 5px;
    margin: 0;
}

.pro1_txt h2 img {
    height: 64px;
}

.pro2_left {
    width: 40%;
    float: left;
    position: relative;
    left: 5%;
    padding: 0 15px;
}

.pro2_right {
    width: 40%;
    float: right;
    position: relative;
    left: -5%;
    padding: 0 15px;
    margin-top: 120px;
}

.proLis_img img {
    position:relative;
    width: 100%;
    left:-100%;
    -webkit-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),left 0.6s ease-in;
    -moz-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),left 0.6s ease-in;
    -ms-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),left 0.6s ease-in;
    -o-transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),left 0.6s ease-in;
    transition: transform 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94),left 0.6s ease-in;
}
.proLis_img a:hover img{
    transform: scale(1.08);
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -ms-transform: scale(1.08);
    -o-transform: scale(1.08);
}


.proLis_img {
    position: relative;
}

.proLis_img a{
    display:block;
}
.proLis_img a:after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #FBD5DA;
    transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
}

.proLis_img.remove a:after {
    left: 100%;
    transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
}
.proLis_img.active a:after {
    width: 100%;
    transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
}

.proLis_img.active img{
    left:0;
    transition: all 0.6s ease-in;
    -webkit-transition: all 0.6s ease-in;
    -moz-transition: all 0.6s ease-in;
    -ms-transition: all 0.6s ease-in;
    -o-transition: all 0.6s ease-in;
}

.mw:after {content: "";display: table;clear: both;}

.proLis_img h5 {
    position: absolute;
    right: -24px;
    top: 0;
    writing-mode: tb-rl;/* IE 写法 */
    padding: 0;
    margin: 0;
    color: #F093A1;
	font-family:Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 12px;
    -ms-text-combine: vertical;
    -webkit-text-combine: vertical;
    text-combine: vertical;
    -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb-rl;
    writing-mode: vertical-rl;
    white-space: nowrap;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
}

.proLis_img h5 strong {
}

.proLis_txt {
    width: 90%;
    padding-top: 50px;
    display:none;
}

.proLis_txt h3 {
    margin: 0 0 25px;
    font-weight: bold;
    font-size: 24px;
    line-height: 34px;
    color: #333;
    letter-spacing: 5px;
}

.proLis_txt h4 {
    margin: 0;
    position: relative;
    padding-left: 72px;
    font-size: 18px;
    line-height: 28px;
    color: #333;
}

.proLis_txt h4:before {
    content: "";
    display: inline-block;
    width: 60px;
    height: 1px;
    background: #333;
    position: absolute;
    top: 14px;
    left: 0;
}

.pro3_left {
    width: 44.5%;
}

.product_sec3:after {content: "";display: table;clear: both;}

.product_sec3 {
    margin-top: -150px;
    padding-bottom: 120px;
}

.product_sec2 {
    padding-bottom: 50px;
}

.pro3_br {
    width: 40%;
    left: 40%;
    float: left;
    position: relative;
    margin-top: -320px;
}

.pro3_bl {
    width: 30%;
    float: left;
    position: relative;
    left: 5%;
}


.proLis_img a {
    display: block;
    overflow: hidden;
    position: relative;
}

.proLis_view {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    text-align: center;
    background: rgba(40, 40, 40, 0.6);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
    -webkit-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    filter:alpha(opacity=0); -moz-opacity:0; -khtml-opacity:0; opacity:0;
}

.proLis_view h6 {
    margin: 0;
    font-size: 16px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 15px;
    padding-left: 10px;
    color: #fff;
}

.proLis_img a:hover .proLis_view{
    filter:alpha(opacity=100); -moz-opacity:1; -khtml-opacity:1;opacity:1;
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000,endColorstr=#99000000);
}
.pro4_main {
    width: 80%;
    float: left;
    position: relative;
    left: 10%;
}

.pro4_main .proLis_txt {
    width: 40%;
    float: left;
    left: 60%;
    position: relative;
}


.recruit_box1{
    padding:120px 0;
}
.rec_con{
    margin: 0 auto;
    text-align: center;
    width: 50%;
}
.rec_con h2{
    margin:0;
    font-size: 20px;
    color: #F093A1;
    line-height: 32px;
}
.rec_con h2 span{
    color: #000;
    font-weight: bold;
    font-size: 24px;
    display: block;
}
.rec_con h3{
    margin:60px 0 0;
    font-size: 14px;
    line-height: 24px;
}
.rec_con h3 span{
    color: #000;
}
.rec_con h4{
    margin: 30px 0 0;
    font-size: 14px;
    line-height: 24px;
    color: #888;
}
.recruit_box2{
    background: #f8f8f8;
    padding: 110px 0 90px;

}
.rec_main{
    width: 76%;
    margin: auto;
}
.rec_title{
    padding: 10px 0;
    border-bottom: 1px solid #DDDDDD;
}
.rec_tlt{
    float: left;
    color: #000;
    font-size: 20px;
    /* font-family:Arial, Helvetica, sans-serif; */
}
.rec_trig{
    float: right;
    font-size: 14px;
    text-transform: capitalize;
    font-family:Arial, Helvetica, sans-serif;
}
.rec_trig a{
    border: 1px solid #DDDDDD;
    border-radius: 4px;
    padding: 6px 10px;
    margin-left: 10px;
    cursor: pointer;
    display: inline-block;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rec_trig .rec_tb{
    background: #F093A1;
    color: #fff;
    border: solid 1px #F093A1;
}
.rec_trig a:hover{
    background: #F093A1;
    color: #fff;
    border: solid 1px #F093A1;
}
.rec_content{

}
.rec_content h3{
    margin-top: 50px;
    font-size: 18px;
}
.rec_list{
    margin-top: 50px;
}
.rec_li{
    background: #fff;
    border-radius: 6px;
    text-align: center;
    height: 160px;
    padding:0 50px;
    margin-bottom: 30px;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.rec_li h4{
    font-size: 18px;
    color: #333;
    line-height: 32px;
    margin: 0 0 6px;
}
.rec_li:hover{
    background: #FFECEE;
}
.rec_ju{

}
.rec_li h5 {
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    color: #F093A1;
    font-family: 'Conv_Mostardesign - Sofia Pro Regular';
}











.ind_img{
    height:100%;
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
    -ms-transform:scale(1.1);
    -o-transform:scale(1.1);
}
/*.ind_img:before {
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.15);
    position: absolute;
    top: 0;
    left: 0;
}*/
.banner.active .ind_img{
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transition:all 1.5s ease-out;
    -webkit-transition:all 1.5s ease-out;
    -moz-transition:all 1.5s ease-out;
    -ms-transition:all 1.5s ease-out;
    -o-transition:all 1.5s ease-out;
}
.clear_md{
    display:none;
}








/**jobdot**/
.title_con {
    margin-bottom: 50px;
}
.title_con h3 {
    font-size: 32px;
    line-height: 40px;
    margin-bottom: 0px;
    margin-top: 0px;
    color: rgb(45, 45, 45);
    font-family: 'Microsoft YaHei', 微软雅黑;
    text-align: center;

}

.title_con h2 { text-align:center;
    font-size: 16px;
    margin-bottom: 8px;
    color: #000;
    font-family: Arial, Helvetica, sans-serif;
}

.bt {
    float: left;
    padding: 0 6px;
    line-height: 22px;
}
.sc {
    float: left;
    outline: none;
}
.jobdot {
    padding: 90px 0 120px;
}
.zpxxnrtop_job {
    width: auto;
    height: 35px;
    line-height: 30px;
    border-bottom: 1px #ddd dashed;
    text-align: left;
    font-size: 16px;
    color: #333;
    font-weight: bold;
}
.zpxxnrtop_job span {
    color: #dab866;
    font-size: 12px;
}
.zpxxnrbody {
    width: auto;
    border-bottom: 1px #ddd dashed;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 12px;
    padding-right: 10px;
}
.zpxxnrbodynr {
    width: 50%;
    height: 50px;
    float: left;
    padding-right: 30px;
}
.zpxxnrbodynrs {
    width: auto;
    height: auto;
}
.zpxxnrbodynrsz {
    width: 75px;
    height: 24px;
    line-height: 24px;
    font-size: 14px;
    float: left;
    color: #666;
	color: #3b3b3b;
    font-weight: bold;
}
.zpxxnrbodynrsy {
    /* width: 65%; */
    float: left;
    margin-left: 10px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
}
.zxzpnr {
    line-height: 24px;
    font-size: 14px;
}
.jianli {
    width: 180px;
    height: auto;
    position: relative;
}
.shangchuan {
    width: 80px;
    height: 23px;
    line-height: 23px;
    margin-top: 10px;
    right: 0px;
    position: absolute;
    border: 1px #dab866 solid;
    color: #dab866;
    text-align: center;
    font-size: 12px;
}
.shangchuan a {
    color: #0068B3;
}
.shangchuan a:hover {
    color: #fff;
    background: #0068B3;
    display: block;
}
.tjl {
    width: 100px;
    height: 50px;
    position: absolute;
    left: 0px;
}
.upload {
    margin-top: 50px;
}
.upload a {
    display: block;
    width: 130px;
    height: 35px;
    line-height: 35px;
    margin: 0 auto;
    border: 1px solid #F093A1;
    color: #fff;
    text-align: center;
    background: #F093A1;
    transition: color .6s, border-color .6s, background-color .6s, border .6s;
}
.upload a:hover {
    background: #000;
    color: #fff;
    border-color:#000;
    transition: color .6s, border-color .6s, background-color .6s, border .6s;
}
.conbg {
    padding: 60px 0;
}

.about_wz {
    position: absolute;
    top: 50%;
    width: 60%;
    left: 20%;
    text-align: center;
    color: #fff;
    margin-top: -50px;
    text-shadow: 4px 3px 6px rgba(255, 131, 149, 0.66);
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.about_wz {
    display: none;
}
.about_wz h3 {
    letter-spacing: 3px;
    font-size: 62px;
    line-height: 90px;
    text-transform: uppercase;
    margin: 0;
    font-family: 'Conv_renardno3-roman-webfont';
}
.about_wz h4 {
    margin-top: 25px;
    line-height: 22px;
    font-size: 34px;
    margin: 15px 0 0;
    letter-spacing: 4px;
	font-family:"Microsoft YaHei",微软雅黑,STHeiti;
}





.store1_left {
    width: 36%;
    float: left;
    margin-top: 45px;
    margin-left: 4%;
}
.store1_right {
    float: right;
    width: 48%;
    margin-right: 4%;
}
.store1_img img{
    width: 100%;
    bottom:0;
    position:relative;
    left:-100%;
    transition:all 0.3s linear;
    -webkit-transition:all 0.3s linear;
    -moz-transition:all 0.3s linear;
    -ms-transition:all 0.3s linear;
    -o-transition:all 0.3s linear;
}
.store_box1 .mw {
    position: relative;
}
.store1_wz {
    position: absolute;
    bottom: -0px;
    width: 74%;
    left: -1px;
    background: #fff;
    padding: 15px 40px;
    text-align: left;
}
.store1_wz h3 {
    font-size: 18px;
    color: #F093A1;
    margin: 0;
    line-height: 36px;
}
.store1_wz h4 {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    color: #888;
}
.store1_center .store1_wz {
    bottom: auto;
    top: 15%;
    left: -40%;
    width: 70%;
}
.store1_list {
    position: relative;
    height: 100%;
}
.store_box1 {
    padding: 120px 0 140px;
}
.store1_top {
    width: 60%;
    margin-left: 40%;
    margin-bottom: 120px;
}
.store1_bottom {
    width: 94%;
    margin-left: 6%;
}
.store1_top .store1_wz {
    bottom: auto;
    top: 60%;
    left: -40%;
    margin-top: -56px;
}
.store1_cot{
    width:90%;
    margin:0 auto;
}
.store1_img {
    overflow: hidden;
    height: 100%;
    position:relative;
}
.store1_img:after{
    content: '';
    width: 0;
    height: 100%;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    background: #FBD5DA;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}
.store1_img.active img{
    left:0;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}

.store1_img.remove:after {
    left: 100%;
    transition: all 0.2s ease-out;
    -webkit-transition: all 0.2s ease-out;
    -moz-transition: all 0.2s ease-out;
    -ms-transition: all 0.2s ease-out;
    -o-transition: all 0.2s ease-out;
}
.store1_img.active:after {
    width: 100%;
    transition: all 0.4s ease-in;
    -webkit-transition: all 0.4s ease-in;
    -moz-transition: all 0.4s ease-in;
    -ms-transition: all 0.4s ease-in;
    -o-transition: all 0.4s ease-in;
}
.store1_left .store1_img.active:after{
    transition-delay:0.1s;
}

.store1_left .store1_img.active{
    transition-delay:0.1s;
}
.store1_left .store1_img img{
    transition-delay:0.1s;
}

.store1_left .store1_img.remove:after{
    transition-delay:0.1s;
}

.store1_bottom .store1_img.active:after{
    transition-delay:0.2s;
}

.store1_bottom .store1_img.active{
    transition-delay:0.2s;
}
.store1_bottom .store1_img img{
    transition-delay:0.2s;
}

.store1_bottom .store1_img.remove:after{
    transition-delay:0.2s;
}













/***social*/
.social_box {
    padding: 100px 0 0;
}
.socb_lf{
    float: left;
}
.socb_lr{
    float: left;
}
.socb_lf.socb_wid{
    margin-left: 4%;
}
.socb_wid{
    width: 34%;
    margin-bottom: 60px;
}
.socb_wid1{
    width: 58%;
    margin-bottom: 60px;
}
.socb_padf{
    padding-left: 16%;
}
.socb_padr{
    padding-right: 16%;
    margin-left: 4%;
}
.socb_con{
    width: 100%;
}
.socb_con img{
    width: 100%;
}
.socb_text{
    padding-top: 50px;
}
.socb_text h3{
    font-size: 12px;
    line-height: 18px;
    margin: 0;
    margin-bottom: 10px;
    color: #888;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.socb_text h2{
    font-size: 20px;
    line-height: 30px;
    margin: 0;
    margin-bottom: 20px;
    color: #333;
}
.socb_text h5{
    margin: 0;
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    color: #666;
}
.socb_text h4{
    color: #888;
    font-size: 12px;
    border-bottom: 1px solid #C5C5C5;
    display: inline-block;
    padding-bottom: 2px;
    text-transform: uppercase;
    font-family: 'ralewaythin';
    font-weight: 600;
    letter-spacing: 1px;
}
.social_cot{
    padding:0 !important;
    margin-left:16%;
    width:50%;
}



/**history**/

.his_box {
    position: relative;
    width: 90%;
    margin: auto;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
    margin-top: 30px;
}
.his_line1 {
    width: 50%;
    margin-left: 16.6666%;
    position: absolute;
    top: 0;
    margin-top: 40%;
    height: 100%;
    border-left: 1px solid #f2f2f2;
}
.his_line2 {
    width: 83%;
    position: absolute;
    height: 100%;
    border-right: 1px solid #f2f2f2;
}
.his_con{
    padding-bottom: 200px;
    position: relative;
}
.his_con:last-child{
    padding-bottom: 0;
}
.his_img{
    width: 66.66%;
}
.his_img img{
    width: 100%;
}
.his_padf{
    margin-left: 25%;
}
.his_title{
    width: 100%;
    font-weight: bold;
    font-size: 148px;
    letter-spacing: 1px;
    color: #FFECEE;
    position: absolute;
    top: 14%;
    z-index: 1;
    font-family: 'Roboto-Regular';
}
.his_titf{
    float: left;
}
.his_titr{
    text-align: right;
}
.his_txt{
    width: 75%;
    font-size: 14px;
    line-height: 32px;
    color: #777;
    padding-top: 60px;
    padding-left: 25%;
}

.his_txt p {
    margin: 0;
    line-height: 28px;
    color: #666;
    font-size: 15px;
}

.his_bg{
    position: absolute;
    left: -38px;
    display: block;
    width: 76px;
    height: 76px;
    border-radius: 50%;
    text-align: center;
    line-height: 76px;
    background: #fff url(/Public/Home/images/icon-date.svg) no-repeat center center;
    color: #000;
    font-size: 14px;
    font-family: 'Roboto-Regular';
}
.his_f{
    top: 56%;
    right: auto;
    margin-left: 16.6666%;
}
.his_r{
    top: 56%;
    right: auto;
    margin-left: 84.333%;
}



.brand1_wz {
    margin-top: 20px;
    color: #888;
}

.brand1_wz h5 {
    margin: 0;
    line-height: 24px;
}

.brand1_wz h5 span {
    font-weight: 600;
    color: #666;
}

.brand_season {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    width: 44%;
    margin-left:0 !important;
    text-align:right;
}
.brand_season ul{
    display:inline-block;
    text-align:left;
}
.brand_season li {
    color: #888;
    letter-spacing: 2px;
    font-size: 14px;
    text-transform: uppercase;
    font-family: 'ralewaythin';
    font-weight: 600;
    line-height: 30px;
}

.brand_season li a {
    color: #F093A1;
    white-space:nowrap;
}
.pinpai1_mid {
    padding-bottom:0;
    margin-bottom: 90px;
}
.pinpai1_mid h5 {
    width: 50%;
    margin: 0 auto;
    text-align: center;
}
.pinpai1_mid {
    width: 66%;
    margin: 0 auto;
    max-width:none;
}
.pinpai_sec2 {
    padding-bottom: 100px;
}




/**效果**/
.his_img{
    position:relative;
    left:-600px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.his_padf{
    position:relative;
    left:600px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.his_txt{
    position:relative;
    top:200px;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.his_title span{
    transform:scale(0.4);
    -webkit-transform:scale(0.4);
    -moz-transform:scale(0.4);
    -ms-transform:scale(0.4);
    -o-transform:scale(0.4);
    display: inline-block;
}
.his_title.active span{
    transform:scale(1);
    -webkit-transform:scale(1);
    -moz-transform:scale(1);
    -ms-transform:scale(1);
    -o-transform:scale(1);
    transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
}



.socb_con{
    position:relative;
    left:600px;
    opacity:0;
    filter:alpha(ioacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.social_img{
    border:solid 0px #FFECEE;
    transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
    overflow:hidden;
}
.social_img img{
    transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
}
.socb_con:hover .social_img{
    border-width:10px;
    transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
}

.socb_con:hover img{
    transform:scale(0.9);
    -webkit-transform:scale(0.9);
    -moz-transform:scale(0.9);
    -ms-transform:scale(0.9);
    -o-transform:scale(0.9);
    transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
}







/**about**/
.about_box1 {
    padding: 120px 0;
}

.about1_left {
    width: 47%;
    float: left;
}

.about1_right {
    width: 53%;
    float: right;
}

.about1_img {
    width: 104%;
}

.about1_img img {
    width: 100%;
}
.about1_l_cot{
    width: 80%;
}
.about1_wz {
    font-size: 14px;
    line-height: 24px;
    color: #888;
}

.about1_tit h3 {
    margin: 0;
    font-size: 50px;
    font-family: 'Conv_Butler_Regular';
    color: #F093A1;
    text-transform: capitalize;
    text-indent: -65px;
    margin-left:65px;
    line-height:1.4
}
.about1_tit {
    margin: 30px 0 50px;
    text-align: center;
}
.about_box2 {
    padding: 120px 0 200px;
    background: url(../images/about_bg_ln.jpg) no-repeat center center;
    background-size: cover;
}
.about2_left {
    width: 52%;
    float: left;
}
.about2_right {
    float: right;
    width: 48%;
    margin-top:12%;
}
.about2_img {
    width: 74%;
    position:relative;
}

.about2_top_jt{
	display:none
}

.about2_img img {
    width: 100%;
}

.about2_small {
    width: 78%;
    position: absolute;
    bottom: -14%;
    right: -60%;
	display:none;
}
.about2_wz p {
    font-size: 15px;
    line-height: 24px;
    color: #888;
    margin: 0 0 8px;
    padding-left: 20px;
}

.about2_wz p span {
    font-size: 16px;
    color: #F093A1;
    font-weight: 600;
    margin-right: 8px;
	position:relative;
}


.about_box3 {
    background: #ffecee;
    padding: 60px 0 120px;
    position:relative;
}


.about_box4{
    padding:120px 0;
}
.about4_left {
    width: 53%;
    float: left;
}
.about4_img img {
    width: 100%;
}
.about4_img{
    width: 100%;
	margin:0 !important;
}
.about4_right {
    float: right;
    width: 47%;
}
.about4_wz {
    padding-left: 10%;
    width: 95%;
}
.about4_right .about1_tit {
    /* margin-left: -40px; */
	padding-left: 10%;
}
.about4_wz p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin: 0 0 5px;
}
.about_ty a {
    font-size: 36px;
    color: #F093A1;
    letter-spacing: 4px;
	font-family:SimSun;
}

.about_ty {
    text-align: center;
    padding: 0 0 120px;
}
.about_ty i {
    transform: scaleY(0.5);
    font-style: normal;
    margin-left: 10px;
    position: relative;
    top: 2px;
    left:0;
    transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
}
.about_ty a:hover i{
    left:6px;
    transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
}

.about3_left {
    width: 66%;
    float: left;
    position:relative;
}

.about3_right {
    width: 34%;
    float: right;
    top: -30px;
	    top: -150px;
    position: relative;
}
.about3_li {
    /* border: solid 2px #F093A1; */
	    box-shadow: 0 0 20px #c1c1c1;
	background: #fff;
    padding: 13% 20px;
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    display:none;
}
.about3_img {
    width: 90%;
    margin: 0 auto;
    position: relative;
}

.about3_img img {
    width: 100%;
}
.about3_li_img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
}
.about3_li_img:first-child{
    position:relative;
}
.about3_li_img.active{
    z-index:1;
    opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
}
.about3_hid{
    opacity:0;
    filter:alpha(opacity=0);
    -moz-opacity:0;
    -khtml-opacity:0;
    position:absolute;
    top:0;
    left:0;
    width:100%;
    transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
}
.about3_li_img:hover .about3_hid{
    opacity:1;
    filter:alpha(opacity=100);
    -moz-opacity:1;
    -khtml-opacity:1;
    transition:all 0.4s ease-in;
    -webkit-transition:all 0.4s ease-in;
    -moz-transition:all 0.4s ease-in;
    -ms-transition:all 0.4s ease-in;
    -o-transition:all 0.4s ease-in;
}

.about3_imgr {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    right:-20px;
    background: #F5F5F5;
    border: solid 2px #F093A1;
}
.about3_imgr {
    display: none;
}


.about3_imgr a {
    display: inline-block;
}
.about3_imgr img {
    margin: 5px;
    width: 26px;
}
.about3_page {
    position: absolute;
    bottom: 0;
    left: 4px;
}
.about3_page {
    display: none;
}

.about3_page li {
    width: 2px;
    height: 20px;
    background: #F093A1;
    display: inline-block;
    margin-left: 6px;
    cursor:pointer;
    position: relative;
}
.about3_page li.active{
    height:28px;
    transition:all 0.4s;
    -webkit-transition:all 0.4s;
    -moz-transition:all 0.4s;
    -ms-transition:all 0.4s;
    -o-transition:all 0.4s;
}
.about3_wz h4 {
    font-size: 50px;
    color: #333;
    font-family: "Gabriola";
    margin: 0 0 16px;
}
.about3_jt {
    position: absolute;
    bottom: -20px;
    left: 0;
    z-index: 5;
}
.about3_txt p {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 5px;
    color: #777;
}

.about3_jt a {
    border: solid 2px #F093A1;
    display: inline-block;
    padding: 5px;
    margin-right: 5px;
}

.about3_jt img {
    width: 26px;
}
.about3_wz {
    width: 100%;
    padding-right: 30px;
}
.about3_tb img {
    width: 20px;
}

.about3_tb span {
    width: 40px;
    height: 1px;
    background: #666;
    display: inline-block;
    position: relative;
    top: -3px;
    margin-left: 5px;
}
.about3_tb {
    margin-bottom: 15px;
}
.about3_txt {
    padding-left: 90px;
}
.about4_right .ind1_btn {
    margin-left: 10%;
}
.about3_bg h3 {
    font-size: 24vw;
    line-height: 16.5vw;
    color: #fff;
    margin: 0;
    font-family:Arial, Helvetica, sans-serif;
	    
	font-family: 'Conv_Butler_Regular';
    font-weight: bold;
    letter-spacing: -25px;
}
.about3_bg {
    position: absolute;
    bottom: 0;
    right: 0;
}
.brand_season ul {
    width: 160px;
}









/**10.12**/
.about1_tit h2 {
    font-size: 36px;
    letter-spacing: 6px;
    color: #333;
    margin: 0 0 8px;
}
.about1_tit h3 {
    font-size: 16px;
    text-indent:0em;
    margin:0;
	color:#333;
    text-transform:uppercase;
    font-family:arial;
    letter-spacing:15px;  
}
.about1_tit h3 span{
    display: inline-block;
    padding: 0 0px 0 15px;
    position: relative;
    text-align: center;
}
.about1_tit h3 span:before{
	content:'';
	width:22px;
	height:1px;
	position:absolute;
	top:50%;
	left:100%;
	background:#333;
}
.about1_tit h3 span:after{
	content:'';
	width:22px;
	height:1px;
	position:absolute;
	top:50%;
	right:100%;
	background:#333;
}
.about2_wz p span:before {
    content: '';
    border-left: solid 10px #ea5666;
    border-top: solid 6px transparent;
    border-bottom: solid 6px transparent;
    position: absolute;
    top: 50%;
    left: -20px;
    transform: translateY(-50%);
}

.ind_box3 .about1_tit h3 span:before,.ind_box3 .about1_tit h3 span:after{
	background:#fff;
}


/**culture**/
.culture_box1 {
    padding: 20px 0px 100px 0px;
}

.culture1_left {
    width: 50%;
    float: left;
}

.culture1_right {
    float: left;
    width: 50%;
}
.culture1_right img {
    max-width: 100%;
}
.about1_wz_li h4 {
    font-size: 20px;
    color: #F093A1;
    margin: 0 0 20px;
}

.about1_wz_li h5 {
    color: #F093A1;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
}

.about1_wz_li p {
    margin: 0;
    line-height: 24px;
    font-size: 14px;
    color: #888;
}

.about1_wz_li {
    margin-bottom: 40px;
}
.culture1_bottom .about1_tit h2 {
    font-size: 34px;
}

.culture1_bottom .about1_tit h3 {
    font-size: 30px;
}

.about1_b_img {
    width: 68%;
    margin-left: 32%;
}

.about1_b_img img {
    width: 100%;
}
.culture1_bottom .about1_tit {
    position: absolute;
    top: -60px;
    left: 0;
}

.culture1_left {
    position: relative;
}
.culture1_bottom {
    margin-top: 120px;
}
.culture1_bottom .culture1_right {
    border-top: solid 1px #ddd;
    padding-left: 10%;
    padding-top: 40px;
}

.culture2_img img {
    width: 100%;
}

.culture2_wz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.culture_box2 {
    position: relative;
}

.culture2_txt {
    margin: 80px 0 0;
    width: 40%;
    background: #fbd5da;
    padding: 90px;
}

.culture2_txt h4 {
    font-size: 20px;
    margin: 0;
    line-height: 30px;
    color: #333;
    margin-bottom: 20px;
}

.culture2_txt p {
    font-size: 14px;
    line-height: 24px;
}



.culture_box3 {
    padding: 90px 0 120px;
}

.culture3_tit h3 {
    margin: 0;
    font-size: 30px;
    color: #F093A1;
}

.culture3_tit {
    text-align: center;
    margin-bottom: 60px;
}

.culture3_tit hr {
    width: 40px;
    border-color: #F093A1;
    margin: 15px auto;
}
.culture3_li {
    width: 33.33%;
    margin: 0 auto;
    padding: 0 20px;
}

.culture3_cot {
    text-align: center;
	position:relative;
}

.culture3_li_ts {
    float: left;
}
.culture3_wz {
    max-width: 260px;
    margin: 0 auto;
	position:relative;
}


.culture3_yuan {
    height: 0;
    padding-bottom: 100%;
}
.culture3_txt {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    width: 100%;
    margin-top: -8px;
}
.culture3_yuan:before {
    content: '';
    width: 70%;
    height: 70%;
    position: absolute;
    top: 15%;
    left: 15%;
    border-radius: 50%;
    border: solid 1px #FBD5DA;
}
.culture3_txt h3 {
    color: #333;
    margin: 0;
    font-size: 15px;
    margin-bottom: 20px;
}
.culture3_txt h4 {
    color: #F093A1;
    font-size: 22px;
    font-weight: 600;
}
.culture3_txt hr {
    width: 40px;
    border-color: #666;
	margin-bottom:28px;
}
.culture3_txt p {
    font-size: 14px;
    line-height: 24px;
}
.about_ty a b {
    font-size: 20px;
    letter-spacing: 0;
    font-family: 'Conv_Butler_Regular';
    font-weight: normal;
}




.store_sear {
    padding-bottom: 10px;
    border-bottom: 1px solid #BBB;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}

.store_sear img {
    width: 25px;
}
.store_sear input {
    width: calc(100% - 34px);
    background: none;
    border: navajowhite;
}
.store_map {
    width: 67%;
    position: absolute;
    top: 80px;
    left: 27.5%;
    display: none;
    padding-left: 15px;
}
.store_map #dituContent {
    width: 100%;
    height: 500px;
	border:solid 1px #ddd;
}
.store_colse {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9;
    width: 56px;
    cursor: pointer;
    background: #EBEBEB;
    padding: 13px;
}

.store_colse img {
    width: 100%;
}



.pinpai1_img.active h5{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	transition:all 0.6s ease-in;
	-webkit-transition:all 0.6s 0.6s ease-in;
	-moz-transition:all 0.6s 0.6s ease-in;
	-ms-transition:all 0.6s 0.6s ease-in;
	-o-transition:all 0.6s 0.6s ease-in;
}
.pinpai1_img_ab h5 {
    margin: 0;
    font-size: 18px;
    color: #fff;
    line-height: 30px;
    margin-top: 16px;
    position: relative;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
}

.pinpai1_img_ab h5:after {
    content: '';
    width: 110px;
    height: 1px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}
.brand_sele {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0%;
    margin-left: 0 !important;
}

.brand_sele li {
    float: left;
    width: 40%;
    text-align: center;
    margin-bottom: 56px;
	padding:0 10px;
}

.brand_wz h3 {
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 3px;
    color: #666;
    margin: 0;
    position: relative;
    z-index: 1;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}

.brand_wz h4 {
    margin: 0;
    position: absolute;
    top: 50%;
    font-size: 16px;
    color: #ffecee;
    transform: translateY(-50%);
    width: 120%;
    left: -10%;
    text-align: center;
    white-space: nowrap;
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}

.brand_wz {
    position: relative;
}

.brand_wz:before {
    content: '';
    width: 94px;
    padding-bottom: 94px;
    border: solid 1px #F093A1;
    position: absolute;
    top: 50%;
    left: 50%;
	margin-left:-47px;
    transform: translateY(-50%);
	transform-origin:center center;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}

.brand_sele ul {
    margin-top: 55px;
	position:relative;
	left:20%;
}
.brand_wz:hover:before{
    transform: translateY(-50%) rotate(45deg);
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.brand_wz:hover h4{
	opacity:1;
	filter:alpha(opacity=100);
	-moz-opacity:1;
	-khtml-opacity:1;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.brand_wz:hover h3{
    color: #F094A2;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
} 




/**10.20**/
.ind1_right {
    width: 50%;
    float: right;
}

.ind1_left {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
}

.id1_img img {
    width: 100%;
	position:relative;
    box-shadow: 10px 10px 26px #ccc;
	top:0;
    -webkit-transition: top 0.4s linear;
    -moz-transition: top 0.4s linear;
    -ms-transition: top 0.4s linear;
    -o-transition: top 0.4s linear;
    transition: top 0.4s linear;
}
.ind_box1{
    padding: 120px 0;
}
.id1_img {
    width: 60%;
    margin: 0 15% 0 25%;
}
.id1_img:before {
    content: '';
    position: absolute;
    top: 18%;
    right: 26%;
    width: 60%;
    height: 100%;
    background: #ebebeb;
}
.id1_tit h3 {
    margin: 0;
    font-size: 34px;
    margin-bottom: 15px;
    letter-spacing: 1px;
    text-transform: capitalize;
    color: #F68AA1;
}
.id1_tit hr {
    width: 40px;
    margin-left: 0;
    border-color: #F68AA1;
    margin-top: 16px;
    border-width: 2px;
}
.id1_tit h5 {
    margin: 0;
    line-height: 30px;
    color: #333;
    margin-bottom: 8px;
}
.id1_wz h4 {
    font-family: SimHei;
    font-size: 15px;
    line-height: 26px;
    margin: 0 0 20px;
    color: #333;
}
.id1_wz p {
    font-size: 14px;
    line-height: 26px;
    color: #888;
}
.id1_tit {
    margin-bottom: 30px;
}


.ind1_left {
    position: relative;
    float: left;
    padding-bottom: 60px;
}

.id1_img {
    margin: 0;
    padding: 0 10% 0 65px;
    width: 100%;
    position: relative;
}

.id1_img:before {
    top: 60px;
    right: auto;
    left: 0;
}








/**brand**/
.brand1_left {
    width: 50%;
    float: left;
}
.brand1_left img {
    width: 100%;
}
.brand1_right {
    float: left;
    width: 50%;
    padding-left: 45px;
    padding-right: 5%;
}
.brand1_tit img {
    height: 35px;
}

.brand1_tit {
    margin-bottom: 54px;
}
.brand1_txt h4 {
    margin: 0;
    font-size: 16px;
    font-family: SimHei;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
}
.brand1_txt p {
    font-size: 14px;
    color: #888;
    line-height: 24px;
    margin: 0;
}
.brand1_txt {
    margin-bottom: 40px;
}
.brand1_txt p span {
    color: #333;
    font-weight: 600;
}
.brand1_txt p a {
    color: #333;
}
.brand1_sj a {
    float: left;
    margin-right: 10px;
    position: relative;
}
.brand1_ewmTk {
    position: absolute;
    z-index: 1;
    width: 100px;
    padding: 5px;
    border: solid 1px #FE98A6;
    left: 50%;
    top: 45px;
    transform: translateX(-50%);
	opacity:0;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.brand1_ewm:hover .brand1_ewmTk{
	opacity:1;
	transition:all 0.4s ease-in;
	-webkit-transition:all 0.4s ease-in;
	-moz-transition:all 0.4s ease-in;
	-ms-transition:all 0.4s ease-in;
	-o-transition:all 0.4s ease-in;
}
.brand1_ewmTk img {
    width: 100%;
}

.brand1_ewmTk:before {
    content: '';
    left: 50%;
    top: -6px;
    margin-left: -7px;
    position: absolute;
    border-bottom: solid 6px #FE98A6;
    border-left: 7px solid transparent;
    border-right: solid 7px transparent;
}

.brand1_ewmTk:after {
    content: '';
    left: 50%;
    top: -5px;
    margin-left: -7px;
    position: absolute;
    border-bottom: solid 6px #FFFFFF;
    border-left: 7px solid transparent;
    border-right: solid 7px transparent;
}
.brand2_li{
    overflow: hidden;
	position:relative;
	top:0;
	height:0;
	transition:top 0.4s linear;
	-webkit-transition:top 0.4s linear;
	-moz-transition:top 0.4s linear;
	-ms-transition:top 0.4s linear;
	-o-transition:top 0.4s linear;
}
.brand2_li1 {
    float: left;
    margin-left: 13%;
    width: 27%;
    margin-top: 11%;
    padding-bottom: 16.5%;
}

.brand2_li2 {
    float: right;
    margin-right: 12%;
    width: 29%;
    margin-top: 2%;
    padding-bottom: 19.6%;
}

.brand2_img img {
    width: 100%;
}
.brand2_li3 {
    margin-left: 10%;
    width: 18%;
	float:left;
    margin-top: 14%;
    padding-bottom: 26.8%;
}
.brand2_li4 {
    width: 43%;
    float: left;
    margin-left: -3%;
    padding-bottom: 30.4%;
}
.brand2_bottom {
    margin-top: 50px;
}
.brand2_li5 {
    width: 15%;
    float: left;
    margin-left: -4%;
    margin-top: 10%;
    padding-bottom: 24.2%;
}

.brand2_li6 {
    float: right;
    width: 14%;
    margin-top: 22%;
    padding-bottom: 23%;
}
.brand_box2 {
    margin-bottom: 60px;
}
.brand2_img video {
    width: 100%;
}






/**prolist**/
.prolist_box1{
	margin:20px 0 20px;
}
.prolist_box1 li {
    width: 33.33%;
    float: left;
    padding: 0 10px;
    margin-bottom: 20px;
}

.prolist_box1 ul {
    margin: 0 -10px;
}

.prolist1_img img {
    width: 100%;
}
.prolist1_li {
    position: relative;
}

.prolist1_wz {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240,147,161,0.4);
	transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-ms-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
}
.prolist1_txt {
    text-align: center;
    width: 60%;
    margin: 0 auto;
    color: #fff;
}
.prolist1_txt h3 {
    font-size: 20px;
    margin: 0;
    line-height: 30px;
	font-family:Arial, Helvetica, sans-serif;
	margin-bottom:12px;
}
.prolist1_txt h4 {
    margin: 0;
    font-size: 18px;
    font-weight: 600;
}
.prolist1_txt hr {
    width: 32px;
    border-width: 2px;
    margin: 20px auto;
}

.prolist1_txt h5 {
    margin: 0;
    font-size: 13px;
    line-height: 24px;
	font-family:Arial, Helvetica, sans-serif;
}
.prolist1_li:hover .prolist1_wz{
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-ms-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
}

.prolist2_left {
    width: 100%;
    float: left;
    position: relative;
}

.prolist2_right {
    float: right;
    width: 38.3%;
    position: relative;
}

.prolist2_img img {
    width: 100%;
}
.prolist_box2{
	overflow:hidden;
    margin-bottom: 10px;
}
.prolist2_logo {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    height: 60px;
	transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-ms-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
}
.prolist2_logo img {
    height: 100%;
}
.prolist2_img:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(240,147,161,0.4);
	transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-ms-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
}
.prolist2_left:hover .prolist2_img:before,.prolist2_right:hover .prolist2_img:before,.prolist2_right:hover .prolist2_logo ,.prolist2_left:hover .prolist2_logo {
	opacity:0;
	filter:alpha(opacity=0);
	-moz-opacity:0;
	-khtml-opacity:0;
	transition:all 0.5s ease-in;
	-webkit-transition:all 0.5s ease-in;
	-moz-transition:all 0.5s ease-in;
	-ms-transition:all 0.5s ease-in;
	-o-transition:all 0.5s ease-in;
}













/**10-25**/
.about_box0{
    padding: 40px 0 45px; }
.about_box0_0{
	padding:90px 0 0;
	background:url(../images/ab_bg.jpg) no-repeat center center;
	background-size:cover;
}
.about0_box{border: solid 2px #dddddd; width: 100%; max-width: 1120px; margin: 0 auto; position: relative;}
.about0_left{width: 50%; float: left; padding: 50px 50px;}
.about0_box:after{content: "";display: table;clear: both;}
.about0_right{position: absolute; width: 50%; height: 100%; right: 0; top: 0;}
.about0_imgBox{position: relative; height: 120%; top: -10%;}
.about0_img{position: relative; height: 100%; width: 85%; max-width: 420px; margin: 0 auto; background-size: cover; background-position: center center; box-shadow: 0 0 40px #a9a9a9;}
.about0_txt h2{margin: 0 0 10px; font-size: 26px; line-height: 36px; color: #000;}
.about0_txt h3{margin: 0 0 5px; font-size: 16px; line-height: 26px; font-weight: bold; color: #333; font-family:SimHei}
.about0_txt h4{margin: 15px 0 5px; font-size: 14px; font-weight: bold; line-height: 24px; color: #333;}
.about0_txt p{margin: 0; font-size: 14px; line-height: 24px; color: #666;}



.about3_count{text-align: center; position: absolute; bottom: 15px; left: 0; width: 100%;z-index: 1;}
.about3_countBox:after{content: "";display: table;clear: both;}
.about3_countBox{display: inline-block;}
.about3_countLeft , .about3_countRight{float: left; vertical-align: middle; padding: 12px 5px 5px; position: relative; cursor: pointer;}
.about3_countNum{float: left; vertical-align: middle; font-size: 22px; line-height: 30px; margin: 0 10px; color: #f093a1; font-family: Arial, Helvetica, sans-serif; font-family: "Gabriola";}
.about3_countLeft span , .about3_countRight span{display: inline-block; width: 10px; height: 10px; position:relative; left:0; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease; transform: rotate(45deg); -webkit-transform: rotate(45deg); -moz-transform: rotate(45deg); -o-transform: rotate(45deg);}
.about3_countLeft span{border-left: solid 2px #f093a1; border-bottom: solid 2px #f093a1;}
.about3_countRight span{border-right: solid 2px #f093a1; border-top: solid 2px #f093a1;}
.about3_countLeft:after , .about3_countRight:after{content:""; display:inline-block; width: 0; height: 2px; background: #f093a1; position: absolute; top: 16px; transition: all 0.5s ease; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; -o-transition: all 0.5s ease;}
.about3_countLeft:after{left: 4px;}
.about3_countRight:after{right: 4px;}
.about3_countLeft:hover:after{width:22px; left: -11px;}
.about3_countRight:hover:after{width:22px; right: -11px;}
.about3_countLeft:hover span{left:-15px;}
.about3_countRight:hover span{left:15px;}
.about3_countNum .sp1{font-weight: bold; font-size: 30px;}
.about3_countNum span{line-height: 30px; height: 30px;}





.prolistPage {
    text-align: center;
    padding: 15px 0;
}

.prolistPageBox {
    display: inline-block;
}

.prolistPageBox span {
    display: inline-block;
    float: left;
    border: solid 2px #f093a1;
    margin: 0 5px;
    text-align: center;
}

.prolistPageBox:after {content: "";display: table;clear: both;}

.prolistPageBox span a i.fa , .prolistPageBox span a {
    font-size: 14px;
    line-height: 24px;
    color: #f093a1;
}

.prolistPageBox span a {
    display: block;
    padding: 2px 15px;
    min-width: 46px;
}
.prolistPageBox span.cur a{
    background:#f093a1;
    color:#fff;
}
.his_box.his_boxChange .his_title {
    font-size: 60px;
    padding: 0 25%;
    position: relative;
    float: none;
    font-weight: normal;
}

.his_box.his_boxChange .his_con {
    padding-bottom: 100px;
}

.his_box.his_boxChange .his_line1 {
    margin-top: 8%;
}

.his_box.his_boxChange .his_txt {
    padding-top: 25px;
}

.his_box.his_boxChange .his_f {
    top: 25%;
}

.his_box.his_boxChange .his_r {
    top: 31%;
}

.his_box.his_boxChange .his_txt p strong {
    font-size: 20px;
    color: #f68aa1;
    margin: 0 1px;
}

.socialOth1_img img {
    width: 100%;
}

.socialOth_sec1 {
    padding: 120px 0;
}

.socialOth1_img {
    margin-bottom: 35px;
}

.socialOth1_l h2 {
    margin: 0;
    font-size: 22px;
    font-weight: bold;
    color: #333;
    line-height: 32px;
}

.socialOth1_r p {
    margin: 0 0 15px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.socialOth1_r a {
    color: #888;
    font-size: 12px;
    border-bottom: 1px solid #C5C5C5;
    display: inline-block;
    padding-bottom: 2px;
    text-transform: uppercase;
	font-family:Arial, Helvetica, sans-serif;
    letter-spacing: 1px;
}

.socialOth2_lis a {
    display: block;
    /* padding: 40px 0; */
}

.socialOth2_main h2 {
    margin: 0 0 15px;
    font-size: 16px;
    line-height: 26px;
    font-weight: bold;
    color: #333;
}

.socialOth2_main p {
    margin: 0 0 5px;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.socialOth2_main {
    padding-right: 20%;
    position: relative;
    padding: 60px 20% 60px 0;
    border-top: solid 1px #eee;
}

.socialOth2_lis a:hover {
    /* background: #ffecee; */
}
.socialOth2_lis a:hover .socialOth2_main h2{
	color:#f3a5a8;
}
.socialOth2_lis a:hover .socialOth2_main p{
	color:#f3a5a8;
}
.socialOth2_lis a:hover .socialOth2_main h6{
	color:#f3a5a8;
}
.socialOth2_main h6 {
    margin: 25px 0 0;
    font-size: 12px;
    line-height: 22px;
    color: #888;
}

span.socialOth2_arr {
    display: inline-block;
    position: absolute;
    top: 50%;
    right: 15px;
    height: 12px;
    margin-top: -6px;
}

span.socialOth2_arr img.sArr2 {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

span.socialOth2_arr img {
    height: 100%;
}

.socialOth2_lis a:hover span.socialOth2_arr img{
    opacity: 0;
}
.socialOth2_lis a:hover span.socialOth2_arr img.sArr2{
    opacity: 1;
}


/**10-25**/



/**11-13**/
div#honor.about_box3 {
    min-height: 460px;
    background-size: cover;
    background-position: 50% 50%;
    background-attachment: fixed;
}

.news_jt {
    display: none;
}
.news_bg {
    width: 200%;
    left: -50%;
}

.news_jt {
    display: none;
}

.news_bg {
    width: 200%;
    left: -50%;
}

.news_cot .about1_tit {
    text-align: center;
    margin: 0;
}

.news_cot .about1_tit h3 {
    text-indent: 0;
}
.jianli input.sc {
    outline: none;
    padding: 0 0;
    outline: none;
    height: 40px;
    line-height: 40px;
    border: solid 1px #ccc;
    padding: 7px 0;
    font-size: 14px;
    padding-left: 30px;
    opacity: 0;
}

.jianli input.bt {
    color: #fff;
    text-align: center;
    background: #F093A1;
    border: none;
    padding: 0 15px;
    width: 80px;
    line-height: 40px;
    height: 40px;
    font-size: 14px;
}

.job_sc span{
    width: 105px;
    border-right: solid 1px #ccc;
    text-align: center;
    font-size: 14px;
    line-height: 39px;
    margin-right: 5px;
    display: inline-block;
}
.job_sc {
    height: 40px;
    position: absolute;
    line-height: 40px;
    background: #fff;
    border: solid 1px #ccc;
	width:304px;
}
.contact_left {
    width: 30%;
    max-width: 100%;
    top: 0;
    background: transparent;
}

.contact_box {
    padding: 0;
}
.cotact_right {
    width: 70%;
    float: right;
    margin-top: 0;
}
.contact_box:after {content: "";display: table;clear: both;}
.contact_l_box {
    padding: 0 0;
    padding-right: 20px;
}
.contact_message h5 img {
    max-width: 120px;
}

.ind3_img span {
    background-image: none !important;
    background: #fff;
    opacity: 0.5;
    background-blend-mode: normal;
}



h2.ind1_bigTit {
    text-align: center;
    color: #f3a5a8;
    margin: 0;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: 2px;
}

h2.ind1_bigTit:before {content: "";display: inline-block;width: 70px;height: 3px;vertical-align: middle;background: #f3a5a8;margin-right: 25px;}
/**11-13**/






/**11.15**/
.about2_top {
	padding:0;
	position:relative;
}
.about2_top_cot{
	position:relative;  padding-left:30px;  margin-left: 11%;
	width:60%;
}
.timeline li {
    width: 100%;
    display: inline-block;
	position:relative;
    cursor: pointer;
}
.about2_line {
    position: absolute;
    top: 0;
    left: -3px;
    width: 8px;
    bottom: 30px;
    display: block;
}

.timeline ul {
    position: absolute;
    top: 7px;
    left: 3%;
    width: 16%;
	white-space:nowrap;
	transition:left 0.4s linear;
	-webkit-transition:left 0.4s linear;
	-moz-transition:left 0.4s linear;
	-ms-transition:left 0.4s linear;
	-o-transition:left 0.4s linear;
}
.about2_bottom .container{
	position:relative;
}

.timeline:before {
    content: '';
    width: 100%;
    height: 2px;
    background-color: rgba(246, 138, 161, 0.6);;
    display: inline-block;
}


.timeline_yuan {
    position: absolute;
    top: 9px;
    left: 50%;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color:  rgba(246, 138, 161, 0.5);
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: scale3d(.5,.5,.5) translate3d(-50%,-50%,0);
    transform: scale3d(.5,.5,.5) translate3d(-50%,-50%,0);
    -webkit-transition: opacity 666ms cubic-bezier(.666,0,.333,1),
    -webkit-transform 666ms cubic-bezier(.666,0,.333,1);
    transition: opacity 666ms cubic-bezier(.666,0,.333,1),
    -webkit-transform 666ms cubic-bezier(.666,0,.333,1);
    transition: opacity 666ms cubic-bezier(.666,0,.333,1),transform 666ms cubic-bezier(.666,0,.333,1);
    transition: opacity 666ms cubic-bezier(.666,0,.333,1),transform 666ms cubic-bezier(.666,0,.333,1),
    -webkit-transform 666ms cubic-bezier(.666,0,.333,1);
}

.timeline_yuan span {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: #f68aa1;
    -webkit-transform: translate3d(-50%,-50%,0);
    transform: translate3d(-50%,-50%,0);
}
.time_date {
    position: absolute;
    top: 20px;
    width: 100%;
    text-align: center;
}

.time_date h4 {
    font-size: 15px;
    letter-spacing: 1px;
    color: #f68aa1;
}

.about2_jtl svg{
    position: absolute;
    top: 0;
    left: 0;
    width: 70px;
    height: 70px;
}
.about2_jtr svg{
    position: absolute;
    top: 0;
    right: 0;
    width: 70px;
    height: 70px;
}
.about2_jtr svg rect.filler ,.about2_jtl svg rect.filler {
    fill: rgba(246, 138, 161, 0.4);
}
.about2_jtr svg rect.border.stroker ,.about2_jtl svg rect.border.stroker{
    fill: none;
    stroke: #f68aa1;
    stroke-width: 2;
}
.about2_jtr svg polyline.stroker,.about2_jtl svg polyline.stroker {
    fill: none;
    stroke: #f68aa1;
    stroke-width: 2;
}
.about2_jtl {
    position: absolute;
    top: -19px;
    left: 15px;
	cursor:pointer;
}
.about2_jtr{
    position: absolute;
    top: -19px;
    right: 15px;
	cursor:pointer;
}
.about2_bottom {
    position: relative;
}
.about2_bottom_cot{
	padding:0 100px;
}

.about2_cot_c{
	padding:0 100px;
}

.timeline {
    overflow: hidden;
    position: relative;
    padding: 15px 0 40px;
	width:100%;
}
.about2_bottom_cot{
	position:relative;
}
.about2_bottom_cot:before {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: calc( -100% - 15px);
    top: 15px;
    background: rgba(246, 138, 161, 0.5);
}
.about2_bottom_cot:after{
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    right: calc( -100% - 15px);
    top: 15px;
    background-color:rgba(246, 138, 161, 0.5);;
}


.about2_line:before {
    display: block;
    content: '';
    position: absolute;
    top: 20px;
    left: 3px;
    width: 2px;
    bottom: 0;
    background-color: rgba(246, 138, 161, 0.5);
}

.about2_line span {
    position: absolute;
    top: -2px;
    left: 0;
    width: 100%;
    height: 24px;
}

.about2_line span:after {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6px;
    height: 6px;
    background-color:#f68aa1;
    -webkit-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(45deg) translate(-50%,-50%);
    transform: rotate(45deg) translate(-50%,-50%);
}

.about2_swiper{
    height: 272px;
}

.about2_txt p {
    color: #666;
    text-transform: uppercase;
    margin-bottom: 8px;
    font-size: 14px;
    line-height: 24px;
    letter-spacing: 1.5px;
}

.about2_txt p span{
	margin-right:10px;
}
.about2_txt p strong{
	font-size:18px;
	color:#f68aa1;
    font-weight: normal;
}
.timeline li.active .timeline_yuan{
    -webkit-transform: scale3d(1,1,1) translate3d(-50%,-50%,0);
    transform: scale3d(1,1,1) translate3d(-50%,-50%,0);
}
.about2_pagination{
	display:none;
}

.culture3_cot li {
    float: left;
    width: 25%;
    text-align: center;
}

.culture3_lis {
    max-width: 150px;
    margin: 0 auto;
	position:relative;
    background: #fff;
}
.cul3_tb {
    width: 56px;
    margin: 0 auto;
}

.cul3_tb img {
    width: 100%;
}

.cul3_wz h3 {
    margin: 12px 0 16px;
    font-size: 16px;
    font-weight: 600;
    color: #f68aa1;
}
.cul3_wz p {
    line-height: 24px;
    font-size: 14px;
	color:#888;
}

.culture3_ts {
    margin-top: 40px;
}

.culture3_ts {
    margin-top: 40px;
}

.cul3_tb1:before {content: '';position: absolute;top: 50%;left: 50%;width: 170%;height: 170%;border-radius: 50%;border: dashed 1px #aaa;transform: translate(-50%,-50%);}

.cul3_tb1 {
    width: 100px;
	position:relative;
}

.culture3_ts .cul3_wz {
    margin-top: 60px;
}

.culture3_ts .cul3_wz {
    margin-top: 60px;
}

.cul3_tb1:after {
    content: '';
    width: 1px;
    height: 110px;
    border-left: dashed 1px #aaa;
    position: absolute;
    top: -170px;
    left: 50%;
}



.culture3_cot:after {
    content: '';
    width: 100%;
    height: 1px;
    border-bottom: dashed 1px #aaa;
    position: absolute;
    top: 30px;
    left: 0;
}
.culture3_cot ul{
	position:relative;
	z-index:1;
}





/**store**/
.store_box0 {
    padding: 120px 0;
	/*background:url(../images/st_bg.jpg) no-repeat center center;
	background-size:cover;*/
}
.store0_wz {
    text-align: center;
    font-size: 14px;
    color: #888;
    line-height: 24px;
	margin-bottom:80px;
}
.store0_cot {
    padding: 0 4%;
	margin:0 -25px;
}
.store0_left {
    float: left;
    width: 50%;
	padding:0 25px;
}
.store0_l_wz {
    width: 36%;
    float: left;
    margin-top: 10%;
}
.store0_l_wz h4 {
    margin: 0;
    color: #f68aa1;
    font-weight: 600;
    margin-bottom: 35px;
    letter-spacing: 2px;
}

.store0_l_wz img {
    margin-right: 15px;
}

.store0_l_wz p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 15px;
    color: #888;
}
.store0_img {
    float: left;
    width: 64%;
}
.store0_img img {
    width: 100%;
}
.store01_wz {
    position: absolute;
    bottom: 0;
    width: 100%;
	left:0;
    min-height: 180px;
    background: #f093a1;
    background: linear-gradient(to top,#f093a1 0%,rgba(240, 147, 161, 0) 100%);
    background: -moz-linear-gradient(bottom,#f093a1 0%,rgba(240, 147, 161, 0) 100%);
    background: -webkit-linear-gradient(bottom,#f093a1 0%,rgba(240, 147, 161, 0) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f093a1 ',endColorstr='#00f093a1 ',GradientType=1);
}
.store01_txt{
    position: absolute;
    bottom: 0;
	width:100%;
	left:0;
    padding: 20px;
    padding-left: 70px;
	color:#fff;
}

.store_box01 li {
    width: 33.33%;
    float: left;
    position: relative;
	overflow:hidden;
}

.store01_img img {
    width: 100%;
}
.store01_txt h4 {
    margin: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    position: relative;
}

.store01_txt p {
    font-size: 14px;
    line-height: 24px;
}
.store01_txt h4:before {content: '';width: 40px;height: 2px;background: #ffffff;display: inline-block;position: absolute;top: 50%;left: -50px;}

.store_box01{
	display:none;
}
.store_box02 {
    padding: 0 0 120px;
}

.store02_cot {
    width: 60%;
    margin: 0 auto;
    text-align: center;
}

.store02_tb {
    width: 40px;
    margin: 60px auto 40px;
}

.store02_tb img {
    width: 100%;
}

.store02_cot h4 {
    margin: 0;
    font-size: 28px;
    font-family: 'Conv_renardno3-roman-webfont';
    letter-spacing: 1px;
    color: #444;
}
.store02_cot h5 {
    margin: 0;
    font-size: 24px;
    color: #f093a1;
    letter-spacing: 0.5px;
	font-family:Arial, Helvetica, sans-serif;
}
.join_box0_left {
        width: 50%;
		float:left;
		margin: 60px auto;
}
.join_box0_right {
        width: 50%;
		float:right;
		margin: 30px auto;
}









@media(max-width:1400px){
    .ind2_tit h2 {
        color: #FBD5DA;
        font-size: 175px;
        margin-bottom: -80px;
    }
    .news_cot li {
        width: 33.33%;
    }
    .clear_md{
        display:block;
    }
    .newsli_md .news_img{
        height:280px
    }
    .newsUl2.newsLi2{
        margin-top: 30px;
    }
    li.newsli_md ,.newsli_md.newsUl2 {
        margin-top:-30px;
    }
    .store1_top{
        width:74%;
        margin-left:26%;
    }

}
@media(max-width:1200px){
    .ind2_tit h2 {
        color: #FBD5DA;
        font-size: 110px;
        margin-bottom: -80px;
    }
    .ind_box2{
        /* padding-top: 90px; */
        /* padding-bottom: 0px; */
    }
    .about_wz h3{
        font-size: 32px;
    }
    .about_wz h4{
        font-size: 22px;
    }
    .ab1_txt h2{
        font-size: 32px;
    }

    /*stor*/
    .store1_wz{
        padding: 15px 20px;
    }
    .store_secR{
        padding-right: 0%;
    }
    /*brand*/
    .pinpai1_num{
        font-size: 160px;
    }
    .pinpai1_right{
        padding: 60px 0 40px;
        margin-left: 40%;
        width: 43%;
    }
    .pinpai1_txt2{
        width: 43%;
    }
    .pinpai1_right h3{
        margin-bottom: 40px;
    }
    img.openquote{
        width: 120px;
        height: 120px;
        left: -20px;
    }
    .pinpai1_txt2{
        padding-bottom: 60px;
    }
    .pinpai1_mid{
        padding-bottom: 60px;
    }
    /*product*/
    .products{
        padding: 60px 0;
    }
    .product_sec1{
        margin-bottom: 60px;
    }
    .product_sec3{
        padding-bottom: 60px;
    }
    /*new*/
    .newsdot2_main ul li{
        width: 100%;
    }
    /*countus*/
    .contact_left{
        max-width: 300px;
    }
    .contact_l_box{
        padding: 25px;
    }
    .news_bg{
        background: 0;
    }
    .newsdot_bg{
        background: 0;
    }
    .newsdot2_bg{
        background: 0;
    }
    .ban_txt h5 {
        font-size: 50px;
    }
    .ban_txt{
        width: 80%;
    }
    .ban_txt h4 {
        font-size: 30px;
    }


    .his_box {
        width: 100%;
    }
    .his_title {
        font-size: 120px;
    }
    .his_line2 {
        width: 86%;
    }
    .his_con {
        padding-bottom: 120px;
    }
.culture2_txt {
    width: 60%;
    padding: 40px;
}
.brand_wz h3 {
    font-size: 18px;
    line-height: 23px;
}
.brand_wz:before {
    content: '';
    width: 84px;
    padding-bottom: 84px;
    border: solid 1px #F093A1;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -42px;
}
.brand_sele li {
    padding: 0 8px;
    margin-bottom: 49px;
	width:50%;
}
.brand_sele ul {
	margin-top:0;	
	left:0;
}
.brand_sele {
    position: relative;
    top: 0;
    width: 185px;
    margin: 50px auto 0 !important;
	transform:translateY(0);
}
.about1_tit h2 {
    font-size: 34px;
}
.about1_tit h3 {
    font-size: 28px;
}
.about_ty a {
    font-size: 30px;
}
.about2_right {
    margin-top: 8%;
}

}
@media(max-width:1024px){
    .ind2_tit h2 {
        color: #FBD5DA;
        font-size: 70px;
        margin-bottom: -80px;
    }
    .about_wz h3{
        font-size: 26px;
    }
    .about_wz h4{
        font-size: 18px;
    }
    .ab1_txt h2{
        font-size: 26px;
    }
    /*index*/
    .ind_box1{
        /* padding-top: 80px; */
    }
    .ind_box2{
        /* padding-top: 180px; */
        /* padding-bottom: 0px; */
    }
    .ind1_wz{
        padding-top: 40px;
    }

    /*about*/

    /*stor*/
    .store1_wz{
        padding: 15px 20px;
    }
    .store_secR{
        padding-right: 6%;
    }
    /*brand*/
    .pinpai1_num{
        font-size: 150px;
    }
    .pinpai1_right{
        padding: 60px 0 40px;
        margin-left: 40%;
        width: 43%;
    }
    .pinpai1_txt2{
        width: 43%;
    }
    .pinpai1_right h3{
        margin-bottom: 40px;
    }
    img.openquote{
        width: 120px;
        height: 120px;
        left: -20px;
    }
    .pinpai1_txt2{
        padding-bottom: 60px;
    }
    .pinpai1_mid{
        padding-bottom: 60px;
    }
    /*product*/
    .products{
        padding: 60px 0;
    }
    .product_sec1{
        margin-bottom: 60px;
    }
    .product_sec3{
        padding-bottom: 60px;
    }
    .newsdotMain h2{
        font-size: 18px;
    }
    /*countus*/
    .contact_left{
        max-width: 200px;
    }
    .contact_l_box{
        padding: 25px;
    }
    .newsdot2_main {
        width: 100%;
    }

    .his_title {
        top: 9%;
        font-size: 100px;
    }
    .his_img {
        width: 74%;
    }
    .his_title{
        font-size:70px;
    }
    .brand_season {
        margin-top:60px;
        position: relative;
        left: 50%;
        transform: translateX(-50%) translateY(0);
        text-align: center;
    }
    .pinpai1_right {
        margin-left: 18%;
        width: 64%;
    }
    .pinpai1_txt2 {
        width: 66%;
    }
    .pinpai_sec2 {
        padding-bottom: 0px;
    }
.about1_tit h2 {
    font-size: 28px !important;
}
.about1_tit h3 {
    font-size: 24px;
}
.ind1_tit h4 {
    margin: 0;
    font-size: 28px;
}
.about1_b_img {
    width: 100%;
    margin-left: 0;
}
.culture1_bottom .culture1_right {
    padding-left: 5%;
    padding-top: 10px;
}
.culture1_bottom .about1_tit {
    position: absolute;
    top: -40px;
}
.culture3_tit h3 {
    margin: 0;
    font-size: 24px;
}
.culture3_tit {
    margin-bottom: 20px;
}
.culture3_txt h4 {
    font-size: 18px;
}
.culture1_left,.culture1_right{
	width:100%;
}
.about2_right {
    margin-top: 6%;
}



























div#ceo {
    padding: 60px 0;
    margin-bottom: 40px;
}
.about0_right {
    position: relative;
    width: 100%;
}

.about0_img {
    padding-top: 145%;
    width: 100%;
    max-width: 100%;
}

.about0_imgBox {
    top: 0;
    height: auto;
    padding: 25px 25px;
    width: 100%;
    max-width: 400px;
    margin: 0 AUTO;
}

.about0_left {
    width: 100%;
    padding: 25px;
}

.about0_txt h2 {
    font-size: 18px;
    line-height: 28px;
    margin: 0 0 5px;
}

.about0_txt h3 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 10px;
}

.about0_txt h4 {
    margin: 10px 0 5px;
}

.about0_txt p {
    font-size: 12px;
    line-height: 22px;
}


}

@media(max-width:768px){
	
	
	div#ceo {
    padding: 30px 0 10px;
	}


    .news_cot ul li {
        width: 100%;
    }
    /*hide*/
    .header{
        display: none;
    }
    .ab1_txt h2{
        font-size: 18px;
        display:none;
    }
    .about_wz h3{
        font-size: 18px;
    	line-height: 30px;
    }
	.about_wz h4 {
    	margin: 5px 0 0;
	}
	.about_wz {
    	margin-top: -30px;
	}
    .wrapper {
        margin-top: 40px;
    }
    /*video*/
    .ban_img{
        height: auto!important;
        display: none;
    }
    .ban_wz h5{
        font-size: 24px;
    	margin-bottom: 10px;
    }
    .ban_wz h4{
        font-size: 18px;
    }
    .ban_txt{
        width: 96%;
        min-width: auto;
    }
    .ban_wz{
        height: 50%;
        padding-top: 15px;
    }
    /*index*/
    .ind1_wz{
        width: 100%;
        margin-left: 0;
    }
    .ind1_tit{
        margin-bottom: 40px;
    }
    .ind1_tit h4{
        font-size: 18px;
    }
    .ind1_img{
        display:none;
    }
    .ind1_btn{
        margin-top: 20px;
    }
    .ind1_btn a{
        padding: 8px;
    }
    .ind2_jt{
        display: none;
    }
    .ind3_li{
        padding: 0 10px;
    }
    .ind3_cot li{
        width: 100%;
    }
    .ind3_li_ts{
        margin-top: 10px;
    }
    .ind3_cot{
        padding: 0 10px;
    }
    .ind3_line{
        display: none;
    }
    .ind4_right{
        padding: 0;
        background: none;
    }
    .ind3_logo_img{
        width: 120px;
    }
    li.ind4_right_l{
        padding:35px 10px!important;
    }
    li.ind4_right_r{
        padding:35px 10px!important;
    }
    .ind_box4{
    padding: 60px 0px;
    }

    /*footer*/
    .footer_top{
        display: none;
    }
    .footer{
        padding: 7px 0;
        margin: 0 -10px -10px;
    }
    .copy{
    line-height: 18px;
        padding: 0 10px;
    }
    .news_box{
        margin: 0 auto;
    }
    .news_bg{
        background: none;
    }
    .mw{
        width: 100%;
    }

    /*brand*/
    .pinpai1_right {
        padding: 40px 0;
        margin-left: 0;
        width: 100%;
    }
    .pinpai1_right h3{
        font-size: 18px;
        margin-bottom: 20px;
    }
    .pinpai1_right h4{
        font-size: 12px;
        line-height: 22px;
    }
    .pinpai1_txt2 {
        line-height: 22px;
        font-size: 12px;
    }
    .pinpai{
        padding-top: 40px;
    }
    .pinpai1_mid{
        margin-left: 0;
        width: 90%;
        padding-bottom: 0;
    }
    .pinpai1_mid h5 {
        padding: 0;
    }
    .pinpai1_mid h5 img{
        height: 30px;
    }
    .openquote,.closequote{
        display:none;
    }
    .pinpai1_txt2{
        width: 100%;
        padding: 0 10px 40px;
        margin-left: 0;
    }
    .pinpai1_m{
        padding-bottom: 50px;
    }

    /*store*/
    .store_box1{
        padding: 0 0 40px;
    }
    .store{
        padding: 20px;
    }
    .store1_left{
        width: 100%;
        margin-left: 0;
    }
    .store_left{
        padding-top:20px;
        position: relative;
    }
    .store1_right{
        width: 100%;
        margin-right: 0;
    }
    .store1_top{
        margin: 30px 0;
        margin-left: 26%;
    }
    .store_lBox {
        width: 100%;
        padding: 0;
    }
    .store_secL{
        width: 100%;
        left: 0;
        padding: 10px 0;
    }
    .store_secR{
        width: 100%;
        padding: 0;
    }
    .store_secL h2{
        font-size: 15px;
        display: inline-block;
        margin: 0;
    }
    .store_secL h3{
        display: inline-block;
        font-size: 13px;
        padding-left: 46px;
    }
    .store_secL h3:before{
        width: 40px;
    }
    .store_sec{
        margin:0;
    }
    .store1_wz{
        padding: 15px 14px;
    }
    /*recruit*/
    .rec_con{
        width: 100%;
    }
    .recruit_box1{
        padding: 20px 0;
    }
    .recruit_box2{
        padding: 20px 0;
        margin-bottom: 50px;
    }
    .rec_tlt{
        font-size: 18px;
    }
    .rec_li{
        height: 100px;
        margin-bottom: 10px;
    }

    /*newsdot*/
    .newsdot{
        padding: 0;
    }
    .newsdot_sec{
        padding: 20px 0;
    }
    .newsdot_tit h2{
        margin-top: 0;
    }
    .newsdot_img{
        margin: 10px 0;
    }
    /*contact*/
    .contact{
        padding: 50px 0;
    }
    .contact_box{
        width: 100%;
        padding-left: 0;
    }
    .container{
        padding: 0;
    }
    .contact_left{
        position: initial;
    }
    .cotact_right{
        margin-top: 50px;
    }
    .newsdot_bg{
        background: 0;
    }
    .newsdot2_bg{
        background: 0;
    }
    .contact_left{
        max-width: 100%;
    }
    /*recruitdot*/
    .zpxxnrbodynr{
        width: 100%;
    }
    .jobdot{
        padding: 20px 0 40px;
    }

    .ind_box2 .row{
        margin:0;
    }




    .ind1_txt {
        position: relative;
    }
    .ind_box1 {
        padding: 60px 0 0;
    }
    .ind1_wz {
        padding: 0;
    }
    .ind2_tit h2 {
        font-size: 50px;
        margin-bottom: -20px;
    }
    .ind_box2 {
        padding-top: 0;
        padding-bottom:60px;
    }
    .ind2_left,.ind2_tit {
        top:0 !important;
    }
    .ind2_tit {
        margin-top: 60px;
    }
    .ind2_img{
        height:auto !important;
    }
    .ind3_li{
        top:0 !important;
    }
    .ind3_pic img {
        width: 100%;
    }
    .ind3_bt h3 {
        font-size: 18px;
        margin: 15px 0;
        text-align: center;
    }
    .ind_box3{
        padding-bottom:30px;
    }
    .ind4_list h5{
        font-size:12px;
        line-height:22px;
    }
    .ab1_left {
        width: 100%;
        margin-left: 0;
    }
    .ab1_txt h4 {
        margin-left: 0;
    }
    .ab2_left {
        top:0 !important;
    }
    .timeline__content__stores__name {
        line-height: 22px !important;
        font-size: 12px !important;
        letter-spacing:0 !important;
    }
    .timeline {
        width: 100% !important;
    }
    .timeline__content__stores__city {
        font-size: 13px !important;
        letter-spacing:1px !important;
    }
    .timeline__content h4 {
        margin: 20px 0 !important;
    }
    .timeline__content__stores__item {
        padding-bottom: 0px !important;
    }
    .footer_bottom_r{
        display:none;
    }
    .pinpai1_img {
        margin-left: 0;
        padding-bottom: 56%;
    }
    .pinpai1_left{
        display:none;
    }
    .pinpai1_mid .sign {
        margin-top:10px;
        font-size: 14px;
    }
    .pinpai_sec2 .pinpai1_img{
        margin-right:0;
        padding-bottom: 56%;
    }
    .store1_img img{
        left: 0;
        bottom:0 !important;
    }
    .store1_img:after{
        display:none;
    }
    .store1_cot {
        width: 100%;
    }
    .store1_top {
        margin: 0;
        margin-left: 0;
        width: 100%;
    }
    .store1_wz {
        position: relative;
        width:100% !important;
        left:0 !important;
        top:0;
    }
    .store1_bottom {
        width: 100%;
        margin-left: 0;
    }
    .store1_list {
        margin-top: 20px;
    }
    .store1_wz h4 {
        line-height: 22px;
        font-size: 12px;
    }
    .store_container {
        width: 100%;
    }
    .store_sec1 {
        margin-top: 0px;
    }
    .store_secR h5 {
        font-size: 12px;
        line-height: 22px;
        color: #888;
        margin-bottom: 14px;
    }
    .store_sel .st_ul {
        left:0;
        width: 108%;
        margin:0 -4%;
    }
    .news_box {
        padding: 60px 0 20px;
    }
    .news_wz h3 {
        font-size: 16px;
        -webkit-line-clamp: 1;
        height: 26px;
    }
    .news_txt h4 {
        font-size: 12px;
        line-height: 22px;
        height: 92px;
    }
    .news_txt h4 {
        margin-bottom: 10px;
    }
    .newsli_md.newsUl2,li.newsli_md, .newsli_md.newsUl2 {
        margin-top:0;
    }
    .newsUl2.newsLi2,li.newsUl2 {
        margin-top: 0;
    }
    .news_cot li{
        top:0;
        opacity:1;
    }
    .newsdot_txt h5 {
        font-size: 12px;
        line-height: 22px;
        margin: 0 0 12px;
    }
    .newsdot2_main {
        width: 100%;
    }
    .rec_ju {
        width: 50%;
        padding: 0 6px;
        float: left;
    }
    .rec_list {
        margin: 40px 6px 0;
    }
    .rec_li {
        padding: 0 20px;
    }
    .rec_li h4 {
        font-size: 16px;
    }
    .contact_message h5 {
        font-size: 12px;
        line-height: 22px;
        margin: 0 0 0px;
    }
    .cotact_right>div{
        height:350px !important;
    }
    .pinp_line{
        display:none;
    }
    .proLis_img a:after{
        display:none;
    }
    .proLis_img img,.pro1_img img{
        left:0;
    }
    .pro1_img:before{
        display:none;
    }

    .pro1_ab {
        position: relative;
    }
    .pro1_img {
        width: 100%;
    }
    .pro1_txt {
        width: 100%;
        margin-bottom:50px;
        left: 20%;
    }
    .pro1_txt h3 {
        font-size: 20px;
        margin: 0 0 20px;
    }
    .pro1_txt h2 img {
        height: 54px;
    }
    .pro3_br {
        width: 100%;
        left: 0;
        margin:0;
    }
    .pro3_bl {
        width: 100%;
        left: 0;
    }
    .pro2_left {
        width: 100%;
        float: left;
        position: relative;
        left: 0;
        padding: 0;
    }
    .product_sec1 {
        margin-bottom: 50px;
    }
    .pro3_left {
        width: 100%;
    }
    .pro2_right {
        width: 100%;
        float: right;
        position: relative;
        left: 0;
        padding: 0;
        margin-top: 50px;
        margin-bottom: 50px;
    }
    .pro4_main {
        width: 100%;
        float: left;
        position: relative;
        left: 0;
    }


    .title_con h3 {
        font-size: 20px;
    }
    .title_con h2 {
        margin: 0;
    }
    .ind4_left{
        transform:scale(1);
    }
    .ab2_left .ab2_cot{
        left:0 !important;
    }
    .ab2_left:after{
        display:none;
    }
    .store1_wz h3 {
        font-size: 16px;
        line-height: 32px;
    }
    .rec_con h4 {
        font-size: 12px;
        line-height: 22px;
    }
    .zxzpnr {
        line-height: 22px;
        font-size: 12px;
    }
    .ind1_wz h5 {
        line-height: 22px;
        font-size: 12px;
    }



    .his_img {
        width: 100%;
    }
    .his_padf {
        margin-left: 0;
    }
    .his_title{
        display:none;
    }
    .his_f {
        margin-left: 10%;
    }
    .his_line1 {
        margin-left: 10%;
    }
    .his_line2 {
        width: 90%;
    }
    .his_txt {
        padding-left: 22%;
    }
    .his_txt p {
        line-height: 24px;
        font-size: 14px;
    }
    .socb_lf.socb_wid {
        margin-left: 0;
    }
    .socb_wid {
        width: 100%;
    }
    .socb_text {
        padding-top: 20px;
    }
    .socb_text h2 {
        font-size: 18px;
        line-height: 26px;
        margin: 0;
        margin-bottom: 10px;
    }
    .socb_text h5 {
        margin-bottom: 5px;
    }
    .socb_padf {
        padding-left: 0;
    }
    .socb_wid1 {
        width: 100%;
    }
    .socb_lr {
        margin-top: 50px;
    }
    .social_cot {
        margin-left: 0;
    }
    .social_box {
        padding: 0;
    }
    .socb_padr {
        padding-right: 0;
        margin-left: 0;
        margin-top:50px;
    }
    .social_box1{
        padding-bottom:50px !important;
    }
    .social_box_first{
        padding-top:50px;
    }
    .brand_season li {
        letter-spacing: 1px;
        font-size: 12px;
        line-height: 24px;
    }

    /**about**/
    .about1_left {
        width: 100%;
    }
    .about_box1{
    padding: 50px 0 20px;
    }
    .about1_tit {
        margin: 0 0 20px;
    }
    .about1_l_cot {
        width: 100%;
    }
    .about1_right {
        width: 100%;
    }
    .about1_img {
        width: 100%;
    }
    .about2_left {
        display:none;
    }
    .about_box2 {
        padding: 0 0 50px;
    }
    .about2_right {
        width: 100%;
        margin-top: 0;
    }
    .about_ty a {
        font-size: 28px;
    }
    .about_ty {
        padding: 0 0 60px;
    }
    .about1_tit h3 {
    font-size: 16px;
    letter-spacing: 6px;
    }
    .about1_tit h3 br{
        display:none;
    }
    .about_box3 {
        padding: 60px 0 60px;
    }
    .about3_left {
        width: 100%;
    }
    .about3_wz {
        width: 100%;
        padding-right: 0;
    }
    .about3_txt {
        padding-left: 0;
    }
    .about3_txt p {
        font-size: 12px;
        line-height: 22px;
        margin: 0 0 4px;
    }

    .about4_left {
        width: 100%;
    }
    .about4_img {
        width: 100%;
        margin-left: 0;
    }
    .about4_right {
        width: 100%;
        margin-top: 40px;
    }
    .about4_right .about1_tit h3{
        text-indent: 0;
        margin-left: 0;
    }
    .about4_right .about1_tit {
        margin-left: 0;
    padding: 0;
    }
    .about4_wz {
        padding-left: 0;
        width: 100%;
    }
    .about4_right .ind1_btn {
        margin-left: 0;
    }
    .about_box4 {
    padding: 50px 0;
    }


.store_map {
    width: 100%;
    position: relative;
    top: 0;
    left: 0;
    padding-left: 0;
}
.store_colse {
    width: 46px;
    padding: 10px;
}

.store_map #dituContent {
    height: 340px;
}
.store {
    min-height: 590px;
}
.about1_tit h2 {
    font-size: 18px !important;
}
/*.about1_tit h3{
	display:none;
}*/
.about2_wz p {
    font-size: 12px;
}
.about2_wz p span {
    font-size: 14px;
}
.about4_wz p {
    font-size: 12px;
}
.about_ty a {
    font-size: 18px;
}
.about_ty a b {
    font-size: 16px;
}
.logop_box img {
    width: 110px;
}
.brand_wz h3 {
    font-size: 15px;
}
.about1_wz p {
    font-size: 12px;
}
.about1_wz_li h4 {
    font-size: 16px;
}
.about1_wz_li h5 {
    font-size: 14px;
}
.about1_wz_li h4 {
    margin: 0 0 5px;
}
.culture_box1 {
    padding: 50px 0;
}
.about1_wz_li p {
    font-size: 12px;
}
.culture2_img{
	display:none;
}
.culture2_wz{
	background:url(../images/culture2_bg_1.jpg) no-repeat center;
	position:relative;
    padding: 40px 0;
	background-size:cover;
}
.culture1_bottom .culture1_right {
    padding-left: 0;
}
.culture1_right {
    margin-top: 40px;
}
.culture1_bottom {
    margin-top: 100px;
}
.culture2_txt {
	background:none;
	width:100%;
    color: #fff;
	padding:0;
    margin-top: 0;
}
.culture2_txt h4{
	font-size:18px;
	color:#fff;
}
.culture_box3 {
    padding:0 0 50px;
}
.culture3_txt p {
    font-size: 12px;
}
.culture3_txt h4 {
    color: #F093A1;
    font-size: 16px;
}
.culture3_txt hr {
    margin: 15px auto;
}
.culture3_li {
    width: 100%;
}
.culture3_pagination .swiper-active-switch {
    background: #FA99A8;
}
.culture3_pagination {
    bottom: 0;
}

.culture3_tit h3 {
    margin: 0;
    font-size: 18px;
}
.about1_wz_li {
    margin-bottom: 0;
}
.culture_box1 .container1 {
    padding: 0;
}





.his_box.his_boxChange .his_txt p strong {
    font-size: 16px;
}


.socialOth_sec1 {
    padding: 20px 0;
}

.socialOth1_l h2 {
    font-size: 16px;
    line-height: 26px;
    margin: 0 0 5px;
}

.socialOth2_lis a {
    padding: 15px 0 25px;
}

.socialOth2_main h2 {
    font-size: 14px;
    line-height: 24px;
    margin: 0 0 5px;
}

.socialOth2_main p {
    font-size: 12px;
    line-height: 22px;
}

.socialOth2_main h6 {
    margin: 10px 0 0;
}

.socialOth1_r p {
    font-size: 12px;
    line-height: 22px;
}











/**11.25**/
.ban_icon ul li img {
    width: 22px;
}
.ban_tb img {
    width: 18px !important;
    margin: 3px;
}

h2.ind1_bigTit:before {
    content: "";
    display: inline-block;
    width: 50px;
    height: 2px;
}
h2.ind1_bigTit {
    font-size: 22px;
}
.ban_txt h4 img {
	min-width:130px;
    max-width: 130px;
}
.ind_box3 .ing3_tit {
    margin-top: 50px;
}

.about_box0_0 {
    padding: 50px 0 0;
}
.about2_bottom {
	display:none;
}
.about2_top_cot {
    padding-left: 0;
    margin-left: 0;
    width: 100%;
    padding: 0 40px;
}
.about2_cot_c {
    padding: 0;
}
.about2_line {
	display:none;
}
div#honor.about_box3 {
    min-height: 250px;
    background-attachment: initial;
}
.about2_txt p {
    font-size: 12px;
    line-height: 22px;
}
.about2_txt p strong {
    font-size: 14px;
}

.about2_top_jt{
	display:block
}
.about2_jtr img,.about2_jtl img {
    width: 40px;
}

.about2_jtr {
    top: 50%;
    margin-top: -20px;
    right: 0;
}
.about2_jtl {
    top: 50%;
    margin-top: -20px;
    left: 0;
}
.culture_box2{
	display:none;
}


.contact_left {
    width: 100%;
}

.cotact_right {
    width: 100%;
}

.contact_l_box {
    padding: 0 15px;
}
.rec_ju {
    width: 100%;
    float: none;
}
.recruit_box1 {
    padding: 50px 0;
}
.jobdot {
    padding: 50px 0;
}

.jianli {
    width: 100%;
}

.tjl {
    width: 100% !important;
    position: relative;
    height: auto;
}

.jianli input.bt {
    position: absolute;
    top: 0;
    right: 0;
}

.jianli input.sc {
    float: none;
    width: 100%;
}

.job_sc {
    width: auto;
    right: 80px;
    left: 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.job_sc span {
    width: 80px;
    font-size: 12px;
}

.upload {
    margin-top: 30px;
}

.news_wz {
    padding: 20px 25px;
}
.newsdot_tit h2 {
    font-size: 16px;
    line-height: 26px;
    margin-top: 10px;
    margin-bottom: 15px;
}

.newsdot_sec {
    padding: 50px 0 0;
}
.store_box0 {
    padding: 50px 0;
}

.store0_wz {
    margin-bottom: 50px;
}

.store0_left {
    width: 100%;
    padding: 0 15px;
    margin: 0 0 15px;
}

.store0_l_wz {
    width: 100%;
}

.store0_img {
    width: 100%;
}

.store0_l_wz p {
    display: inline-block;
    margin-right: 15px;
}

.store0_l_wz h4 {
    margin-bottom: 15px;
}

.store_box01 li {
    width: 100%;
}

.store01_txt {
    padding-left: 50px;
}

.store_box02 {
    padding: 50px 0;
}

.store02_cot {
    width: 100%;
}

.store02_cot h4 {
    font-size: 24px;
    letter-spacing: 0;
}

.store02_tb {
    margin: 35px auto 15px;
}

.store_warpper {
    display: none;
}
.prolist2_left {
    width: 100%;
}

.prolist2_right {
    width: 100%;
}

.prolist_box2 {
    height: auto !important;
}

.prolist2_logo {
    height: 32px;
}

.prolist_box1 li {
    width: 100%;
}
.brand1_left {
    width: 100%;
}

.brand1_right {
    width: 100%;
    padding-left: 15px;
    margin-top: 50px;
}

.brand1_tit {
    margin-bottom: 30px;
}

.brand1_tit img {
    height: 26px;
}

section.page.page-artist {
    padding: 0;
    margin: 0;
}

.brand_box2 {
    margin-bottom: 50px;
}

.page-artist .serie .middle-label {
    margin: 0;
    padding: 50px 0;
}

.page-artist .serie .middle-label:before {
    top: 50px;
}

.page-artist .serie .middle-label span {
    display: none;
}

.page-artist .serie img.landscape {
    width: 100%;
}

.culture3_cot li {
    width: 50%;
	margin-bottom:20px;
}
.culture3_cot:after,.cul3_tb1:after{
	display:none
}


.cul3_tb1:before{
    width: 130%;
    height: 130%;
}
.culture3_ts .cul3_wz{
    margin-top: 40px;
}
.cul3_wz p {
    line-height: 22px;
    font-size: 12px;
}
.culture_box3 .container1 {
    padding: 0;
}
.socialOth2_main {
    padding: 40px 20% 0px 0;
}
.socialOth_sec2 {
    padding-bottom: 15px;
}
.phone_nav.visible-xs{
	display:block !important;
}
.newsdotMain .col-xs-12{
	width:100%;
	margin:0;
}
.proLis_img a {
    overflow: visible;
}

.product_sec3 {
    margin-top: 0;
}

.product_sec2 {
    padding-bottom: 0;
}

.pro3_left {
    margin-bottom: 50px;
}
















/**11-30**/
.pmenu_all ul li a {
    color: #000;
    line-height: 38px;
}
.pmenu_all ul li{
    border-bottom: none;
}
.pmenu {
    background: #fff;
    border-right: solid 1px #fff9fa;
}
.fanhui {
    border-bottom: none;
    color: #000;
}
.pro1_txt h2 img {
    height: 36px;
}
.join_box0_left {
        width: 100%;
    }
.join_box0_right {
        width: 100%;
    }	


}




@media (max-width:320px){
    .ind2_tit h2 {
        font-size: 46px;
    }
    .ab1_txt h3 {
        font-size: 12px;
        line-height: 22px;
    }





}


div#dituContent * {
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}

div#dituContent label {
    max-width: 10000px;
}

.newsdot_txt p img {
    max-width: 100%;
}















