﻿.container{
    width: 1200px;
    margin: 0 auto;
}
#show{
    margin-top: 30px;
    position: relative;
    height: 500px;
}

#show .show-left{
    width: 550px;
    height: 100%;
    float: left;
}

#show .show-left img{
    display: block;
    width: 450px;
    margin: 50px auto;
	cursor:pointer;
}
/* 百度分享样式 */

#show .show-left:hover > #bdshare{
    visibility: visible;
}


#show .intro-right{
    float: right;
    width: 650px;
    height: 100%;
}
#show .intro-right h1{
	font-weight:800;
    font-size: 28px;
    text-indent: 50px;
    padding: 20px 0;
	color: #00aeb9;
}

#show .intro-right p{
    line-height: 25px;
    font-size: 14px;
    /*text-indent: 50px;*/
    width: 450px;
    margin-left: 50px;
}

#show .intro-right .youdian{
    padding: 20px 0 20px 20px;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-top: 10px;
    margin-left: 50px;
}

#show .intro-right .youdian li{
    line-height: 20px;
    font-size: 14px;
    list-style-type: disc;
}
#show .intro-right .download{
    padding: 20px 0 30px 40px;
}
#show .intro-right .download a{
    display: inline-block;
    font-size: 12px;
    height: 28px;line-height: 28px;
    width: 120px;
    background-color: #1E9FFF;
    color: #f0f0f0;
    float: left;
    margin-top: 10px;
    margin-left: 10px;
    text-align: center;
}
#show .intro-right .download a.disabled{
    cursor: not-allowed;
}
#show .intro-right .download a:hover{
    opacity: 0.8;
}


#show .intro-right .solution{
    margin-top: 20px;
    padding: 20px 0;
}
#show .intro-right .solution h3{
    text-indent: 50px;
}
#show .intro-right .solution ul{
    margin-left: 65px;
    margin-top: 10px;
}
#show .intro-right .solution ul li{
    list-style-type: decimal;
}
#show .intro-right .solution ul li a{
    font-size: 14px;
    line-height: 20px;
}


/* 标题 */
.tit{
    border-bottom: 2px solid #1E9FFF;
}
.tit h2{
    font-size: 22px;
    line-height: 45px;
    text-indent: 20px;
}
.tit h2 span{
    color: #aaaaaa;
    margin-left: 10px;
}


/* 参数部分 */
#canshu{
    padding: 50px 0;
    position: relative;
}
/*#canshu .canshu-all{*/
    /*width: 100%;*/
    /*height: 50px;*/
    /*position: absolute;*/
    /*bottom: 0;*/
/*}*/
/*#canshu .canshu-all button{*/
    /*padding: 0 15px;*/
    /*height: 40px;*/
    /*display: block;*/
    /*margin: 0 auto;*/
    /*outline: none;*/
    /*border: none;*/
    /*background-color: #1E9FFF;*/
    /*font-size: 15px;*/
    /*cursor: pointer;*/
    /*border-radius: 5px;*/
    /*color: #f0f0f0;*/
/*}*/

#canshu .tab-warp{
    margin-top: 10px;
    padding-bottom: 20px;
}

#canshu .tab-warp h2{
    width: 100%;
    font-size: 18px;
    color: #404040;
    /*font-family: "新宋体";*/
    padding: 20px 0 15px 0;
    text-indent: 50px;
}

.tab-warp sup{
	font-size:8px;
	transform:scale(0.4);//设置缩放比例
	-ms-transform:scale(0.4);
	-webkit-transform:scale(0.4);
	-o-transform:scale(0.4);
	-moz-transform:scale(0.4);
}

#canshu table{
    width: 100%;
    border-collapse: collapse;
    margin: 0 0 15px 0;
}
#canshu table tr{height: 35px;line-height: 35px;font-size: 14px;}
/*#canshu table tr.colored{background-color: #f1f1f1;}*/
#canshu table tr.colored{background-color: inherit;}
#canshu table tr td:hover{background-color: #f1f1f1;}
#canshu table tr td{border: 1px solid #cccccc;vertical-align: middle;}
/*table2*/
/*table2*/
#canshu .table2 tr{height: 35px;line-height: 35px;font-size: 14px;}
/*#canshu .table2 tr.colored{background-color: #f1f1f1;}*/
#canshu .table2 tr.colored{background-color: inherit;}
#canshu .table2 tr td:first-child{width: 30%;text-indent: 50px;border-right: 1px solid #cccccc;}
#canshu .table2 tr td:last-child{width: 70%;text-indent: 50px;}
#canshu .table2 tr:hover{background-color: #f1f1f1;}


#canshu .attention{
    padding: 0 0 60px 0;
    font-size: 12px;
    color: #333;
}
#canshu .attention > span{
    color: #ff3333;
    display: inline-block;
    float: left;
    line-height: 25px;
}
#canshu .attention > div{
    float: left;
    display: inline-block;
}
#canshu .attention p{
    line-height: 25px;
}
