/* 公共样式表css */
html,body {
    color: #333;
    margin: 0;
    height: 100%;
    font-family: "Myriad Set Pro","Helvetica Neue",Helvetica,Arial,Verdana,sans-serif;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #000;
}

img {
    border: 0;
}

body {
    background: #fff;
    color: #666;
}

html, body, div, dl, dt, dd, ol, ul, li, h1, h2, h3, h4, h5, h6, p, blockquote, pre, button, fieldset, form, input, legend, textarea, th, td {
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    color: #08acee;
}

button {
    outline: 0;
}

img {
    border: 0;
}

button,input,optgroup,select,textarea {
    margin: 0;
    font: inherit;
    color: inherit;
    outline: none;
}

li {
    list-style: none;
}

a {
    color: #666;
}

a:hover {
    color: #eee;
}

.clearfix::after {
    clear: both;
    content: ".";
    display: block;
    height: 0;
    visibility: hidden;
}

.clearfix {
}

/* 必要布局样式css */
.serve-content {
    position: relative;
}

.serve-content-box {
    width: 1200px;
    margin: 0 auto;
}

.serve-content-title {
    text-align: center;
    font-size: 32px;
    color: #333;
    padding-top: 124px;
    padding-bottom: 15px;
}

.serve-content-text {
    width: 184px;
    margin: 0 auto;
    margin-bottom: 50px;
    text-align: center;
    background: url(../images/icon-line.jpg) repeat-x left center;
}

.serve-content-text em {
    display: inline-block;
    padding: 0 10px;
    background: #FFF;
    font-size: 14px;
    color: #777;
    font-style: normal;
}

.serve-content-btn {
    text-align: center;
    padding: 45px 0 104px;
}

.serve-content-btn a {
    display: inline-block;
    width: 190px;
    height: 55px;
    background-color: rgb(0, 162, 255);
    color: rgb(255, 255, 255);
    box-shadow: rgba(4, 195, 255, 0.5) 0px 5px 15px;
    border-radius: 8px;
    font: 400 16px/55px 微软雅黑;
}

.serve-content-list {
    float: left;
    width: 560px;
    height: 395px;
}

.serve-content-info {
    width: 560px;
    height: 390px;
    float: left;
    margin: 0px 25px 0px 0px;
    position: relative;
	background: rgb(255, 255, 255);
}

.serve-content-btn a:hover {
    background: #41b8fc;
}

.serve-content-middle {
    overflow: hidden;
	padding: 35px 0px 0px 20px;
  	background-color: rgba(185, 185, 185, 0.5);/*
	background-color: rgba(0,0,0,0.5);
	background: #000;
	opacity: 0.6;
	filter: alpha(Opacity=60);
    -moz-opacity: 0.6;*/
}

.serve-content-list ul li {
    display: block;
    width: 560px;
    padding: 15px 0px 0px 0px;
    background: #f5f5f5;
    border: 2px solid #f5f5f5;
    margin-bottom: 8px;
    cursor: pointer;
	height:125px;
}

.serve-content-list ul .on {
    background: #FFF;
    border: 10px solid #b22425;
    width: 580px;
    height: 122px;
    margin: 0px 0px 10px -10px;
}

.serve-content-list ul li span {
    display: block;
    width: 110px;
    height: 90px;
    float: left;
    margin-left: 15px;
    margin-right: 15px;
    overflow: hidden;
}

.serve-content-list ul li span img {
    display: block;
    float: left;
	width:115px;
	height:90px;
}
/*
.serve-content-list ul li .description p {
	float: left;
}*/

.serve-content-list ul li p {
    display: block;
    overflow: hidden;
    line-height: 20px;
    color: #333;
    font-size: 14px;
  	margin-bottom:10px;
  	width:405px;
}

.serve-content-list ul li p.title{
	font-size: 16px;
    font-weight: bold;

}

.serve-content-list ul li p span{
    float: right;
    margin-right: 15px;
	height:auto;
	display:block;/*内联对象需加*/
	width:93px;
	word-break:keep-all;/* 不换行 */
	white-space:nowrap;/* 不换行 */
	overflow:hidden;/* 内容超出宽度时隐藏超出部分的内容 */
	/*text-overflow:ellipsis;/* 当对象内文本溢出时显示省略标记(...) ；需与overflow:hidden;一起使用。*/
}

.serve-content-list ul .on p {
    color: #b90c4b;
  	margin-top:-5px;
}

.serve-content-list ul .on span{
  height: 74px;
}

.serve-content-list ul .on span img {
    /*margin-top: -28px;*/
	width:115px;
	height:90px;
}

.serve-content-info ul {
    width: 560px;
    height: 339px;
    position: absolute;
    left: 0;
    top: 0;
}

.serve-content-info ul li .title{
	padding: 21px 0px 0px 15px;
    font-size: 19px;
    font-weight: bold;
}

.serve-image-img{
	padding: 20px;
    height: 325px;
}

.serve-image-img img{
	width: 520px;
    height: 300px;
}

.serve-image-box {
    background: url(../images/cclarity-bg.png);
    width: 555px;
    height: 300px;
    padding: 60px 0px 0px 100px;
    position: absolute;
    top: 20px;
    left: 0;
}

.serve-image-comm1 {
    width: 48px;
    height: 29px;
    position: absolute;
    left: 50px;
    top: 28px;
}

.serve-image-comm2 {
    width: 48px;
    height: 29px;
    position: absolute;
    right: 20px;
    bottom: 25px;
}

.serve-image-info {
    width: 360px;
    height: 185px;
}

.serve-image-info-title {
    overflow: hidden;
}

.serve-image-info-title span {
    display: block;
    float: left;
    width: 32px;
    height: 32px;
    margin-right: 10px;
}

.serve-image-info-title span img {
    display: block;
    float: left;
}

.serve-image-info-title p {
    line-height: 32px;
    display: block;
    float: left;
    font-size: 22px;
    color: #fff;
}

.serve-image-info strong {
    display: block;
    font-size: 14px;
    color: #FFF;
    line-height: 24px;
    padding-top: 14px;
}

.serve-content-middle .tuijian{
	height: 120px;
    width: 1150px;
    margin-top: 45px;
    float: left;
}

.serve-content-middle .tuijian .list .span{
	width: 110px;
	float: left;
}

.serve-content-middle .tuijian .span img{
	width: 110px;
	height: 70px;
}

.serve-content-middle .tuijian .list .description{
	width: 435px;
	float: left;
	margin-left: 15px;
	font-size: 13px;/*
	color:#fff;*/
  	color: #2b2222;
}

.serve-content-middle .tuijian .description .title{
	font-weight: bold;
	font-size: 18px;
}

.serve-content-middle .tuijian .description .descrip{
	line-height: 20px;margin-top: 5px;
}

.chakangengduo{
	width: 150px;
    height: 30px;
    margin: 50px auto;
	background-color: #c11;
	line-height: 30px;
    text-align: center;
}

.bottom .chakangengduo{
    margin: 20px auto;
}

.serve-content-middle .xuanchuan{
	margin: -16px 0px 0px 13px;
    font-size: 27px;
    font-weight: bold;/*
    color: #000;*/
	margin-bottom: 20px;
}

.xuanshi{
	height:525px;
	width:920px;
	margin-bottom:45px;
}

.xuanshi ul, .xuanshi ul li .video{
	height:525px;
	width:920px;
}

.xuanzhe{
	width:220px;
}

.xuanzhe ul li{
	width:220px;
}

.xuanzhe ul li span, .xuanzhe ul li span img, .xuanzhe ul .on span img{
	width:185px;
}

 .tuijian p.mouth{
      font-size: 28px;
      font-weight: bold;
      color: #2b2222;
}

 .tuijian p.year{
      font-size: 18px;
 }
