@charset "utf-8";

.innerbanner {
    background: url(../images/innerbanner.png) center top no-repeat;
    background-size: cover;
}

.banner {
    width: 1920px;
    max-width:100%;
    height: 150px;
    margin:0 auto;
    text-align: center;
    color: #fff;
}

.banner h1 {
    font-size: 27px;
    font-weight: bold;
    padding-top: 20px;
    padding-bottom: 10px;
    text-transform: uppercase;
    color: #fff;
    width: 80%;
    margin:0 auto;
}

.banner h3 {
    font-size: 25px;
    padding-top: 65px;
}

.banner p {
    font-size: 14px;
    line-height: 16px;
    width: 80%;
    margin:0 auto;
    text-align: center;
}

.ser-banner {
    color: #999999;
}

/*标题*/
.title h1 {
    font-size: 30px;
    color: #333333;
    padding:0;
}

.title h1 span {
    font-size: 24px;
    color: #999999;
    font-family: 'hrlvetica-lt';
    padding-left: 5px;
}

.title p {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    padding-bottom: 10px;
}

/*position*/
.position {
    height: 40px;
    line-height: 40px;
    color: #fff;
    position: relative;
    margin-top: -40px;
    background: rgba(0, 0, 0, 0.4) no-repeat;
}

.position .left {
    width: auto;
    float: left;
    font-size: 13px;
}

.position .left a {
    color: #fff;
}

.position .left span {
    color: #fff;
    display: inline-block;
}

.position .right {
    height: 60px;
    float: right;
}

.position .right ul {
    right: 0;
    height: 60px;
}

.position .right ul li {
    width: 150px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    float: left;
    position: relative;
}

.position .right ul li a {
    display: block;
    color: #666;
    transition: none;
    border-right: 1px solid #e5e5e5;
    transition: .5s;
}

.position .right ul li:first-child a {
    border-left: 1px solid #e5e5e5;
}

.position .right ul li a i {
    width: 16px;
    height: 14px;
    position: absolute;
    bottom: -12px;
    line-height: 14px;
    left: 50%;
    margin-left: -8px;
    filter: alpha(Opacity=0);
    opacity: 0;
    transition: .4s;
}

.position .right ul li.active a,
.position .right ul li:hover a {
    background: #e5e5e5;
    color: #2057a1;
    border-right: 1px solid #e5e5e5;
}

.position .right ul li.active:first-child a,
.position .right ul li:first-child:hover a {
    border-left: 1px solid #e5e5e5;
}

.position .right ul li.active a i,
.position .right ul li:hover a i {
    filter: alpha(Opacity=100);
    -moz-opacity: 1;
    opacity: 1;
    color: #e5e5e5;
}


/* 产品类别标题 */

.protype {
    width:100%;
    display: block;
    margin:10px 0;
    border-bottom: 2px solid #ccc;
    line-height: 40px;
    height: 40px;
}

.protype h1 {
    color: #2057a1;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    overflow: hidden;
    border-bottom: 2px solid #2057a1;
}

.protype .models {
    float: right;
    max-width: 20%;
    overflow: hidden;
}

.protype .models a {
    float: left;
    display: block;
    font-size: 14px;
    overflow: hidden;
    color: #fff;
    text-transform: capitalize;
    max-width: 100px;
    background-color: #2057a1;
    border-bottom: 1px solid #2570a1;
    padding: 0 10px;
    border-radius: 2px;
}


.prodes {
    overflow: hidden;
    margin-bottom: 30px;
    color:#333;
    font-size:14px;
    line-height: 18px;
}

/*产品聚合页*/
.product {
    height: auto;
    overflow: hidden;
    /* padding: 60px 0; */
}

/* .product h1 {
    color: #333333;
    line-height: 30px;
    margin-bottom: 20px;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: bold;
    float: left;
    max-width: 300px;
    overflow: hidden;
} */

.product .pro-con ul {
    height: auto;
    overflow: hidden;
    width: 1216px;
}

.product .pro-con ul li {
    float: left;
    width: 350px;
    overflow: hidden;
    margin-right: 35px;
    margin-bottom: 35px;
    position: relative;
}

.product .pro-con ul li a {
    display: block;
    position: relative;
}

.product .pro-con ul li .img-box {
    width: 109px;
    height: 94px;
    margin: 0 auto -47px;
    transform: rotateY(0deg);
    transition: 0.8s;
}

.product .pro-con ul li .txt-box {
    padding: 50px 30px 25px;
    background: #f5f5f5;
    min-height: 112px;
}

.product .pro-con ul li .txt-box h4 {
    font-size: 15px;
    color: #333333;
    line-height: 20px;
    margin: 16px 0 10px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    text-align: center;
}

.product .pro-con ul li .txt-box p {
    font-size: 13px;
    color: #333333;
    line-height: 22px;
}

.product .pro-con ul li .link_bg {
    width: 50px;
    height: 50px;
    background: url(../images/pro_icon4.png) center no-repeat;
    background-size: cover;
    position: absolute;
    right: 0;
    bottom: 0;
    transition: all 0.8s;
}

.product .pro-con ul li:hover .img-box {
    transform: rotateY(360deg);
    transition: 0.8s;
}

.pro-list {
    position: relative;
    margin-top: 30px;
}

.pro-list ul {
    height: auto;
    overflow: hidden;
    width: 1120px;
}

.pro-list ul li {
    cursor: pointer;
    float: left;
    width: 21%;
    overflow: hidden;
    margin:5px 2%;
    position: relative;
}

.pro-list ul li a {
    line-height: 0;
}

.pro-list ul li a:hover {
    line-height: 0;
    color: #2057a1;
}

.pro-list ul li a img {
    line-height: 0;
    margin: 0;
    display: block;
    width: 250px;
    height: 167px;
}

.pro-list ul li a h2 {
    line-height: 14px;
    font-size: 14px;
    color: #333;
    height: 30px;
    overflow: hidden;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
}

.pro-list ul li .product-more {
    display: none;
    z-index: 2;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 290px;
    line-height: 105px;
    text-align: center;
    background: url("../images/cover-bg.png") repeat;
}

.pro-list ul li .product-more a {
    display: block;
    color: #fff;
    overflow: hidden;
}

.pro-list ul li .product-more a i {
    font-size: 38px;
}

/* 产品列表for聚合 */

/* 产品底部 */

.product .pro-bom {
    padding-top: 60px;
    /* border-top: 1px solid #ededed; */
    padding-bottom: 60px;
    overflow: hidden;
}

.product .pro-bom .left {
    width: 500px;
    float: left;
}

.product .pro-bom .left:first-child {
    margin-right: 120px;
}

.product .pro-bom .left h4 {
    font-size: 20px;
    color: #2057a1;
    padding-left: 10px;
    border-left: 4px solid #2057a1;
    height: 20px;
    line-height: 20px;
    text-transform: uppercase;
}

.product .pro-bom .left h4 a{
    display: block;
    float: right;
    font-size: 14px;
    color: #2057a1;
}

.product .pro-bom .left ul {
    margin-top: 20px;
}

.product .pro-bom .left ul li {
    overflow: hidden;
    padding-top: 20px;
}

.product .pro-bom .left ul li a {
    display: block;
}

.product .pro-bom .left ul li .img-box {
    width: 210px;
    height: 140px;
    float: left;
    margin-right: 25px;
    overflow: hidden;
}

.product .pro-bom .left ul li .img-box img {
    width: 100%;
    display: block;
}

.product .pro-bom .left ul li .txt-box {
    height: auto;
    overflow: hidden;
}

.product .pro-bom .left ul li .txt-box h3 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    /* padding-top: 15px; */
    padding-bottom: 8px;
}

.product .pro-bom .left ul li .txt-box p {
    font-size: 12px;
    line-height: 18px;
    color: #666666;
}

.product .pro-bom .left ul li .txt-box span {
    font-size: 12px;
    line-height: 25px;
    color: #2057a1;
    padding-top: 8px;
}

.product .pro-bom .left ul li a:hover .txt-box h3 {
    color: #2057a1
}

/*产品详情页*/
.product-xq {
    background: #f5f5f5;
    border-bottom: 1px solid #e5e5e5;
}

.product-xq .synopsis {
    padding: 40px 0;
    overflow: hidden;
    background: #fff;
}

.product-xq .synopsis .banner {
    position: relative;
    width: 420px;
    float: left;
    margin-right: 50px;
    height: 280px;
    overflow: hidden;
}

.product-xq .synopsis .banner img{
    line-height: 0;
}

.product-xq .synopsis .banner .hd {
    position: absolute;
    bottom: 15px;
    left: 0;
    width: 100%;
}

.product-xq .synopsis .banner .hd ul {
    overflow: hidden;
    text-align: right;
    padding-right: 20px;
}

.product-xq .synopsis .banner .hd ul li {
    margin-left: 6px;
    display: inline-block;
    *display: inline;
    zoom: 1;
    width: 26px;
    height: 4px;
    background: #4b4741;
    cursor: pointer;
}

.product-xq .synopsis .banner .hd ul li.on {
    background: #2057a1;
}

.product-xq .synopsis .banner .prev,
.product-xq .synopsis .banner .next {
    position: absolute;
    top: 50%;
    margin-top: -25px;
    left: 0px;
    text-align: center;
    line-height: 50px;
    z-index: 1;
    width: 30px;
    height: 50px;
    background-color: #d8d8d8;
    cursor: pointer;
    display: none;
    filter: alpha(opacity=50);
    opacity: 0.5;
    display: block;
}

.product-xq .synopsis .banner .prev i,
.product-xq .synopsis .banner .next i {
    font-size: 20px;
    color: #666;
    font-weight: bold;
}

.product-xq .synopsis .banner .prev:hover i,
.product-xq .synopsis .banner .next:hover i {
    color: #2057a1;
}

.product-xq .synopsis .banner .next {
    left: auto;
    right: 0px;
}

.product-xq .synopsis .xq-fr {
    height: auto;
    overflow: hidden;
}

.product-xq .synopsis .xq-fr h1 {
    font-size: 27px;
    line-height: 27px;
    font-weight: bold;
    color: #2057a1;
}

.product-xq .synopsis .xq-fr ul {
    margin-top: 15px;
}

.product-xq .synopsis .xq-fr ul li {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
}

.product-xq .synopsis .xq-fr ul li span {
    color: #999999;
}

.product-xq .synopsis .xq-fr ul li p {
    color: #333;
    font-size: 14px;
    line-height: 16px;
    margin:10px 0;
}

.product-xq .synopsis .xq-fr .zx {
    padding: 20px 0;
    /* border-bottom: 1px solid #e5e5e5; */
}

.product-xq .synopsis .xq-fr .zx a {
    display: inline-block;
    font-size: 16px;
    text-align: center;
    border-radius: 2px;
}

.product-xq .synopsis .xq-fr .zx .kf {
    width: 170px;
    height: 40px;
    line-height: 40px;
    background: #2057a1;
    color: #fff;
    margin-right: 15px;
}

.product-xq .synopsis .xq-fr .zx .kf:hover {
    background: #2057a1;
}

.product-xq .synopsis .xq-fr .zx .hc {
    position: relative;
    top: 12px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.product-xq .synopsis .xq-fr .zx .hc span {
    display: block;
    text-align: left;
    color: #2057a1;
}

.product-xq .synopsis .xq-fr .zx .hc span.hc-one {
    font-size: 13px;
}

.product-xq .synopsis .xq-fr .zx .hc span.hc-two {
    font-size: 24px;
    font-family: 'impact';
}

.product-xq .synopsis .xq-fr .xz {
    /* padding-top: 20px; */
    overflow: hidden;
}

.product-xq .synopsis .xq-fr .xz .tishi {
    font-size: 14px;
    color: #333;
    display: inline-block;
    margin-right: 40px;
}

.product-xq .synopsis .xq-fr .xz .tishi:hover {
    color: #2057a1;
}

.product-xq .xq-con {
    background: #f5f5f5;
    padding-bottom: 60px;
    margin-bottom: -50px;
}

.product-xq .xq-con h2 {
    font-size: 21px;
    line-height: 21px;
    color: #333;
    font-weight: bold;
    padding-bottom: 20px;
}

.product-xq .xq-con h2 a{
    font-size: 14px;
    font-weight: normal;
    padding-bottom: 20px;
    float:right;
    color: #2057a1;
}

.product-xq .xq-con .NavScroll ul {
    overflow: hidden;
}

.product-xq .xq-con .NavScroll ul li {
    float: left;
    border-bottom: 2px solid #f5f5f5;
    width:20%;
}

.product-xq .xq-con .NavScroll ul li a {
    display: block;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: bold;
    color: #333333;
    background: url(../images/nav-line3.png) no-repeat left center;
    text-align: center;
}

.product-xq .xq-con .NavScroll ul li:first-child a {
    background: none;
}

.product-xq .xq-con .NavScroll ul li a:hover,
.product-xq .xq-con .NavScroll ul li a.active {
    border-bottom: 2px solid #2057a1;
    color: #2057a1;
}

.product-xq .xq-con .NavScroll.navFix {
    position: fixed;
    top: 0;
    width: 1120px;
    background: #f5f5f5;
    z-index: 2;
    /* box-shadow: 0 1px 3px rgba(0,0,0,.1); */
}

.product-xq .xq-con .NavScroll.navFix ul li a {
    padding: 15px 40px;
}


/* 产品详情页CSS */

.product-xq .proarea {
    background: #fff;
    width: 1120px;
    margin-bottom: 10px;
}

.product-xq .proarea .procontent {
    width: 1040px;
    padding: 20px 40px;
    overflow: hidden;
}

.product-xq .proarea .procontent .prodetails {
    font-size: 14px;
    line-height: 26px;
    color: #666666;
}

.product-xq .proarea .procontent .prodetails p {
    font-size: 14px;
    line-height: 21px;
    color: #333;
    margin:10px 0;
}

.product-xq .proarea .procontent .prodetails img {
    display: block;
    margin: 20px auto 0;
    max-width: 80%;
}

.product-xq .proarea .procontent .procross {
    font-size: 15px;
    line-height: 26px;
    color: #666666;
    float: left;
    margin-top: 30px;
}

.product-xq .proarea .procontent .procross li{
    display:block;
    width:100%;
    float:left;
    margin: 25px 0;
    max-height: 300px;
    overflow: hidden;
}

.product-xq .proarea .procontent .procross li p{
    font-size: 16px;
    line-height: 26px;
    color: #666666;
    float:left;
    width:430px;
    max-height: 300px;
    overflow: hidden;
    text-align: justify;
}

.product-xq .proarea .procontent .procross li img{
    line-height: 0;
    max-width: 520px;
    max-height: 300px;
    min-height: 100px;
}

.product-xq .proarea .procontent .procross li:hover {
    background-color: #f5f5f5;
}

.product-xq .proarea .procontent .procross li:hover img {
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -o-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -moz-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -ms-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
}

.product-xq .proarea .procontent .procross .left {
    float:left;
    width:520px;
    /* height:300px; */
    overflow: hidden;
    margin-right: 50px;
    line-height: 0;
    text-align: center;
    background-color: #f9f9f9;
}

.product-xq .proarea .procontent .procross .right {
    float:right;
    width:520px;
    /* height:300px; */
    overflow: hidden;
    margin-left: 50px;
    line-height: 0;
    text-align: center;
    /* background-color: #f9f9f9; */
}

.product-xq .proarea .procontent table {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
    margin: 20px 0;
}

.product-xq .proarea .procontent colgroup {
    display:none;
    width:100%;
}

.product-xq .proarea .procontent table tr {
    overflow: hidden;
    background-color: #f5f5f5;
    color:#333;
}

.product-xq .proarea .procontent table tr:hover {
    background-color: #2057a1;
    color: #fff;
}

.product-xq .proarea .procontent table tr:hover p{
    color: #fff;
    font-size: 14px;
}

.product-xq .proarea .procontent table tr td {
    border: 3px solid #fff;
    font-size: 14px;
    text-align: center;
}

.product-xq .proarea .procontent table tr td p{
    font-size: 14px;
    text-align: center;
}


/* 默认表格样式 */

.juhelist{
    width:100%;
}

.juhelist h1{
    width: 100%;
    display: block;
    margin: 10px 0;
    line-height: 40px;
    height: 40px;
    color: #2057a1;
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    overflow: hidden;
    
}

.juhelist table {
    width: 100%;
    overflow: hidden;
    border-collapse: collapse;
}

.juhelist table tr {
    overflow: hidden;
    background-color: #f5f5f5;
    color:#333;
}

.juhelist table tr td {
    border: 3px solid #fff;
    font-size: 14px;
    text-align: center;
    line-height: 20px;
    height: 40px;
}

.juhelist table tr td a {
    color:#333;
    display: block;
    width: 100%;
}

.juhelist table tr td a.proname {
    color:#2057a1;
}

.juhelist table tr td p{
    text-align: center;
}

.juhelist table tr:hover{
    background-color: #2057a1;
    color: #fff;
}

.juhelist table tr:hover td a{
    color: #fff;
}

.juhelist table tr td.light {
    background-color:#e0ef95;
    color:#333;
}

.juhelist table tr td.light a{
    color:#333;
}

.juhelist table tr td.light a:hover{
    color:#333;
}

.juhelist table tr td.light:hover {
    color:#333;
}


/* FAQS */
.faqslist {
    height: auto;
    overflow: hidden;
}

.faqslist li {
    width: 100%;
}

.faqslist li a {
    width: 100%;
    margin: 10px 0;
    display: block;
    padding:10px 0;
}

.faqslist li a:hover {
    background-color:#f5f5f5;
}

.faqslist li a h4 {
    font-size: 18px;
    font-weight: bold;
    line-height: 24px;
    color:#2057a1;
}

.faqslist li a p {
    font-size: 14px;
    color: #666;
    line-height: 18px;
}

/* CASES */

.product-xq .caseslist {
    width: 100%;
    overflow: hidden;
}

.product-xq .caseslist li {
    width: 23%;
    margin:0 1% 20px;
    overflow: hidden;
    float: left;
    display: block;
}

.product-xq .caseslist li a {
    width: 100%;
    display: block;
}

.product-xq .caseslist li a img {
    width: 100%;
    display: block;
    line-height: 0;
}

.product-xq .caseslist li a h2 {
    background-color: #eee;
    line-height: 15px;
    font-size: 15px;
    color: #333;
    height: 40px;
    overflow: hidden;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    padding: 0;
    font-weight: normal;
}

.azs-xq .synopsis .xq-fr {
    position: relative;
    padding-top: 0;
}

.azs-xq .synopsis .xq-fr .zx {
    width: 360px;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    border: 0;
}

.azs-xq .synopsis .xq-fr .xz {
    padding-top: 10px;
    margin-top: 10px;
    border-top: 1px solid #e7e7e7;
}

/*应用案例*/
.case h1 {
    font-size: 30px;
    color: #333333;
    padding: 40px 0 35px;
}

.case h1 span {
    font-size: 24px;
    color: #999999;
    font-family: 'hrlvetica-lt';
    padding-left: 5px;
}

.case h2 {
    font-size: 26px;
    color: #333333;
    padding: 40px 0 35px;
}

.case .case-yy .w1120 {
    padding-bottom: 30px;
    border-bottom: 1px solid #ededed;
}

.case .case-yy ul {
    overflow: hidden;
    width: 1160px;
}

.case .case-yy ul li {
    width: 354px;
    height: 235px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.case .case-yy ul li .img-box {
    width: 353px;
    height: 235px;
    overflow: hidden;
}

.case .case-yy ul li .img-box img {
    width: 353px;
    height: 235px;
    display: block;
}

.case .case-yy ul li .txt-box {
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: url(../images/mask-bg.png) repeat;
}

.case .case-yy ul li .txt-box p {
    padding: 10px 20px;
    font-size: 15px;
    color: #fff;
    font-weight: bold;
}

.case .case-yy ul li .sIntro {
    background: url(../images/mask-bg.png) repeat;
    color: #fff;
    text-align: center;
}

.case .case-yy ul li .sIntro h3 {
    font-size: 15px;
    line-height: 22px;
    padding-top: 65px;
    font-weight: bold;
}

.case .case-yy ul li .sIntro p {
    font-size: 13px;
    line-height: 22px;
    padding-top: 8px;
    padding: 0 40px;
}

.case .case-yy ul li .sIntro a {
    display: block;
    width: 98px;
    height: 28px;
    border: 1px solid #2057a1;
    color: #2057a1;
    line-height: 28px;
    margin: 22px auto 0;
}

.case .case-yy ul li:hover .txt-box {
    display: none;
}

.case .case-kh {
    padding-bottom: 40px;
}

.case .case-kh .w1120 {
    position: relative;
}

.case .case-kh .pro-more {
    top: 55px;
}

.case .case-kh ul {
    width: 1160px;
}

.case .case-kh ul li {
    width: 354px;
    position: relative;
    float: left;
    margin-right: 30px;
    margin-bottom: 30px;
}

.case .case-kh ul li .img-box {
    width: 353px;
    height: 235px;
    overflow: hidden;
}

.case .case-kh ul li a {
    display: block;
}

.case .case-kh ul li .img-box img {
    width: 100%;
    display: block;
}

.case .case-kh ul li .txt-box {
    padding: 20px;
    min-height: 55px;
}

.case .case-kh ul li .txt-box h3 {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 10px;
    transition: all 0.8s;
}

.case .case-kh ul li .txt-box p {
    font-size: 13px;
    line-height: 25px;
    color: #666666;
}

.case .case-kh ul li:hover {
    box-shadow: 0 0 10px #acacac;
    transition: 0.5s;
    transform: translateY(-5px);
}

.case .case-kh ul li:hover a h3 {
    color: #2057a1;
}

/*应用案例详情*/
.cese .delCen .fr ul li a {
    padding: 15px;
    ;
}

.cese .delCen .fr ul li .img-box {
    width: 270px;
}

.cese .delCen .fr ul li .img-box img {
    width: 100%;
    display: block;
}

.cese .delCen .fr ul li .txt-box {
    padding: 20px 0 0;
}

.cese .delCen .fr ul li .txt-box h3 {
    font-size: 15px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 10px;
}

.cese .delCen .fr ul li .txt-box p {
    font-size: 13px;
    line-height: 25px;
    color: #666666;
}

.cese .delCen .fr ul li a:hover h3 {
    color: #2057a1;
}

.cese .delCen .fr ul li a:hover p {
    color: #666666 !important;
}

/*文章列表页*/
.news {
    padding-top: 60px;
    padding-bottom: 60px;
}

.news .news1 {
    background: #f6f6f6;
    overflow: hidden;
    position: relative;
    margin-bottom:30px;
}

.news .news1 a {
    display: block;
    overflow: hidden;
}

.news .news1 .fl {
    width: 480px;
    margin-right: 40px;
    overflow: hidden;
}

.news .news1 .fl img {
    width: 100%;
    display: block;
}

.news .news1 .newsfr {
    height: auto;
    overflow: hidden;
    padding-top: 40px;
    padding-right: 50px;
}

.news .news1 .newsfr span.date {
    display: block;
    font-size: 26px;
    color: #999999;
    font-family: "hrlvetica-lt";
}

.news .news1 .newsfr h2 {
    font-size: 18px;
    line-height: 24px;
    color: #333333;
    padding-top: 16px;
    transition: 0.8s;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.news .news1 .newsfr p {
    line-height: 24px;
    color: #666666;
    padding-top: 10px;
}

.news .news1 a:hover h2 {
    color: #2057a1;
    transition: 0.8s;
}

/*文章详情页*/
.newslist {
    /* padding-top: 30px; */
}

.newslist ul li {
    transition: 0.8s;
    padding: 15px 0;
}

.newslist ul li a {
    display: block;
    overflow: hidden;
}

.newslist ul li .img-box {
    width: 180px;
    height: 120px;
    overflow: hidden;
    margin-right: 35px;
    float: left;
}

.newslist ul li .img-box img {
    width: 100%;
    height: 100%;
    display: block;
    border-radius: 3px;
}

.newslist ul li .txt-box {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #f0f0f0;
    min-height: 120px;
}

.newslist ul li .txt-box .date {
    width: 90px;
    float: right;
    text-align: center;
    padding-top: 5px;
    margin-left: 30px;
}

.newslist ul li .txt-box .date span {
    display: block;
    font-size: 50px;
    color: #999999;
    font-family: "hrlvetica-lt";
}

.newslist ul li .txt-box .date p {
    color: #cccccc;
    font-size: 14px;
}

.newslist ul li .txt-box .liCen {
    height: auto;
    overflow: hidden;
    padding-top: 5px;
}

.newslist ul li .txt-box .liCen h3 {
    color: #333333;
    font-size: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: 0.8s;
}

.newslist ul li .txt-box .liCen p {
    font-size: 12px;
    line-height: 18px;
    color: #999999;
    padding: 10px 0px 10px 0;
    transition: 0.8s;
}

.newslist ul li .txt-box .liCen p.type {
    font-size: 10px;
    color: #666;
    background-color: #eee;
    display: block;
    float: left;
    padding:5px 7px;
    border-radius: 5px;
    margin-right: 10px;
}

.newslist ul li a:hover {
    background: #f0f0f0;
    transition: 0.8s;
}

.newslist ul li a:hover .txt-box .liCen h5 {
    color: #2057a1;
    transition: 0.8s;
}

.news-hy .newslist {
    padding-top: 0;
}

.news-hy .newslist ul li {
    padding: 0 !important;
}

.news-hy .newslist ul li .txt-box {
    min-height: 90px;
}

.news-hy .newslist ul li a:hover .txt-box .liCen h5,
.news-hy .newslist ul li a:hover .txt-box .liCen p {
    padding-left: 20px;
    ;
}

/*影像www*/
.news-video h1 {
    font-size: 30px;
    color: #333333;
    padding: 40px 0 35px;
}

.news-video h1 span {
    font-size: 24px;
    color: #999999;
    font-family: 'hrlvetica-lt';
    padding-left: 5px;
}

.innertabs {
    text-align: center;
    margin: 50px 0;
}

.innertabs li {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 20px;
    background: #ddd;
    color: #fff;
}

.innertabs li a:hover,
.innertabs li.on a {
    background: #2057a1;
    color: #fff;
}

.innertabs li a {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

.innertabs li a:hover {
    color: #fff;
}



.innertabs li:hover,
.innertabs li.on {
    background: #2057a1;
    color: #fff;
}

/* tag标签页 */

.tagslist {
    overflow: hidden;
    margin:60px 0;
}

.tagslist h2 {
    font-size:21px;
    color:#2057a1;

}

.tagslist .tabs {
    text-align: center;
    margin: 50px 0;
}

.tagslist .tabs li {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    margin: 0 10px;
    background: #ddd;
    color: #fff;
}

.tagslist .tabs li a{
    color:#333;
}
.tagslist .tabs li a:hover,
.tagslist .tabs li.on a {
    background: #2057a1;
    color: #fff;
}

.tagslist .tabsli a {
    display: inline-block;
    width: 160px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 14px;
    text-transform: uppercase;
    color: #333;
}

.tagslist .tabs li a:hover {
    color: #fff;
}

.tagslist .tabs li:hover,
.tagslist .tabs li.on {
    background: #2057a1;
    color: #fff;
}

.tags .news {
    margin: 20px 0;
    height: 170px;
    border-bottom: 1px dashed #d3d3d3;
    overflow: hidden;
}

.tags .news .news-img {
    width: 230px;
    height: 150px;
    float: left;
    margin-right: 10px;
    overflow: hidden;
}

.tags .news .news-img img {
    width: 100%;
    height: 150px;
    transition: .5s;
}

.tags .news .news-img img:hover {
    transform: scale(1.1);
}

.news-right {
    padding-right: 10px;
    padding-top: 10px;
}

.news-right em {
    font-style: normal;
    font-size: 12px;
    background: #f60;
    color: #fff;
    padding: 1px 3px;
    font-weight: normal;
    margin-right: 5px;
}

.news-right a {
    font-size: 16px;
}

.news-right p {
    font-size: 12px;
    color: #666;
    margin-top: 5px;
    margin-bottom: 10px
}

.news-tags a {
    color: #666;
    padding: 4px 8px;
    border-radius: 3px;
    margin-right: 10px;
    font-size: 12px;
    margin-top: 5px;
    background: #e5e5e5
}

.news-tags a:hover {
    background: #2196f3;
    color: #fff;
}

.tag-list {
    padding-bottom: 10px;
    overflow: hidden;
}

.tag-list a {
    font-size: 14px;
    line-height: 24px;
    height: 24px;
    display: block;
    background: #f1f1f1;
    float: left;
    padding: 3px 10px;
    margin: 10px 5px 0 0;
    border-radius: 3px;
    transition: all .2s;
    color: #525252;
}

.tag-list a:hover {
    background: #2196f3;
    color: #fff;
}

/*走进www*/
.enter h1 {
    font-size: 30px;
    color: #333333;
    padding: 40px 0 35px;
}

.enter h1 span {
    font-size: 24px;
    color: #999999;
    font-family: 'hrlvetica-lt';
    padding-left: 5px;
}

.enter p {
    font-size: 13px;
    line-height: 24px;
    color: #666666;
    padding-bottom: 10px;
}

.enter .enter-jj {
    padding-bottom: 50px;
}

.enter .enter-jj h2 {
    font-size: 18px;
    color: #2057a1;
    padding-bottom: 15px;
}

.enter .enter-yw {
    background: #f5f5f5;
    padding-bottom: 50px;
}

.enter .enter-yw .w1120 {
    overflow: hidden;
}

.enter .enter-yw .txt-box {
    height: auto;
    overflow: hidden;
}

.enter .enter-yw .txt-box p {
    padding-bottom: 10px;
}

.enter .enter-yw .img-box {
    width: 610px;
    min-height: 245px;
    float: right;
    margin-left: 55px;
}

.enter .enter-yw .img-box ul {
    overflow: hidden;
}

.enter .enter-yw .img-box ul li {
    width: 300px;
    float: left;
    position: relative;
    height: 200px;
}

.enter .enter-yw .img-box ul li:first-child {
    margin-right: 10px;
}

.enter .enter-yw .img-box ul li .img {
    width: 300px;
    height: 200px;
}

.enter .enter-yw .img-box ul li .img img {
    width: 100%;
    display: block;
}

.enter .enter-yw .img-box ul li .txt {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: url("../images/cover-bg.png") repeat;
}

.enter .enter-yw .img-box ul li .txt p {
    font-size: 14px;
    color: #fff;
    padding: 10px 20px;
}

.enter .enter-yw .img-box .btn {
    text-align: center;
    margin-top: 10px;
    display: block;
}

.enter .enter-yw .img-box .btn span {
    display: inline-block;
    cursor: pointer;
}

.enter .enter-yw .img-box .btn span i {
    font-size: 30px;
    color: #2057a1;
}

.enter .enter-zr {
    padding-bottom: 60px;
}

.enter .enter-zr ul {
    overflow: hidden;
}

.enter .enter-zr ul li {
    float: left;
    height: 352px;
    max-width: 636px;
    background: #f5f5f5;
}

.enter .enter-zr ul li .img-box {
    float: left;
    width: 161px;
    height: 352px;
    position: relative;
    cursor: pointer;
}

.enter .enter-zr ul li .img-box i.icon {
    position: absolute;
    left: 0;
    top: 50%;
    color: #fff;
    font-size: 29px;
    width: 28px;
    height: 32px;
    left: 146px;
    top: 50%;
    margin-top: -16px;
    display: none;
}

.enter .enter-zr ul li .txt-box {
    width: 0;
    height: auto;
    overflow: hidden;
}

.enter .enter-zr ul li:first-child .txt-box {
    width: 470px;
}

.enter .enter-zr ul li .txt-box .pd {
    padding: 80px 40px 0;
    width: 395px;
}

.enter .enter-zr ul li .txt-box h2 {
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 25px;
}

.enter .enter-zr ul li .txt-box h2.h1 {
    color: #4594ff;
    ;
}

.enter .enter-zr ul li .txt-box h2.h2 {
    color: #47525d;
}

.enter .enter-zr ul li .txt-box h2.h3 {
    color: #fd0434;
}

.enter .enter-zr ul li .txt-box h2.h4 {
    color: #62ab19;
}

.enter .enter-zr ul li .txt-box p {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
}

/* 荣誉资质动态列表 */

.img-box {
    position: relative;
}

.img-box ul {
    overflow: hidden;
    width: 1120px;
}

.img-box ul li {
    width: 194px;
    float: left;
    position: relative;
    margin:0 15px;
    background-color: #f5f5f5;
}

.img-box ul li .img {
    width: 194px;
    height: 174px;
    text-align: center;
}

.img-box ul li .img a{
    display: block;
    text-align: center;
}

.img-box ul li .img a img {
    max-width: 100%;
    max-height: 174px;
}

.img-box ul li .txt{
    line-height: 14px;
    font-size: 14px;
    color: #333;
    height: 40px;
    overflow: hidden;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    word-wrap: break-word;
    word-break: break-all;
    background-color: #fff;
}

.img-box .prev,.img-box .next {
    position: absolute;
    top: 67px;
    left: 0;
    text-align: center;
    line-height: 40px;
    z-index: 1;
    width: 26px;
    height: 40px;
    background-color: #000;
    cursor: pointer;
    filter: alpha(opacity=40);
    opacity: 0.4;
}

.img-box .next {
    left: auto;
    right: 3px;
}

.img-box .btn i {
    color: #fff;
}

/* 其他 */

.enter-car h1 {
    font-size: 30px;
    color: #333333;
    padding: 40px 0 35px;
}

.enter-car h1 span {
    font-size: 24px;
    color: #999999;
    font-family: 'hrlvetica-lt';
    padding-left: 5px;
}

.enter-car p {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    padding-bottom: 10px;
}

.enter-car .car-con {
    position: relative;
}

.enter-car .car-con .bd {
    overflow: hidden;
}

.enter-car .car-con .bd .row {
    float: left;
    width: 353px;
}

.enter-car .car-con .bd .row h2 {
    display: block;
    width: 135px;
    height: 28px;
    line-height: 28px;
    text-align: left;
    color: #2057a1;
    font-size: 18px;
    padding-right: 219px;
}

.enter-car .car-con .bd .row .row-con {
    position: relative;
}

.enter-car .car-con .bd .row .row-con ul {
    margin-top: 30px;
    border-top: 2px solid #ededed;
    padding-top: 52px;
}

.enter-car .car-con .bd .row .row-con ul li {
    position: relative;
    padding: 40px 0 40px 20px;
    margin-top: -52px;
}

.enter-car .car-con .bd .row .row-con ul li h5 {
    color: #2057a1;
    font-size: 13px;
    line-height: 22px;
    position: relative;
    padding-left: 20px;
}

.enter-car .car-con .bd .row .row-con ul li h5 i {
    display: block;
    width: 15px;
    height: 2px;
    position: absolute;
    left: 0px;
    top: 11px;
    background: #dcdedd;
}

.enter-car .car-con .bd .row .row-con ul li p {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    padding-left: 20px;
    padding-bottom: 0;
}

.enter-car .car-con .bd .row .row-con ul li p img {
    display: block;
    width: 250px;
    height: 150px;
    padding-top: 10px;
}

.enter-car .car-con .bd .row .row-con ul li span {
    position: absolute;
    display: block;
    height: 100%;
    width: 2px;
    background: #dcdedd;
    top: 0;
    left: 20px;
}

.enter-car .car-con .bd .row .row-con em {
    position: absolute;
    display: block;
    width: 14px;
    height: 14px;
    border: 2px solid #ededed;
    background: #fff;
    top: -7px;
    left: 12px;
    border-radius: 100%;
}

.enter-car .car-con .prev,
.enter-car .car-con .next {
    position: absolute;
    top: 50%;
    margin-top: -100px;
    left: -102px;
    text-align: center;
    line-height: 80px;
    z-index: 1;
    width: 47px;
    height: 80px;
    background-color: #fff;
    cursor: pointer;
    filter: alpha(opacity=70);
    opacity: 0.7;
    display: block;
}

.enter-car .car-con .prev i,
.enter-car .car-con .next i {
    font-size: 40px;
    color: #2057a1;
    transition: 0.8s;
}

.enter-car .car-con .prevStop i,
.enter-car .car-con .nextStop i {
    filter: alpha(opacity=70);
    opacity: 0.7;
    transition: 0.8s;
}

.enter-car .car-con .prev:hover i,
.enter-car .car-con .next:hover i {
    transition: 0.8s;
    text-shadow: 1px 1px 3px #eb0a00;
    color: #eb0a00;
}

.enter-car .car-con .next {
    left: auto;
    right: -102px;
}

/*实力www*/
.strength h2 {
    font-size: 18px;
    color: #333333;
    font-weight: bold;
}

.strength h3 {
    font-size: 18px;
    color: #2057a1;
    font-weight: bold;
}

.strength p {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    padding-top: 10px;
}

.strength .strength-con .str-con {
    padding-bottom: 60px;
}

.strength .strength-con .str-con h3 {
    font-size: 13px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 20px;
    ;
}

.strength .strength-con .str-con ul li {
    overflow: hidden;
}

.strength .strength-con .str-con ul li .img-box {
    width: 560px;
    overflow: hidden;
}

.strength .strength-con .str-con ul li .img-box img {
    width: 100%;
    display: block;
}

.strength .strength-con .str-con ul li .img-box.fl {
    margin-right: 40px;
}

.strength .strength-con .str-con ul li .img-box.fr {
    margin-left: 40px;
}

.strength .strength-con .str-con ul li .txt-box {
    height: auto;
    overflow: hidden;
    padding-top: 110px;
}

.strength .strength-con .str-con ul li .txt-box p {
    font-size: 13px;
    line-height: 22px;
    color: #333333;
    font-weight: bold;
    padding-bottom: 20px;
}

.strength .strength-con .str-con ul li .txt-box dl {
    overflow: hidden;
    width: 600px;
    padding-top: 107px;
}

.strength .strength-con .str-con ul li .txt-box dl dd {
    float: left;
    margin-right: 20px;
    width: 160px;
}

.strength .strength-con .str-con ul li .txt-box dl dd img {
    width: 100%;
    display: block;
}

.strength .strength-con .str-mk {
    background: #f5f5f5;
    padding-bottom: 60px;
}

.strength .strength-con .str-mk h2 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
    padding: 50px 0 30px;
}

.strength .strength-con .str-mk ul {
    overflow: hidden;
    width: 1160px;
}

.strength .strength-con .str-mk ul li {
    float: left;
    width: 540px;
    margin-right: 40px;
}

.strength .strength-con .str-mk ul li img {
    width: 1005;
    display: block;
}

.strength .strength-con .str-mk ul li p {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    padding-top: 10px;
}

.strength .strength-con .str-mk2 {
    padding: 20px 0 60px;
}

.strength .strength-con .str-mk2 img {
    width: 100%;
    display: block;
}

.strength .strength-con .str-mk2 .mk-con {
    position: relative;
}

.strength .strength-con .str-mk2 .mk-con .txt-box {
    position: absolute;
    bottom: 95px;
    width: 400px;
    padding: 20px 10px 20px 30px;
    background: #fff;
    right: 0;
    border-right: 32px solid #2057a1;
}

.strength .strength-con .str-mk2 .mk-con .txt-box h2 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.strength .strength-con .str-mk2 .mk-con .txt-box p {
    font-size: 14px;
    line-height: 18px;
    color: #333333;
    padding-top: 10px;
}

/*质量管控*/
.strength .strength-gk .gk-small {
    color: #333333;
}

.strength .strength-gk p {
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

.strength .strength-gk em {
    display: block;
    width: 30px;
    height: 3px;
    background: #2057a1;
    margin: 15px 0 5px;
}

.strength .strength-gk .ov {
    padding: 40px 0;
}

.strength .strength-gk .fl {
    margin-right: 30px;
}

.strength .strength-gk .fr {
    margin-left: 30px;
}

.strength .strength-gk .img-box {
    width: 500px;
    overflow: hidden;
}

.strength .strength-gk img {
    display: block;
    width: 100%;
}

.strength .strength-gk .txt-box {
    height: auto;
    overflow: hidden;
    padding-top: 40px;
}

.strength .strength-gk .gk2 {
    background: #f5f5f5;
}

.strength .strength-gk .gk2 ul {
    margin-top: 20px;
    ;
}

.strength .strength-gk .gk2 ul li {
    width: 120px;
    float: left;
    margin-right: 10px;
    ;
}

.strength .strength-gk .gk2 ul li img {
    width: 100%;
    ;
}

.strength .strength-gk .gk2 ul li p {
    padding-top: 5px;
    text-align: center;
    color: #333;
    font-weight: bold;
    ;
}

.strength .strength-gk .gk3 ul {
    width: 1180px;
}

.strength .strength-gk .gk3 ul li {
    width: 540px;
    overflow: hidden;
    float: left;
    margin-right: 40px;
    margin-top: 30px;
}

.strength .strength-gk .gk3 ul li .img {
    width: 210px;
    height: 126px;
    float: left;
    margin-right: 25px;
}

.strength .strength-gk .gk3 ul li .img img {
    width: 100%;
    display: block;
}

.strength .strength-gk .gk3 ul li .text {
    height: auto;
    overflow: hidden;
    padding-top: 25px;
}

.strength .strength-gk .gk3 ul li .text h4 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    ;
}

.strength .strength-gk .gk4 {
    background: #f5f5f5;
}

.strength .strength-gk .gk4 ul {
    overflow: hidden;
    width: 1140px;
    margin-top: 20px;
}

.strength .strength-gk .gk4 ul li {
    width: 540px;
    float: left;
    margin-right: 20px;
}

.strength .strength-gk .gk4 ul li .text {
    padding-top: 20px;
}

.strength .strength-gk .gk4 ul li .text h4 {
    font-size: 14px;
    color: #333333;
    font-weight: bold;
    ;
}

.strength .strength-gk .str-mk2 {
    padding: 20px 0 60px;
}

.strength .strength-gk .str-mk2 img {
    width: 100%;
    display: block;
}

.strength .strength-gk .str-mk2 .mk-con {
    position: relative;
}

.strength .strength-gk .str-mk2 .mk-con .txt-box {
    position: absolute;
    bottom: 95px;
    width: 400px;
    padding: 20px 10px 20px 30px;
    background: #fff;
    left: 0;
    border-left: 32px solid #2057a1;
}

.strength .strength-gk .str-mk2 .mk-con .txt-box h2 {
    font-size: 20px;
    line-height: 30px;
    color: #333333;
}

.strength .strength-gk .str-mk2 .mk-con .txt-box p {
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-top: 0;
}

/*自主技术*/
.strength .strength-js h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.strength .strength-js .js1 .img-box {
    margin-right: 35px;
    position: relative;
}

.strength .strength-js .js1 em {
    display: block;
    width: 30px;
    height: 30px;
    background: #2057a1;
    position: absolute;
    right: -15px;
    top: 50px;
}

.strength .strength-js .js1 .txt-box {
    height: auto;
    overflow: hidden;
    padding-top: 50px;
}

.strength .strength-js .js2 {
    padding: 50px 0;
}

.strength .strength-js .poster-main .poster-list {
    width: 900px;
    min-height: 500px;
}

/*特色管理*/
.strength .strength-ts h4 {
    font-size: 18px;
    font-weight: bold;
    color: #333333;
}

.strength .strength-ts h4 span {
    color: #2057a1;
}

.strength .strength-ts .ts1 {
    padding-bottom: 50px;
}

.strength .strength-ts .ts1 h4 {
    text-align: center;
}

.strength .strength-ts .ts1 img {
    display: block;
    margin-top: 40px
}

.strength .strength-ts .ts2 {
    padding: 35px 0;
    background: #f5f5f5;
}

.strength .strength-ts .ts2 p {
    color: #333;
}

.strength .strength-ts .ts2 ul {
    overflow: hidden;
    width: 1180px;
}

.strength .strength-ts .ts2 ul li {
    width: 530px;
    float: left;
    margin-right: 60px;
    margin-top: 30px;
}

.strength .strength-ts .ts2 ul li h5 {
    color: #333;
    font-size: 14px;
    font-weight: bold;
    padding-top: 10px;
    ;
}

.strength .strength-ts .ts2 ul li p {
    font-size: 14px;
}

.strength .strength-ts .ts3 {
    padding: 35px 0;
}

.strength .strength-ts .ts3 img {
    display: block;
    padding-top: 20px;
}

.strength .strength-td .js1 .w1120 {
    background: #f5f5f5;
}

.strength .strength-td .js1 .txt-box {
    padding-right: 50px;
}

.strength .strength-td .js1 .txt-box h3 {
    padding-bottom: 15px;
}

.strength .strength-td .js1 p {
    color: #333;
    font-size: 14px;
}

.strength .strength-td .poster-main .poster-list {
    width: 600px;
    min-height: 400px;
}

/*客户服务*/
.service h2 {
    font-size: 26px;
    color: #333333;
    padding: 32px 0;
}

.service p {
    font-size: 13px;
    line-height: 22px;
    color: #666666;
    padding-top: 10px;
}

.service .ser1 .w1120 {
    padding-bottom: 50px;
    border-bottom: 1px solid #ededed;
}

.service .ser1 .text {
    width: 612px;
    margin-left: 75px;
}

.service .ser1 .text ul {
    overflow: hidden;
}

.service .ser1 .text ul li {
    float: left;
    width: 50%;
}

.service .ser1 .text ul li p i {
    font-size: 20px;
    color: #2057a1;
    margin-right: 5px;
}

.service .ser2 {
    padding-bottom: 40px;
}

.service .ser2 ul {
    overflow: hidden;
    width: 1180px;
}

.service .ser2 ul li {
    width: 530px;
    float: left;
    overflow: hidden;
    margin-right: 60px;
    margin-bottom: 40px;
}

.service .ser2 ul li .img-box {
    width: 210px;
    float: left;
    margin-right: 30px;
}

.service .ser2 ul li .txt-box {
    height: auto;
    overflow: hidden;
}

/*图片轮播调用插件的CSS属性*/
.poster-main {
    position: relative;
}

.poster-main img {
    display: block;
    width: 100%;
    border: 2px solid #fff;
}

.poster-main .txt-box {
    position: relative;
    top: 40px;
}

.poster-main .txt-box p {
    text-align: center;
    color: #666;
}

.poster-main .poster-list {
    width: 900px;
    min-height: 300px;
    margin: 0 auto;
    position: relative;
}

.poster-main .poster-list li {
    position: absolute;
    left: 0px;
    top: 0px;
}

.poster-main .poster-list li .txt-box p {
    display: none;
}

.poster-main .poster-list li.roundabout-in-focus .txt-box p {
    display: block;
}

.poster-main .prev,
.poster-main .next {
    position: absolute;
    left: 0;
    right: auto;
    top: 50%;
    display: block;
    width: 50px;
    height: 30px;
    ;
}

.poster-main .prev i,
.poster-main .next i {
    font-size: 40px;
    color: #999;
    ;
}

.poster-main .prev {
    right: 0;
    left: auto;
}

.poster-main .prev:hover i,
.poster-main .next:hover i {
    color: #2057a1;
}

.poster-main #num {
    position: absolute;
    bottom: 20px;
    text-align: center;
    width: 100%;
    ;
}

.poster-main #num span {
    padding: 0 5px;
}

.poster-main #num span.active {
    color: #2057a1;
}

.strength-js .js2 .poster-main .poster-list li {
    width: 272px;
    height: 395px;
}

.strength-td .js2 .poster-main .poster-list li {
    width: 476px;
    height: 287px;
}


/*工作机会*/
.work .work-con {
    border-bottom: 1px solid #fff;
}

.work .work-con ul li {
    padding: 50px 0;
}

.work .work-con ul li:first-child {
    margin-top: -50px;
}

.work .work-con ul li .w1120 {
    overflow: hidden;
}

.work .work-con ul li .fl {
    margin-right: 45px;
}

.work .work-con ul li .fr {
    margin-left: 45px;
}

.work .work-con ul li .img-box {
    position: relative;
    width: 500px;
}

.work .work-con ul li .img-box img {
    width: 100%;
    display: block;
}

.work .work-con ul li .img-box em {
    display: block;
    width: 30px;
    height: 30px;
    background: #2057a1;
    position: absolute;
    top: 40px;
}

.work .work-con ul li .fl em {
    right: -15px;
}

.work .work-con ul li .fr em {
    left: -15px;
}

.work .work-con ul li .txt-box {
    overflow: hidden;
    height: auto;
    padding-top: 40px;
}

.work .work-con ul li .txt-box h3 {
    font-size: 16px;
    color: #333333;
    font-weight: bold;
}

.work .work-con ul li .txt-box p {
    font-size: 13px;
    color: #666666;
    padding-top: 15px;
    line-height: 22px;
}

.work .work-con ul li.odd {
    background: #f5f5f5;
}

.work .work-con ul li.odd .txt-box h3 {
    text-align: right;
}

/*招聘列表*/
.work-zp {
    height: auto;
    overflow: hidden;
    margin: 55px 0 80px;
}

.work-zp .zp-title {
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background: #f0f0f0;
    clear: both;
    text-align: center;
}

.work-zp .zp-title span {
    width: 20%;
    display: block;
    float: left;
    color: #333;
    font-size: 14px;
    font-weight: bold;
}

.work-zp .zp-list {
    height: auto;
    overflow: hidden;
    border: 1px solid #e7e7e7;
    border-bottom: 0;
}

.work-zp .zp-list li {
    height: auto;
    overflow: hidden;
    border-bottom: 1px solid #e7e7e7;
    background: #f0f0f0;
    font-size: 13px;
    color: #666;
    cursor: pointer;
    clear: both;
}

.work-zp .zp-list li.odd {
    background: #fff;
}

.work-zp .zp-list li.active {
    background: #c8def4;
}

.work-zp .zp-list li span {
    width: 20%;
    display: inline-block;
    text-align: center;
    line-height: 45px;
    text-align: center;
}

.work-zp .zp-list li:hover {
    background: #c8def4;
}

.work-zp .zp-list li .text-box {
    height: auto;
    overflow: hidden;
    padding: 0 26px;
    background: #f0f0f0;
    display: none;
}

.work-zp .zp-list li .text-box .block {
    height: 26px;
    ;
}

.work-zp .zp-list li .text-box h2 {
    font-size: 13px;
    font-weight: bold;
    color: #333;
    margin: 20px 0 10px;
}

.work-zp .zp-list li .text-box p {
    font-size: 12px;
    line-height: 20px;
}

/*询价*/
.price {
    padding-top: 30px;
}

.price>ul {
    overflow: hidden;
    padding-bottom: 40px;
}

.price>ul li {
    float: left;
    width: 368px;
    margin-left: 3px;
    text-align: center;
}

.price>ul li dt {
    margin-bottom: 10px;
}

.price>ul li dt h3 {
    font-size: 16px;
    color: #808080;
}

.price>ul li dt p {
    color: #999999;
    font-size: 13px;
    margin-top: 5px;
    margin-bottom: 15px;
}

.price>ul li dd {
    background: #d8dde0;
    height: 3px;
    padding-top: 1px;
}

.price>ul li dd span {
    display: inline-block;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    position: relative;
    top: -7.5px;
    background: #d8dde0;
}

.price>ul li:first-child {
    margin-left: 0;
}

.price>ul li.active dt h3 {
    color: #d70021;
}

.price>ul li.active dd {
    background: #d70021;
}

.price>ul li.active dd span {
    background: #d70021;
}

.price>h1 {
    color: #666;
    font-size: 14px;
    margin-bottom: 15px;
}

.price>h1 span {
    font-size: 18px;
    color: #d70021;
    margin-right: 5px;
}

.price .form {
    display: block;
    border: 1px solid #ebebeb;
    margin-bottom: 65px;
}

.price .form h2 {
    background: #f8f8f8;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    color: #666;
    padding-left: 20px;
}

.price .form h2 i {
    font-size: 28px;
    margin-right: 15px;
    vertical-align: middle;
}

.price .form form {
    width: 785px;
    margin: 0 auto;
    padding: 45px 0 75px;
    height: auto;
    overflow: hidden;
}

.price .form form .select-box {
    background-color: #f8f8f8;
    position: relative;
    z-index: 2;
    width: 285px;
    height: 48px;
    border: 1px solid #e2e2e2;
    cursor: pointer;
    float: left;
    margin-right: 14px;
}

.price .form form .select-box .iconfont {
    width: 47px;
    height: 46px;
    text-align: center;
    line-height: 46px;
    background: #f8f8f8;
    position: absolute;
    top: 1px;
    right: 1px;
    font-size: 14px;
    color: #999;
    z-index: 3;
}

.price .form form .select {
    width: 265px;
    height: 48px;
    background: #f8f8f8;
    border: none;
    padding-left: 20px;
}

.price .form form .select .select_text {
    text-indent: 18px;
    height: 48px;
    line-height: 48px;
    color: #333;
    background: #f8f8f8;
}

.price .form form .select_ul {
    display: none;
    position: absolute;
    top: 48px;
    left: -1px;
    width: 285px;
    border: 1px solid #e2e2e2;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    overflow: auto;
}

.price .form form .select_ul li {
    line-height: 48px;
    text-indent: 10px;
    color: #666;
    background: #f8f8f8;
}

.price .form form .select_ul li:hover,
.price .form form .select_ul li.cur {
    color: #fff;
    background: #d70021;
}

.price .form form .row {
    position: relative;
    height: auto;
    padding: 25px 0;
}

.price .form form div.row1 {
    z-index: 3;
}

.price .form form .row span.t {
    display: block;
    float: left;
    height: 48px;
    line-height: 48px;
    text-align: right;
    font-size: 14px;
    color: #333;
    width: 56px;
    margin-right: 15px;
}

.price .form form .row input {
    line-height: 48px;
    height: 48px;
    width: 588px;
    border: 1px solid #e2e2e2;
    text-indent: 18px;
    background: #f8f8f8;
    float: left;
    margin-right: 14px;
}

.price .form form .row textarea {
    height: 80px;
    width: 552px;
    border: 1px solid #e2e2e2;
    background: #f8f8f8;
    float: left;
    margin-right: 14px;
    padding: 18px;
    resize: none;
}

.price .form form .row label {
    float: left;
    font-size: 12px;
    color: #999;
    padding-left: 28px;
    background: url(../images/stop.png) no-repeat left center;
    display: inline-block;
    height: 18px;
    line-height: 18px;
    margin-top: 16px;
}

.price .form form .row .more {
    text-indent: 71px;
    color: #666;
}

.price .form form .row .more h3 {
    color: #d94243;
    margin-top: 10px;
    cursor: pointer;
}

.price .form form .row .more h3 i {
    vertical-align: middle;
    font-size: 14px
}

.price .form form .row .more-con {
    height: auto;
    overflow: hidden;
    display: none;
}

.price .form form .btn-box {
    padding: 0;
}

.price .form form .btn-box a {
    display: block;
    width: 588px;
    height: 43px;
    border: 1px solid #d70021;
    line-height: 45px;
    text-align: center;
    margin-left: 71px;
    color: #d70021;
    font-size: 16px;
    margin-top: 30px;
}

.price .form form .btn-box p {
    padding-left: 71px;
    margin-top: 10px;
    width: 588px;
    font-size: 14px;
    color: #666;
    text-align: right;
}

.price .form form .btn-box p b {
    font-size: 18px;
    color: #d94243;
}

.price span.name {
    display: block;
    width: 75px;
    text-align: right;
    line-height: 30px;
}

.price .gf-select {
    float: left;
    width: 285px;
    margin-right: 14px;
    position: relative;
    line-height: 48px;
    color: #333;
    background: #f8f8f8;
    border: 1px solid #e2e2e2;
}

.price .gf-select span {
    text-indent: 18px;
    height: 48px;
    line-height: 48px;
    color: #333;
    background: #f8f8f8;
    cursor: pointer;
    width: 285px;
    display: block;
}

.price .gf-select span em {
    font-style: normal;
}

.price .gf-select .icon-jt {
    width: 47px;
    height: 48px;
    line-height: 48px;
    position: absolute;
    top: 0;
    right: 0;
    font-size: 14px;
    color: #999;
}

.price .gf-select ul {
    display: none;
    position: absolute;
    top: 48px;
    left: -1px;
    width: 285px;
    border: 1px solid #e2e2e2;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
    background: #fff;
    overflow: auto;
    height: 155px;
}

.price .gf-select ul li {
    line-height: 48px;
    text-indent: 10px;
    color: #666;
    background: #f8f8f8;
}

.price .gf-select ul li:hover {
    color: #fff;
    background: #d70021;
}

.price .gf-select ul li.active {
    color: #fff;
    background: #d70021;
}

.price .gf-select ul li:last-child {
    border-bottom: none;
}

/*提交成功*/
.success {
    padding-bottom: 80px;
}

.success ul {
    margin-top: 50px;
    width: 370px;
    margin-right: auto;
    margin-left: auto;
}

.success ul li {
    margin-bottom: 35px;
    overflow: hidden;
}

.success ul li p {
    font-size: 16px;
    color: #666666;
    line-height: 1.8;
}

.success ul li:first-child {
    text-align: center;
}

.success ul li:first-child img {
    margin-bottom: 20px;
}

.success ul li img {
    margin-right: 20px;
}

.success ul li a {
    font-size: 16px;
    color: #666666;
    float: right;
    text-decoration: underline;
}

.success ul li a:first-child {
    float: left;
    color: #2057a1;
}

/* 图库 */
.picture {
    height: auto;
    overflow: hidden;
    padding-bottom: 80px;
}

.picture #play {
    width: 1200px;
    text-align: center;
    position: relative;
    overflow: hidden;
    background: #f5f5f5;
}

.picture #play h1 {
    padding: 40px 0;
    font-size: 20px;
    color: #333;
}

.picture #play .change-a {
    width: 46px;
    height: 46px;
    position: absolute;
    top: 360px;
    z-index: 1;
    cursor: pointer;
    display: block;
    overflow: hidden;
    color: #df4b44;
}

.picture #play .change-a i {
    font-size: 40px;
}

.picture #play .prev-a {
    left: 25px;
}

.picture #play .next-a {
    right: 25px;
}

.picture #play .change-a span {
    width: 24px;
    height: 43px;
    position: absolute;
    top: 50%;
    margin-top: -21px;
    display: none
}

.picture #play .img-ul {
    position: relative;
    z-index: 1;
    width: 802px;
    height: 541px;
    margin: 0 auto;
}

.picture #play .img-ul li img {
    width: 802px;
    height: 541px;
}

.picture .img-ul li {
    position: relative;
}

.picture .img-ul li p {
    position: absolute;
    bottom: 0;
    left: 0;
    _bottom: 0;
    _left: -400px;
    display: block;
    min-height: 52px;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
    background: #000;
    width: 782px;
    color: #fff;
    padding: 8px 10px 8px 10px;
    text-align: left;
}

.picture .img-hd-cen {
    width: 1000px;
    height: auto;
    overflow: hidden;
    background: #f5f5f5;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-left: 200px;
}

.picture .img-hd {
    width: 502px;
    background: #f5f5f5;
    overflow: hidden;
    height: 86px;
    position: relative;
}

.picture .img-hd ul {
    position: absolute;
    z-index: 1;
    width: 510px;
    display: block;
    overflow: hidden;
}

.picture .img-hd ul li {
    float: left;
    width: 112px;
    height: 76px;
    border: 3px solid #eee;
    cursor: pointer;
    margin: 0 4px 0 1px;
    overflow: hidden;
    *display: inline;
    padding: 1px;
    text-align: center
}

.picture .img-hd ul li img {
    height: 76px;
    width: 112px;
}

.picture .img-hd ul li.on {
    border-color: #df4b44;
}

.picture .img-hd-cen .bottom-a {
    background: #000;
    width: 21px;
    height: 76px;
    line-height: 76px;
    text-align: center;
    display: block;
    cursor: pointer;
    margin-top: 5px;
}

.picture .img-hd-cen .bottom-a i {
    color: #fff;
    font-size: 14px;
}

.picture .w-prev-tj {
    margin-right: 9px;
    margin-left: 4px;
}

.picture .w-next-tj {
    margin-left: 9px;
}

.picture .w-prev-tj,
.w-next-tj {
    width: 115px;
    height: auto;
    overflow: hidden;
    margin-top: 5px;
    text-align: center;
    display: inline;
}

.picture .w-prev-tj img,
.picture .w-next-tj img {
    width: 113px;
    height: 76px;
}

.picture .w-prev-tj span,
.w-next-tj span {
    display: block;
    padding-top: 5px;
}

/*订购*/
.order {
    height: auto;
    overflow: visible !important;
    clear: both;
    margin-top: 15px;
    padding: 0 100px 290px;
    z-index: 2;
    border-bottom: 1px solid #ccc;
}

.order h3 {
    padding-top: 40px !important;
    padding-bottom: 20px;
    font-size: 30px;
    color: #333;
}

.order p {
    padding-bottom: 20px;
}

.order .form .form-fl {
    width: 480px;
}

.order .form .form-fr {
    width: 480px;
}

.order .form .input-row {
    font-size: 14px;
    color: #333333;
    margin-bottom: 12px;
    position: relative;
}

.order .form .input-row em {
    color: red;
}

.order .form label {
    display: none;
    line-height: 30px;
    color: #e72c00;
    background: url("../images/error-icon.png") left center no-repeat;
    padding-left: 20px;
    font-size: 12px;
}

.order .form .input-row span {
    display: block;
    position: absolute;
    left: 0;
    width: 60px;
    line-height: 47px;
    text-align: center;
    top: 0;
}

.order .form .input-row input {
    border: 1px solid #cccccc;
    width: 450px;
    font-size: 13px;
    padding: 14px 14px 14px 60px;
}

.order .form .input-row textarea {
    resize: none;
    margin-top: 24px;
    border: 1px solid #cccccc;
    width: 450px;
    padding: 14px;
    font-size: 13px;
}

.order .form .submit {
    cursor: pointer;
    width: 180px !important;
    border: 0;
    background-color: #2057a1;
    font-size: 16px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.order .form .submit:hover {
    background-color: #e93b33;
}

.order .form .resete {
    cursor: pointer;
    width: 180px !important;
    border: 0;
    background-color: #dbdbdb;
    font-size: 16px;
    color: #fff;
    height: 45px;
    line-height: 45px;
    display: inline-block;
    *display: inline;
    zoom: 1;
}

.order .form .resete:hover {
    background-color: #999;
}

/*关于我们*/
/**********联系我们begin**********/
.contact {
    background: #f5f5f5;
}

.contact h1 {
    text-align: center;
    font-size: 30px;
    color: #333;
    padding: 10px 0 14px 0;
}

.contact p {
    text-align: center;
    font-size: 13px;
    line-height: 24px;
    color: #666;
}

.contact .contact-top {
    height: auto;
    overflow: hidden;
    padding-top: 40px;
}

.contact .contact-top ul {
    height: auto;
    overflow: hidden;
    padding: 58px 0 68px;
}

.contact .contact-top ul li {
    float: left;
    display: inline-block;
    width: 25%;
    text-align: center;
}

.contact .contact-top ul li span {
    width: 96px;
    height: 96px;
    line-height: 96px;
    border: 1px solid #ccc;
    display: block;
    margin: 0 auto;
}

.contact .contact-top ul li span img {
    margin-top: 3px;
}

.contact .contact-top ul li h3 {
    font-size: 16px;
    color: #333;
    margin-top: 10px;
    margin-bottom: 2px;
}

.contact .contact-top ul li h3 a {
    color: #333;
}

.contact .contact-top ul li p {
    font-size: 13px;
    color: #666;
}

.contact .contact-top ul li p a {
    color: #666;
}

.contact .contact-top ul li p a:hover {
    color: #296fb7;
}

/*地图*/
.contact #map {
    height: 400px;
}

.contact .map-box {
    height: 400px;
    overflow: hidden;
    position: relative;
    margin-bottom: 40px;
}

.contact .map-box .map-mask {
    z-index: 2;
    height: 400px;
    width: 50%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000;
    filter: alpha(opacity=70);
    -moz-opacity: 0.7;
    -khtml-opacity: 0.7;
    opacity: 0.7;
}

.contact .map-box .map-info {
    z-index: 3;
    position: absolute;
    left: 50%;
    top: 0;
    margin-left: -560px;
}

.contact .map-box .map-info .map-info-fl {
    height: 340px;
    float: left;
    padding-top: 60px;
}

.contact .map-box .map-info .map-info-fl h2 {
    font-size: 24px;
    color: #fff;
    padding-bottom: 25px;
}

.contact .map-box .map-info .map-info-fl h3 {
    font-size: 18px;
    color: #fff;
    padding: 12px 0;
}

.contact .map-box .map-info .map-info-fl p {
    font-size: 13px;
    line-height: 24px;
    color: #fff;
    text-align: left;
}

.contact .map-box .map-info .map-info-fl a {
    display: inline-block;
    padding: 12px 30px;
    border: 1px solid #fff;
    font-size: 14px;
    color: #fff;
    margin-top: 26px;
}

.contact .map-box .map-info .map-info-fl a:hover {
    background-color: #fff;
    color: #666;
}

/*订购*/
.f-no {
    float: none !important;
    clear: both;
}

.contact .order {
    padding-bottom: 90px !important;
}

.contact .order .form {
    width: 1140px;
}

.contact .order .input-row {
    float: left;
    margin-right: 20px;
}

.contact .order .input-row input {
    width: 284px;
    display: block;
}

.contact .order .input-row textarea {
    width: 1108px;
    margin-top: 10px;
}

.contact .order .cz-tj {
    margin-top: 20px;
    text-align: right;
}

.contact .order .submit {
    width: 100%;
}

/**********联系我们end**********/
/*招聘弹出样式*/
.body {
    background: url("../images/vid_bg.png") repeat;
    position: fixed;
    z-index: 9888;
    left: 0;
    top: 0;
    display: none;
    _position: absolute;
}

.yt_yd {
    height: auto;
    width: 920px;
    height: 650px;
    position: fixed;
    top: 50%;
    margin-top: -325px;
    left: 50%;
    margin-left: -460px;
    background: #fff;
    z-index: 99;
    display: none;
    _position: absolute;
    _top: expression(eval(document.documentElement.scrollTop+document.documentElement.offsetHeight/2));
}

.yt_yd #close_flash {
    width: 40px;
    height: 40px;
    position: absolute;
    right: -40px;
    top: 0;
    background: #2057a1;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.yt_yd #close_flash i {
    color: #fff;
    font-size: 20px;
    ;
}

.yt_yd .q_rczp_zw {
    width: 920px;
    height: auto;
    overflow: hidden;
    background: #fff;
}

.yt_yd .q_rczp_zw .q_rczp_title {
    width: 100%;
    height: 67px;
    margin: 0 auto;
    border-bottom: 1px solid #dedede;
    position: relative;
}

.yt_yd .q_rczp_zw .q_rczp_title h1 {
    font-size: 26px;
    color: #474747;
    line-height: 67px;
    font-weight: lighter;
    text-align: center;
}

.yt_yd .q_rczp_zw .q_rczp_title a {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 46px;
    height: 46px;
    display: block;
}

.yt_yd .q_rczp_zw .q_rczp_title a img {
    margin-top: 10px;
    margin-right: 10px;
}

.yt_yd .q_rczp_fz2 {
    height: 500px;
    padding: 0 30px;
    overflow: auto;
    margin: 20px auto 40px;
}

.yt_yd .q_rczp_fz2 .q_ruzp_top {
    padding: 0 18px;
}

.yt_yd .q_rczp_fz2 .q_ruzp_top p {
    margin-right: 50px;
    display: inline;
    font-size: 15px;
    color: #000;
    font-weight: bold;
    ;
}

.yt_yd .q_rczp_fz2 .q_ruzp_top p.q_rczp_zw {
    font-size: 24px;
    color: #da251c;
}

.yt_yd .q_rczp_fz2 .q_ruzp_top p span {
    font-size: 13px;
    color: #666666;
    font-weight: normal;
}

.yt_yd .q_rczp_fz2 .q_ruzp_bot {
    width: 100%;
    height: auto;
    overflow: hidden;
    margin-top: 30px;
}

.yt_yd .q_rczp_fz2 .q_ruzp_bot h3 {
    display: block;
    width: 90px;
    float: left;
    font-weight: bold;
    font-size: 15px;
    color: #333;
    text-align: right;
}

.yt_yd .q_rczp_fz2 .q_ruzp_bot div {
    width: 700px;
    display: block;
    height: auto;
    float: left;
}

.yt_yd .q_rczp_fz2 .q_ruzp_bot div p {
    color: #777;
    line-height: 24px;
    margin-bottom: 5px;
}

.yt_yd .q_rczp_fz2 .q_ruzp_bot div p a {
    color: #2057a1;
}

.yt_yd .q_rczp_fz2 .q_ruzp_bot p {
    color: #777;
    line-height: 24px;
    margin-bottom: 5px;
}

.yt_yd .q_rczp_fz2 .q_ruzp_bot p span {
    margin-right: 10px;
}

.yt_yd .q_rczp_fz2 .q_ruzp_bot p span a:hover {
    text-decoration: underline;
    color: #fe0303;
}

.yt_yd .q_rczp_fz2 .q_ruzp_bot p .red {
    color: #d02b2b;
}

.yt_yd .q_rczp_fz2 .q_ruzp_bot .sq {
    text-align: center;
    margin: 50px 0;
}

/*搜索详情页*/
.search-result {
    padding-bottom: 40px;
}

.search-result .position {
    border: 1px solid #ededed;
}

.search-result .newslist {
    padding-top: 0;
}

/*sitemap*/
.sitemap .banner {
    width: 100%;
    height: 100px;
    background: url(../images/banner-common.jpg) center no-repeat;
    background-size: cover;
}

.sitemap ul {
    padding: 35px 0;
}

.sitemap ul li {
    border-bottom: 1px solid #e5e5e5;
    height: auto;
    overflow: hidden;
    padding-bottom: 15px;
    width: 100%;
    margin-bottom: 15px;
}

.sitemap ul li a {
    color: #474747;
    font-size: 14px;
    font-weight: bold;
}

.sitemap ul li .subtit {
    padding-top: 18px;
}

.sitemap ul li .subtit span {
    color: #858585;
    margin-right: 15px;
}

.sitemap ul li .subtit a {
    color: #666;
    font-size: 12px;
    font-weight: normal;
    margin-right: 15px;
    transition: all 0.3s linear;
}

.sitemap ul li a:hover {
    color: #491a89;
}

/*legal*/
.legal .banner {
    width: 100%;
    height: 100px;
    background: url(../images/banner-common.jpg) center no-repeat;
    background-size: cover;
}

.legal h2 {
    font-size: 14px;
    font-weight: bold;
    color: #333;
    margin: 25px 0 5px;
}

.legal p {
    font-size: 12px;
    color: #666;
    line-height: 22px;
}

/*error*/
.error .banner {
    width: 100%;
    height: 100px;
    background: url(../images/banner-common.jpg) center no-repeat;
    background-size: cover;
}

.error {
    position: relative;
    background: url("../images/404_bg.png") center 150px no-repeat;
}

.error p {
    padding-top: 400px;
    text-align: center;
    font-size: 14px;
}

.error p a {
    font-size: 13px;
}

div.select-set {
    margin-top: 6px;
    border: 1px solid #cccccc;
    background-color: #fff;
    color: #666666;
    cursor: pointer;
    height: 45px;
    line-height: 45px;
    overflow: hidden;
    position: relative;
    padding: 0 0 0 15px;
    width: auto;
    z-index: 5;
}

div.select-block {
    display: none;
    background-color: #fff;
    border-left: 1px solid #eaeaea;
    border-right: 1px solid #eaeaea;
    border-bottom: 1px solid #eaeaea;
    left: -1px;
    line-height: 20px;
    position: absolute;
    top: 73px;
    *top: 74px;
    width: 100%;
    z-index: 12;
}

dl.select-list {
    cursor: pointer;
    max-height: 160px;
    overflow: hidden;
    overflow-y: auto;
}

/* Scroll view */
ul.select-list::-webkit-scrollbar {
    width: 12px;
}

dl.select-list::-webkit-scrollbar-track {}

dl.select-list::-webkit-scrollbar-thumb {
    -webkit-box-shadow: inset 0 0 1px rgba(0, 0, 0, 0.5);
}

dl.select-list {
    scrollbar-face-color: #AEB1B1;
    scrollbar-shadow-color: #C7CACA;
    scrollbar-highlight-color: #CED1D1;
    scrollbar-3dlight-color: #CED1D1;
    scrollbar-darkshadow-color: #C7CACA;
    scrollbar-track-color: #CED1D1;
    scrollbar-arrow-color: #333;
}

/* End scroll view */
dd.select-items {
    color: #666;
    padding: 0 0 0 15px;
    height: 30px;
    line-height: 30px;
    border-bottom: 1px solid #eaeaea;
}

.form .row .select-set {
    width: 285px;
    margin: 0;
    border: 0;
    height: 48px;
    line-height: 48px;
    padding-left: 0;
    color: #333;
    text-indent: 18px;
    background: none;
}

.form .row .select-block {
    top: 50px;
}

.form .row .select-block dd.select-items {
    height: 48px;
    line-height: 48px;
}

dd.select-items:hover,
dd.select-items.active {
    background: #d70021;
    color: #fff;
}

.no_result p {
    font-size: 14px;
    font-weight: bold;
    color: #666;
    padding-top: 30px
}

.no_result p a {
    color: #333;
    font-weight: normal;
}

.no_result p a:hover {
    color: #2057a1
}

/* NEWS详情页 */

.newsinfo {
    width: 1120px;
    overflow: hidden;
    margin: 50px auto;
}

.newsinfo .fl {
    width: 750px;
    float: left;
    overflow: hidden;
}

.newsinfo .fl h1 {
    font-weight: bold;
    font-size: 24px;
    color: #2057a1;
}

.newsinfo .fl .de1one {
    padding-top: 20px;
}

.newsinfo .fl .de1one {
    overflow: hidden;
    background: #f6f6f6;
    padding: 8px 0;
    margin-top: 20px;
}

.newsinfo .fl .de1one p {
    height: auto;
    overflow: hidden;
    padding-left: 20px;
    line-height: 24px;
    font-size: 13px;
}

.newsinfo .fl .de1one p span {
    display: inline-block;
    padding-right: 35px;
    color: #999999;
    font-size: 13px;
}

.newsinfo .fl .de1two {
    padding-top: 20px;
}

.newsinfo .fl .de1two p strong {
    padding-top: 10px;
    display: block;
    color: #333;
}

.newsinfo .fl .de1two p {
    line-height: 24px;
    color: #333333;
    font-size: 16px;
    padding: 5px 0px;
}

.newsinfo .fl .de1two p img {
    padding-top: 20px;
    border-radius: 7px;
    margin:0;
    line-height: 0;
    max-width: 80%;
    text-align: center;
    overflow: hidden;
}

.newsinfo .fr {
    width: 300px;
    margin-left: 70px;
    float: right;
    overflow: hidden;
}

.newsinfo .fr h2 {
    font-size: 20px;
    line-height: 24px;
    color: #2057a1;
    padding: 0 0 0 16px;
    margin: 14px 0;
    border-left: 3px solid #2057a1;
}

.newsinfo .fr ul li {
    border-bottom: 1px solid #dddddd;
}

.newsinfo .fr ul li a {
    display: block;
    padding-top: 20px;
    padding-bottom: 20px;
    /* padding-left: 16px; */
    transition: all .5s;
    color: #333;
}

.newsinfo .fr ul li a img {
    width:300px;
    height:200px;
    border-radius: 7px;
    overflow: hidden;
    transition: all 0.5s ease-in-out 0s;
    -moz-transition: all 0.5s ease-in-out 0s;
    -webkit-transition: all 0.5s ease-in-out 0s;
    -o-transition: all 0.5s ease-in-out 0s;
    -ms-transition: all 0.5s ease-in-out 0s;
}

.newsinfo .fr ul li a:hover img {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    -khtml-opacity: 0.9;
    opacity: 0.9;
    transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -webkit-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -o-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -moz-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
    -ms-transform: matrix(1.04, 0, 0, 1.04, 0, 0);
}

.newsinfo .fr ul li p strong {
    line-height: 20px;
}

.newsinfo .fr ul li span.date {
    font-size: 12px;
    line-height: 20px;
    color: #999999;
    padding-top: 5px;
}

.newsinfo .fr ul li .txt-box h3 {
    font-size: 16px;
    line-height: 21px;
    color: #333333;
    font-weight: bold;
}

.newsinfo .fr ul li .txt-box p {
    font-size: 13px;
    line-height: 18px;
    color: #666666;
}

/* VIDEOS */

.indexvideos {
    display: block;
    overflow: hidden;
    margin-bottom: 60px;
}

.indexvideos li {
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 20px;
    width: 360px;
    margin-bottom:20px;
}

.indexvideos img {
    border-radius: 2px;
}

.indexvideos h3 {
    font-size: 14px;
    line-height: 36px;
    padding-left: 10px;
}


/* 分页导航 */
.pagination {
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
    display: inline-block;
}

.pagination>li {
    display: inline;
    float: left;
    margin: 0 5px;
}

.pagination>li>a,
.pagination>li>span {
    position: relative;
    float: left;
    padding: 6px 12px;
    line-height: 1.42857;
    text-decoration: none;
    color: #2057a1;
    background-color: #fff;
    border: 1px solid #ddd;
    margin-left: -1px;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span {
    margin-left: 0;
    border-bottom-left-radius: 4px;
    border-top-left-radius: 4px;
}

.pagination>li:last-child>a,
.pagination>li:last-child>span {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    z-index: 2;
    color: #2057a1;
    background-color: #eee;
    border-color: #ddd;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    z-index: 3;
    color: #fff;
    background-color: #2057a1;
    border-color: #2057a1;
    cursor: default;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #777;
    background-color: #fff;
    border-color: #ddd;
    cursor: not-allowed;
}

.pagination-lg>li>a,
.pagination-lg>li>span {
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33333;
}

.pagination-lg>li:first-child>a,
.pagination-lg>li:first-child>span {
    border-bottom-left-radius: 6px;
    border-top-left-radius: 6px;
}

.pagination-lg>li:last-child>a,
.pagination-lg>li:last-child>span {
    border-bottom-right-radius: 6px;
    border-top-right-radius: 6px;
}

.pagination-sm>li>a,
.pagination-sm>li>span {
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
}

.badge,
.label {
    line-height: 1;
    white-space: nowrap;
}

.pagination-sm>li:first-child>a,
.pagination-sm>li:first-child>span {
    border-bottom-left-radius: 3px;
    border-top-left-radius: 3px;
}

.pagination-sm>li:last-child>a,
.pagination-sm>li:last-child>span {
    border-bottom-right-radius: 3px;
    border-top-right-radius: 3px;
}

.search-pagination>.pagination>li>a {
    margin: 0 3px;
}

.search-pagination {
    text-align: center;
}

.search-pagination>.pagination>.page-active>a {
    background-color: #2057a1;
    color: #fff;
}

.pagination>li>a,
.pagination>li>span {
    color: #000;
}

.pagination>li>a:hover {
    cursor: pointer;
    color: #2057a1;
}

/* 标签CSS */

.content-tag {
    overflow: hidden;
    background: #f6f6f6;
    padding: 10px 2%;
    margin:30px 0;
    /* height: 40px; */
    width: 96%;
}

.content-tag a {
    color: #666;
    padding: 0px 12px;
    border-radius: 3px;
    font-size: 12px;
    margin: 5px 10px 5px 0;
    background: #e5e5e5;
    height: 32px;
    display: block;
    float: left;
    line-height: 32px;
}

.content-tag a:hover {
    background: #2057a1;
    color: #fff;
}

/* 上下文 */
.pre-next {
    overflow: hidden;
    border-top: 1px solid #ccc;
    margin-top:30px;
    padding-top:30px;
}

.pre-next p {
    overflow: hidden;
    line-height: 14px;
    width:100%;
    height:35px;
    line-height: 35px;
}

.pre-next a {
    overflow: hidden;
    color:#2057a1;
}

/* 单网页 */
.about {
    overflow: hidden;
    padding:40px 0;
}

.about h2{
    font-size:21px;
    color:#2057a1;
    line-height: 40px;
    font-weight: bold;
    padding:0;
    margin:0;
    text-transform: uppercase;
}

.about p {
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
    border: none;
    color: #000;
    font-size: 16px;
    line-height: 21px;
    margin:10px 0;
}

.about p img{
    max-width: 100%;
}

/* 推荐视频 */

.goodvideos{
    display: block;
    overflow: hidden;
    width:100%;
    padding: 40px 0;
    margin:0 auto;
}

.goodvideos li{
    display: block;
    float: left;
    overflow: hidden;
    width:46%;
    margin:0 2%;
}

.goodvideos li h3{
    font-size:16px;
    text-align: center;
    color:#eee;
    height: 20px;
    line-height: 20px;
}


/* PATHS */

.paths{
    overflow: hidden;
    width:100%;
    background-color: #fff;
    padding-top: 40px;
    padding-bottom: 30px;
    background: url(../images/paths.jpg) center bottom no-repeat;
}

.paths .pathscon{
    width:1120px;
    margin:0 auto;
}

.paths .pathscon h2{
    font-size:21px;
    color:#2057a1;
    line-height: 40px;
    font-weight: bold;
    padding:0;
    margin:0;
    text-transform: uppercase;
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.paths .pathscon h2 a{
    color:#2057a1;
    text-align: center;
    display: block;
    font-size: 27px;
}


/**动态时间轴**/

.tabslist {
	width: 100%;
	background: #f1f1f1;
    margin:30px 0;
}

.tabslist .tab {
	overflow: hidden;
	width: 100%;
	float: left;
}

.tabslist .tab a {
	display: block;
	height: 40px;
	line-height: 40px;
    font-size: 16px;
	width: 25%;
    text-align: center;
	float: left;
	overflow: hidden;
	text-decoration: none;
	color: #fff;
	border-bottom: 2px solid #eee;
}

.tabslist .tab a:hover {
	color: #fff;
    border-bottom: 3px solid #fff;
	text-decoration: none;
    font-weight: bold;
    font-size: 21px;
}

.tabslist .tab a.on {
	color: #fff;
    border-bottom: 3px solid #fff;
	text-decoration: none;
    font-weight: bold;
    font-size: 21px;
}

.tabslist .content {
	overflow: hidden;
	float: left;
    width: 100%;
    margin:30px 0;
}

.tabslist .content ul{
	overflow: hidden;
	display: block;
    width: 100%;
}

.tabslist .content li {
    display: block;
    width: 25%;
}

.tabslist .content li .item {
	width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.tabslist .content li .item a {
	overflow: hidden;
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.tabslist .content li .item img {
	overflow: hidden;
    max-width: 70%;
    font-size: 0;
    line-height: 0;
}

.tabslist .content li .item p {
	display: block;
	line-height: 21px;
    margin:5px 0 30px 0;
    font-size: 14px;
    width: 100%;
	overflow: hidden;
	color: #fff;
    text-align: center;
}


/**静态时间轴**/

.pathsls {
	width: 100%;
	background: #fff;
    float: left;
}

.pathsls .tab {
	width: 100%;
	float: left;
    border-bottom: 1px solid #ccc;
}

.pathsls .tab li {
	display: block;
	height: 40px;
	line-height: 40px;
	font-size: 16px;
	width: 25%;
	text-align: center;
	float: left;
	text-decoration: none;
	color: #333;
	font-weight: bold;
    position: relative;
}

.pathsls .tab li em {
    position: absolute;
    background: #fff;
    border: 1px solid #aaa;
    width: 10px;
    height: 10px;
    left: 135px;
    border-radius: 100%;
    bottom: -6px;
}

.pathsls .content {
	overflow: hidden;
	float: left;
    width: 100%;
    margin-top:30px;
}

.pathsls .content ul{
	overflow: hidden;
	display: block;
    width: 100%;
}

.pathsls .content li {
    display: block;
    width: 21%;
    padding: 0 2%;
    float: left;
}

.pathsls .content li .item {
	width: 100%;
    display: block;
    overflow: hidden;
    text-align: center;
}

.pathsls .content li .item a {
	overflow: hidden;
    display: block;
    text-align: center;
    font-size: 0;
    line-height: 0;
}

.pathsls .content li .item img {
	overflow: hidden;
    max-width: 70%;
    font-size: 0;
    line-height: 0;
}

.pathsls .content li .item p {
	display: block;
	line-height: 21px;
    margin:5px 0 30px 0;
    font-size: 16px;
    width: 100%;
	overflow: hidden;
	color: #666;
    text-align: center;
}

/* paths list new */


/* paths list new */


.pathsnew {
	width: 100%;
    float: left;
    position: relative;
    margin:50px 0;
}

.pathsnew img{
	width: 100%;
    float: left;
    margin:200px 0;
}

.pathsnew .blockup{
	width: 250px;
    position: absolute;
    top: 0;
    bottom: 219px;
}

.pathsnew .blockup em{
	position: absolute;
    background: #2057a1;
    border: 1px solid #aaa;
    width: 16px;
    height: 16px;
    left: 117px;
    border-radius: 100%;
    bottom: 0;
}

.pathsnew .blockup h3{
	position: absolute;
	width: 200px;
	left: -50px;
	text-align: center;
	bottom: -30px;
	font-size: 16px;
	font-style: italic;
}

.pathsnew .blockup em{
	position: absolute;
	background: #2057a1;
	border: 1px solid #aaa;
	width: 16px;
	height: 16px;
	left: 42px;
	border-radius: 100%;
	bottom: 2px;
}

.pathsnew .blockup ul{
    position: absolute;
    width: 150px;
    bottom: 2px;
    margin-left: 50px;
    border-left: 1px solid #2057a1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 30px 0;
}

.pathsnew .blockup ul li{
    line-height: 16px;
    margin:10px 0 10px 10px;
    font-size: 14px;
    word-wrap: break-word;
    word-break: break-all;
}


.pathsnew .blockdown{
	width: 250px;
	position: absolute;
	top: 294px;
	left: 300px;
	bottom: 0;
}

.pathsnew .blockdown em{
	position: absolute;
    background: #2057a1;
    border: 1px solid #aaa;
    width: 16px;
    height: 16px;
    left: 117px;
    border-radius: 100%;
    bottom: 0;
}

.pathsnew .blockdown h3{
	position: absolute;
	width: 200px;
	left: -50px;
	text-align: center;
	top: -30px;
	font-size: 16px;
	font-style: italic;
}

.pathsnew .blockdown em{
	position: absolute;
	background: #2057a1;
	border: 1px solid #aaa;
	width: 16px;
	height: 16px;
	left: 42px;
	border-radius: 100%;
	top: 2px;
}

.pathsnew .blockdown ul{
    position: absolute;
    width: 150px;
    top: 10px;
    margin-left: 50px;
    border-left: 1px solid #2057a1;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 50px 0;
}

.pathsnew .blockdown ul li{
    line-height: 18px;
    margin:10px 0 10px 10px;
    font-size: 14px;
}

/* HONORS */

.abouthonors {
    display: block;
    overflow: hidden;
    padding-top: 40px;
}

.abouthonors h2{
    font-size:27px;
    color:#2057a1;
    line-height: 40px;
    font-weight: bold;
    padding:0;
    margin:0;
    text-transform: uppercase;
    text-align: center;
    width: 100%;
    margin-bottom: 20px;
}

.abouthonors li {
    display: block;
    float: left;
    overflow: hidden;
    width: 18%;
    margin:20px 1%;
    line-height: 0;
}

.abouthonors li a {
    display: block;
    overflow:hidden;
    text-align: center;
    background-color: #f5f5f5;
}

.abouthonors a img {
    border-radius: 2px;
    line-height:0;
    max-width:100%;
    max-height:135px;
    overflow:hidden;
    border-radius: 8px;
}

.abouthonors h3 {
    line-height: 14px;
    font-size: 14px;
    color: #333;
    height: 40px;
    overflow: hidden;
    text-align: center;
    display: grid;
    justify-content: center;
    align-items: center;
    word-wrap: break-word;
    word-break: break-all;
}

/* bigone 点击全屏放大 */
.bigonemodal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .bigonemodal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
  }
  .bigoneclose {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #f1f1f1;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
  }
  .bigoneclose:hover,
  .bigoneclose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  .bigoneprev,
  .bigonenext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 60px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  .bigonenext {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .bigoneprev:hover,
  .bigonenext:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }

  
/* bigtwo 点击全屏放大 */
.bigtwomodal {
    display: none;
    position: fixed;
    z-index: 99999;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .bigtwomodal-content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 80%;
    max-height: 80%;
  }
  .bigtwoclose {
    position: absolute;
    top: 10px;
    right: 25px;
    color: #f1f1f1;
    font-size: 60px;
    font-weight: bold;
    cursor: pointer;
  }
  .bigtwoclose:hover,
  .bigtwoclose:focus {
    color: #bbb;
    text-decoration: none;
    cursor: pointer;
  }
  .bigtwoprev,
  .bigtwonext {
    cursor: pointer;
    position: absolute;
    top: 50%;
    width: auto;
    padding: 16px;
    margin-top: -50px;
    color: white;
    font-weight: bold;
    font-size: 60px;
    border-radius: 0 3px 3px 0;
    user-select: none;
    -webkit-user-select: none;
  }
  .bigtwonext {
    right: 0;
    border-radius: 3px 0 0 3px;
  }
  .bigtwoprev:hover,
  .bigtwonext:hover {
    background-color: rgba(0, 0, 0, 0.8);
  }