.banner {
	width: 100%!important;
	height: 280px;
	overflow: hidden;
}
.banner .swiper-slide img {
	width: 100%!important;
	height: 100%!important;
}
.product-info{
    width: 100%;
    max-width: 2000px;  
    margin: auto;  
}
.product-img {
    width: 70%;
    margin-left: 15%;
}
.product-img img {
    width: 100%;
}
.product-info .title p{
        font-size: 2rem;
        font-weight: bold;
}
.product-info .title p span{
    background: #000;
    height: 2px;
}
.product-info .pro_a {
    width: 100%;
    margin: 16px auto;
    text-align: center;
}
.product-info .pro_a .box {
    width: 15%;
    display: inline-block;
    margin-right: 3%;
    padding-top: 1%;
    padding-bottom:3%;
    border: 1px solid #2b9cf0;
    text-align: center;
    min-width: 200px;
    transition: all .3s;
}
.product-info .pro_a .box:hover{
    background: #2b9cf0;
    color: #fff;
    box-shadow: 0 10px 15px 0 rgba(0,0,0,.19);
    transform: translate3d(0,-3px,0);
    transition: all .3s cubic-bezier(.55,0,.1,1);    
}
.product-info .pro_a .box:hover >.circle{
    background: #fff;
}
.product-info .pro_a .box:hover >.circle img.in {
    display: none;
}
.product-info .pro_a .box:hover >.circle img.out {
    display: block;
}
.product-info .pro_a .pro_a_title_a {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 50px;
    margin-bottom: .5rem;
}
.product-info .pro_a .pro_a_title_b {
    margin-bottom: 1rem;
}
.product-info .pro_a .box .circle{
    width: 50%;
    padding-bottom: 50%;
    display: inline-block;
    border-radius: 50%;
    background: #2b9cf0;
    position: relative;
}
.product-info .pro_a .box .circle img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 50%;    
}
.product-info .pro_a .box .circle img.in {
    display: block;
}
.product-info .pro_a .box .circle img.out {
    display: none;
}
.product-info .pro_a .box .pro_title{
    font-weight: bold;
    font-size: 17px;
    margin: 10px auto;
}
.product-info .pro_a .box .pro_content{
    margin: 2px auto;
    font-size: 13px;
}
.product-info .pro_a .box .line{
    height: 2px;
    width: 20px;
    background: #2b9cf0;
    display: inline-block;
    margin-top: 20px;
}
.product-info .pro_b {
    margin: auto;
    text-align: center;
    height: 15rem;
}
.product-info .pro_b .pro_b_title_a {
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 50px;
    text-align: center;
}
.product-info .pro_b .pro_b_title_b {
    margin-top: 10px;
    text-align: center;
    margin-bottom: 1rem;
}
.product-info .pro_b .box {
    padding: 15px 0;
    text-align: center;
    display: inline-block;
    border: 1px solid #2b9cf0;
    width: 3.5rem;
    color: #308df4;
    padding: 1% 2%;
    margin-right: 1.2%;
    transition: width .3s ease-in;
    -webkit-transition: width .3s ease-in;
    position: relative;
}
.product-info .pro_b .box:hover {
    width: 350px;
    background: #308df4;
    margin-right: -0.2%;
    padding: 1.1%;
}
.product-info .pro_b .box:hover >.content{
    display: inline-block;
    color: #fff;
}   
.product-info .pro_b .box:hover >.content_left img.in {
    display: none;
}
.product-info .pro_b .box:hover >.content_left p.in {
    color: rgb(255,255,255,0);
    display: inline-block;
}
.product-info .pro_b .box:hover >.content_left .out {
    display: block;
    position: relative;
    top: 1rem;
}
.product-info .pro_b .box .content_left{
    display: inline-block;
    float: left; 
    position: relative;  
}
.product-info .pro_b .box .content_left span{
    position: absolute;
    width: 1px;
    height: 150%;
    left:159%;
    top: -25%;
    background:#fff;
}
.product-info .pro_b .box .content_left .out{
    display: none;  
}
.product-info .pro_b .box .content_left img{
    width: 3.5rem;
}
.product-info .pro_b .box .content_left p {
    margin-top: 1rem;
}
.product-info .pro_b .box .content{
    display: inline-block;
    float: left;
    display: none;
    line-height: 2rem;
    position: absolute;
    top: 8%;
    bottom: 0;
    left: 33%;
    margin:auto;
}
.product-info .pro_b .box .content p {
    white-space: nowrap;    
}
.product-info .pro_b .box .content .box_info {
    margin-bottom: 2px;
    line-height: 20px;
}
.case-list{
    background: #e3ecf2;
    height: 18rem;
    position: relative;
    overflow: hidden;
}
.case-list .arrow{
    position: absolute;
    border-radius: 50%;     
    width: 80px;
    height: 80px;
    color: #fff;
    display: inline-block;
    top: 35%;
    opacity: 0.5;
    transition: opacity 1s ease-in;
    -moz-transition: opacity 1s ease-in;
    -webkit-transition: opacity 1s ease-in; 
    -o-transition: opacity 1s ease-in;

}
.case-list .arrow:hover, .case-list .arrow:active{
    opacity: 1;
}
.case-list .arrow-left{
    left: 10%;
    background: #bfbfbf url(http://cdn.s.shangjiadao.cn/source/images/www/index/arrows.png?2) no-repeat left top;
    background-position: 22px -5px;
}
.case-list .arrow-right{
    right: 10%;    
    background: #bfbfbf url(http://cdn.s.shangjiadao.cn/source/images/www/index/arrows.png?2) no-repeat left top;
    background-position: -93px -5px;
}
.case-list .list{
    width: 68%;
    text-align: center;
    height: 74%;
    position: absolute;
    left: 16%;
    top: 13%;
    overflow: hidden;
}
.case-list .list .swiper-wrapper {
    display: inline-block;
    height: 100%;
}
.case-list .list .swiper-slide {
    display: inherit;
    width: 10rem;
    height: inherit;
    text-align: center;
    float: left;
    background-color: #fff;
    margin-right: 1.6rem;
    -moz-box-shadow: 2px 4px 8px #d5d4d4;
    -webkit-box-shadow: 2px 4px 8px #d5d4d4;
    box-shadow: 2px 4px 8px #d5d4d4;    
    border-radius: 3px;
    position: relative;
}
.case-list .list .swiper-slide .qrcode {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    z-index: 1;
    background:  url(http://cdn.s.shangjiadao.cn/source/images/www/index/case-bg.png?2) repeat left top;
    opacity: 0;
    transition: opacity .5s ease-in;
    -moz-transition: opacity .5s ease-in;
    -webkit-transition: opacity .5s ease-in; 
    -o-transition: opacity .5s ease-in;
}
.case-list .list .swiper-slide.active .qrcode {
    opacity: 1;
}

.case-list .list .swiper-slide .qrcode img{
    padding: 1rem;
    width: 80%;
}

.case-list .list .swiper-slide .qrcode h3{
    border-top: 1px solid #fff;
    color: #fff;
}

.case-list .list img{
    width: 100%;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}
.case-list .list h3{
    color: #454b4f;
    font-weight: 500;
    font-size: 1.2rem;
    padding-top: 0.8rem;
}

.case-list{
    
}

.partner-list{
    background: #fafafa;
    height: 15rem;
    position: relative;
    overflow: hidden;
}
.partner-list .title{
    font-size: 1.5rem;
    color: #3e3d3d;   
    padding-top: 0rem;
    text-align: center;
    margin-top: 40px;
}
.partner-list .title_b {
    color: gray;
    margin-top: .5rem;
    margin-bottom: 2rem;
    text-align: center;
}
.partner-list .list{
    text-align: center;
    height: 80%;
    position: absolute;
    top: 13%;
    overflow: hidden;
}

.partner-list .list .swiper-slide .slide-item{
    display: inherit;
    width: 100%;
    height: 5rem;
    text-align: center;
    float: left;
    background-color: #fff;
    -moz-box-shadow: 2px 4px 8px #d5d4d4;
    -webkit-box-shadow: 2px 4px 8px #d5d4d4;
    box-shadow: 2px 4px 8px #d5d4d4;
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
    margin-top: 1rem;
    position: relative;
}
.partner-list .list .swiper-slide img{
    width: 100%;    
    -moz-border-radius:50%; -webkit-border-radius:50%; border-radius:50%;
}
/*.banner .pagination {
  position: absolute;
  left: 0;
  text-align: center;
  bottom: 1rem;
  width: 100%;
  z-index: 1;
}*/
.banner .pagination.swiper-pagination-bullets {
    text-align: center;
    z-index: 2;
    position: absolute;
}
.banner .swiper-pagination-switch {
  display: inline-block;
  width: 15px;
  height: 15px;
  -moz-border-radius:10px; -webkit-border-radius:10px; border-radius:10px;
  background: rgba(255, 255, 255, 0.5);;
  margin: 0 3px;
  cursor: pointer;
}
.banner .swiper-active-switch {
  background: #fff;
  width: 25px;
}
.banner .swiper-pagination-bullet.swiper-pagination-bullet {
    width: 16px;
    height: 16px;
    border-radius: 16px;
    background: #efefef;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin-left: 16px;
    transform-origin: center center;
    transition: width .3s;
    cursor: pointer
}

.banner .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 50px
}
.partner-list .minlogo {
    height: 50px;
    position: absolute;
    bottom: 15%;
    left: 42.5%;
    width: 15%;
}
.partner-list .minlogo img{
    width: 100%;
}
.showbox,.choosebox,.showcase {
    padding-bottom: 50px;
    width: 100%;
    text-align: center;
    clear: both;
}
.showbox .showcase{
    max-width: 2000px;
    margin: auto;    
}
.showbox {
    background: url('/images/index/showbox_bg.png?2') no-repeat;
    background-size: cover;
}
.choosebox {
    text-align: center;
    background: #e3ecf2;
    padding-bottom: 40px;
}
.choosebox .contentbox {
    margin-left: 20%;
    width: 60%;
    padding-bottom: 50px;
}
.choosebox .contentbox p{
    height: 100px;
    line-height: 100px;
    font-size: 1.5rem;
    font-weight: bold;
    padding-top: 50px;
}
.choosebox .contentbox img {
    width: 80%;
}
.showbox .contentbox p {
    height: 100px;
    line-height: 100px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 50px;
    color: #fff;
}
.showbox .showboximg {
    width: 60%;
    max-width: 1000px;
    margin: 0 auto;
    height: 450px;
    padding-top: 330px;
    padding-bottom: 20px;
    visibility: visible;
}
.showbox .showboximg.hide {
    visibility: hidden;
}
.showbox .showboximg ul li img {
    width: 250px;
}
.showbox .showboximg .in .exhibition_hall {
    position: relative;
}
.showbox .showboximg .ban_l_btn {
    width: 39px;
    height: 50px;
    background: url('../images/prev.png?2') no-repeat;
    background-size: contain;
    position: absolute;
    left:9%;
    z-index: 300;    
}
.showbox .showboximg .ban_r_btn {
    width: 50px;
    height: 50px;
    background: url('../images/next.png?2') no-repeat;
    background-size: contain;
    position: absolute;
    right:9%;
    z-index: 300;     
}
.showcase .modelogo {
    text-align: left;
    padding-left: 2.7rem;
    margin: 1rem 0;
    position: relative;
}
.showcase .modelogo b.line {
    display: inline-block;
    width: 5px;
    height: 24px;
    background: #2b9cf0;
    position: relative;
    left: -2.5rem;
    top: .3rem;
}
.showcase .modelogo span {
    position: relative;
    left: -2rem;
    font-size: 1.3rem;
}
.showcase .modelogo .more {
    text-align: right;
    position: absolute;
    right: 0;
    color: #565353;
    font-size: .8rem;    
}
.showcase .contentbox p {
    height: 100px;
    line-height: 100px;
    font-size: 1.5rem;
    font-weight: bold;
    margin-top: 50px;
}
.showcase .case-list{
    background: #fff;
}

.actionbox {
    width: 100%;
}
.actionbox .swiper-wrapper {
    width: 90%!important;
    margin-left: 10%;
    white-space: nowrap;
}
.actionbox .swiper-wrapper .swiper-slide .film {
    width: 200px!important;
}
.partner {
	margin-top: 40px;
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	overflow: hidden;
    max-width: 2000px;
    margin: auto;
}
.partner .swiper-slide {
	width:120px;
	text-align: center;
}
.partner .swiper-slide img {
	width: 100px;
	height: 100px;
	margin-bottom: 10px;
}
.activities,.activities_pos {
    width: 80%!important;
    margin-right: 10%!important; 
    margin-left: 10%!important;
    overflow: hidden;
    height: 350px;
}
.activities .swiper-slide,.activities_pos .swiper-slide {
    margin-right: 20px;
}
.activities .reverse {
    line-height: 320px;
}
.activities .front {
    line-height: 320px;
}
.activities .reverse img {
    margin-top: 75px;
    width:120px;
    height:120px;
}
.leftmask {
    position: absolute;
    width: 20px;
    height: 320px;
    opacity: 0.6;
    background: #000;
    left: 10%;
    border-radius: 100% 0 0 100%/50%;
    transform:rotate(180deg);
    -ms-transform:rotate(180deg);     /* IE 9 */
    -moz-transform:rotate(180deg);    /* Firefox */
    -webkit-transform:rotate(180deg); /* Safari 和 Chrome */
    -o-transform:rotate(180deg);  
    z-index: 2;
}
.rightmask {
    position: absolute;
    width: 20px;
    height: 320px;
    opacity: 0.6;
    background: #000;
    right: 10%;
    border-radius: 100% 0 0 100%/50%;
    z-index: 2;
}
.prvebtn {
    width: 39px;
    height: 50px;
    position: absolute;
    left: 10%;
    top:40%;
    background: url("../images/prev.png?2") no-repeat;
    background-size: contain;
    z-index: 2;
    cursor:pointer;
}
.nextbtn {
    width: 50px;
    height: 50px;
    position: absolute;
    top:40%;
    right: 10%;
    background: url("../images/next.png?2") no-repeat;
    background-size: contain;
    z-index: 2;
    cursor:pointer;
}
.point {
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: 25%;
}
.showcase .pro_body_box {
    width: 12rem;
    height: 18rem;
    text-align: center;
    position: relative;
    overflow: hidden;
    float: left;
    margin-right: .8rem;
}
.showcase .pro_body_box:hover >.pro_body_info {
    -webkit-transform: translateY(0%);    
    transform: translateY(0%);     
}
.showcase .pro_body_box .pro_body_info_head .pro_body_info_img {
    margin: 0;    
    width: 83%;
}
.showcase .pro_body_boxs {
    margin-top: 1rem;
} 
.showcase .pro_body_box .pro_body_info {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 98%;
    height: 98%;
    margin: auto;
    box-shadow: 0px 0px 5px gray;
    background: #fff;
    transition: transform .5s;
    -webkit-transition: transform .5s;
    -webkit-transform: translateY(-105%);    
    transform: translateY(-105%);    
}
.showcase .pro_body_box .pro_body_info .pro_body_foot_p {
    margin: 1rem auto;
    font-size: 1.1rem;
    font-weight: bold;    
}
.showcase .pro_body_box .pro_body_info .pro_body_info_head {
    background:#7cb1e6;
    padding: 1.5rem 1rem;
}
.showcase .pro_body_box img {
    width: 8rem;
    margin-top: 1.5rem;
}
.showcase .pro_body_box .pro_body_box_p {
    font-weight: bold;
    margin-top: 2.5rem;
}
.swiper-button-next {
    width: 30px;
    height: 30px;
    background:url('../images/next_2.png?2') no-repeat;
    background-size: contain;
    position: absolute;
    top: 48%;
    right: 8%;    
}
.swiper-button-prev {
    width: 30px;
    height: 30px;
    background:url('../images/prev_2.png?2') no-repeat;
    background-size: contain;
    position: absolute;
    top: 48%;
    left: 8%;    
}
.partner .partner-next {
    width: 30px;
    height: 30px;
    background:url('../images/next_2.png?2') no-repeat;
    background-size: contain;
    position: absolute;
    top: 48%;
    right: 11%;
    z-index: 2;
}
.partner .partner-prev {
    width: 30px;
    height: 30px;
    background:url('../images/prev_2.png?2') no-repeat;
    background-size: contain;
    position: absolute;
    top: 48%;
    left: 11%;    
    z-index: 2;  
}
#nowlog {
	font: 700 20px "Comic Sans MS";
	color: white;
	text-shadow: 0 0 20px #fdec84,
			10px -10px 30px #ffae35,
			20px -20px 40px #ec760c,
			-20px -60px 50px #cd4607,
			0px -80px 60px #973717,
			10px -40px 70px #451b0e;
}
@media screen and (min-width:1500px){
.banner {
    width: 100%!important;
    height: 700px;
    overflow: hidden;
}
.banner .swiper-slide img {
    width: 100%!important;
    height: 100%!important;
}
}