* {
    margin: 0;
    padding: 0;
    list-style: none;
    font-family: "微软雅黑";
    font-size: 16px;
    
}
body{
	background: #fff;
}
a {
    color: #333;
}

.wrap {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
}

.top {
    width: 100%;
    background: #fff;
}

.top .left {
    float: left;
    padding: 10px 0;
}

.top .right {
    float: right;
    padding: 10px 0;
    margin: 5px 0;
}

.top .right a {
    color: #333;
}

.top .right a:hover {
    color: #c10001;
}


/*导航*/

.nav {
    width: 1000px;
    height: 40px;
    line-height: 40px;
    color: #FFFFFF;
    background-color: #288FF8;
    margin-top: 10px;
    font-family: "微软雅黑";
    font-size: 16px;
    margin: 10px auto 0 auto;
}

.nav li {
    float: left;
    width: 60px;
    text-align: center;
}

.nav li a {
    color: #FFFFFF;
}



/*荣誉榜*/

.honor {
     background: #fff;
}

.honor .wrap {
    background: #fff;
}

.honor .wrap .banner {
    float: left;
    width: 480px;
    height: 400px;
    background: #ccc;
    margin-top: 20px;
    margin-left: 25px;
    margin-bottom: 10px;
}

.honor .wrap .right {
    float: right;
    width: 480px;
    margin-right: -10px;
    margin-bottom: 10px;
}

.honor .wrap .right .pic {
    float: left;
    padding-top: 20px;
}

.honor .wrap .right .pic1 {
    float: left;
    width: 480px;
    padding-top: 5px;
}

.honor .wrap .right .pic1 ul li {
    float: left;
    width: 140px;
    padding: 5px;
}


/*代表*/

.rep {
    width: 100%;
    background: #fff;
}

.rep .rep1 {
    padding-top: 20px;
}

.rep img {
    margin: 0 auto;
    background: #fff;
}

.rep .wrap {
    background: #FFFFFF;
}

.rep .wrap ul {
    padding: 28px 10px;
    margin-top: 20px;
}

.rep .wrap ul li {
    float: left;
    width: 184px;
    height: 210px;
    border: 1px solid #cccccc;
    margin: 0 5px;
    position: relative;
    overflow: hidden;
    font-size: 14px;
}

.rep .wrap ul li span {
    width: 184px;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    position: absolute;
    bottom: 0;
}

.rep .wrap ul li img{
    width: 184px;
    height: 210px;
}

.rep .wrap ul li span h4 {
    font-size: 14px;
    padding-top: 5px;
    padding-left: 4px;
}

.rep .wrap ul li span p {
    font-size: 12px;
    padding-bottom: 5px;
    padding-left: 4px;
}


/*服务报导*/

.report {
    width: 100%;
    background: #fff;
}

.report .report1 {
    padding: 20px 0;
}

.report img {
    margin: 0 auto;
    background: #fff;
}

.report .wrap ul {
    width: 950px;
    padding: 20px 30px;
}

.report .wrap ul li {
    width: 300px;
    height: 150px;
    float: left;
    padding: 5px;
    padding-right: 10px;
}

.report .wrap ul li .left {
    float: left;
    width: 155px;
    height: 150px;
    border: 1px solid #ccc;
}

.report .wrap ul li .left img {
    width: 145px;
    height: 140px;
    margin: 5px;
}

.report .wrap ul li .right {
    float: right;
    width: 130px;
}

.report .wrap ul li .right h4 {
    width: 100%;
    height: 60px;
    overflow: hidden;
    font-size: 14px;
    color: #333;
    font-weight: bold;
}

.report .wrap ul li .right p {
    width: 100%;
    height: 88px;
    line-height: 22px;
    overflow: hidden;
    font-size: 14px;
    color: #666;
}

.report .wrap ul li .right p a {
    font-size: 14px;
    color: #c10001;
}


/*服务报导*/

.pro {
    width: 100%;
    background: #fff;
}

.pro .pro1 {
    padding: 20px 0;
}

.pro img {
    margin: 0 auto;
    background: #fff;
}

.pro .wrap ul li {
    float: left;
    width: 464px;
    height: 392px;
    background: url(../images/book.png) no-repeat;
    position: relative;
    margin-left: 24px;
}

.pro .wrap ul li .left {
    float: left;
    width: 170px;
    height: 270px;
    position: absolute;
    left: 30px;
    top: 60px;
}

.pro .wrap ul li .left h4 {
    font-size: 18px;
    padding-top: 10px;
    text-align: center;
}

.pro .wrap ul li .left p {
    font-size: 14px;
    text-align: center;
}

.pro .wrap ul li .right {
    float: right;
    position: absolute;
    width: 192px;
    height: 270px;
    right: 30px;
    top: 45px;
}

.pro .wrap ul li .right h4 {
    width: 100%;
    height: auto;
    line-height: 24px;
    overflow: hidden;
    font-size: 14px;
    color: #c10001;
    font-weight: bold;
    padding-bottom: 5px;
}

.pro .wrap ul li .right p {
	width: 100%;
	height: 240px;
	line-height: 24px;
	overflow: hidden;
	font-size: 14px;
	position: absolute;
	left: -5px;
	top: 45px;
}

.pro .wrap ul li .right a {
    color: #c10001;
    font-size: 14px;
}


/*视频*/

.video {
    width: 100%;
    background: #fff;
}

.video .video1 {
    padding: 20px 0;
}

.video img {
    margin: 0 auto;
    background: #fff;
}

.video .wrap ul {
    padding: 40px;
}

.video .wrap ul li {
    float: left;
    padding-left: 45px;
}

.video .wrap ul li img {
    width: 390px;
    height: 360px;
    border: 1px solid #ccc;
    border-radius: 5px;
}


/*.video .wrap ul li img:hover{
    background: url(../images/video12.png) no-repeat;
}*/


/*花絮*/

.tid {
    width: 100%;
    background: #fff;
}

.tid .tid1 {
    padding: 20px 0;
}

.tid img {
    margin: 0 auto;
    background: #fff;
}

.tid .wrap {
    margin: 0 auto;
    width: 1000px;
    padding: 20px;
}

.tid .wrap .swiper2 .swiper-wrapper .swiper-slide {
    padding: 0 40px;
}

.scroll-img {
    width: 940px;
    height: 220px;
    overflow: hidden;
    font-size: 0;
    float: left;
}

.scroll-img ul li {
    display: inline-block;
    margin: 10px 0 10px 10px;
}

#demo2 .scroll-img ul {
    width: 10000px;
}

.btn {
    display: block;
    width: 28px;
    float: left;
    border: 0 none;
    cursor: pointer;
    background: none;
    outline: none;
}

.icon-left {
    display: block;
    width: 28px;
    height: 200px;
    background: url(../images/rbtn.png) no-repeat center center;
}

.icon-right {
    display: block;
    width: 28px;
    height: 200px;
    background: url(../images/lbtn.png) no-repeat center center;
}


/*交流*/

.com {
    width: 100%;
    background: #fff;
    padding-bottom: 30px;
}

.com .com1 {
    padding: 20px 0;
}

.com .wrap {
    background: fff;
}

.com img {
    margin: 0 auto;
    background: #fff;
}

.com .left {
    width: 470px;
    height: 550px;
    float: left;
    background: #fff;
}

.com .right {
    width: 470px;
    height: 550px;
    float: right;
    background: #fff;
}

.com .right p {
    width: 460px;
    color: #ec1010;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ec1010;
    padding: 10px 0 10px 10px;
}

.com .right ul li {
    padding: 8px 0 4px;
}

.com .left p {
    width: 460px;
    color: #ec1010;
    font-size: 18px;
    font-weight: bold;
    border-bottom: 2px solid #ec1010;
    padding: 10px 0 10px 10px;
}

.com .left table tbody tr td {
    font-size: 14px;
    text-align: left;
    padding-left: 10px;
    padding-top: 10px;
}

.btn1 {
    margin-left: -80px;
    margin-bottom: 20px;
    width: 60px;
    line-height: 30px;
    cursor: pointer;
}

.btn2 {
    margin-left: -60px;
    margin-bottom: 20px;
    width: 60px;
    line-height: 30px;
    cursor: pointer;
}

.footer {
    width: 100%;
    background: #fff;
    padding-top: 10px;
}

.com .wrap {
    background: #fff;
}

.flash {
    width: 480px;
    height: 400px;
    float: left;
    margin-top: 20px;
    margin-left: 20px;
}

.out-img {
    position: relative;
    width: 480px;
    height: 400px;
    overflow: hidden;
}

.out-img .img {
    width: 50000px;
    position: absolute;
    left: 0;
    top: 0;
}

.out-img .img li {
    float: left;
    position: relative;
}

.out-img .img li p {
    position: absolute;
    left: 0;
    bottom: 0;
    height: 40px;
    width: 100%;
    background: rgba(0, 0, 0, 0.7);
    color: #ffffff;
    text-indent: 10px;
    line-height: 40px;
}

.out-img .num {
    width: 100%;
    position: absolute;
    text-align: right;
    left: 0;
    bottom: 10px;
    font-size: 0;
}

.out-img .num li {
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    margin: 0 3px;
    display: inline-block;
    cursor: pointer;
}

.out-img .num li.on {
    background-color: #e01428;
}

.out-img .btn {
    position: absolute;
    width: 30px;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    background: rgba(0, 0, 0, 0.5);
    color: #ffffff;
    font-size: 30px;
    line-height: 50px;
    font-family: "宋体";
    text-align: center;
    cursor: pointer;
    display: none;
}

.out-img:hover .btn {
    display: block;
}

.out-img .btn-l {
    left: 0;
}

.out-img .btn-r {
    right: 0;
}

#demo-right {
    width: 960px;
    margin: 0 auto;
    padding: 20px;
    background: #ffffff;
}


/*Horizontal Orientation CSS*/

.jscarousal-horizontal {
    width: 960px;
    height: 187px;
    position: relative;
    /*overflow: hidden;*/
}

.jscarousal-horizontal-back,
.jscarousal-horizontal-forward {
    float: left;
    width: 45px;
    height: 187px;
    color: #ffffff;
    position: relative;
    top: 0;
    cursor: pointer;
}

.jscarousal-horizontal-back {
    background-image: url(../images/left_arrow.jpg);
    background-repeat: no-repeat;
    background-position: left;
}

.jscarousal-horizontal-forward {
    background-image: url(../images/right_arrow.jpg);
    background-repeat: no-repeat;
    background-position: right;
}

.jscarousal-contents-horizontal {
    width: 870px;
    height: 187px;
    float: left;
    position: relative;
    overflow: hidden;
}

.jscarousal-contents-horizontal > div {
    position: absolute;
    width: 100%;
    height: 187px;
}

.jscarousal-contents-horizontal > div > div {
    float: left;
    margin-left: 5px;
    margin-right: 5px;
    position: relative;
}

.jscarousal-contents-horizontal img {
    width: 280px;
    height: 187px;
    display: block;
}

#carouselh div span {
    font-size: 14px;
    display: block;
    width: 280px;
    height: 30px;
    line-height: 30px;
    color: #999999;
    text-align: center;
}

#carouselh div span {
    position: absolute;
    display: block;
    left: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: block;
    width: 280px;
    height: 30px;
    color: #ffffff;
    text-align: center;
}


/*Horizontal Orientation CSS Ends*/


/*Common*/

.hidden {
    display: none;
}

.visible {
    display: block;
}

.thumbnail-active {
    filter: alpha(opacity=100);
    opacity: 1.0;
    cursor: pointer;
}

.thumbnail-inactive {
    filter: alpha(opacity=20);
    opacity: 0.2;
    cursor: pointer;
}

.com input.yzm {
    float: left;
}

.com img.yzm-img {
    float: left;
    margin-left: 5px;
}
