﻿body {
    background:url(../images/body_bg.jpg) no-repeat center top;
    min-width:1024px;
}
.conter {
   width: 800px;
   margin: 15px auto;
}
.conter .left{
   float:left;
   width:400px;
   text-align:center;
}
.conter .left .left_con{
   width:322px;
}
.conter .left .left_con .img{
   width:320px;
   /* height:549px; */
   height:577px;
   border-left: 1px solid #ccc;
   border-right: 1px solid #ccc;
   background-color:#fff
}
.conter .left .left_con .head{
   width:322px;
   height:42px;
   background:url(../images/call_head_bg.png) no-repeat center top;
}
.conter .left .left_con .foot{
   width:322px;
   height:47px;
   background:url(../images/call_foot_bg.png) no-repeat center top;
}
.conter .left .left_con img{
   width:100%
}


.conter .right{
   float:left;
   width:400px;
   text-align:right;
   padding: 100px 0px;
   overflow: hidden;
}
.conter .right .title{
   font-size:28px;
   font-weight:700;
}
.conter .right .img{
   width:250px;
   height:550px;
   margin: 10px 20px;
   float: right;
}
.conter .right .img img{
   width:100%;
}
.conter .right .share{
   width:250px;
   margin: 10px 20px;
   float: right;
}
.conter .right .share img{
   width:100%;
}