﻿body
{
    background-color: #eee;
}
.mid
{
    background-color: #eee;
}
.cont
{
    position: relative;
    margin-top: 0;
}
span.arrow-left, span.arrow-right
{
    width: 41px;
    height: 68px;
    display: block;
    background-image: url(../png/0yhcei.png);
    position: absolute;
    top: 190px;
    background-repeat: no-repeat;
}
span.arrow-left
{
    background-position: top left;
    left: 60px;
}
span.arrow-right
{
    background-position: top right;
    right: 60px;
}
span.arrow-left:hover
{
    background-position: bottom left;
}
span.arrow-right:hover
{
    background-position: bottom right;
}/*  选项卡   */
.card
{
    width: 800px;
    box-shadow: 3px 3px 2px #ccc;
    height: 600px;
    margin: 0 auto;
    background-color: #fff;
    margin-bottom: 10px;
    position: relative;
    overflow: hidden;
}
.card ul
{
    width: 2400px;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 0;
    height: 450px;
    left: 0;
}
.card ul li
{
    width: 800px;
    height: 450px;
    float: left;
}/*  联系信息  */
.card ul li .info
{
    padding: 80px 50px 0 100px;
}
.card ul li .info .title
{
    color: #008cd4;
    font-size: 28px;
    margin-bottom: 50px;
}
.card ul li .info .info-group
{
    margin-bottom: 20px;
    overflow: hidden;
}
.card ul li .info .info-group i
{
    float: left;
    color: #008cd4;
}
.card ul li .info .info-group span
{
    display: block;
    height: 31px;
    text-align: justify;
    line-height: 31px;
    margin-left: 20px;
    float: left;
    font-size: 18px;
    color: #333;
}/*   申请试用  */
.card ul li
{
    padding: 50px;
    width: 700px;
    height: 500px;
}
.card ul li form
{
    width: 350px;
    overflow: hidden;
    position: relative;
    height: 500px;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
}
.card ul li form .form-group
{
    float: left;
    width: 100%;
}
.card ul li form .form-group label
{
    width: 100%;
    display: block;
    line-height: 30px;
    color: #333;
}
.card ul li form .form-group input, .card ul li form .form-group textarea
{
    background-color: #fff;
    border: 1px solid #ccc;
}
.card ul li form .form-group input
{
    height: 27px;
    width: 300px;
}
.card ul li form .form-group textarea
{
    width: 300px;
    height: 120px;
}
.card ul li form button
{
    background-color: #008cd4;
    color: #fff;
    height: 40px;
    border: 1px solid #008cd4;
    border-radius: 3px;
    cursor: pointer;
    width: 317px;
}
.card ul li .contact-img
{
    width: 340px;
    display: inline-block;
    vertical-align: middle;
    *display: inline;
    *zoom: 1;
    text-align: center;
}
.card ul li .contact-img img
{
    margin: 0 auto;
}/*  地图  */
.card ul li .map
{
    position: relative;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
}/*  切换菜单   */
.contact-menu
{
    width: 800px;
    margin: 10px auto 0;
}
.contact-menu li
{
    width: 33.33%;
    float: left;
    color: #008cd4;
    line-height: 2em;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 10px;
    opacity: .2;
    cursor: pointer;
}
.contact-menu li.active
{
    opacity: 1;
}
.contact-menu li:nth-child(1)
{
    text-align: left;
}
.contact-menu li:nth-child(2)
{
    text-align: center;
}
.contact-menu li:nth-child(3)
{
    text-align: right;
}