﻿@charset "UTF-8";

/**
 *
 * @authors Your Name (you@example.org)
 * @date    2016-10-27 10:04:32
 * @version $Id$
 */

/*成功案例*/
.banner{width: 100%; height: 200px;background-image: url(../images/banner02.jpg); background-repeat: no-repeat; background-position: center top;}
.banner .title{font-size: 36px; color: #666;padding-top: 80px;padding-left: 95px;}
.banner .title span{color: #d50701;}

.col-sidebar{width: 200px;}
.col-sidebar .title{color: #d50701;font-size: 24px;}
.col-sidebar ul li{margin-bottom: 25px;}
.col-sidebar ul li a{display: inline-block; padding: 5px 25px; font-size: 16px; color: #333;background: url(../images/i02.png) no-repeat left; border: 1px solid #fff;}
.col-sidebar ul li a:hover{background: none; border-color: #23297a;color: #d50701}
.col-sidebar ul li a.on{background: none; border-color: #23297a;color: #d50701}

.col-main{width: 860px;}
.col-main .c-title{color: #666;font-size: 16px; padding-bottom: 20px; border-bottom: 1px solid #e3e3e3}

.cgal{}
.cgal li{padding-bottom: 40px; margin-bottom: 40px; border-bottom: 1px solid #ddd;overflow: hidden;}
.cgal .pic{margin-right: 25px;}
.cgal .words{width: 575px;padding-top: 20px;}

.cgal-detial{}
.cgal-detial .title{font-size: 24px; color: #333}


/*发展历程*/
.fzlc{}
.fzlc ul li{padding-bottom: 15px; margin-bottom: 15px; border-bottom: 1px solid #ddd;}
