﻿@charset "UTF-8";

@font-face {
    font-family: 'douyu';
    src: url('douyu.otf');
}
@font-face {
    font-family: 'impact';
    src: url('impact.ttf');
}
body,
p,
form,
textarea,
h1,
h2,
h3,
h4,
h5,
dl,
dd {
    margin: 0px;
}

html {
    min-width: 1320px;
}

input,
button,
ul,
ol {
    margin: 0px;
    padding: 0px;
}

body,
input,
button,
form {
    font-size: 14px;
    line-height: 30px;
    font-family: "microsoft yahei", 'Helvetica Neue', Helvetica, Arial, sans-serif;
    color: #333333;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: 14px;
    font-weight: normal;
}

ul,
ol,
li {
    list-style: none;
}

input {
    background: none;
    border: 0 none;
}

img,
iframe {
    border: 0px;
}

button,
input,
select,
textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    width: 100%;
    overflow-x: hidden;
    background: #eee;
}

.red {
    color: #f6121c;
}

.cl {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.tac {
    text-align: center;
}

.tar {
    text-align: right;
}

.poa {
    position: absolute;
}

.por {
    position: relative;
}

.hidden {
    display: none;
}

.w1200 {
    width: 1320px;
    margin: 0px auto;
}

.w1440 {
    width: 1440px;
    margin: 0px auto;
}

.ico {
    background: url(../images/ico.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

.btn-ico {
    background: url(../images/btn-ico.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
}

a {
    color: #333333;
    text-decoration: none;
}

a:hover {
    color: #25a;
    text-decoration: none;
}

a:visited {
    text-decoration: none;
}

.ease,
.ease * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.noease,
.noease * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

:-moz-placeholder {
    color: #aaa;
}

::-moz-placeholder {
    color: #aaa;
}

input:-ms-input-placeholder,
textarea:-ms-input-placeholder {
    color: #aaa;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
    color: #aaa;
}

/*清除浮动*/
.clearfix {
    *zoom: 1;
}

.clearfix:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

/*topp*/
.topp {
    width: 100%;
    height: 30px;
    margin: 0 auto;
    background: #333;
}

.topp .topb {
    width: 1320px;
    height: 100%;
    margin: 0 auto;
}

.topp .topb .topl {
    width: 50%;
    line-height: 30px;
    color: #fff;
    float: left;
}

.topp .topb .topr {
    width: 50%;
    line-height: 30px;
    color: #fff;
    float: right;
    text-align: right;
}

/*header*/
.header {
    width: 100%;
    height: 200px;
    background: #fff;
}

.header .hbox {
    width: 1320px;
    height: 140px;
    margin: 0 auto;
    z-index: 9;
}

.header .hbox .logo {
	width: 580px;
	height: 140px;
	float: left;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
}

.header .hbox .phone {
    width: 460px;
    height: 140px;
    float: right;
}

.header .phone .topewm {
    width: 100px;
    height: 100px;
    padding-top: 20px;
    float: left;
}

.header .phone .topewm img {
    width: 100%;
}

.header .phone .toptag {
    width: 351px;
    float: right;
}

.header .phone .toptag ul {
    height: 74px;
}

.header .phone .toptag li {
    width: 65px;
    float: left;
    padding-top: 20px;
    margin-left: 20px;
    text-align: center;
    font-size: 16px;
    color: #333;
}

.header .phone .toptag .cell {
    width: 100%;
    height: 40px;
    margin-top: 10px;
    line-height: 40px;
    text-align: center;
    clear: both;
}

.header .phone .toptag .cell img {
    height: 100%;
    vertical-align: top;
}

.header .phone .toptag .cell span {
    color: #25a;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
}


.header .nav {
    width: 100%;
    height: 60px;
    background: #25a;
}

.header .nav ul {
    width: 1320px;
    height: 60px;
    margin: 0 auto;
}

.header .nav ul li {
    width: 220px;
    height: 60px;
    float: left;
    text-align: center;
    line-height: 60px;
}

.header .nav ul li a {
    line-height: 20px;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    overflow: hidden;
    text-align: center;
}
.header .nav ul li.hover,
.header .nav ul li:hover {
    background: #ff8800;
}

.header .nav ul li.hover .nav1,
.header .nav ul li:hover .nav1 {
    font-weight: bold;
}

.header .nav ul li.hover::after,
.header .nav ul li:hover::after {
    display: block;
    margin-top: 6px;
}


/* banner */
.banner,
.banner .list,
.banner img {
    height: 800px;
}

.banner {
    width: 100%;
    min-width: 1300px;
    position: relative;
}

.banner .list {
    width: 100%;
}

.banner .list li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
    background: #fff;
}

.banner img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

.banner .tip {
    width: 1000px;
    height: 14px;
    line-height: 14px;
    position: absolute;
    bottom: 30px;
    text-align: center;
    left: 50%;
    margin-left: -500px;
    z-index: 99;
}

.banner .tip span {
    display: inline-block;
    vertical-align: top;
    height: 12px;
    width: 12px;
    border-radius: 100%;
    border: 2px solid #fff;
    background: none;
    margin: 0 8px;
    cursor: pointer;
}

.banner .tip span.cur {
    background: #25a;
    border: 2px solid #25a;
}

/*******************index css*********************/

.indexTit {
    text-align: center;
    width: 100%;
    position: relative;
    margin: 60px 0 45px;
}

.indexTit .en {
    font-size: 50px;
    line-height: 65px;
    margin-bottom: 5px;
    display: block;
    text-transform: uppercase;
    color: #000;
}

.indexTit .en strong {
    color: #3f9f4e;

}

.indexTit h3 {
    font-size: 24px;
    height: 44px;
    line-height: 44px;
    color: #fff;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    text-align: center;
    background: #25a;
    padding: 0 26px;
    position: relative;
    z-index: 3;
}

/*product*/
.ipro {
    width: 100%;
    height: 1000px;
    overflow: hidden;
    background: url(../images/pbg.jpg) no-repeat center;
}

.title {
    width: 1200px;
    height: 150px;
    margin: 30px auto;
    text-align: center;
    position: relative;
}

.title .tp1 {
    height: 60px;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    line-height: 70px;
    width: 100%;
    text-align: center;
}

.title .tp0 {
    margin: 10px auto;
}

.title .tp2 {
    font-size: 16px;
    color: #fff;
}

.ipro .title {
    margin-top: 30px;
}


.ipro .prob {
    width: 1320px;
    height: 660px;
    margin: 0 auto;
}

.ipro .prob .prol {
    width: 100%;
    height: 40px;
}

.ipro .prob .pron {
    width: 480px;
    height: 40px;
    margin: 0 auto;
}

.ipro .prob .pron .pi {
    width: 240px;
    height: 40px;
    float: left;
    text-align: center;
    line-height: 40px;
    transition: .3s;
    font-size: 20px;
    color: #fff;
    border-radius: 20px;
}
.ipro .prob .pron .pi:hover,.ipro .prob .pron .pi.on {
    background: #f80;
    font-weight: bold;
}



.ipro .prob .proi {
    width: 100%;
    height: 600px;
    overflow: hidden;
    margin-top: 20px;
}
.ipro .prob .proi .lanm{
    width: 400px;
    height: 600px;
    background: #25a;
    float: left;
}
.ipro .prob .proi .lanm h1{
    width: 100%;
    text-align: center;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    padding-top: 20px;
    line-height: 80px;
}
.ipro .prob .proi .lanm div{
    width: 360px;
    height: 300px;
    margin: 0 auto;
}
#watermark,#watermark1{
    position: relative;
}
#watermark::after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/shuiyin1.png) center;
    background-size: 36%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: .2;
}
#watermark1::after{
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    background: url(../images/shuiyin1.png) center;
    background-size: 36%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 999;
    opacity: .1;
}
.ipro .prob .proi .lanm div img{
    width: 100%;
    height: 100%;
}
.ipro .prob .proi .lanm h2{
    width: 100%;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    line-height: 60px;
}
.ipro .prob .proi .lanm p{
    width: 300px;
    height: 50px;
    border-radius: 25px;
    margin: 10px auto;
    background: #f80;
    text-align: center;
    line-height: 50px;
    color: #fff;
    font-size: 20px;
    font-weight: bold;
}

.ipro .prob .proi ul {
    width: 900px;
    height: 600px;
    float: right;
}

.ipro .prob .proi li {
    width: 440px;
    height: 290px;
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
    position: relative;
    background: #25a;
}

.ipro .prob .proi li .img{
    width: 440px;
    height: 290px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}
.ipro .prob .proi li .img img {
    height: 100%;
}
.ipro .prob .proi li p{
    width: 100%;
    height: 40px;
    color: #fff;
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
    position: absolute;
    bottom: 0;
    z-index: 9;
}

.ipro .prob .proi ul li:nth-child(2n) {
    margin-right: 0;
}

/*优势*/

.iadvan {
    width: 100%;
    height: 900px;
    background: url(../images/abg.jpg) no-repeat center;
    padding-top: 50px;
}
.iadvan .title{
    margin-bottom: 0;
}
.iadvan .title .tp1 {
    color: #333;
}
.iadvan .title .tp2 {
    color: #333;
}

.iadvan .iadvanCon {
    width: 1320px;
    height: 786px;
    margin: 0 auto;
}

.iadvan .iadvanCon .adcon {
    width: 1320px;
    height: 786px;
    margin: 0 auto;
}


/*案例*/
.ihonor {
    width: 1320px;
    height: 700px;
    margin: 40px auto 0;
    position: relative;
}
.ihonor .title .tp1,.ihonor .title .tp2{
    color: #333;
}

.ihonor .canav{
    width: 480px;
    height: 480px;
    float: right;
}

.ihonor .canav li{
    width: 238px;
    height: 118px;
    float: left;
    border: 1px #999 solid;
}

.ihonor .canav li .caico{
    width: 100%;
    height: 70px;
}

.ihonor .canav li p{
    width: 100%;
    height: 48px;
    text-align: center;
    color: #666;
    font-weight: bold;
    line-height: 48px;
    font-size: 20px;
}

.ihonor .canav li:hover p,.ihonor .canav li.on p{background: #f80;border-color:#f80;color: #fff;}
.ihonor .canav li:hover,.ihonor .canav li.on{background: #f80;border-color:#f80;}
.ihonor .canav li:nth-child(1) .caico{background: url(../images/c1.png) no-repeat center;}
.ihonor .canav li:nth-child(2) .caico{background: url(../images/c2.png) no-repeat center;}
.ihonor .canav li:nth-child(3) .caico{background: url(../images/c3.png) no-repeat center;}
.ihonor .canav li:nth-child(4) .caico{background: url(../images/c4.png) no-repeat center;}
.ihonor .canav li:nth-child(5) .caico{background: url(../images/c5.png) no-repeat center;}
.ihonor .canav li:nth-child(6) .caico{background: url(../images/c6.png) no-repeat center;}
.ihonor .canav li:nth-child(7) .caico{background: url(../images/c7.png) no-repeat center;}
.ihonor .canav li:nth-child(8) .caico{background: url(../images/c8.png) no-repeat center;}

.ihonor .canav li:nth-child(1):hover .caico{background: url(../images/c11.png) no-repeat center;}
.ihonor .canav li:nth-child(2):hover .caico{background: url(../images/c22.png) no-repeat center;}
.ihonor .canav li:nth-child(3):hover .caico{background: url(../images/c33.png) no-repeat center;}
.ihonor .canav li:nth-child(4):hover .caico{background: url(../images/c44.png) no-repeat center;}
.ihonor .canav li:nth-child(5):hover .caico{background: url(../images/c55.png) no-repeat center;}
.ihonor .canav li:nth-child(6):hover .caico{background: url(../images/c66.png) no-repeat center;}
.ihonor .canav li:nth-child(7):hover .caico{background: url(../images/c77.png) no-repeat center;}
.ihonor .canav li:nth-child(8):hover .caico{background: url(../images/c88.png) no-repeat center;}


.ihonor .canav li.on:nth-child(1) .caico{background: url(../images/c11.png) no-repeat center;}
.ihonor .canav li.on:nth-child(2) .caico{background: url(../images/c22.png) no-repeat center;}
.ihonor .canav li.on:nth-child(3) .caico{background: url(../images/c33.png) no-repeat center;}
.ihonor .canav li.on:nth-child(4) .caico{background: url(../images/c44.png) no-repeat center;}
.ihonor .canav li.on:nth-child(5) .caico{background: url(../images/c55.png) no-repeat center;}
.ihonor .canav li.on:nth-child(6) .caico{background: url(../images/c66.png) no-repeat center;}
.ihonor .canav li.on:nth-child(7) .caico{background: url(../images/c77.png) no-repeat center;}
.ihonor .canav li.on:nth-child(8) .caico{background: url(../images/c88.png) no-repeat center;}

.ihonor .tempWrap{
    float: left;
}

.ihonor .cabox {
    width: 840px;
    height: 480px;
    overflow: hidden;
    float: left;
}

.ihonor .cabox ul {
    width: 100%;
    height: 480px;
    margin: 0 auto;
}

.ihonor .cabox li {
    width: 100%;
    height: 480px; 
    float: left;
    overflow: hidden;
    position: relative;
}

.ihonor .cabox li img {
    width: 100%;
    height: 100%;
}


/**iabout**/
.iabout {
    width: 100%;
    height: 880px;
    background: url(../images/abj.jpg) no-repeat top center;
    padding-top: 20px;
}
.iabout .title .tp1,.iabout .title .tp2{
    color: #333;
}
.iabout .abpic{
    width: 1320px;
    margin: -40px auto 30px;
    height: 480px;
}

.iabout .abpic .ap{
    width: 720px;
    height: 480px;
    float: left;
}
.iabout .abpic h1{
    width: 580px;
    float: right;
    font-size: 36px;
    font-weight: bold;
    color: #25a;
    line-height: 48px;
}

.iabout .contxt {
    width: 580px;
    font-size: 18px;
    text-align: justify;
    line-height: 36px;
    overflow: hidden;
    margin: 30px auto;
    color: #333;
    float: right;
}

.iabout .abo-nav{width:580px; height:50px;margin:0 auto;float: right;}
.iabout .abo-nav li{float:left;width:178px; height:48px;text-align: center; line-height: 48px;background:#fff;border: #999 1px solid;}
.iabout .abo-nav li a{font-size: 20px; color:#333;}
.iabout .abo-nav li.cur {background: linear-gradient(to left,#25a,#36b);width:180px; height:50px;border: none;}
.iabout .abo-nav li.cur a{color:#FFF;font-weight: bold;}

.iabout .m_zz{width: 1320px;margin:0px auto; position: relative;height:110px;  }
.iabout .m_zz li{ width:21.142%; height: 110px;padding-left:24px; box-sizing: border-box; float: left; text-align: left; position: relative;cursor: pointer;}
.iabout .m_zz li::before{content: "";position: absolute;width: 171px;height:83px;background:url(../images/szlibg.png) no-repeat;left:6px;bottom:6px;-webkit-transition: .5s;-moz-transition: .5s;transition: .5s;}
.iabout .m_zz li em{margin-left:0px;display: block; position: relative;z-index: 1;}
.iabout .m_zz li em b{ margin-left:0px;font-size:32px; color: #535353; font-family: "impact"; font-weight: bold;line-height: 38px;}
.iabout .m_zz li em i{ font-size: 14px;  color: #fff;text-align: center; font-weight: normal; text-align: center; line-height: 22px;width:22px; height: 22px;display: block;text-transform: uppercase;font-family: "Arial";position: absolute;bottom:5px; right:0px;background:url(../images/zz_i.png) no-repeat; }
.iabout .m_zz li h3{font-size: 28px; color: #333333; text-align: left; font-weight: normal; line-height: 42px;z-index: 1;position: relative;}

.iabout .m_zz li:nth-child(1) em{width: 68px;}
.iabout .m_zz li:nth-child(2) em{width:207px;}
.iabout .m_zz li:nth-child(2) em i{background:url(../images/zz_i1.png) no-repeat;}
.iabout .m_zz li:nth-child(2) em b{font-size: 22px;font-weight: bold;}
.iabout .m_zz li:nth-child(3) em{width: 105px;}
.iabout .m_zz li:nth-child(4) em{width: 105px;}
.iabout .m_zz li:nth-child(5){width: 15.432%;}
.iabout .m_zz li:nth-child(5) em{width: 68px;}

/*news*/
.nswsbox{font-family:"Microsoft Yahei";line-height:24px;font-size: 16px;clear: both;color: #999;position: relative;overflow: hidden;background:#eee;z-index: 1;height: 965px;}
.nswsbox:before{content: "";position: absolute;width:1400px;height:630px;top:226px;left:50%;margin-left: -700px;background:#fff;z-index: -1;}
.nswsbox .title .tp1,.nswsbox .title .tp2{
    color: #333;
}
.nswsbox .content{width: 1320px;margin: 0 auto;}
.news-nav{height:42px; margin:80px 0 66px;}
.news-nav ul{width:400px; float:left;}
.news-nav ul li{float:left;width:133px; height:42px; position: relative; line-height: 42px; text-align: center;background: #282828;}
.news-nav ul li a{display: block; font-size: 20px; color:#FFF;}
.news-nav ul li i{display: block; width:18px; height:7px; position: absolute; left:56px;bottom:-7px;}
.news-nav ul li.cur{background: #f80;}
.news-nav ul li.cur:before{content: "";position: absolute;width:0;height:0;border-right:8px solid transparent;border-left:8px solid transparent;border-top:8px solid #f80;left: 50%;top: 42px;margin-left: -8px;}
.news-nav b{display: block; height:42px; line-height: 42px;float:right;}
.news-nav b a{font-size: 16px; color:#999999; font-weight: normal; }
.news-left{width:607px; float:left;}
.news-left .news-top{height:301px; border-bottom:1px solid #dfdfe0;margin-bottom: 38px;}
.news-left .news-top em{display: block; height:44px; line-height: 44px;font-size: 22px; color:#333333;}
.news-left .news-top h4{height:46px; line-height: 46px;margin-bottom: 32px;width:610px;}
.news-left .news-top h4 a{display: block;font-size: 30px; color:#333333; font-weight: normal;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news-left .news-top p{line-height: 25px;font-size: 15px; color:#898888; margin-bottom: 26px;}
.news-left .news-top span{display: block; width:120px; height:36px; text-align: center; line-height: 36px; border:2px solid #15262e;}
.news-left .news-top span a{display: block; font-size: 14px; color:#333333;}
.news-left ul li{height:35px;}
.news-left ul li em{display: block;height:35px; line-height: 35px;font-size: 15px; color:#444444; float:left;position: relative; overflow: hidden; text-overflow: ellipsis; width: 485px; white-space: nowrap; }
.news-left ul li em:before{display: none;width: 100%; height:1px; background:#004f9a; content:""; position: absolute; left:0;top:26px;}
.news-left ul li i{display: block; height:35px;line-height: 35px; float:right;font-size: 15px; color:#aaaaaa;}
.news-left ul li:hover em{color:#004f9a;font-weight: bold;}
.news-left ul li:hover em:before{display: block;}
.news-rig{width:680px;float:right; margin-top: 6px;}
.news-rig ul li{float:left; width:330px;height: 210px; margin-bottom: 20px; position: relative;}
.news-rig ul li span{display: block; width:100%;height: 100%; line-height: 0; overflow: hidden;}
.news-rig ul li span img{width:100%;height: 100%;}
.news-rig ul li em{display: block; width:100%;height:32px; line-height: 32px; text-align: center; font-size: 15px; color:#FFF;background:rgba(0,0,0,0.8); position: absolute; left:0;bottom:0;box-sizing:border-box;padding:0 10px;white-space: nowrap; text-overflow: ellipsis; overflow: hidden;}
.news-rig ul li:nth-child(2n){float:right;}








.imsg {
    width: 100%;
    height: 290px;
    background: url(../images/imsgbg.jpg) no-repeat center top;
}

.imsg .title {
    font-size: 30px;
    color: #000;
    text-align: center;
    padding: 50px 0 40px;
}

.imsg .imsgCon {
    width: 680px;
    margin: 0 auto;
}

.imsg .imsgCon .list {
    width: 105%;
}

.imsg .imsgCon .item {
    float: left;
    width: 328px;
    height: 45px;
    margin: 0 25px 22px 0;
    line-height: 45px;
    background: #fff;
    position: relative;
}

.imsg .imsgCon .item .msg-box {
    position: absolute;
    left: 0;
}

.imsg .imsgCon .item label {
    width: 62px;
    height: 45px;
    text-align: center;
    float: left;
}

.imsg .imsgCon .item input {
    width: 266px;
    float: left;
    height: 45px;
    outline: none;
    background: none;
    border: 0px;
}

.imsg .imsgCon .item.itemx {
    width: 547px;
}

.imsg .imsgCon .item.itemx textarea {
    width: 480px;
    float: left;
    height: 45px;
    line-height: 45px;
    outline: none;
    background: none;
    border: 0px;
    font-family: "microsoft yahei";
    resize: none;
}

.imsg .imsgCon .btn {
    width: 109px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: #25a;
    cursor: pointer;
    color: #fff;
}

.bmsg {
    width: 510px;
    padding: 0 30px;
    margin: 0 30px;
    border-right: 1px solid #354b91;
    border-left: 1px solid #354b91;
}

.bmsg .tit {
    margin-bottom: 15px;
}

.bmsg .item {
    float: left;
    width: 247px;
    height: 40px;
    line-height: 40px;
    background: none;
    position: relative;
    border: 1px solid #354b91;
    margin-bottom: 12px;
}

.bmsg .item .txt {
    padding: 0;
}

.bmsg .item label {
    width: 42px;
    height: 40px;
    font-size: 12px;
    color: #848db2;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
}

.bmsg .item input {
    width: 100%;
    height: 40px;
    color: #fff;
    line-height: 40px;
    text-indent: 42px;
    outline: none;
    background: none;
    border: 0px;
}

.bmsg .item.mr11 {
    margin-right: 11px;
}

.bmsg .item.itemx {
    width: 508px;
    height: 70px;
    position: relative;
    margin-bottom: 18px;
}

.bmsg .item.itemx textarea {
    width: 100%;
    height: 51px;
    line-height: 40px;
    text-indent: 42px;
    color: #fff;
    outline: none;
    background: none;
    border: 0px;
    font-family: "microsoft yahei";
    resize: none;
    overflow: hidden;
}

.bmsg .btn {
    width: 170px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: #30a25d;
    border-radius: 3px;
    cursor: pointer;
    color: #fff;
}

.contactf {
    height: 140px;
    width: 100%;
    background-color: #25a;
}

.contactf ul{
    width: 1200px;
    height: 100px;
    margin: 0 auto;
    padding: 20px 0;
}

.contactf ul li{
    height: 100px;
    float: left;
    border-right: 1px #fff solid;
    color: #fff;
    font-size: 20px;
    line-height: 100px;
    padding-left: 50px;
    padding-right: 100px;
}
.contactf ul li span{
    font-weight: bold;
}
.contactf ul li:nth-child(1){
    padding-left: 0;
}
.contactf ul li:nth-child(3){
    border: none;
    padding-right: 0;
}

.footer {
    width: 100%;
    height: 480px;
    background: url(../images/fbg.jpg) no-repeat center;
}

.footer .fnav{
    text-align: center;
    width: 100%;
    height: 110px;
    line-height: 110px;
    border-bottom: 1px #666 solid;
    margin-bottom: 49px;
}
.footer .fnav a{
    color: #fff;
    font-size: 20px;
}
.footer .fnav span{
    color: #fff;
    padding: 0 30px;
}
.footer .fnav span:last-child{
    display: none;
}

.footer .zuo1 {
    width: 300px;
    float: left;
}

.footer .zuo1 h2{
    font-size: 30px;
    font-weight: bold;
    line-height: 40px;
    color: #fff;
}
.footer .zuo1 .ewm{
    width: 120px;
    height: 140px;
    margin-top: 20px;
}
.footer .zuo1 .ewm img{
    width: 100%;
}
.footer .zuo1 .ewm p{
    width: 100%;
    text-align: center;
    font-size: 14px;
    color: #fff;
    line-height: 20px;
}

.footer .zuo {
    width: 220px;
    height: 170px;
    float: left;
}

.footer .zuo h2 {
    width: 100%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}
.footer .zuo h4 {
    width: 60px;
    height: 6px;
    border-radius: 3px;
    background: #f80;
    margin: 20px 0 40px;
}

.footer .zuo li {
    font-size: 18px;
    line-height: 36px;
}

.footer .zuo li a {
    color: #666;
}

.footer .you {
    float: right;
    width: 350px;
}

.footer .you h2 {
    width: 100%;
    font-size: 30px;
    color: #fff;
    font-weight: bold;
}

.footer .you h2 img {
    width: 100%;
}

.footer .you h4 {
    width: 60px;
    height: 6px;
    border-radius: 3px;
    background: #f80;
    margin: 20px 0 40px;
}
.footer .you p{
    font-size: 18px;
    color: #666;
    line-height: 36px;
}
.footer .you p span{
    font-weight: bold;
    font-size: 30px;
    color: #fff;
}

.cop {
    font-size: 14px;
    color: #666;
    text-align: center;
    width: 100%;
    height: 30px;
    background: #333;
    line-height: 30px;
    border-top: 1px #666 solid;
}

.cop a {
    color: #666;
}

/***********************content css*************************/
/*nybanner*/
.nybanner {
    width: 100%;
    height: 300px;
    position: relative;
    padding-top: 95px;
    overflow: hidden;
    background-position: center bottom;
    background-repeat: no-repeat;
}

.sitepath {
    height: 50px;
    line-height: 50px;
    width: 100%;
    background: #fff;
    font-size: 12px;
    color: #999999;
}

.sitepath a {
    color: #999999;
}

.sitepath a:hover {
    color: #25a;
}

.n-menu {
    width: 100%;
    height: 60px;
    line-height: 60px;
    background: #444444;
    margin: 60px 0 30px;
}

.n-menu li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0 25px;
    height: 60px;
    background: url(../images/nav-split.jpg) no-repeat left center;
}

.n-menu li a {
    display: block;
    color: #fff;
    height: 60px;
    line-height: 60px;
    font-size: 16px;
    position: relative;
}

.n-menu li:first-child {
    margin-left: 10px;
    background: none;
}

.n-menu li.cur a,
.n-menu li:hover a {
    color: #25a;
    cursor: pointer;
}

.n-menu li.cur a:after,
.n-menu li:hover a:after {
    width: 100%;
    content: "\20";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    background: #25a;
    height: 3px;
}

/* n-tit */
.n-tit {
    text-align: center;
    line-height: 25px;
}

.n-tit span {
    display: inline-block;
    vertical-align: middle;
}

.n-tit .en {
    font-size: 12px;
    font-family: arial;
    text-transform: uppercase;
    color: #666666;
    margin: 0 8px;
}

.n-tit .line {
    width: 5px;
    height: 2px;
    background: #666666;
}

.n-tit h3 {
    font-size: 20px;
    font-weight: bold;
    color: #25a;
}

/* reLink */
.reLink {
    width: 100%;
    margin: 20px 0 10px;
    line-height: 60px;
    border-top: 2px solid #dddddd;
}

.reLink .nextLink,
.reLink .prevLink {
    width: 50%;
    line-height: 60px;
    color: #333333;
}

.reLink .nextLink {
    text-align: right;
}

.reLink a:hover {
    color: #25a;
}

.bgf5 {
    background: #fff;
}

.sideMenu{
    width: 220px;
    float: left;
}
.sideMenu h3{
    width: 100%;
    height: 60px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: #25a;
    font-weight: bold;
    margin-bottom: 13px;
    border-radius: 4px;
}
.sideMenu .item {
    width: 218px;
    position: relative;
    border-radius: 4px;
    display: block;
    margin-bottom: 13px;
    text-align: center;
    border: 1px solid #d5d5d5;
    background: #f0f0f0;
}

.sideMenu .item:hover,
.sideMenu .item.on {
    background: #25a;
    border-color: #25a;
}

.sideMenu .item:hover a,
.sideMenu .item.on a {
    color: #fff;
}

.left-menu {
    width: 220px;
}

.left-menu .ptit{
    width: 100%;
    height: 60px;
    font-size: 26px;
    color: #fff;
    text-align: center;
    line-height: 60px;
    background: #25a;
    font-weight: bold;
    margin-bottom: 13px;
    border-radius: 4px;
}

.left-menu .item {
    width: 218px;
    position: relative;
    border-radius: 4px;
    display: block;
    margin-bottom: 13px;
    text-align: center;
    border: 1px solid #d5d5d5;
    background: #f0f0f0;
}

.left-menu .item h3 {
    font-size: 18px;
    color: #333;
    padding: 10px 0;
}

.left-menu .item s {
    width: 45px;
    height: 45px;
    display: block;
    margin: 0 auto;
    background: url(../images/left-ico.png) no-repeat 0 0;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.left-menu .item:hover,
.left-menu .item.hover {
    background: #25a;
    border-color: #25a;
}

.left-menu .item:hover h3,
.left-menu .item.hover h3 {
    color: #fff;
}

.left-menu .item.a1 s,
.left-menu .item.a7 s,
.left-menu .item.a13 s {
    background-position: 0 0;
}

.left-menu .item.a1:hover s,
.left-menu .item.a1.hover s,
.left-menu .item.a7:hover s,
.left-menu .item.a7.hover s,
.left-menu .item.a13:hover s,
.left-menu .item.a13.hover s {
    background-position: -60px 0;
}

.left-menu .item.a2 s,
.left-menu .item.a8 s,
.left-menu .item.a14 s {
    background-position: 0 -60px;
}

.left-menu .item.a2:hover s,
.left-menu .item.a2.hover s,
.left-menu .item.a8:hover s,
.left-menu .item.a8.hover s,
.left-menu .item.a14:hover s,
.left-menu .item.a14.hover s {
    background-position: -60px -60px;
}

.left-menu .item.a3 s,
.left-menu .item.a9 s,
.left-menu .item.a15 s {
    background-position: 0 -120px;
}

.left-menu .item.a3:hover s,
.left-menu .item.a3.hover s,
.left-menu .item.a9:hover s,
.left-menu .item.a9.hover s,
.left-menu .item.a15:hover s,
.left-menu .item.a15.hover s {
    background-position: -60px -120px;
}

.left-menu .item.a4 s,
.left-menu .item.a10 s {
    background-position: 0 -180px;
}

.left-menu .item.a4:hover s,
.left-menu .item.a4.hover s,
.left-menu .item.a10:hover s,
.left-menu .item.a10.hover s {
    background-position: -60px -180px;
}

.left-menu .item.a5 s,
.left-menu .item.a11 s {
    background-position: 0 -240px;
}

.left-menu .item.a5:hover s,
.left-menu .item.a5.hover s,
.left-menu .item.a11:hover s,
.left-menu .item.a11.hover s {
    background-position: -60px -240px;
}

.left-menu .item.a6 s,
.left-menu .item.a12 s {
    background-position: 0 -424px;
}

.left-menu .item.a6:hover s,
.left-menu .item.a6.hover s,
.left-menu .item.a12:hover s,
.left-menu .item.a12.hover s {
    background-position: -60px -424px;
}

.left-menu.left-menu2 s {
    background-image: url(../images/left-ico2.png);
}

.wrapper {
    padding: 35px 0 50px;
    min-height: 300px;
}

.wrapper .noinfor {
    color: #de182a;
}

.wrapper img {
    max-width: 100%;
}

.wrapper .content {
    width: 1060px;
}

.singlePage {
    width: 1160px;
    padding: 20px;
    background: #fff;
    margin: 35px auto 68px;
}

.singlePage img {
    max-width: 100%;
}

.piclist {
    width: 100%;
}

.piclist .item {
    width: 330px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    margin: 0 35px 35px 0;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    background: #fff;
}

.piclist .item:nth-child(3n) {
    margin-right: 0;
}

.piclist .item a,
.piclist .item img {
    margin: 0 auto;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.piclist .item a .fw {
  width: 330px;
  height: 245px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.piclist .item a .fw img {
  height: 100%;
}


.piclist .item h3 {
    color: #333;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    width: 100%;
    text-align: center;
    height: 42px;
    line-height: 40px;
}

.piclist .item:hover {
    background: #25a;
}

.piclist .item:hover h3 {
    color: #fff;
}

.gridlist {
    width: 105%;
}

.gridlist .item {
    width: 280px;
    float: left;
    overflow: hidden;
    cursor: pointer;
    margin: 0 35px 35px 0;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.gridlist .item a,
.gridlist .item img {
    width: 100%;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.gridlist .item img {
    height: 210px;
}

.gridlist .item .txtcon {
    height: 38px;
    padding: 5px 16px 0;
    border: 1px solid #d2d2d2;
    background: #fff;
}

.gridlist .item .more {
    width: 113px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    display: block;
    border: 1px solid #aaaaaa;
    font-size: 12px;
    color: ;
}

.gridlist .item h3 {
    color: #000;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
    text-align: center;
    font-weight: bold;
}

.gridlist .item .txt {
    line-height: 20px;
    height: 40px;
    overflow: hidden;
    font-size: 12px;
    margin: 0 0 5px;
    color: #666666;
}

.gridlist .item .dec {
    font-size: 12px;
    color: #999999;
}

.gridlist .item .dec span {
    margin-right: 25px;
}

.gridlist .item .dec .view s {
    width: 20px;
    height: 12px;
    margin-right: 3px;
    background-position: -116px 0;
}

.gridlist .item:hover img {
    -webkit-filter: brightness(110%);
    filters: brightness(110%);
}

.gridlist .item:hover h3 {
    color: #25a;
}

.catePage .catetxt {
    width: 100%;
    margin-bottom: 20px;
    border: 1px solid #eeeeee;
    padding: 20px 30px;
    background: #ffffff;
}

.catePage .catetxt .title {
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin: 10px 0 16px;
}

.catePage .catetxt .showContxt {
    color: #666666;
    line-height: 30px;
    padding-bottom: 20px;
}

.catePage .catetxt .showContxt .t {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #333;
    padding: 0 2px 5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.catePage .catetxt .showContxt .t:after {
    width: 20px;
    height: 2px;
    content: "\20";
    background: #25a;
    display: block;
    position: absolute;
    left: 2px;
    bottom: -1px;
}

.catePage .alink {
    width: 908px;
    height: 224px;
    margin: 30px auto;
    border: 1px solid #eeeeee;
    text-align: center;
    position: relative;
}

.catePage .alink a {
    position: absolute;
    left: 50%;
    top: 50%;
    display: block;
    margin: -20px 0 0 -88px;
    width: 177px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: url(../images/blue75.png) repeat 0 0;
    color: #fff;
    font-size: 16px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.catePage .alink a:hover {
    width: 200px;
    margin-left: -100px;
}

.catePage .c-case {
    width: 858px;
    padding: 40px 25px;
    border: 1px solid #eeeeee;
    background: #fff;
}

.catePage .c-case .n-tit {
    margin-bottom: 35px;
}

.catePage .c-case .gridlist .item {
    width: 270px;
    margin-right: 24px;
}

.catePage .c-casew z .gridlist .item img {
    height: 203px;
}

.catePage .c-case .more {
    width: 158px;
    height: 33px;
    display: block;
    margin: 0 auto;
    *margin-top: 30px;
    line-height: 33px;
    text-align: center;
    border: 1px solid #25a;
    color: #25a;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.catePage .c-case .more:hover {
    background: #25a;
    color: #fff;
}

.newsPage .item {
    height: 193px;
    border: 1px solid #e5e5e5;
    background: #fff;
    display: block;
    margin-bottom: 35px;
    padding: 0 30px 0 0 ;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.newsPage .item .img {
    width: 260px;
    height: 195px;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: all ease 300ms;
    float: left;
    
    margin-right: 30px;
}
.newsPage .item .img img{
    height: 100%;
}

.newsPage .item h3 {
    font-size: 20px;
    color: #000000;
    line-height: 30px;
    padding: 30px 0 0;
    height: 30px;
    overflow: hidden;
    margin-bottom: 8px;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.newsPage .item .txt {
    color: #999999;
    line-height: 24px;
    height: 72px;
    overflow: hidden;
}

.newsPage .item .time {
    font-size: 12px;
    display: block;
    line-height: 20px;
    color: #666666;
}

.newsPage .item .dec {
    color: #999;
    padding: 0 0 25px;
}

.newsPage .item .dec .split {
    width: 1px;
    height: 14px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 35px 0 30px;
    background: #999;
}

.newsPage .item .dec .view s {
    width: 20px;
    height: 12px;
    margin-right: 3px;
    background-position: -116px 0;
}

.newsPage .item.hasimg {
    position: relative;
}

.newsPage .item.hasimg img {
    position: absolute;
    left: -1px;
    top: -1px;
}

.newsPage .item:hover {
    background: #f9f9f9;
}

.newsPage .item:hover .img {
    -webkit-filter: brightness(108%);
    filters: brightness(108%);
}

.newsPage .item:hover h3 {
    color: #25a;
}

.contactPage {
    background: #fff;
    margin: 35px auto 68px;
    height: auto;
    overflow: hidden;
}

.contactPage .mapArea {
    width: 670px;
    height: 400px;
    overflow: hidden;
}

.contactPage .txtcon {
    width: 100%;
    padding: 20px 0;
    line-height: 33px;
    color: #666;
}

.contactPage .txtcon .ico {
    width: 26px;
    height: 30px;
    display: block;
    background-position: -46px 0;
}

.contactPage .txtcon .en {
    font-size: 37px;
    color: #000;
    padding: 0 0 5px;
    font-family: impact;
    display: block;
}

.contactPage .txtcon h3 {
    font-size: 20px;
    color: #000;
    padding: 5px 0 0;
}

.contactPage .txtcon li s {
    width: 20px;
    height: 22px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 14px;
    background: url(../images/con-ico.png) no-repeat center 3px;
}

.contactPage .txtcon li.a2 s {
    background-position: center -32px;
}

.contactPage .txtcon li.a3 s {
    background-position: center -67px;
}

.contactPage .txtcon li.a4 s {
    background-position: center -103px;
}

.contactPage .txtcon li.a5 s {
    background-position: center -139px;
}

.formData {
    padding-bottom: 20px;
}

.formData .item {
    float: left;
    color: #999;
    font-weight: normal;
    width: 560px;
    height: 50px;
    line-height: 50px;
    border: 1px solid #e5e5e5;
    margin-right: 76px;
    margin-bottom: 30px;
    position: relative;
    background: #fff;
}

.formData .item label {
    padding-left: 15px;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 11;
    text-align: center;
    display: block;
    margin: 0;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    color: #cccccc;
}

.formData .item input {
    outline: none;
    line-height: 38px;
    height: 38px;
    font-size: 18px;
}

.formData .item .txt {
    width: 355px;
    height: 50px;
    line-height: 50px;
    display: block;
    background: none;
    padding-left: 70px;
    border: 0 none;
    color: #333;
}

.formData .item .red {
    position: absolute;
    right: 15px;
    top: 0;
    color: #ff0000;
    z-index: 11;
}

.formData .item.mr0 {
    margin-right: 0;
}

.formData .msg-box {
    position: absolute;
    left: 0;
    top: 0px;
}

.formData .liuyan {
    width: 1198px;
    height: 240px;
    border: 1px solid #e5e5e5;
    float: left;
}

.formData .liuyan label {
    text-align: right;
    display: block;
}

.formData .liuyan textarea {
    width: 1178px;
    height: 214px;
    line-height: 28px;
    padding: 12px 10px;
    text-indent: 100px;
    font-size: 18px;
    font-family: "microsoft yahei";
    color: #333;
    border: 0 none;
    overflow: hidden;
    background: none;
    resize: none;
    display: block;
    outline: none;
}

.formData .bot {
    width: 100%;
}

.formData .sub {
    width: 232px;
    line-height: 46px;
    border: 2px solid #25a;
    margin-right: 2px;
    text-align: center;
    background: #25a;
    color: #FFF;
    cursor: pointer;
    font-size: 18px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.formData .sub:hover {
    background: none;
    color: #25a;
}

.formData .yzm {
    width: 432px;
}

.formData .yzm .txt {
    padding-left: 80px;
}

.formData .yzm img {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0px;
    display: block;
}

.aboutPage {
    background: #fff;
    margin: 35px auto 68px;
}

.aboutPage .about-txt {
    padding: 40px 0 80px;
}

.aboutPage .about-txt .n-tit {
    margin-bottom: 48px;
}

.aboutPage .about-txt .list {
    margin-bottom: 50px;
}

.aboutPage .about-txt .list .split {
    width: 1px;
    height: 80px;
    margin-top: 5px;
    background: #e9e9e9;
    float: left;
}

.aboutPage .about-txt .list .item {
    width: 256px;
    float: left;
    padding-left: 60px;
}

.aboutPage .about-txt .list .item .num {
    color: #999;
    font-size: 16px;
    line-height: 16px;
}

.aboutPage .about-txt .list .item strong {
    font-family: Arial;
    font-size: 60px;
    color: #25a;
    margin-right: 5px;
    line-height: 60px;
}

.aboutPage .about-txt .list .item strong span {
    color: #25a;
}

.aboutPage .about-txt .list .item span {
    color: #999;
}

.aboutPage .about-txt .list .item.a1 {
    padding-left: 30px;
}

.aboutPage .about-txt .list .item.a4 {
    width: 170px;
}

.aboutPage .about-txt .txtcon {
    width: 1130px;
    margin: 0 auto;
    padding: 40px 0 0;
    border-top: 1px solid #f1f1f1;
    color: #666666;
    line-height: 28px;
}

.aboutPage .about-cul {
    width: 100%;
    height: 300px;
    padding-top: 35px;
    background: url(../images/about-culbg.jpg) no-repeat center top;
    text-align: center;
}

.aboutPage .about-cul .txt {
    color: #666666;
    padding-top: 35px;
    line-height: 30px;
}

.aboutPage .about-team {
    width: 100%;
    padding: 90px 0;
}

.aboutPage .about-team .list {
    width: 100%;
    padding-top: 45px;
}

.aboutPage .about-team .list .img,
.aboutPage .about-team .list .txt {
    width: 300px;
    float: left;
    height: 225px;
    overflow: hidden;
}

.aboutPage .about-team .list .img img {
    width: 100%;
    height: 225px;
    display: block;
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.aboutPage .about-team .list .img:hover img {
    transform: scale(1.08);
}

.aboutPage .about-team .list .txt {
    background: #25a;
    color: #fff;
}

.aboutPage .about-team .list .txt h3 {
    padding: 94px 0 24px;
    letter-spacing: 8px;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
}

.aboutPage .about-team .list .txt p {
    padding: 0 35px;
    line-height: 24px;
}

.aboutPage .about-history {
    position: relative;
    overflow: hidden;
    margin-bottom: 60px;
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.aboutPage .about-history * {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
    transition: none;
}

.aboutPage .about-history .timeline {
    position: relative;
}

.aboutPage .about-history .slide-wrap {
    width: 100%;
    overflow: hidden;
    padding: 50px 0 80px;
    position: relative;
    z-index: 3;
}

.aboutPage .about-history .slide-wrap .item {
    float: left;
    height: 120px;
    text-align: center;
    width: 1100px;
}

.aboutPage .about-history .slide-wrap .item a {
    display: block;
}

.aboutPage .about-history .slide-wrap .item .year {
    font-size: 80px;
    margin-top: 4px;
    font-family: "Century Gothic";
    line-height: 80px;
    margin-left: 140px;
    float: left;
    color: #333333;
}

.aboutPage .about-history .slide-wrap .item .split {
    width: 2px;
    height: 73px;
    float: left;
    margin: 10px 68px 0;
    background: #cccccc;
}

.aboutPage .about-history .slide-wrap .item .txt {
    float: left;
    width: 600px;
    line-height: 30px;
    height: 90px;
    overflow: hidden;
    text-align: left;
}

.aboutPage .about-history .slide-tip {
    width: 1100px;
    overflow: hidden;
    left: -101px;
    z-index: 3;
    position: relative;
}

.aboutPage .about-history .slide-tip #dates {
    width: 200%;
}

.aboutPage .about-history .slide-tip #dates li {
    float: left;
    width: 225px;
    height: 66px;
    font-size: 24px;
    font-family: "Century Gothic";
    text-align: center;
    color: #333;
}

.aboutPage .about-history .slide-tip #dates li a s {
    width: 6px;
    height: 6px;
    display: block;
    margin: 0 auto 4px;
    border-radius: 100%;
    background: #ffff;
}

.aboutPage .about-history .slide-tip #dates li a.selected s {
    display: block;
    background: #da4717;
}

.aboutPage .about-history .prev,
.aboutPage .about-history .next {
    width: 44px;
    height: 44px;
    display: block;
    position: absolute;
    top: 74px;
    cursor: pointer;
    background: url(../images/btn-ico.png) no-repeat 0 0;
}

.aboutPage .about-history .prev {
    left: 34px;
    background-position: 0 0;
}

.aboutPage .about-history .next {
    right: 34px;
    background-position: -102px 0;
}

.aboutPage .about-history .linebg {
    left: 50px;
    width: 1115px;
    position: absolute;
    bottom: 80px;
    z-index: 1;
}

.aboutPage .about-history .linebg .line {
    width: 100%;
    height: 21px;
    background: url(../images/timebg.png) no-repeat left bottom;
}

.aboutPage .about-honor {
    width: 100%;
    height: 520px;
    padding-top: 70px;
    background: url(../images/about-honorbg.jpg) no-repeat center top;
    color: #fff;
}

.aboutPage .about-honor .n-tit .en {
    color: #fff;
}

.aboutPage .about-honor .n-tit h3 {
    color: #fff;
}

.aboutPage .about-honor .poster-main {
    width: 875px;
    height: 350px;
    position: relative;
    margin: 50px auto 0;
    background: none;
}

.aboutPage .about-honor .poster-main a,
.aboutPage .about-honor .poster-main img {
    display: block;
    height: 100%;
    width: 100%;
    background: #000;
}

.aboutPage .about-honor .poster-main a h3 {
    text-align: center;
    margin-top: 8px;
    line-height: 30px;
    height: 30px;
    color: #fff;
    font-weight: bold;
    overflow: hidden;
}

.aboutPage .about-honor .poster-main .poster-list {
    width: 875px;
    height: 310px;
}

.aboutPage .about-honor .poster-main .poster-item {
    width: 400px;
    height: 300px;
    transition: none;
    position: absolute;
    left: 0;
    top: 0;
    border: 1px solid #dddddd;
}

.aboutPage .about-honor .poster-main .poster-btn {
    position: absolute;
    top: 0;
    z-index: 10;
    cursor: pointer;
}

.aboutPage .about-honor .poster-main .poster-prev-btn {
    left: -174px;
    background: url(../images/imgbtn-ico-left.png) no-repeat center center;
}

.aboutPage .about-honor .poster-main .poster-next-btn {
    right: -174px;
    background: url(../images/imgbtn-ico-right.png) no-repeat center center;
}

.aboutPage .box3 h1 {
    font-size: 36px;
    padding-bottom: 15px;
    text-align: center;
}

.aboutPage .box3 p {
    font-size: 16px;
    color: #828282;
    line-height: 24px;
    padding-bottom: 46px;
    text-align: center;
}

.aboutPage .box3 b {
    color: #25a;
}

.content.showNews {
    background: #fff;
    padding: 20px;
    width: 1020px;
}

.content.showNews .intitle {
    font-size: 22px;
    color: #333333;
    text-align: center;
    margin: 10px 0 16px;
}

.content.showNews .mark {
    color: #999999;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 20px;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
}

.content.showNews .mark span {
    margin: 0 10px;
    font-size: 12px;
}

.content.showNews .mark span i {
    font-style: normal;
}

.content.showNews .showContxt {
    color: #666666;
    padding: 0 2px 20px;
    line-height: 30px;
}

.content.showNews .showContxt .t {
    position: relative;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    color: #333;
    padding: 0 2px 5px;
    font-size: 16px;
    margin-bottom: 10px;
}

.content.showNews .showContxt .t:after {
    width: 20px;
    height: 2px;
    content: "\20";
    background: #25a;
    display: block;
    position: absolute;
    left: 2px;
    bottom: -1px;
}

.map_ul {
    list-style: outside none none;
    display: block;
    width: 100%;
    padding-top: 10px;
}

.map_ul li {
    display: block;
    width: 100%;
    padding-bottom: 10px;
    margin-bottom: 10px;
    border-bottom: 1px solid #DCDBDB;
    margin-left: 10px;
    float: left;
}

.map_ul li a {
    font-size: 14px;
    float: left;
    width: 100%;
    height: 23px;
    line-height: 23px;
    font-weight: bold;
}

.map_ul .list-inline {
    display: block;
    margin-left: 14%;
    width: 80%;
    min-height: 30px;
}

.map_ul .list-inline a {
    font-weight: normal;
    width: auto;
    float: none;
    line-height: 32px;
    height: 32px;
    margin: 0 10px 10px 0;
    display: inline-block;
    border: 1px solid #ccc;
    padding: 0px 10px;
}

.map_ul .list-inline a:hover {
    background: #25a;
    color: #fff;
}

/*Talent*/
.dialog-layout {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 100;
    top: 0;
    left: 0;
    background: #000;
    opacity: 0.3;
    filter: alpha(opacity=30);
}

.talentPage {
    overflow: hidden;
    background: #fff;
}

.talentPage em {
    font-style: normal;
}

.zhaopinCon {
    width: 908px;
    border: 1px solid #dddddd;
}

.zhaopinCon .title {
    height: 56px;
    border-bottom: 1px solid #dddddd;
    font-size: 16px;
    text-align: center;
    color: #333333;
    margin-bottom: 20px;
}

.zhaopinCon .title span {
    width: 1px;
    height: 16px;
    background: #dddddd;
    float: left;
    margin-top: 21px;
}

.zhaopinCon .title h3 {
    float: left;
    padding: 0 40px;
    cursor: pointer;
    height: 56px;
    line-height: 56px;
}

.zhaopinCon .title h3.cur {
    background: #25a;
    color: #fff;
    position: relative;
}

.zhaopinCon .title h3.cur s {
    width: 0;
    display: block;
    position: absolute;
    left: 50%;
    margin-left: -5px;
    bottom: -10px;
    content: "\20";
    border-top: 10px solid #25a;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.zhaopinCon .zlist {
    width: 100%;
    overflow: hidden;
    padding-top: 10px;
    padding-bottom: 30px;
}

.talentPage .zlist .list2 {
    width: 110%;
}

.talentPage .zlist .list2 .item {
    width: 262px;
    line-height: 40px;
    float: left;
    padding: 0 20px;
    border-right: 1px solid #dddddd;
}

.talentPage .item * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.talentPage .item h3 {
    font-size: 16px;
    color: #333333;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
}

.talentPage .item .txt {
    color: #666666;
}

.talentPage .item .time {
    color: #666666;
}

.talentPage .item .btn {
    width: 80px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    display: block;
    border: 1px solid #dddddd;
    margin-top: 6px;
    border-radius: 18px;
    font-size: 14px;
    color: #333333;
}

.zhaopinCon .seemore {
    display: block;
    font-size: 16px;
    padding: 25px 0 0 15px;
    text-align: center;
}

.talentPage .item .btn:hover {
    color: #fff;
    background: #25a;
    border-color: #25a;
}

.talentPage .itemCon {
    width: 870px;
    height: 364px;
    z-index: 111;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -182px 0 0 -435px;
    background: #fff;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    display: none;
}

.talentPage .itemCon .title {
    width: 835px;
    height: 40px;
    line-height: 40px;
    text-align: left;
    padding: 0 10px 0 25px;
    background: #25a;
    color: #fff;
    margin-bottom: 0;
}

.talentPage .itemCon .title .close {
    font-size: 12px;
    float: right;
    cursor: pointer;
}

.talentPage .itemCon .title .close .nyIcon {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background-position: -284px 0;
}

.talentPage .itemCon .title .close:hover .nyIcon {
    transform: rotate(180deg);
}

.talentPage .itemCon .txtcon {
    padding: 15px 25px;
    line-height: 24px;
    color: #666666;
}

.talentPage .itemCon .txt1 p {
    display: inline-block;
    *display: inline;
    zoom: 1;
    margin-right: 40px;
}

.talentPage .itemCon .txt2 {
    height: 195px;
    overflow-y: auto;
}

.talentPage .itemCon .btn2 {
    position: absolute;
    bottom: 20px;
    display: block;
    left: 50%;
    width: 136px;
    height: 32px;
    line-height: 32px;
    text-align: center;
    margin-left: -68px;
    background: #25a;
    color: #fff;
}

.talentPage .itemCon .btn2:hover {
    height: 36px;
    line-height: 36px;
}

.jobinfo {
    width: 416px;
    height: 430px;
    z-index: 112;
    position: fixed;
    left: 50%;
    top: 50%;
    margin: -215px 0 0 -218px;
    background: #fff;
    padding: 10px;
    background: url(../images/blck50.png) repeat 0 0;
    display: none;
}

.jobinfo * {
    -webkit-transition: all ease 300ms;
    -moz-transition: all ease 300ms;
    -ms-transition: all ease 300ms;
    -o-transition: all ease 300ms;
    transition: all ease 300ms;
}

.jobinfo .jobinfoCon {
    width: 416px;
    height: 430px;
    background: #fff;
}

.jobinfo .title {
    width: 381px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 25px;
    background: #f2f2f2;
    color: #666;
}

.jobinfo .title .close2 {
    font-size: 12px;
    float: right;
    cursor: pointer;
}

.jobinfo .title .close2 .nyIcon {
    width: 15px;
    height: 15px;
    margin-left: 5px;
    background-position: -306px 0;
}

.jobinfo .title .close2:hover .nyIcon {
    transform: rotate(180deg);
}

.jobinfo .jobinfoMsg {
    width: 350px;
    margin: 25px auto;
}

.jobinfo .jobinfoMsg .item {
    width: 100%;
    margin-bottom: 10px;
    position: relative;
}

.jobinfo .jobinfoMsg .item .msg-box {
    position: absolute;
    left: 70px;
}

.jobinfo .jobinfoMsg .item label {
    width: 60px;
    height: 28px;
    line-height: 28px;
    float: left;
    margin-right: 10px;
}

.jobinfo .jobinfoMsg .item label .red {
    color: red;
    float: right;
    margin-top: 2px;
    margin-left: 6px;
}

.jobinfo .jobinfoMsg .item .txt {
    width: 262px;
    float: left;
    height: 26px;
    line-height: 26px;
    padding-left: 10px;
    border: 1px solid #c9c9c9;
}

.jobinfo .jobinfoMsg .item.liuyan {
    margin-bottom: 25px;
}

.jobinfo .jobinfoMsg .item.liuyan .txt {
    height: 128px;
    padding: 5px 0 5px 10px;
}

.jobinfo .jobinfoMsg .subbtn {
    width: 102px;
    height: 30px;
    line-height: 30px;
    margin-left: 120px;
    cursor: pointer;
    display: block;
    text-align: center;
    background: #25a;
    color: #fff;
}

.add-class {
    width: 790px;
    margin: 0 auto;
}

.add-class .t2 {
    font-size: 20px;
    font-weight: bold;
    color: #333333;
    width: 100%;
    padding: 15px 0 18px;
    border-top: 1px solid #eaeaea;
    text-align: center;
    margin-top: 15px;
}

.add-class .t2.t22 {
    margin-top: 85px;
}

.add-class .item {
    *zoom: 1;
    width: 100%;
    background: #f4f4f4;
    margin-bottom: 40px;
}

.add-class .item:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}

.add-class .item img {
    width: 395px;
}

.add-class .item .txt {
    width: 370px;
    height: auto;
    margin: 0;
    line-height: 32px;
    color: #333;
    text-align: left;
}

.add-class .item .txt .t3 {
    text-align: center;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
}

.add-class .item .txt.fr {
    padding: 20px 10px 0 0;
}

.add-class .item .txt.fl {
    padding: 20px 0 0 20px;
}

.add-class .item.a2 .txt {
    padding-top: 66px;
}

/********.toolbar1*********/
.toolbar1 {
    width: 50px;
    position: fixed;
    right: 0;
    top: 50%;
    margin-top: -102px;
    z-index: 999;
}

.toolbar1 dd {
    width: 50px;
    height: 50px;
    margin-bottom: 1px;
    position: relative;
    background: url(../images/black50.png) repeat 0 0;
}

.toolbar1 dd i {
    width: 50px;
    height: 50px;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    cursor: pointer;
    text-align: center;
}

.toolbar1 dd i span {
    width: 35px;
    height: 35px;
    display: block;
    margin: 7px 0 0 7px;
    *margin: 7px 0 0 0;
    background: url(../images/rightFixIcon.png) no-repeat 0 0;
}

.toolbar1 .slide-tel {
    display: block;
    width: 0;
    height: 50px;
    line-height: 50px;
    font-size: 24px;
    font-weight: bold;
    font-family: arial;
    color: #FFF;
    position: absolute;
    padding: 0 0 0 50px;
    top: 0;
    right: 0;
    overflow: hidden;
}

.toolbar1 .pop {
    position: absolute;
    right: 90px;
    top: -65px;
    background: #25a;
    display: none;
}

.toolbar1 .pop-code {
    width: 160px;
}

.toolbar1 .pop-code img {
    width: 120px;
    height: 120px;
    display: block;
    padding: 20px 20px 0;
}

.toolbar1 .pop-code h3 {
    height: 52px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
}

.toolbar1 .pop-code h3 b {
    display: block;
    font-size: 14px;
    font-weight: normal;
}

.toolbar1 .qq span {
    background-position: 0 -47px;
}

.toolbar1 .qq a {
    width: 50px;
    height: 50px;
    cursor: pointer;
    display: block;
}

.toolbar1 .qq:hover {
    background: #25a;
}

.toolbar1 .tel span {
    background-position: 0 0;
}

.toolbar1 .tel:hover {
    background: #25a;
}

.toolbar1 .code span {
    background-position: 0 -95px;
}

.toolbar1 .code:hover {
    background: #25a;
}

.toolbar1 .top span {
    background-position: 0 -142px;
}

.toolbar1 .top:hover {
    background: #25a;
}

/************* * Hover-master * **************/
/* Overline From Left*/
.hvr-overline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
}

.hvr-overline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    top: -1px;
    background: #25a;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-overline-from-left:hover:before,
.hvr-overline-from-left:focus:before,
.hvr-overline-from-left:active:before,
.hvr-overline-from-left.hover:before {
    right: 0;
}

/*round-corners*/
.round-corners {
    display: inline-block;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: border-radius;
    transition-property: border-radius;
    -webkit-transform: translateZ(0);
    -ms-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}

.round-corners:hover {
    border-radius: 1em;
}

/* Underline From Left */
.hvr-underline-from-left {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    overflow: hidden;
}

.hvr-underline-from-left:before {
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    right: 100%;
    bottom: 0;
    background: #25a;
    height: 2px;
    -webkit-transition-property: right;
    transition-property: right;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}

.hvr-underline-from-left:hover:before,
.hvr-underline-from-left:focus:before,
.hvr-underline-from-left:active:before {
    right: 0;
}

/* 亮光 */
.hvr-light {
    overflow: hidden;
    position: relative;
}

.hvr-light:before {
    content: "";
    position: absolute;
    width: 50px;
    height: 275px;
    top: 0;
    left: -150px;
    overflow: hidden;
    background: -moz-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(100%, rgba(255, 255, 255, 0)));
    background: -ms-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -webkit-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    background: -o-linear-gradient(left, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
    -webkit-transform: skewX(-32deg);
    -ms-transform: skewX(-32deg);
    -moz-transform: skewX(-32deg);
    transform: skewX(-32deg);
}

.hvr-light:hover:before {
    -webkit-transition: left 1s;
    -moz-transition: left 1s;
    -ms-transition: left 1s;
    transition: left 1s;
    left: 480px;
}

.hvr-light:hover {
    opacity: .9\0;
    filter: alpha(opacity=90);
}

/* Float Shadow */
.hvr-float-shadow {
    display: inline-block;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform;
    transition-property: transform;
}

.hvr-float-shadow:before {
    pointer-events: none;
    position: absolute;
    z-index: -1;
    content: '';
    top: 100%;
    left: 5%;
    height: 10px;
    width: 90%;
    opacity: 0;
    background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
    /* W3C */
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-property: transform, opacity;
    transition-property: transform, opacity;
}

.hvr-float-shadow:hover,
.hvr-float-shadow:focus,
.hvr-float-shadow:active {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
    /* move the element up by 5px */
}

.hvr-float-shadow:hover:before,
.hvr-float-shadow:focus:before,
.hvr-float-shadow:active:before {
    opacity: 1;
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    /* move the element down by 5px (it will stay in place because it's attached to the element that also moves up 5px) */
}

/*******font-face********/
@font-face {
    font-family: impact;
    src: url('../font/impact.eot');
    src: url('../font/impact.eot?#iefix') format('embedded-opentype'),
        /* IE6-IE8 */
        url('../font/impact.woff') format('woff'),
        /* Modern Browsers */
        url('../font/impact.ttf') format('truetype'),
        /* Safari, Android, iOS */
        url('../font/impact.svg#impact') format('svg');
    /* IE9 Compat Modes */
    /* Legacy iOS */
}

/*↓组图样式↓*/
.HS10,
.HS15 {
    overflow: hidden;
    clear: both;
}

.HS10 {
    height: 10px;
}

.HS15 {
    height: 15px;
}

.Hidden {
    display: none;
}

.Clearer {
    display: block;
    clear: both;
    font-size: 1px;
    line-height: 1px;
    margin: 0;
    padding: 0;
}

.FlLeft {
    float: left;
}

.FlRight {
    float: right;
}

/*幻灯片区域背景*/
.MainBg {
    width: 100%;
    margin: 0 auto;
}

/*大图展示区域*/
.OriginalPicBorder {
    padding: 0;
}

#OriginalPic {
    width: 640px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
    margin: 0 auto;
}

#OriginalPic img {
    display: block;
    min-width: 100px;
    margin: 0 auto;
}

/*鼠标手势*/
.CursorL {
    position: absolute;
    z-index: 999;
    width: 50%;
    height: 100%;
    color: #FFF;
    left: 0;
    /*cursor: url(../images/CurL.cur), auto;*/
    /*background: url(../images/space.png) repeat scroll 0 0 transparent;*/
}

.CursorR {
    position: absolute;
    z-index: 999;
    width: 50%;
    height: 100%;
    color: #FFF;
    right: 0;
    /*cursor: url(../images/CurR.cur), auto;*/
    /*background: url(../images/space.png) repeat scroll 0 0 transparent;*/
}

/*小图预览和滑动*/
.SliderPicBorder {
    width: 100%;
    overflow: hidden;
}

.ThumbPicBorder {
    width: 100%;
    margin: 0 auto;
    background: #eeeeee;
    overflow: hidden;
    position: relative;
}

.ThumbPicBorder #btnPrev {
    width: 45px;
    height: 113px;
    cursor: pointer;
    position: absolute;
    left: 20px;
    top: 20px;
}

.ThumbPicBorder #btnNext {
    width: 45px;
    height: 113px;
    cursor: pointer;
    position: absolute;
    right: 20px;
    top: 20px;
}

.ThumbPicBorder .pic {
    width: 755px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

#ThumbPic img {
    border: 3px solid #ddd;
    cursor: pointer;
    background-color: #ddd;
    margin: 0 5px;
    width: 135px;
    height: 108px;
    display: block;
    -webkit-transition: all .3s ease-in-out 0s;
    -moz-transition: all .3s ease-in-out 0s;
    transition: all .3s ease-in-out 0s;
}

#ThumbPic img.active {
    border: 3px solid #25a;
}

/*↑组图样式↑*/

.pagebar {
    clear: both;
    margin: 20px 0;
    text-align: center;
}

.pagebar a:hover {
    color: #333;
}

.pagebar span a {
    color: #333;
}

.page-status {
    border-radius: 2px 0 0 2px;
}

.page-last {
    border-radius: 0 2px 2px 0;
}

.page-index,
.page-last,
.page-next,
.page-num,
.page-pre,
.page-status {
    display: inline-block;
    margin: 0 -1px 5px 0;
    padding: 0 15px;
    height: 28px;
    border: 1px solid #e2e2e2;
    background-color: #fff;
    color: #333;
    vertical-align: middle;
    font-size: 12px;
    line-height: 28px;
}

.page-status {
    display: none;
}

.page-num-current {
    height: 30px;
    border-top: none;
    border-bottom: none;
    background-color: #333;
    color: #fff !important;
    line-height: 30px;
}

a.page-num-current:hover {
    color: #fff;
}

