/*首页*/
.font-gothic {font-family: 'Montserrat', sans-serif;}
.font-pt {font-family: 'PT Sans', sans-serif;}
.font-lato {font-family: 'Lato', sans-serif;}
.icon {background: url(../images/icon.png) no-repeat;display: inline-block;width:80px;height:80px;}
.flex {display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.flex-column {flex-direction: column;}
.flex-row {flex-direction: row;}
.flex-column-reverse {flex-direction: column-reverse;}
.flex-row-reverse {flex-direction: row-reverse;}
.animate {-webkit-transition: all ease .3s;-moz-transition: all ease .3s;-o-transition: all ease .3s;-ms-transition: all ease .3s;transition: all ease .3s;}
* {box-sizing: border-box;margin:0;padding:0;}
html,body {background: white;}
ul,ul li {list-style: none;}
.container {max-width:1440px;margin:0 auto;}
.m-t-30 {margin-top: 30px!important;}
header {border:1px solid #d2d2d2;}
header > div {height:98px;padding:0 20px;}
header nav {height:98px;}
header nav dl {position: relative;color:black;}
header nav > a,header nav > dl dt {height:98px;margin:0 15px;color:black;text-decoration: none;cursor: pointer;font-size: 18px;position: relative;z-index:10px;white-space: nowrap;}
header nav dl dt i.icon {width:10px;height:10px;background-position: -35px -16px;margin:2px 0 0 3px;}
header nav dl:hover dt i.icon {transform: rotate(180deg);}
header nav > a:before,header nav > dl dt:before {content: "";width:100%;border-top:5px solid #c33028;position: absolute;top:-8px;-webkit-transition: all ease .5s;-moz-transition: all ease .5s;-o-transition: all ease .5s;-ms-transition: all ease .5s;transition: all ease .5s;}
header nav > a:hover:before,header nav > dl dt:hover:before,header nav > a.active:before,header nav > dl dt.active:before {top:0;}
header nav dl dd {opacity: 0;top:0;border:1px solid #d2d2d2;position: absolute;z-index: 1;left:50%;transform: translate(-50%, 0);width:122px;background: white;box-shadow: 0 5px 30px rgba(0,0,0,.05);}
header nav dl:hover dd {top:98px;opacity: 1;}
header nav dl dd a {display: block;color:#96949a;padding:10px 20px;text-decoration: none;}
header nav dl dd a:hover,header nav dl dd a.active {color:#c33028;font-weight: bold;}
header nav dl:hover dd {display: block;}
header .header-tel {margin-left:3%;}
header .header-tel div {font-size: 18px;}
header .header-tel div small {font-size: 14px;color:#808080;}
header .header-tel a {width:120px;height:30px;background: #c33028;color:white;font-size: 18px;line-height: 30px;border-radius: 5px;display: block;text-decoration: none;text-align: center;margin-top: 10px;}
header .menu-btn {display: none;}
.sample-sidebar {background: white;flex-direction: column;align-content: center;justify-content: center;width:300px;}
.sample-sidebar a {display: block;width:100%;font-size: 16px;font-weight: normal;color:black;padding:3px 0;text-decoration: none;}
.sample-sidebar a.active {color:#C33028;}
.sample-sidebar div {font-size: 17px;padding:3px 0;}
.sample-sidebar li > ul {padding-left:30px;color:#666;}
.sample-sidebar .nav-tel {color:#C33028;}
.sample-sidebar .nav-tel small {display: block;color:#666;font-size: 16px;}
.btn {display: block;width:70%!important;height:35px;line-height: 35px;border-radius: 7px;font-size: 18px;text-align: center;padding:0!important;margin-top: 15px;}
.btn-active {background: #C33028;color:white!important;}
.index-banner {width:100%;height:650px;background: url(../images/index-banner.png) no-repeat center center;position:relative;}
.index-banner .pic {display: none;}
.index-banner .text {
	color:white;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	width:100%;
	height:100%;
	display:flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding:0 15%;
	font-size: 40px;
	text-shadow: 0 0 10px rgba(0,0,0,.2);
}


.menu-btn {width:80px;height:80px;background-position: -80px 0;}
.ranking {padding:120px 3% 100px;align-items: flex-start;}
.ranking li {text-align: center;line-height: 1;padding:0 28px;width:25%;}
.ranking li h3 {font-size: 76px;font-weight: normal;color:#ce8034;}
.ranking li p {font-size: 20px;color:#ce8034;padding:15px 0 40px;}
.ranking li div {font-size: 18px;line-height: 1.5;color:#646464;text-align: left;}
.index-box {background: #f4f4f4;align-items: flex-start;}
.index-box > div {width:50%;}
.index-box .info {flex:auto;align-items: flex-start;justify-content: space-between;}
.why-us .info {padding:80px 120px;min-height:519px;}
.our-support .info {padding:40px 120px 40px 60px;min-height:519px;}
.index-box .info h3 {font-size: 30px;color:black;}
.index-box .info p {font-size: 16px;color:#646464;margin-top: 10px;line-height: 1.5}
.index-box .info ul {margin-top: 10px;}
.index-box .info ul li {position: relative;margin-left:14px;color:#646464;line-height: 1.5}
.index-box .info ul li:before {content: "";position: absolute;left:-14px;top:9px;width:6px;height:6px;background: #bb5252;border-radius: 100px;}
.index-box .info a {display: block;width:290px;height:50px;line-height: 50px;font-size: 16px;color:white;text-decoration: none;background: #bb5252;text-align: center;}
.index-box .info a:active {box-shadow: 0 0 20px rgba(0,0,0,.3) inset;}
.index-box .pic img {display: block;}
.why-us {flex-direction: row-reverse;}

.index-box2 {padding:40px 3% 40px;align-items: flex-start;width:100%;}
.index-box2 .tipstop {width:100%;}
.index-box2 h3 {font-size: 40px;font-weight: normal;color:black;text-align: center;}
.index-box2 > h3 {font-size: 40px;font-weight: normal;color:black;text-align: center;}
.index-box2 > .tips {font-size: 16px;color:#646464;line-height: 1.5;text-align: justify;width:70%;margin:30px auto 60px;}
.index-box2 {background: #f4f4f4;align-items: flex-start;}
.index-box2 > div {width:50%;}
.index-box2 .box {box-shadow: 0 0 20px rgba(0,0,0,.3) inset;width:80%;}
.index-box2 .pic img {display: block;}

.h200 {height:200px!important;}
.index-video {max-width:1200px;width:100%;margin:80px auto 0;}
.index-video .youtube-video {width:100%;height:auto;}
.index-ivytoday {margin:70px auto 0;height:268px;text-align: center;background: url(../images/index-ivytoday-bg.png) no-repeat top center;color:white;justify-content: center;}
.index-ivytoday h3 {font-weight: normal;font-size: 38px;line-height:1;margin-bottom: 30px;}
.index-ivytoday a {display: block;margin:0 auto;width:190px;height:50px;line-height: 50px;text-align: center;color:#bb5252;background: white;cursor: pointer;text-decoration: none;font-size: 16px;}
footer {background: black;width:100%;padding:40px 0;}
footer nav {width:100%;border-top: 1px solid white;margin: 40px auto 0!important;padding-top: 25px;}
footer nav a {display: flex;flex-direction: column;align-items: center;justify-content: center;width:20%;height:40px;border-right:2px solid white;font-size: 14px;color:white;text-align: center;text-decoration: none;line-height: 1}
footer .footer-brands {flex-wrap: wrap;justify-content: flex-start;max-width: 1200px;}
footer .footer-brands i {display: block;width:150px;height:80px;margin-bottom: 15px;background: url(../images/footer-brands.png) no-repeat;cursor: pointer;}
footer .footer-brands i:nth-child(1){background-position: 17px 0;}
footer .footer-brands i:nth-child(2){background-position: -155px 0;}
footer .footer-brands i:nth-child(3){background-position:-325px 0;}
footer .footer-brands i:nth-child(4){background-position: -500px 0;}
footer .footer-brands i:nth-child(5){background-position: -673px 6px;}
footer .footer-brands i:nth-child(6){background-position: -849px 7px;}
footer .footer-brands i:nth-child(7){background-position: -1020px 7px;}
footer .footer-brands i:nth-child(8){background-position: -1194px 6px}
footer .footer-brands i:nth-child(9){background-position: 17px -115px;}
footer .footer-brands i:nth-child(10){background-position: -155px -115px;}
footer .footer-brands i:nth-child(11){background-position:-325px -115px;}
footer .footer-brands i:nth-child(12){background-position: -500px -115px;}
footer .footer-brands i:nth-child(13){background-position: -673px -111px;}
footer .footer-brands i:nth-child(14){background-position: -849px -110px;}
footer .footer-brands i:nth-child(15){background-position: -1020px -108px;}
addr {display: block;background: #343434;color:rgba(255,255,255,.7);font-size: 16px;text-align: center;padding:50px 20px;}

/*加入我们**/
.pic img {width:100%;}
.btn {display: block;width:70%!important;height:35px;line-height: 35px;border-radius: 7px;font-size: 18px;text-align: center;padding:0!important;margin-top: 15px;}
.btn-active {background: #C33028;color:white!important;}
.menu-btn {width:80px;height:80px;background-position: -80px 0;}
.msg {max-width:1030px;width:90%;height:500px;background: white;border-radius: 10px;position: fixed;left:50%;top:50%;z-index:9999;transform: translate(-50%,-50%);padding:80px;overflow: hidden;box-shadow: 0 0 20px rgba(0,0,0,.2);display: none;}
.msg.show {display: block!important;}
.msg.hide {display: none!important;}
.msg .close {width:40px;height:40px;position: absolute;right:10px;top:10px;background: url(../images/icon.png) no-repeat;background-position: -261px -22px;cursor: pointer;}
.msg > div {margin-top: 25px;}
.msg textarea {display: block;width:100%;height:75px;padding:24px;font-size: 16px;border:1px solid #afafaf;outline: none;resize: none;}
.msg .left {width:35%;height:45px;margin-right:40px;border-bottom: 1px solid #afafaf;}
.msg .left select,.msg .left input {width:100%;height:45px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg select {outline: none;}
.msg .right {flex:1;}
.msg .right input {width:100%;height:45px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg button {width:325px;height:60px;line-height: 1;color:white;background: #bb5252;text-align: center;font-size: 22px;border:0;display: block;margin:30px auto 0;cursor: pointer;outline: none;}
.contact-btn {position: fixed;right:0;bottom:30px;z-index:9998;cursor: pointer;}
.msg2 {max-width:455px;height:280px;padding:40px ;}
.msg2 > div {flex-direction: column;margin-top:0;}
.msg2 input {width:100%;height:55px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg2 button {width:100%;height:50px;line-height: 1;color:white;background: #bb5252;text-align: center;font-size: 22px;border:0;display: block;margin:20px auto 0;cursor: pointer;outline: none;}
.msg-default {left:0;top:0;z-index:1;display: block;position: relative;transform: translate(0,0);margin:0 auto;box-shadow: none;padding-bottom: 30px;height:auto;}
.tit {color:white;font-size: 36px;text-align: center;letter-spacing: 0.05em;}
.franchise {padding:100px 20px 0;}
.franchise ul {margin: 60px auto 0;max-width:860px;width:100%;flex-wrap: wrap;align-items: flex-start}
.franchise ul li {width:50%;display: flex;flex-direction: row;justify-content: flex-start;align-content: flex-start;margin-bottom: 20px;padding-right: 5%;}
/*.franchise ul li:nth-child(even){width:60%;}*/
.franchise ul li i {width:40px;height:40px;display: block;background-position: -342px -29px;}
.franchise ul li p {flex:1;margin-left:1%;}
.color-green {color:#4e964b!important;font-weight: bold;}
.color-gray {color:#8e8e8e!important;}
.flows {margin-top: 90px;}
.flows .box {margin-top: 45px;min-height: 980px;padding:50px 0 0;background: url(../images/flows-bg.png) no-repeat top center;}
.flows .box img {margin:0 auto;}
.flows .box img.wap {width:100%;}
.about-us {margin-top: 20px;height:374px;justify-content: center;align-content: center;background: url(../images/about-us-bg.png) no-repeat center center;font-size: 60px;text-align: center;}
.brand-book {margin-top: 100px;padding-bottom: 80px;text-align: center;}
.brand-book ul li {margin-top: 80px;padding-bottom: 130px;display: flex;flex-direction: column;justify-content: flex-start;align-items: center;padding:0 10px;width:33.33%;}
.brand-book ul li i {margin-bottom: 20px;width:160px;}
.brand-book ul li:nth-child(1) i {background-position: -440px -80px;}
.brand-book ul li:nth-child(2) i {background-position: -440px 0;}
.brand-book ul li:nth-child(3) i {background-position: -440px -160px;}
.brand-book ul li a,
.brand-book ul li a img {display: block;width:90%;margin:0 auto;}
.btn-more {cursor: pointer;width:100px;height:100px;margin:0 auto;}
.btn-more i {background-position: -640px 0;display: block;margin:0 auto;}
.btn-more p {font-weight: bold;font-size: 14px;color:#575757;text-align: center;}
.join-banner {position: relative;}
.join-banner div {position: absolute;left:0;top:0;box-sizing: border-box;width:100%;height:100%;display: flex;flex-direction: column;justify-content: center;align-items: center;text-align: center;color:#ac956d;font-size: 72px;font-weight: bold;padding:0 20px;}
.contact-btn {position: fixed;right:20px;bottom:20px;}
.pc {display: block;}
.wap {display: none;}
.news-tit {margin: -55px auto 0;max-width: 1200px;width:100%;padding:0 20px;}
.news-tit .info h3 {font-size: 40px;font-weight: normal;line-height: 1;padding-top: 20px;letter-spacing: 0.05em;}
.news-tit .info .tips {font-size: 16px;color:#aaa;margin-top: 15px;}
.news-tit .info .tips a {display: inline-block;width:16px;height:16px;background: url(../images/icon.png) no-repeat;margin-left:5px;vertical-align: -3px;}
.news-tit .info .tips a:nth-child(1){background-position: -192px -97px;}
.news-tit .info .tips a:nth-child(2){background-position: -192px -127px;}
.news-tit .info p {font-size: 16px;color:#646464;margin-top: 10px;}
.news-tit .pic {max-width: 601px;width: 100%;}
.news-list {max-width:890px;margin:60px auto 0;}
.news-list ul {padding:0 20px;}
.news-list ul li {display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;}
.news-list ul li {margin-bottom: 40px;}
.news-list ul li .pic {width:24%;margin-right:3%;}
.news-list ul li .info {flex: 1;}
.news-list ul li h3 {font-size: 28px;line-height: 1;font-weight: normal;}
.news-list .info .tips {font-size: 16px;color:#aaa;margin-top: 15px;margin-bottom: 20px;}
.news-list .info .tips a {display: inline-block;width:16px;height:16px;background: url(../images/icon.png) no-repeat;margin-left:5px;vertical-align: -3px;}
.news-list .info .tips a:nth-child(1){background-position: -192px -97px;}
.news-list .info .tips a:nth-child(2){background-position: -192px -127px;}
.news-list .info p {font-size: 16px;color:#646464;margin-top: 10px;}
.news-page {justify-content: center;align-items: center;border-top:1px solid #aaa;max-width:850px;padding:40px 20px 60px;margin:0 auto;}
.news-page a {border:1px solid #979797;border-radius: 3px;font-size: 14px;color:#646464;width:22px;height:22px;line-height: 20px;text-align: center;margin:0 7px;text-decoration: none;}
.news-page a.active {color:#bb5252;border-color:#bb5252;}
.msg {max-width:1030px;width:90%;height:500px;background: white;border-radius: 10px;position: fixed;left:50%;top:50%;z-index:9999;transform: translate(-50%,-50%);padding:80px;overflow: hidden;box-shadow: 0 0 20px rgba(0,0,0,.2);display: none;}
.msg.show {display: block!important;}
.msg.hide {display: none!important;}
.msg .close {width:40px;height:40px;position: absolute;right:10px;top:10px;background: url(../images/icon.png) no-repeat;background-position: -261px -22px;cursor: pointer;}
.msg > div {margin-top: 25px;}
.msg textarea {display: block;width:100%;height:75px;padding:24px;font-size: 16px;border:1px solid #afafaf;outline: none;resize: none;}
.msg .left {width:35%;height:45px;margin-right:40px;border-bottom: 1px solid #afafaf;}
.msg .left select,.msg .left input {width:100%;height:45px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg select {outline: none;}
.msg .right {flex:1;}
.msg .right input {width:100%;height:45px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg button {width:325px;height:60px;line-height: 1;color:white;background: #bb5252;text-align: center;font-size: 22px;border:0;display: block;margin:30px auto 0;cursor: pointer;outline: none;}
.contact-btn {position: fixed;right:0;bottom:30px;z-index:9998;cursor: pointer;}
.msg2 {max-width:455px;height:280px;padding:40px ;}
.msg2 > div {flex-direction: column;margin-top:0;}
.msg2 input {width:100%;height:55px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg2 button {width:100%;height:50px;line-height: 1;color:white;background: #bb5252;text-align: center;font-size: 22px;border:0;display: block;margin:20px auto 0;cursor: pointer;outline: none;}
.msg-default {left:0;top:0;z-index:1;display: block;position: relative;transform: translate(0,0);margin:0 auto;box-shadow: none;padding-bottom: 30px;height:auto;}
.tit {color:#151515;font-size: 36px;text-align: center;letter-spacing: 0.05em;}
.whyus-banner {height:390px;background: url(../images/whyus-banner-bg.png) no-repeat center center;color:white;font-size: 80px;letter-spacing: 0.05em;text-align: center;justify-content: flex-end;padding:60px 0;}
.list-box1 {max-width: 940px;width:100%;margin:80px auto 0;padding:0 20px;}
.list-box1 ul,.list-box2 dl {border-bottom: 1px solid #c5c5c5;}
.list-box1 ul li h3 {font-size: 36px;line-height: 1.5;color:#151515;margin-top: 20px;}
.list-box1 ul li p {font-size: 16px;color:#777;line-height: 1.7;padding:15px 0 30px;}
.list-box1 ul li div {font-size: 20px;margin-top: 15px;}
.list-box1 ul li div small {display: block;font-size: 16px;color:#777;}
.list-box2 {margin:0 auto;max-width: 940px;padding:0 20px;}
.list-box2 dl {padding:20px 0;}
.list-box2 dl h3 {font-size: 24px;}
.list-box2 dl div {font-size: 20px;color:#676767;padding:5px 0 15px;}
.list-box2 dl span {font-size: 14px;font-weight: bold;color:#bb5252;cursor: pointer;letter-spacing: 0.05em;}
.list-box2 dl span i {width:10px;height:16px;background-position: -754px -29px;}
.list-box2 dl dd {color:#777;margin-top: 10px;font-size: 16px;display: none;}
.list-box2 dl dd.show {display: block;}
.advantage {margin-top: 60px;height:744px;background: url(../images/whyus-advantage-bg.png) no-repeat center center;}
.advantage .box {margin:0 auto;max-width: 940px;padding:50px 20px 0;}
.advantage .box h3 {font-size: 36px;}
.advantage .box ul {flex-wrap: wrap;justify-content: space-between;align-items: flex-start;}
.advantage .box ul li {margin-top: 60px;width:46%;}
.advantage .box ul li div {font-size: 20px;margin-bottom: 15px;}
.advantage .box ul li p {font-size: 15px;color:#7a7a7a}
.brands-info-banner {max-width: 1440px;margin:0 auto;}
.list-box2 dl dd ul {}
.list-box2 dl dd ul li {position: relative;padding:6px 0 6px 10px;line-height: 1.3;}
.list-box2 dl dd ul li:before {content: "·";font-size:12px;position: absolute;left:0;top:5px;}
.brands-banner {width:100%;height:390px;background: url(../images/brands-banner.png) no-repeat center center;justify-content: center;align-items: center;}
.brands-banner div {font-size: 78px;line-height: 1;font-weight: bold;color:#9f8671;max-width: 1200px;min-width: 750px;}
.experience {background: #f4f4f4;padding:70px 0;}
.experience dl {max-width: 950px;width:100%;margin:0 auto;padding:0 20px;}
.experience dl dt {font-size: 40px;color:black;}
.experience dl dd {font-size: 18px;color:#646464;flex:1;margin-left:8%;text-align: left;}
.brands-list ul {padding:60px 0;}
.brands-list ul li {border-bottom: 1px solid #e5e5e5;padding:55px 0;}
.brands-list ul li:last-child {border:0;}
.brands-list ul li > div {width:750px;margin:0 auto;}
.brands-list ul li .pic {width:315px;height:315px;}
.brands-list ul li .info {flex:1;margin-left:5%;font-size: 14px;color:#646464;height:315px;justify-content: center;align-items: flex-start;padding: 0;position: relative;}
.brands-list ul li .info i {display: block;width: 150px;height:40px;margin-bottom: 10px;background: url(../images/icon.png) no-repeat;}
.brands-list ul li:nth-child(1) .info i {background-position: -3px -101px;}
.brands-list ul li:nth-child(2) .info i {background-position: -3px -180px;}
.brands-list ul li:nth-child(3) .info i {background-position: -3px -260px;}
.brands-list ul li .info a {width:150px;height:48px;line-height: 48px;color:#bb5252;font-size: 16px;font-weight: bold;text-align: center;text-decoration: none;border: 1px solid #bb5252;margin-top:20px;}
.success {background: #f4f4f4;padding:100px 20px;}
.success h3 {font-size: 36px;letter-spacing: 0.05em;}
.success p {font-size: 14px;color:#999;margin:5px 0 25px;}
.success div {font-size: 14px;background: #4fb2f2;color:white;padding:10px 25px;}

.brands-info-banner .logo {width:650px;padding-right: 8%;justify-content: flex-end;}
.brands-info-banner .logo img {max-width: 200px;width:100%;}
.brands-info-banner .pic {width:1270px;}
.welcome-to-ivy {background: #f4f4f4;padding:40px 20px;}
.welcome-to-ivy > div {max-width:1300px;width:100%;margin:0 auto;}
.welcome-to-ivy h3 {font-size: 36px;font-weight: normal;}
.welcome-to-ivy p {font-size: 14px;margin-top: 30px;line-height: 1.5;text-align: left;}
.welcome-to-ivy .text {max-width: 520px;}
.welcome-to-ivy .link {background: #bb5252;color:white;width:370px;min-height: 370px;padding:45px 38px;margin-left:20px;justify-content: space-between;align-items: flex-start;}
.welcome-to-ivy .link p {margin-top: 0;}
.welcome-to-ivy .link a {border:1px solid white;color:white;display: block;width:140px;height:48px;line-height: 48px;text-align: center;text-decoration: none;font-size: 16px;}
.welcome-to-ivy .link a:active {box-shadow: 0 0 20px rgba(0,0,0,.1) inset;}
.download {padding:150px 0;}
.download h3 {font-size: 40px;}
.download a {display: block;max-width: 412px;width:100%;margin:80px auto 0;padding:0 20px;}
.download a img {display: block;width:100%;}
.brand-gallery {padding:130px 20px 0;}
.brand-gallery h3 {font-size: 40px;text-align: center;margin:0 auto 60px;max-width: 1300px;width:100%;}
.brand-gallery .box {max-width: 1080px;width:100%;margin:0 auto;display: flex;flex-direction: row;justify-content: flex-start;align-items: flex-start;}
.brand-gallery .box .item-showbox {overflow: hidden;flex: 1;}
.brand-gallery .box .item-showbox ul {justify-content: flex-start;transition: all ease .2s;}
.brand-gallery .box .item-showbox {max-width: 880px;}
.brand-gallery .item-btn {position: relative;z-index:99;}
.brand-gallery .item-btn div {width:86px;position: absolute;margin-top: 23%;cursor: pointer;}
.brand-gallery .item-btn .btn-prev {left:20px;}
.brand-gallery .item-btn .btn-next {right:20px;}
.brand-gallery .btn-list {width:200px;}
.brand-gallery .btn-list div {font-size: 14px;color:#646464;margin:15px 0;cursor: pointer;}
.brand-gallery .btn-list.active0 div:nth-child(1),
.brand-gallery .btn-list.active1 div:nth-child(2),
.brand-gallery .btn-list.active2 div:nth-child(3),
.brand-gallery .btn-list.active3 div:nth-child(4),
.brand-gallery .btn-list.active4 div:nth-child(5){font-weight: bold;color:#bb5252;}
.brand-gallery .show {max-width:1120px;width:calc(100% - 150px);flex: 1;}
.brand-gallery .show-pic img {width:100%;}
.brand-gallery .show-pic > div {display: none;}
.brand-gallery .show-pic.active0 > div:nth-child(1),
.brand-gallery .show-pic.active1 > div:nth-child(2),
.brand-gallery .show-pic.active2 > div:nth-child(3),
.brand-gallery .show-pic.active3 > div:nth-child(4),
.brand-gallery .show-pic.active4 > div:nth-child(5){display: block;}
.brand-gallery .show .item-dot {display: flex;flex-direction: row;justify-content: center;align-items: center;margin-top:20px;}
.brand-gallery .show .item-dot div {margin:0 7px;width:18px;height:18px;cursor: pointer;background: url(images/icon.png) no-repeat;background-position: -191px -22px;}
.brand-gallery .show .item-dot div.active {background-position: -191px -40px;}
.amp-carousel-button {width:86px;height:86px;border-radius: 100px;outline: none;cursor: pointer;background-size: 100%;background-color: transparent!important;}
.amp-carousel-button-prev {background-image: url(/Public/Default3/images/carousel-btn-prev.png);}
.amp-carousel-button-next {background-image: url(/Public/Default3/images/carousel-btn-next.png);}
.msg {max-width:1030px;width:90%;height:500px;background: white;border-radius: 10px;position: fixed;left:50%;top:50%;z-index:9999;transform: translate(-50%,-50%);padding:80px;overflow: hidden;box-shadow: 0 0 20px rgba(0,0,0,.2);display: none;}
.msg.show {display: block!important;}
.msg.hide {display: none!important;}
.msg .close {width:40px;height:40px;position: absolute;right:10px;top:10px;background: url(../images/icon.png) no-repeat;background-position: -261px -22px;cursor: pointer;}
.msg > div {margin-top: 25px;}
.msg textarea {display: block;width:100%;height:75px;padding:24px;font-size: 16px;border:1px solid #afafaf;outline: none;resize: none;}
.msg .left {width:35%;height:45px;margin-right:40px;border-bottom: 1px solid #afafaf;}
.msg .left select,.msg .left input {width:100%;height:45px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg select {outline: none;}
.msg .right {flex:1;}
.msg .right input {width:100%;height:45px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg button {width:325px;height:60px;line-height: 1;color:white;background: #bb5252;text-align: center;font-size: 22px;border:0;display: block;margin:30px auto 0;cursor: pointer;outline: none;}
.contact-btn {position: fixed;right:0;bottom:30px;z-index:9998;cursor: pointer;}
.msg2 {max-width:455px;height:280px;padding:40px ;}
.msg2 > div {flex-direction: column;margin-top:0;}
.msg2 input {width:100%;height:55px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg2 button {width:100%;height:50px;line-height: 1;color:white;background: #bb5252;text-align: center;font-size: 22px;border:0;display: block;margin:20px auto 0;cursor: pointer;outline: none;}

.swiper-slide {padding-bottom: 40px;}
.swiper-pagination-bullets .swiper-pagination-bullet {width:16px;height:16px;border-radius: 100px;border:1px solid #bb5252;background: white;opacity: 1;cursor: pointer;position: relative;}
.swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active:before {content: "";position: absolute;left:3px;top:3px;width:8px;height:8px;background: #bb5252;border-radius: 100px;}
.swiper-button-next,.swiper-button-prev {margin-top: -60px;width:86px;height:86px;}
.swiper-button-next{background: url(/Public/Default3/images/carousel-btn-next.png) no-repeat;}
.swiper-button-prev{background: url(/Public/Default3/images/carousel-btn-prev.png) no-repeat;}
.sample-sidebar {display: none;}
.news-banner {width:100%;}
.newsdetical-infor {background: white;max-width:1250px;width:90%;margin:-80px auto 0;padding:40px 25px;position: relative;z-index:8;}
.newsdetical-infor .tishi {font-size: 24px;color:#151515;}
.newsdetical-infor .tips {font-size: 16px;color:#aaa;margin-top: 15px;}
.newsdetical-infor .tips a {display: inline-block;width:16px;height:16px;background: url(../images/icon.png) no-repeat;margin-left:5px;vertical-align: -3px;}
.newsdetical-infor a:nth-child(1){background-position: -192px -97px;}
.newsdetical-infor a:nth-child(2){background-position: -192px -127px;}
.newsdetical-infor h3 {font-size: 28px;font-weight: normal;text-align: center;padding:70px 0 10px;}
.newsdetical-infor .tips {max-width: 1000px;width:100%;margin:0 auto;padding:0 0 10px;text-align: center;}
.newsdetical-infor .content {font-size: 14px;color:#646464;line-height: 1.6;max-width:1000px;width:100%;margin:0 auto;}
.newsdetical-infor .content img {display: block;margin: 40px auto 50px;max-width: 100%;}
.newsdetical-infor .content p {margin-bottom: 20px;}
.newsdetical-infor .other {border-top: 1px dotted #bfbfbf;padding:30px 0 80px;font-size: 14px;color:#adabab;}
.newsdetical-infor .other div {max-width: 1000px;width:100%;margin:0 auto;}
.newsdetical-infor .other a {font-size: 14px;color:#646464;text-decoration: none;}
.newsdetical-infor .other a:hover {text-decoration: underline;}
@media screen and (max-width: 1000px){
	.index-banner .text {
		padding:0 15%;
		font-size: 36px;
	}
}
@media only screen and (max-width: 750px){
header {padding:0 0 0 10px;}
header > div {height:auto;}
header .pc-menu {display: none;}
header .menu-btn {display: block;}
header img {width:100px;}
header i.menu-btn {width:60px;height:60px;background-size:600px auto;background-position: -60px 0;}
footer .footer-brands {justify-content: center;display: none}
.index-banner {width:100%;height:auto;background: none;position:relative;}
.index-banner .pic {display: block;}

.index-banner .text {
	padding:0 15%;
	font-size: 14px;
}
.ranking {padding:30px 10px 15px;flex-wrap: wrap;}
.ranking li {text-align: center;line-height: 1;padding:0 10px 20px;width:50%;}
.ranking li h3 {font-size: 40px;font-weight: normal;color:#ce8034;}
.ranking li p {font-size: 16px;color:#ce8034;padding:8px 0 10px;}
.ranking li div {font-size: 16px;line-height: 1.5;color:#646464;text-align: left;word-wrap : break-word ;word-break : break-all ;}
.why-us {flex-direction: column!important;padding:25px 25px 0;}
.our-support{flex-direction: column!important;padding:25px;}
.index-box > div {width:100%;}
.index-box .info {height:auto;align-items: flex-start;justify-content: space-between;}
.why-us .info,.our-support .info {padding:0;min-height: auto;}
.index-box .info h3 {font-size: 28px;padding-top: 10px;}
.index-box .info p {margin-top: 5px;}
.index-box .info ul {margin-top: 10px;}
.index-box .info ul li {position: relative;margin-left:14px;}
.index-box .info ul li:before {content: "";position: absolute;left:-14px;top:9px;width:6px;height:6px;background: #bb5252;border-radius: 100px;}
.index-box .info a {display: block;width:100%;margin-top: 10px;}
.index-box .info a:active {box-shadow: 0 0 20px rgba(0,0,0,.3) inset;}
.index-box .pic img {display: block;}
.index-discover {display: none;}
.index-video,.index-ivytoday {margin-top: 0;}
.pc {display: none;}
.wap {display: block;}
.news-tit .info h3 {font-size: 26px;}
.news-tit .info .tips {font-size: 16px;}
.news-list {margin:30px auto 0;}
.news-list ul li h3 {font-size: 20px}
.news-list ul li {margin-bottom: 20px;}
.news-list .info .tips {margin:5px 0;font-size: 13px;}
.news-list .info p {font-size: 14px;margin-top: 5px;}
.news-page {padding:25px 0;}
.franchise {padding:30px 10px 0;}
.franchise h3 {font-size: 28px;line-height: 1;}
.franchise ul {margin: 30px auto 0;max-width:860px;width:100%;flex-wrap: wrap;}
.franchise ul li {width:40%;display: flex;flex-direction: row;justify-content: flex-start;align-content: flex-start;margin-bottom: 10px;padding-right: 5%;}
.franchise ul li {width:100%!important;padding:0 10px;}
.franchise ul li:nth-child(even){width:60%;}
.franchise ul li i {width:22px;height:40px;display: block;background-position: -350px -29px;}
.franchise ul li p {flex:1;margin-left:1%;}
.flows {margin-top: 28px;}
.flows .box {margin-top: 20px;min-height:auto;padding:30px 20px;}
.flows .btn-more {display: none;}
.about-us {margin-top: 0;height:auto;background: url(../images/about-us-bg.png) no-repeat center center;background-size: 750px auto;font-size: 34px;padding:30px 0;}
.brand-book {margin-top: 30px;}
.join-banner div {
    font-size:40px;
}
.msg {width:80%;height:auto;padding:40px;}
.msg .close {right:0;top:0;}
.msg > div {margin-top: 0;flex-direction: column;}
.msg textarea {height:90px;padding:20px;font-size: 16px;border:1px solid #afafaf;outline: none;resize: none;margin-bottom: 10px;}
.msg .left {width:100%;height:50px;margin-right:0;border-bottom: 0;}
.msg .left select,.msg .left input {width:100%;height:50px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg select {outline: none;}
.msg .right {width:100%;flex-direction: column;}
.msg .right input {width:100%;height:50px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg button {width:100%;height:50px;margin:20px auto 0;}
.msg button:active {box-shadow: 0 0 20px rgba(0,0,0,.2) inset;}

.brand-book ul {flex-direction: column;padding-bottom: 0;}
.brand-book ul li {width:80%;margin: 20px auto 0;}
.brand-book ul li i {margin-bottom: 10px;}
.brand-book {padding-bottom: 40px;}
.tit {font-size: 28px;line-height: 1;}
header .pc-menu {display: none;}
header .menu-btn {display: block;}
.msg {width:80%;height:auto;padding:40px;}
.msg .close {right:0;top:0;}
.msg > div {margin-top: 0;flex-direction: column;}
.msg textarea {height:90px;padding:20px;font-size: 16px;border:1px solid #afafaf;outline: none;resize: none;margin-bottom: 10px;}
.msg .left {width:100%;height:50px;margin-right:0;border-bottom: 0;}
.msg .left select,.msg .left input {width:100%;height:50px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg select {outline: none;}
.msg .right {width:100%;flex-direction: column;}
.msg .right input {width:100%;height:50px;border:0;border-bottom: 1px solid #afafaf;font-size: 18px;color:black;padding:0 20px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg button {width:100%;height:50px;margin:20px auto 0;}
.msg button:active {box-shadow: 0 0 20px rgba(0,0,0,.2) inset;}
.whyus-banner {height:300px;font-size: 40px;justify-content: center;padding:0;background-size: auto 100%;}
.advantage {height:auto;background-size: auto 100%;margin-top: 20px;}
.advantage .box {width: 100%;padding:0 15px;padding-top: 20px;}
.advantage .box h3 {text-align: center;font-size: 26px;}
.advantage .box ul {flex-wrap: wrap;justify-content: space-between;align-items: flex-start;padding-bottom: 20px;}
.advantage .box ul li {margin-top: 15px;width:100%;}
.advantage .box ul li div {margin-bottom: 10px;}
.advantage .box ul li p {font-size: 16px;word-wrap: break-word;word-break: break-all;}
.brands-banner {width:100%;height:auto;background-position: left center;background-size: auto 100%;}
.brands-banner div {font-size: 40px;text-align: center;line-height: 1.1;padding:45px 0;min-width: 100%;background-size: auto 100%;}
.experience {padding:20px 0;}
.experience dl {padding:0 15px;flex-direction: column;}
.experience dl dt {font-size: 26px;color:black;width:100%;text-align: center;line-height: 1;}
.experience dl dd {font-size: 18px;margin-left:0;margin-top: 10px;text-align: justify;width:100%;word-break: break-all;word-wrap: break-word;}
.brands-list ul {padding: 0;}
.brands-list ul li {padding:15px 0;}
.brands-list ul li > div {width:100%;margin:0 auto;flex-direction: column;}
.brands-list ul li .pic {width:100%;padding:0 15px;height:auto;margin:0 auto;}
.brands-list ul li .info {flex:1;margin-left:0;font-size: 18px;color:#646464;height:auto;justify-content: flex-start;align-items: flex-start;padding:10px 15px 0;position: relative;}
.brands-list ul li .info i {width: 150px;height:40px;}
.brands-list ul li .info a {width:100%;font-size: 20px;letter-spacing: 0.05em;position:inherit;bottom:0;margin:10px auto 0;background: #bb5252;color:white;}
.brands-list ul li .info a:active {box-shadow: 0 0 30px rgba(0,0,0,.1) inset;}
.success {padding:15px;}
.success img {display: block;width:70%;margin:0 auto;}
.success p {margin:15px 0 25px;}
.brands-info-banner {flex-direction: column;}
.brands-info-banner .logo {width:100%;padding:30px 0;justify-content: center;}
.brands-info-banner .logo img {width:50%;}
.brands-info-banner .pic {width:100%;}
.welcome-to-ivy {padding:15px;}
.welcome-to-ivy > div {flex-direction: column;}
.welcome-to-ivy h3 {font-size: 26px;line-height: 1;text-align: center;}
.welcome-to-ivy p {font-size: 16px;margin-top: 10px;}
.welcome-to-ivy .text {max-width: 100%;width:100%;padding:0;}
.welcome-to-ivy .link {width:100%;margin:15px;padding:15px;min-height: auto;}
.welcome-to-ivy .link p {margin:20px 0;}
.welcome-to-ivy .link a {border:1px solid white;color:white;display: block;width:100%;}
.download {padding:15px 0 35px;}
.download h3 {font-size: 26px;}
.download a {display: block;max-width: 412px;width:100%;margin:20px auto 0;padding:0 20px;}
.download a img {width:80%;margin:0 auto;}
.msg {width:80%;height:auto;padding:20px 20px 30px;}
.msg .close {right:0;top:0;width:30px;height:30px;background-size: 600px;background-position: -195px -16px;}
.msg > div {margin-top: 0;flex-direction: column;}
.msg textarea {height:90px;padding:10px;font-size: 16px;border:1px solid #afafaf;outline: none;resize: none;margin-bottom: 10px;}
.msg .left {width:100%;height:35px;margin-right:0;border-bottom: 0;}
.msg .left select,
.msg .left input {width:100%;height:35px;border:0;border-bottom: 1px solid #afafaf;font-size: 14px;color:black;padding:0 10px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg select {outline: none;}
.msg .right {width:100%;flex-direction: column;}
.msg .right input {width:100%;height:35px;border:0;border-bottom: 1px solid #afafaf;font-size: 14px;color:black;padding:0 10px;-webkit-appearance:none;font-family: 'Sawarabi Gothic', sans-serif;outline: none;}
.msg button {width:100%;height:50px;margin:20px auto 0;}
.msg button:active {box-shadow: 0 0 20px rgba(0,0,0,.2) inset;}
.contact-btn {bottom:20px;width:90px;}
.brand-gallery {padding:20px 10px 0;}
.brand-gallery h3 {margin-bottom: 10px;font-size: 26px;}
.brand-gallery .btn-list {width:100%;padding:0 0 10px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;}
.brand-gallery .btn-list div {padding:0 5px;}
.swiper-button-next,
.swiper-button-prev {display: none;	}
.brand-gallery .box {flex-direction: column;}
.brand-gallery .show {width:100%;}

.sample-sidebar {position: fixed;z-index:999999;left:-100%;top:0;opacity: 0;display: flex;width:100%;height:100%;background: rgba(0,0,0,.3);transition: all ease .5s;}
.sample-sidebar.show {left:0;opacity: 1;}
.sample-sidebar .box {position: absolute;left:0;top:0;width:200px;height:100%;background: white;flex-direction: column;justify-content: center;align-items: center;}
.sample-sidebar img {display: block;width:80%;margin:0 auto;}
.sample-sidebar > ul {margin-top: 10px;}
.newsdetical-infor {padding:15px;width:100%;margin:0 auto ;}
.newsdetical-infor .tishi {font-size: 16px;}
.newsdetical-infor h3 {padding:10px 0;font-size: 20px;text-align: left;}
.newsdetical-infor .tips {text-align: left;}
.newsdetical-infor .content img {margin: 20px auto;}
.newsdetical-infor .other {padding:30px 0;}
.newsdetical-infor .other a:hover {text-decoration: none;}
.list-box1 {margin:20px auto 0;padding:0 15px;}
.list-box1 ul li h3 {font-size: 26px;line-height: 1.3;}
}
