﻿/************************************************************
*
*   @name       :   优视通样式
*   @desc       :   none
*   @author     :   zongkelong@youku.com
*   @require    :   none
*   @date       :   2014.7.16
*
************************************************************/
body {
    margin: 0px;
    font-family: "微软雅黑", "黑体", arial, "宋体", helvetica, sans-serif;
    font-size: 14px;
    color: #555;
    line-height: 24px;
}


/*优视通项目的头部样式*/
.yst-header {
    height: 80px;
    background: #f6f6f6;
}
.yst-header-inner {
    width: 1190px;
    height: 100%;
    line-height: 80px;
    margin: 0 auto;
}
.yst-header-icon {
    height: 66px;
    width: 140px;
    float: left;
    position: relative;
    top: 30%;
    margin-top: -17px;
    background: url(../Images/logo.png) no-repeat;
}
.yst-header-phone {
    float: right;
    font-size: 18px;
}

/*优视通首页的轮播动画样式*/
.yst-banner {
    height: 480px;
    min-width: 1190px;
}
.yst-section1 {
    height: 512px;
}
.yst-section1-outline {
    position: relative;
    margin: 50px auto 0;
    width: 1190px;
    height: 100%;
}
.yst-section1-left{
    float: left; width:500px; margin-left:120px;
}
.yst-section1-right
{
    float: left; width:500px;
}
.yst-section1-right{
    margin-left: 44px;
}
.yst-section1-general {
    padding-left: 75px;
    margin-top: 40px;
}
.yst-section1-title {
    font-family: '微软雅黑';
    font-size: 20px;
    line-height: 24px;
    color: #3399e0;
}
.yst-section1-intro {
    font-family: '微软雅黑';
    font-size: 14px;
    font-weight: normal;
    color: #555;
    line-height: 24px;
    margin-top: 13px;
    margin-bottom: 10px;
}
.yst-section1-general a {
    font-family: '宋体 Regular';
    font-size: 12px;
    font-weight: normal;
    color: #aaa;
    text-decoration: none;
}
.yst-section1-left-1 {
    background: url("../Images/yst-icon2.png") no-repeat;
}
.yst-section1-left-2 {
    background: url("../Images/yst-icon4.png") no-repeat;
}
.yst-section1-left-3 {
    background: url("../Images/yst-icon6.png") no-repeat;
}
.yst-section1-right-1 {
    background: url("../Images/yst-icon3.png") no-repeat;
}
.yst-section1-right-2 {
    background: url("../Images/yst-icon5.png") no-repeat;
}
.yst-section1-right-3 {
    background: url("../Images/yst-icon7.png") no-repeat;
}
.yst-section1-loghelp {
    font-size: 16px;
    color: #555;
    width: 445px;
    float: right;
    margin-top: 40px;
}
.yst-section1-loghelp .title{
    height: 120px;
    width: 162px;
    float: left;
    margin-right:20px;
    background: #eff7fd;
    position: relative;
}
.yst-section1-loghelp .title h3{
    font-weight: normal;
    margin: 0 0 0 0;
    padding-left: 37px;
}
.yst-section1-loghelp .title h3 a{
    font-size: 18px;
    text-decoration: none;
    color: #3399e0;
}
.yst-section1-loghelp .title .icon{
    width: 60px;
    height: 60px;
    margin:15px auto;
    background: url("../Images/faq.png") no-repeat 50% 50%;
}
.yst-section1-loghelp .title-s{
    height: 120px;
    width: 162px;
    float: left;
    background: #eff7fd;
    position: relative;
    margin-bottom: 40px;
}
.yst-section1-loghelp .title-s h3{
    font-weight: normal;
    margin: 0 0 0 0;
    padding-left: 37px;
}
.yst-section1-loghelp .title-s h3 a{
    font-size: 18px;
    text-decoration: none;
    color: #3399e0;
}
.yst-section1-loghelp .title-s .icon{
    width: 60px;
    height: 60px;
    margin:15px auto;
    background: url("../Images/agent-search.png") no-repeat 50% 50%;
}
.yst-section1-loghelp .contact{
    margin-top: 40px;
    color:#333;
}
.yst-section1-loghelp .contact span{
    line-height: 35px;
    color: #aaa;
    font-size: 18px;
}
.yst-section1-loghelp .contact a {
    text-decoration: none;
    font-size: 18px;
    color:#333;
}
.yst-section1-loghelp .contact .tip{
    color:#555;
    font-size: 15px;
    line-height: 30px;
}
.yst-section1-loghelp .towdcode{
    height: 110px;
    overflow: hidden;
    margin-top: 30px;
}
.yst-section1-loghelp .towdcode .towdicon{
    height: 100%;
    width: 110px;
    background: url("../Images/2dcode.png") no-repeat 50% 50%;
    float:left;
}
.yst-section1-loghelp .towdcode p {
    float: left;
    margin-left: 20px;
}
.yst-login {
    height: 250px;
    width: 350px;
    border-radius: 4px;
    border:1px solid #fff;
    border-bottom: 5px solid #eee;
    background: #fff;
    position: absolute;
    top: -220px;
    right: 0px;
}
.yst-login-title {
    font-size: 18px;
    line-height: 20px;
    color: #555;
    margin:18px 0 0 10px ;
}
.yst-login-input {
    float: left;
    width: 205px;
    height: 160px;
    margin: 20px 20px 0 10px;
}
.yst-form-input {
    border:1px solid #ddd;
    vertical-align: middle;
    font-size: 12px;
    color: #555;
    outline: none;
    height: 31px;
    width: 195px;
    padding: 0 9px;
    margin-bottom: 10px;
}
.yst-form-input-default {
    color: #bbb;
}
.yst-login-btn {
    font-size: 20px;
    text-align: center;
    color: #fff;
    float: right;
    width: 92px;
    height: 75px;
    background: #3399e0;
    margin-right: 20px;
    margin-top: 20px;
    line-height: 79px;
    cursor: pointer;
}
input.yst-login-input-yz {
    width: 60px;
    float: left;
}
.yst-login-img {
    float: left;
    margin-left: 10px;
}
.yst-login-rememberMeCon {
    font-size: 12px;
    vertical-align: top;
    color: #aaa;
    cursor: pointer;
}
.yst-login-tips {
    display: block !important;
    color: #C83100;
    width: 90%;
    display: none;
    margin: 0 20px 0 10px;
    clear: both;
    line-height: 22px;
}
.yst-section2 {
    height: 400px;
    margin-top: 15px;
    background:#fafafa ;
}
.yst-section2-outline {
    width: 1190px;
    height: 100%;
    margin: 0 auto;
}
.yst-section2-newbee,
.yst-section2-news {
    float: left;
}
.yst-section2-newbee .newbee-title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 60px;
}
.newbee-step-substep1,
.newbee-step-substep2,
.newbee-step-substep3,
.newbee-step-substep4 {
    float: left;
    font-size: 18px;
    width: 205px;
    height: 170px;
    margin-top: 40px;
}
.newbee-step-substep1 {
    background: url("../Images/yst-icon8.png") no-repeat;
}
.newbee-step-substep2 {
    background: url("../Images/yst-icon9.png") no-repeat;
}
.newbee-step-substep3 {
    background: url("../Images/yst-icon10.png") no-repeat;
}
.newbee-step-substep4 {
    background: url("../Images/yst-icon11.png") no-repeat;
}
.yst-section2-newbee .newbee-step span {
    position: relative;
    top: 80%;
    left: 15px ;
}
.yst-section2-news {
    margin-left: 25px;
}
.yst-section2-news .news-title {
    font-size: 24px;
    line-height: 24px;
    margin-top: 60px;
}
.yst-section2-news ul {
    list-style-type: none;
}
.yst-section2-news li {
    line-height: 40px;
    font-size: 14px;
    height: 40px;
    width: 337px;
    margin-left: -40px;

}
.yst-section2-news-summary {
    float: left;
    padding-left: 7px;
    background: url("../Images/yst-icon12.png") 0 50% no-repeat;
}
.yst-section2-news-summary a{
    text-decoration: none;
    color:#555;
}
.yst-section2-news-time {
    float: right;
}
.yst-section2-news .black-background {
    background: #f3f3f3;
}
.yst-footer {
    height: 60px;
    padding-top: 40px;
    font-size: 12px;
    text-align: center;
}

/*优视通公告样式*/
.yst-notice{
    width: 1190px;
    margin: 20px auto 0;
}
.yst-notice .header{
    height: 98px;
    width: 100%;
    background: #f7fbff;
    font-family: "Microsoft Yahei", "微软雅黑", "黑体", Arial, sans-serif;
    font-size: 24px;
    line-height: 98px;
    text-indent: 40px;
}
.yst-notice .bd{
    height: 445px;
    border-left: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #f1f7fc;
    padding-top: 20px;
    font-size: 14px;
    font-family: "Microsoft Yahei", "微软雅黑", "黑体", Arial, sans-serif;
    padding-left: 40px;
    padding-right: 40px;
}
.yst-notice .faq-bd{
    border-left: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #f1f7fc;
    padding-top: 20px;
    font-size: 14px;
    font-family: "Microsoft Yahei", "微软雅黑", "黑体", Arial, sans-serif;
    padding-left: 40px;
    padding-right: 40px;
}
.yst-notice .agentList{
    border-left: 2px solid;
    border-right: 2px solid;
    border-bottom: 2px solid;
    border-color: #f1f7fc;
    padding: 10px 18px 0px;
    font-size: 14px;
    font-family: "Microsoft Yahei", "微软雅黑", "黑体", Arial, sans-serif;
}
.yst-notice .faq-bd p{
    margin-bottom:40px;
}
.yst-notice .agentList th{
    height: 40px;
    font-size: 14px;
    color:#909090;
    text-align: left;
    background:#f7fbff;
}
.yst-notice .agentList tbody tr{
    height: 60px;
}
.column1{border-bottom:1px solid #eee;width:320px;padding-left:10px;}
.column2{border-bottom:1px solid #eee;width: 107px;}
.column3{border-bottom:1px solid #eee;width: 160px;}
.column4{border-bottom:1px solid #eee;width: 180px;}
.column5{border-bottom:1px solid #eee;}