@charset "UTF-8"; body {
    overflow-x: hidden;
    overflow-y: auto;
}

body,p,form,textarea,h1,h2,h3,h4,h5,dl,dd {
    margin: 0px;
}

input,button,ul,ol {
    margin: 0px;
    padding: 0px;
}

body,input,button,form {
    font-size: 14px;
    line-height: 28px;
    font-family: "microsoft yahei", "Arial";
    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;
}

em,i {
    font-style: normal;
}

button,input,select,textarea {
    font-size: 100%;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

.red {
    color: #ba292e;
}

.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: 1200px;
    margin: 0 auto;
}

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

a:hover {
    color: #0067d0;
    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;
}

/*网站顶部*/
.top_main {
    width: 100%;
    line-height: 38px;
    background: #0067d0;
    color: #e3f1ff;
    font-size: 12px;
}

.top_main li {
    position: relative;
    display: inline-block;
    text-align: center;
    margin-left: 8px;
}

.top_main li a {
    color: #e3f1ff;
}

/*网站头部*/
.header_main {
    position: relative;
    width: 100%;
    height: 120px;
    background: #fff;
    z-index: 9;
    box-shadow: 0 2px 20px rgba(0, 0, 0, 0.3);
}

.header_main .logo {
    display: block;
    margin-top: 28px;
}

.header_main .logo img {
    max-width: 100%;
    display: block;
    vertical-align: middle;
    width: 227px;
    margin-top: 11px;
}

.header_main .tel {
    margin-top: 40px;
}

.header_main .tel s {
    display: inline-block;
    width: 34px;
    height: 34px;
    margin-right: 10px;
    vertical-align: bottom;
    background: url(../../images/cel.png) no-repeat;
}

.header_main .tel span {
    display: inline-block;
    font-size: 22px;
    line-height: 34px;
    color: #5c5a5a;
}

/*网站导航*/
#nav .navlist {
    position: relative;
    display: block;
    margin-top: 35px;
    margin-right: 30px;
}

#nav li {
    float: left;
    font-size: 16px;
    position: relative;
    padding: 0 20px;
}

#nav li a {
    display: block;
    text-align: center;
    position: relative;
    color: #333;
    line-height: 40px;
    border-bottom: 2px solid #fff;
}

#nav li.hover a,#nav li:hover a {
    color: #0067d0;
    border-bottom-color: #0067d0;
}

#nav ul .subnav {
    position: absolute;
    filter: progid:DXImageTransform.Microsoft.Shadow(color=#4c91c0,direction=120,strength=5);
    opacity: 0;
    visibility: hidden;
    transition: all .6s ease 0s;
    transform: translate3d(0, 10px, 0);
    -moz-transform: translate3d(0, 10px, 0);
    -webkit-transform: translate3d(0, 10px, 0);
}

#nav ul li:hover .subnav {
    opacity: 1;
    visibility: visible;
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
}

#nav ul .subnav {
    box-shadow: 0 13px 42px 11px rgba(0, 0, 0, 0.05);
    height: auto;
    overflow: hidden;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -60px;
    width: 120px;
    z-index: 199;
    padding-top: 5px;
}

#nav ul .subnav:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #0067d0;
}

#nav ul .subnav a {
    color: #fff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    height: 35px;
    line-height: 35px;
    padding: 0;
    max-width: 100%;
    border: 0;
    padding: 0 10px;
    background: #0067d0;
}

#nav ul .subnav a:hover {
    color: #0067d0;
    background: #fff;
}

/*网站大图*/
#banner_main {
    overflow: hidden;
    position: relative;
    z-index: 2;
    max-width: 1920px;
    margin: 0 auto;
}

#banner_main .banner {
    height: 500px;
}

#banner {
    width: 100%;
    min-width: 1000px;
    position: relative;
    overflow: hidden;
    z-index: 0;
}

#banner, .banner ul {
    max-height: 650px;
    overflow: hidden;
}

.banner li {
    width: 100%;
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.banner li img {
    width: 1920px;
    display: block;
    position: relative;
    left: 50%;
    margin-left: -960px;
    top: 0;
}

#banner .tip {
    width: 1000px;
    height: 20px;
    line-height: 0;
    font-size: 0;
    text-align: center;
    position: absolute;
    left: 50%;
    margin-left: -500px;
    bottom: 20px;
    z-index: 3;
}

#banner .tip span {
    width: 10px;
    height: 10px;
    margin: 0 4px;
    display: inline-block;
    font-size: 0;
    cursor: pointer;
    background: #fff;
    opacity: .5;
    filter: Alpha(opacity=50);
    *zoom:1;border-radius: 50%;
    transition: all .5s;
}

#banner .tip span.cur {
    opacity: 1;
    filter: Alpha(opacity=100);
}

#banner #btn_prev,#banner #btn_next {
    width: 49px;
    height: 104px;
    position: absolute;
    top: 50%;
    z-index: 5;
    margin-top: -52px;
    filter: alpha(opacity=0);
    -moz-opacity: 0;
    -khtml-opacity: 0;
    opacity: 0;
    background: url(../../images/icon.png) no-repeat;
}

#banner #btn_prev {
    background-position: 0 0;
    left: -50px;
}

#banner #btn_next {
    background-position: -49px 0;
    right: -50px;
}

#banner:hover #btn_prev {
    left: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

#banner:hover #btn_next {
    right: 20px;
    filter: alpha(opacity=40);
    -moz-opacity: .4;
    -khtml-opacity: .4;
    opacity: .4;
}

#banner #btn_prev:hover,#banner #btn_next:hover {
    filter: alpha(opacity=80);
    -moz-opacity: .8;
    -khtml-opacity: .8;
    opacity: .8;
}

/*搜索栏*/
.search_bg {
    background: #f4f4f4;
    height: 140px;
    margin-bottom: 50px;
}

.search_bg .txt {
    float: left;
    width: 380px;
    margin-top: 40px;
    line-height: 30px;
    font-size: 17px;
    color: #333;
}

.search_bg .txt span {
    font-size: 20px;
    color: #0067d0;
    font-weight: bold;
}

.search_bg .tel {
    width: 300px;
    border-left: 1px #ebebeb solid;
    border-right: 1px #ebebeb solid;
    height: 140px;
}

.search_bg .tel p {
    width: 195px;
    margin: 0 auto;
    margin-top: 35px;
}

.search_bg .tel p s {
    float: left;
    display: inline-block;
    width: 30px;
    height: 30px;
    vertical-align: bottom;
    background: url(../../images/tell.png) no-repeat;
}

.search_bg .tel p span {
    display: inline-block;
    font-size: 17px;
    color: #666;
    padding-top: 3px;
    padding-left: 12px;
}

.search_bg .tel h3 {
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    color: #d7030c;
    text-align: center;
    padding-top: 6px;
}

.search_bg .search {
    width: 445px;
    padding-top: 34px;
}

.search_bg .search .text {
    width: 369px;
    color: #666;
    border: 1px #d1d1d1 solid;
    border-right: 0;
    height: 42px;
    padding-left: 10px;
    line-height: 42px;
    background: #fff;
    border-radius: 2px 0 0 2px;
    outline: none;
}

.search_bg .search .btn {
    border: none;
    width: 65px;
    height: 44px;
    background: url(../../images/search.png) center no-repeat;
    border-radius: 0 2px 2px 0;
    cursor: pointer;
}

.search_bg .search .key {
    width: 460px;
    height: 42px;
    line-height: 42px;
}

.search_bg .search .key b {
    color: #dc061a;
}

/*******index css*******/
/*通用标题*/
.index .in_title {
    position: relative;
    margin: 0 auto;
    text-align: center;
}

.index .in_title span {
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    color: #ebebeb;
    font-family: "Times New Roman",Times,serif;
    font-size: 80px;
    line-height: 57px;
}

.index .in_title h3 {
    position: relative;
    font-size: 36px;
    line-height: 47px;
    font-weight: bold;
    padding-top: 10px;
    color: #0067d0;
}

/*分类样式*/
.index .tab {
    text-align: center;
    margin: 30px 0;
}

.index .tab ul {
    display: inline-block;
}

.index .tab ul li {
    display: inline-block;
    margin: 7px;
}

.index .tab ul li a {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 15px;
    text-align: center;
    width: 150px;
    color: #fff;
    border-radius: 5px;
    background: #0067d0;
    transition: all .5s;
}

.index .tab ul li a:hover {
    background: #d7030c;
}

/*产品中心*/
.index .ipro_main {
    padding: 0;
}

.index .ipro_main .title {
    text-align: center;
}

.index .ipro_main .title h3 {
    font-size: 38px;
    font-weight: bold;
    line-height: 50px;
    color: #0067d0;
}

.index .ipro_main .title h3 font {
    font-size: 38px;
    font-weight: bold;
    color: #d7030c;
}

.index .ipro_main .title span {
    display: block;
    font-size: 20px;
    color: #333;
    padding-top: 2px;
    height: 40px;
}

.index .ipro_main .xia {
    width: 26px;
    height: 25px;
    margin: 0 auto;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.index .ipro_main .xia img {
    animation: myfirst 2s infinite;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.index .ipro_main .ipro {
    position: relative;
    overflow: hidden;
}

.index .ipro_main .ipro .list {
    width: 100%;
}

.index .ipro_main .ipro .item {
    float: left;
    display: block;
    margin-right: 20px;
    margin-bottom: 20px;
    overflow: hidden;
}

.index .ipro_main .ipro .item:nth-child(4n) {
    margin-right: 0;
}

.index .ipro_main .ipro .item a {
    display: block;
}

.index .ipro_main .ipro .item .img {
    width: 285px;
    height: 214px;
    padding: 4px;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    box-sizing: border-box;
}

.index .ipro_main .ipro .item img {
    width: 100%;
    height: 100%;
    display: block;
    transition: all .5s;
}

.index .ipro_main .ipro .item h3 {
    position: relative;
    width: 100%;
    font-size: 16px;
    height: 65px;
    line-height: 60px;
    color: #333;
    padding: 0 15px;
    box-sizing: border-box;
    transition: all .5s;
}

.index .ipro_main .ipro .item h3:before {
    content: '';
    background: url(../../images/y.png) no-repeat center;
    width: 15px;
    height: 20px;
    position: absolute;
    bottom: 23px;
    right: 18px;
    display: block;
    z-index: 0;
}

.index .ipro_main .ipro .item h3:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: #d0d0d0;
    display: block;
    left: 0;
    top: auto;
    transition: all .5s;
    bottom: -64px;
    z-index: -1;
}

.index .ipro_main .ipro .item:hover img {
    transform: scale(1.1);
}

.index .ipro_main .ipro .item:hover h3 {
    color: #fff;
}

.index .ipro_main .ipro .item:hover h3:after {
    bottom: 0;
    background: #0067d0;
}

/*四大优势*/
.index .advantage {
    width: 100%;
    height: 900px;
    background: url(../../images/ys_bg.jpg) center no-repeat;
    margin-top: 30px;
}

.index .advantage .title {
    width: 550px;
    text-align: center;
    margin: auto;
    padding-top: 40px;
    color: #fff;
    padding-bottom: 15px;
}

.index .advantage .title h3 {
    line-height: 45px;
    font-size: 42px;
    font-weight: bold;
    padding-top: 20px;
}

.index .advantage .title span {
    font-size: 16px;
    line-height: 40px;
    color: #c8e8f9;
}

.index .advantage .xia {
    width: 26px;
    height: 25px;
    margin: 0 auto;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.index .advantage .xia img {
    animation: myfirst 2s infinite;
}

@keyframes myfirst {
    0% {
        transform: translate(0px, 0px);
    }

    50% {
        transform: translate(0px, -10px);
    }

    100% {
        transform: translate(0px, 0px);
    }
}

.index .advantage .youshi_fl {
    width: 513px;
    height: 630px;
    background: url(../../images/bs.png) left no-repeat;
    float: left;
    color: #fff;
    margin-top: 20px;
}

.index .advantage .youshi_fl .box {
    width: 340px;
    padding-top: 90px;
    padding-left: 35px;
    float: left;
}

.index .advantage .youshi_fl .box h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 42px;
}

.index .advantage .youshi_fl .box span {
    font-size: 28px;
    line-height: 42px;
}

.index .advantage .youshi_fl .box p {
    width: 320px;
    height: 44px;
    border: 1px solid #c8e8f9;
    line-height: 44px;
    text-align: center;
    margin-top: 50px;
    font-size: 18px;
}

.index .advantage .youshi_fl .box .icon {
    width: 84px;
    margin-right: 28px;
    float: left;
    text-align: center;
    line-height: 42px;
    font-size: 14px;
    margin-top: 55px;
    animation: myfirst 2s infinite;
    display: inherit-block;
}

.index .advantage .youshi_fl .box .icon .img {
    width: 82px;
    height: 60px;
    padding-top: 22px;
    border: 1px solid #fff;
    border-radius: 5px;
}

.index .advantage .youshi_fl .box .tel {
    width: 290px;
    height: 22px;
    line-height: 22px;
    background: url(../../images/tel.png) left no-repeat;
    float: left;
    font-size: 16px;
    padding-left: 35px;
    margin-top: 55px;
}

.index .advantage .youshi_fl .box .tel i {
    float: left;
}

.index .advantage .youshi_fl .box .tel strong {
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    float: left;
    color: #ff0;
}

.index .advantage .youshi_fr {
    width: 810px;
    height: 565px;
    float: right;
    background: rgba(200,232,249,0.85);
    margin-top: -595px;
}

.index .advantage .youshi_fr li {
    width: 340px;
    float: left;
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 45px;
}

.index .advantage .youshi_fr li:hover {
    -webkit-animation: test .5s ease-in 2;
    cursor: pointer;
}

@-webkit-keyframes test {
    0% {
        transform: translate(0, 0)
    }

    50% {
        transform: translate(0, 5px)
    }

    100% {
        transform: translate(0, 0)
    }
}

.index .advantage .youshi_fr li b {
    font-size: 46px;
    line-height: 46px;
    font-family: Arial, Helvetica, sans-serif;
    color: #0067d0;
}

.index .advantage .youshi_fr li h3 {
    line-height: 50px;
    font-size: 26px;
    padding-bottom: 5px;
    color: #222;
}

.index .advantage .youshi_fr li span {
    display: inline-block;
    width: 55px;
    height: 2px;
    background: #0067d0;
}

.index .advantage .youshi_fr li p {
    padding-top: 25px;
    font-size: 14px;
    line-height: 28px;
    color: #666;
    height: 107px;
    overflow: hidden;
}

/*客户案例*/
.index .case {
    margin-top: 50px;
}

.index .case .proCase {
    position: relative;
}

.index .case .proCase .list {
    width: 106%;
}

.index .case .proCase .list li {
    position: relative;
    display: block;
    float: left;
    width: 380px;
    height: 400px;
    margin-right: 30px;
    border: 1px solid #ddd;
    background: #fff;
    border-radius: 5px;
    transition: all .5s;
}

.index .case .proCase .list li a {
    display: block;
    padding: 30px;
}

.index .case .proCase .list li a img {
    display: block;
    width: 320px;
    height: 240px;
    border-radius: 5px;
}

.index .case .proCase .list li h3 {
    font-size: 18px;
    color: #333;
    margin-top: 20px;
    transition: all .5s;
}

.index .case .proCase .list li .more {
    position: absolute;
    bottom: 30px;
    left: 30px;
    display: block;
    width: 120px;
    height: 32px;
    font-size: 14px;
    line-height: 30px;
    text-align: center;
    background: #0067d0;
    color: #fff;
    transition: all .5s;
}

.index .case .proCase .list li:hover {
    border: 1px solid #0067d0;
    background: #0067d0;
}

.index .case .proCase .list li:hover h3 {
    color: #fff;
}

.index .case .proCase .list li:hover .more {
    background: #fff;
    color: #0067d0;
}

.index .case .proCase .hd {
    position: absolute;
    width: 100%;
}

.index .case .proCase .hd span {
    width: 40px;
    height: 40px;
    cursor: pointer;
    position: absolute;
    top: -220px;
    opacity: .5;
    background: url(../../images/prev.png) no-repeat;
    display: inline-block;
    vertical-align: middle;
    transition: all .5s;
}

.index .case .proCase .hd .prev {
    background-position: 0 0;
    left: -80px;
}

.index .case .proCase .hd .next {
    background-position: -40px 0;
    right: -80px;
}

.index .case .proCase .hd .prev:hover,.index .case .proCase .hd .next:hover {
    opacity: 1;
}

/*关于我们*/
.index .about {
    margin-top: 50px;
}

.index .about .box {
    margin-top: 40px;
}

.index .about .box .txt {
    width: 537px;
    height: 340px;
    background: #f6f6f6;
    padding: 40px 45px 40px 45px;
    float: left;
    border-left: 10px solid #0067d0;
}

.index .about .box .txt h3 {
    font-size: 22px;
    color: #d7030c;
    height: 56px;
}

.index .about .box .txt p {
    font-size: 14px;
    line-height: 30px;
    color: #333;
    height: 218px;
    text-align: justify;
    overflow: hidden;
}

.index .about .box .txt a {
    width: 133px;
    height: 51px;
    background: #0067d0;
    margin-right: 1px;
    float: left;
    font-size: 16px;
    color: #fff;
    line-height: 51px;
    text-align: center;
    display: block;
}

.index .about .box .txt a:hover {
    background: #d7030c;
    color: #ff0;
}

.index .about .box .img {
    width: 560px;
    height: 420px;
    float: left;
    overflow: hidden;
    cursor: pointer;
}

.index .about .box .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
}

.index .about .box .img img:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    -moz-transform: scale(1.1);
}

/*新闻中心*/
.index .news {
    width: 100%;
    overflow: hidden;
    margin-top: 45px;
}

.index .news .title {
    text-align: center;
    margin-bottom: 40px;
}

.index .news .title h3 {
    font-size: 34px;
    font-weight: bold;
    line-height: 50px;
    color: #0067d0;
}

.index .news .title span {
    position: relative;
    display: block;
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 15px;
    color: #484848;
    border-bottom: 1px solid #ccc;
}

.index .news .title span:before {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -3px;
    left: 50%;
    margin-left: -50px;
    width: 100px;
    height: 3px;
    background: #0067d0;
}

.index .news .title span:after {
    display: inline-block;
    content: "";
    position: absolute;
    bottom: -9px;
    left: 50%;
    margin-left: -6px;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #0067d0;
}

.index .news .hd {
    margin-bottom: 20px;
}

.index .news .hd li {
    float: left;
    margin: 0px 10px;
}

.index .news .hd li a {
    display: block;
    width: 280px;
    font-size: 16px;
    padding: 15px 30px;
    box-shadow: 0 0 5px #ddd inset;
    transition: all .5s;
}

.index .news .hd li a h3 {
    overflow: hidden;
    border-bottom: solid 1px #ccc;
    line-height: 40px;
    font-size: 20px;
    padding-left: 10px;
    font-weight: bold;
    color: #0067d0;
    transition: all .5s;
}

.index .news .hd li a span {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    text-transform: uppercase;
    color: #999;
    line-height: 26px;
    padding-left: 10px;
}

.index .news .hd li.on a {
    width: 400px;
    background: #f8f8f8;
}

.index .news .hd li.on a h3 {
    color: #d7030c;
}

.index .news .bd {
    margin-bottom: 0;
}

.index .news .bd li {
    width: 558px;
    float: left;
    position: relative;
    margin: 12px 11px;
    padding: 20px 10px;
    box-shadow: 0 0 3px #ccc inset;
    transition: all .5s;
}

.index .news .bd li .time {
    display: block;
    width: 100px;
    height: 83px;
    border-right: 1px solid #ddd;
    font-size: 16px;
    line-height: 40px;
    margin-right: 30px;
    color: #666;
    text-align: center;
}

.index .news .bd li .time b {
    font-family: arial;
    color: #666;
    display: block;
    font-size: 48px;
    line-height: 50px;
}

.index .news .bd li h3 {
    font-size: 18px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    object-fit: contain;
}

.index .news .bd li p {
    overflow: hidden;
    line-height: 23px;
    padding-top: 10px;
    height: 45px;
    font-size: 14px;
    color: #666;
    overflow: hidden;
}

.index .news .bd li:hover {
    box-shadow: 0 0 5px #0067d0 inset;
}

/*内页样式*/
.wrapper {
    min-height: 400px;
}

/*内页大图*/
.nybanner {
    width: 100%;
    position: relative;
    height: 300px;
    overflow: hidden;
    background-position: center;
    background-repeat: no-repeat;
    background-image: url(../../images/nybanner.jpg);
}

/*当前位置*/
.sobtitle {
    height: 40px;
    line-height: 40px;
    font-size: 14px;
    color: #666;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-bottom: 20px;
}

.sobtitle s {
    display: inline-block;
    width: 18px;
    height: 22px;
    margin-right: 10px;
    background: url(../../images/position.png) center no-repeat;
    vertical-align: middle;
}

.sobtitle a {
    font-size: 14px;
    color: #666;
}

.sobtitle a:hover {
    color: #CC0F16;
}

/*栏目分类*/
.wrapper .menu {
    text-align: center;
    padding: 20px 0;
}

.wrapper .menu span {
    width: 1px;
    height: 16px;
    margin: 0 16px 0 14px;
    background-position: -206px -36px;
}

.wrapper .menu li {
    display: inline-block;
    margin: 4px;
}

.wrapper .menu li a {
    float: left;
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    text-align: center;
    width: 150px;
    color: #fff;
    border-radius: 5px;
    background: #0067d0;
    transition: all .5s;
}

.wrapper .menu li a.on,.wrapper .menu li a:hover {
    background: #d7030c;
}

/*单页栏目*/
.aboutPage {
    color: #666;
    line-height: 30px;
    text-align: justify;
}

.aboutPage img {
    max-width: 100%;
}

/*联系我们*/
.aboutPage .lianxi_m {
    overflow: hidden;
    background: #f5f5f5;
}

.aboutPage .lianxi_ml {
    background: #0067d0;
    color: #fff;
    padding: 30px;
    overflow: hidden;
    float: left;
}

.aboutPage .lianxi_ml_m {
    overflow: hidden;
    font-size: 38px;
    font-weight: bold;
    line-height: 52px;
    margin-bottom: 18px;
}

.aboutPage .lianxi_ml_s {
    width: 315px;
    border: solid 2px #fff;
    font-size: 28px;
    font-family: Arial, Helvetica, sans-serif;
    text-align: center;
    margin-bottom: 18px;
    line-height: 45px;
}

.aboutPage .lianxi_ml_en {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 24px;
    font-style: italic;
    line-height: 40px;
}

.aboutPage .lianxi_mr {
    float: right;
    overflow: hidden;
    width: 780px;
}

.aboutPage .lianxi_mr_i {
    float: left;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 100px;
    font-weight: bold;
    line-height: 100px;
    color: #333;
    position: absolute;
    overflow: hidden;
    margin-top: 18px;
}

.aboutPage .lianxi_m .mr_i {
    font-size: 140px;
    line-height: 120px;
    margin-top: 150px;
    margin-left: 650px;
}

.aboutPage .lianxi_mr_m {
    width: 600px;
    float: left;
    overflow: hidden;
    padding-left: 80px;
    padding-right: 20px;
    padding-top: 25px;
    line-height: 24px;
    color: #333;
    font-size: 14px;
}

.aboutPage .lianxi_mr_m span {
    font-size: 24px;
    font-weight: bold;
    line-height: 60px;
    color: #333;
}

.aboutPage .lianxi {
    overflow: hidden;
    background: #f5f5f5;
    margin-top: 10px;
    margin-bottom: 10px;
}

.aboutPage .lianxi_l {
    float: left;
    width: 520px;
    overflow: hidden;
}

.aboutPage .lianxi_lm {
    overflow: hidden;
    margin-top: 40px;
    border-left: solid 5px #0067d0;
    font-size: 26px;
    line-height: 30px;
    padding-left: 20px;
    margin-bottom: 18px;
    color: #333;
}

.aboutPage .lianxi_len {
    overflow: hidden;
    border-left: solid 5px #2b3e9d;
    padding-left: 20px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #0067d0;
    font-style: italic;
    line-height: 22px;
    margin-bottom: 20px;
}

.aboutPage .lianxi_ld_l {
    overflow: hidden;
    padding: 15px 0px;
    padding-left: 30px;
}

.aboutPage .ld_i {
    float: left;
    width: 56px;
}

.aboutPage .ld_i img {
    width: 56px;
}

.aboutPage .ld_l {
    float: left;
    padding-left: 18px;
    font-size: 14px;
    color: #666;
    line-height: 25px;
    width: 300px;
}

.aboutPage .ld_l span {
    font-size: 18px;
    color: #333;
}

.aboutPage .ld_l a {
    font-size: 14px;
    color: #666;
}

.aboutPage .lianxi_r {
    float: right;
    width: 580px;
    overflow: hidden;
    background: #eee;
    padding: 46px;
}

.aboutPage .lianxi_rm {
    overflow: hidden;
    margin-top: -10px;
}

.aboutPage .lianxi_rm_en {
    float: left;
    color: #0067d0;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 45px;
    line-height: 50px;
    font-weight: bold;
}

.aboutPage .lianxi_rm_m {
    float: left;
    margin-left: 10px;
    border-top: solid 3px #0067d0;
    font-size: 20px;
    line-height: 40px;
    margin-top: 10px;
    color: #333;
}

.aboutPage .lianxi_rd {
    height: 400px;
    overflow: hidden;
    margin-top: 15px;
    border: solid 1px #ccc;
}

/*在线留言*/
.contactPage {
    padding: 0;
}

.contactPage .t2 {
    padding: 28px 0 48px;
    text-align: center;
}

.contactPage .t2 .titb {
    font-size: 30px;
    margin-bottom: 16px;
}

.contactPage .t2 .txt {
    font-size: 14px;
    line-height: 24px;
}

.contactPage .t2 .txt span {
    font-weight: bold;
    color: #0067d0;
}

.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;
}

.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 #0067d0;
    margin-right: 2px;
    text-align: center;
    background: #0067d0;
    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: #0067d0;
}

.formData .yzm {
    width: 432px;
}

.formData .yzm .txt {
    padding-left: 80px;
}

.formData .yzm img {
    position: absolute;
    right: 3px;
    top: 3px;
    border: 0px;
    display: block;
}

/*图片列表*/
.imgPage {
}

.imgPage .list {
    width: 100%;
}

.imgPage .item {
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

.imgPage .item:nth-child(4n) {
    margin-right: 0;
}

.imgPage .item a {
    display: block;
    padding: 0;
    color: #333;
}

.imgPage .item .img {
    width: 285px;
    height: 212px;
    padding: 4px;
    border: 1px solid #d0d0d0;
    overflow: hidden;
    box-sizing: border-box;
}

.imgPage .item .img img {
    width: 100%;
    height: 100%;
    transition: all .5s;
    display: block;
}

.imgPage .item:hover .img img {
    transform: scale(1.1);
}

.imgPage .item h3 {
    width: 100%;
    font-size: 16px;
    line-height: 35px;
    color: #333;
    text-align: center;
}

/*图文列表*/
.newsPage .list {
}

.newsPage .item {
    border: 1px solid #f3f3f3;
    display: block;
    margin-bottom: 20px;
    transition: all .5s;
}

.newsPage .item a {
    padding: 20px;
    height: 110px;
    display: block;
}

.newsPage .item h3 {
    font-size: 20px;
    padding: 15px 0;
    color: #333;
    transition: all .5s;
}

.newsPage .item .txt {
    color: #999;
    line-height: 24px;
    width: 960px;
    height: 48px;
    text-align: justify;
    overflow: hidden;
}

.newsPage .item .time {
    width: 100px;
    padding: 20px 0 17px 30px;
    border-left: 1px solid #eee;
    font-family: arial;
    font-size: 18px;
    color: #999;
    text-align: center;
}

.newsPage .item .time .day {
    font-size: 30px;
    line-height: 45px;
    display: block;
}

.newsPage .item:hover {
    box-shadow: 0 0 10px 0px #EEE;
    background: #f9f9f9;
}

.newsPage .item:hover h3 {
    color: #0067d0;
}

.newsPage .item:hover .time .day span {
    background: #6d6d6d;
}

.newsPage .item:hover .time .day strong {
    background: #ff0000;
    color: #fff;
}

/*内容详情页*/
.showNews .title {
    font-size: 24px;
    color: #0067d0;
    text-align: center;
    margin: 10px 0;
    font-weight: bold;
}

.showNews .mark {
    color: #999;
    height: 38px;
    line-height: 38px;
    text-align: center;
    margin-bottom: 20px;
    border-bottom: 1px dashed #eee;
}

.showNews .showContxt {
    color: #666666;
    padding: 0 0 30px;
    line-height: 30px;
    text-align: justify;
}

.showNews .showContxt img {
    max-width: 100%;
}

.showNews .shareNew {
    padding-bottom: 20px;
}

.showNews #pic {
    width: max-content;
    margin: 20px auto;
    padding: 1px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,.3);
}

.showNews #pic img {
    max-width: 800px;
}

/*内容分页*/
.reLink {
    width: 100%;
    height: 30px;
    border-top: 1px solid #d7d6d6;
    padding: 15px 0;
}

.reLink .nextLink,.reLink .prevLink {
    width: 50%;
    line-height: 30px;
    color: #666;
}

.reLink .nextLink a,.reLink .prevLink a {
    color: #666;
}

.reLink .nextLink {
    text-align: right;
}

.reLink a:hover {
    color: #0067d0;
}

/*友情链接*/
.link {
    background: #ededed;
    height: 70px;
    margin-top: 50px;
    overflow: hidden;
}

.link h2 {
    padding: 13px 0 0 20px;
    height: 57px;
    width: 106px;
    overflow: hidden;
    color: #fff;
    font: bold 18px/26px "Microsoft Yahei";
    background: url(../../images/link_bj.png) no-repeat left top;
}

.link h2 a {
    color: #fff;
    font: bold 18px/26px "Microsoft Yahei";
}

.link h2 i {
    text-transform: uppercase;
    font: 18px/20px Arial;
    color: #fff;
    display: block;
}

.link span {
    display: block;
    font: 14px/70px "Microsoft Yahei";
}

.link span a {
    display: inline-block;
    color: #333;
}

.link ul {
    width: 1060px;
    height: auto;
}

.link li {
    padding-right: 5px;
    line-height: 70px;
    float: left;
}

.link li a {
    color: #666;
    word-break: break-all;
    font-size: 14px;
    padding-right: 10px
}

.link li img {
    border: 0px;
}

/*网站底部*/
.footer {
    background: #0067d0;
    padding: 40px 0px 40px 0px;
    overflow: hidden;
}

.footer .tit {
    position: relative;
    height: 60px;
    margin-bottom: 15px;
    font-size: 16px;
    font-weight: bold;
    line-height: 60px;
    color: #fff;
}

.footer .tit:after {
    display: inline-block;
    content: "";
    width: 30px;
    height: 2px;
    position: absolute;
    background-color: #f80;
    bottom: 0;
    left: 0;
}

.footer .contact {
    width: 470px;
    color: #fff;
    font-size: 14px;
    line-height: 32px;
}

.footer .contact a {
    color: #fff;
    font-size: 14px;
}

.footer .contact a:hover {
    color: #ff0;
    font-size: 14px;
}

.footer .lin {
    float: left;
    height: 207px;
    margin-top: 20px;
    margin-right: 75px;
    border-left: 1px solid #0d74dc;
    border-right: 1px solid #0771de;
}

.footer .fnav {
    width: 270px;
}

.footer .fnav a {
    float: left;
    width: 120px;
    color: #fff;
    font-size: 14px;
}

.footer .fnav a:hover {
    float: left;
    width: 120px;
    color: #ff0;
    font-size: 14px;
}

.footer .ewm {
    width: 300px;
    float: right;
}

.footer .ewm li {
    float: left;
    width: 135px;
    padding-top: 10px;
    margin-right: 20px;
    text-align: center;
    font-size: 14px;
    line-height: 16px;
    color: #fff;
}

.footer .ewm li:last-child {
    margin-right: 0;
}

.footer .ewm li img {
    width: 135px;
    height: 135px;
    padding-bottom: 15px;
}

/*浮动客服*/
.toolbar {
    position: fixed;
    top: 50%;
    right: 1%;
    margin-top: -163px;
    z-index: 100;
    width: 80px;
}

.toolbar dd {
    position: relative;
    float: left;
    width: 80px;
    height: 80px;
    background: #0067d0;
    margin-top: 2px;
    border-radius: 5px;
    color: #fff;
    font-size: 14px;
    line-height: 21px;
    text-align: center;
    cursor: pointer;
    transition: all .5s;
}

.toolbar dd:first-child {
    margin-top: 0;
}

.toolbar dd i {
    width: 100%;
    height: 30px;
    display: block;
    margin-top: 13px;
    background: url(../../images/toolbar.png) no-repeat center 0;
}

.toolbar dd.qq i {
    background-position-y: 0;
}

.toolbar dd.tel i {
    background-position-y: -30px;
}

.toolbar dd.code i {
    background-position-y: -60px;
}

.toolbar dd.top i {
    background-position-y: -90px;
}

.toolbar dd span {
    display: block;
    color: #fff;
}

.toolbar dd.tel .box {
    position: absolute;
    top: 0;
    width: 190px;
    right: -200px;
    height: 100%;
    margin-right: 10px;
    border-radius: 5px;
    background: #0067d0;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.tel .box p {
    font-size: 14px;
    margin: 15px auto 7px;
}

.toolbar dd.tel .box h3 {
    font-size: 18px;
    font-weight: bold;
}

.toolbar dd.tel .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #0067d0;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    margin-top: -9px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd.code .box {
    position: absolute;
    top: 0;
    width: 162px;
    right: -172px;
    height: 162px;
    margin-right: 10px;
    border-radius: 5px;
    background: #0067d0;
    opacity: 0;
    transition: all .5s;
}

.toolbar dd.code .box img {
    width: 140px;
    height: 140px;
    padding: 11px;
}

.toolbar dd.code .box:after {
    display: block;
    content: " ";
    border-style: solid dashed dashed dashed;
    border-color: transparent transparent transparent #0067d0;
    border-width: 9px;
    width: 0;
    height: 0;
    position: absolute;
    top: 30px;
    right: -18px;
    margin-left: -12px;
}

.toolbar dd:hover {
    background: #333;
}

.toolbar dd.tel:hover .box {
    opacity: 1;
    right: 80px;
}

.toolbar dd.code:hover .box {
    opacity: 1;
    right: 80px;
}

/*↓组图样式↓*/
.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: 1200px;
    margin: 0 auto;
}

/*大图展示区域*/
.OriginalPicBorder {
    padding: 0;
}

#OriginalPic {
    width: 1200px;
    overflow: hidden;
    position: relative;
    font-size: 12px;
}

#OriginalPic img {
    display: block;
    min-width: 100px;
    margin: 0 auto;
}

/*鼠标手势*/
.CursorL {
    position: absolute;
    z-index: 999;
    width: 50%;
    height: 600px;
    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: 600px;
    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: 1200px;
    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: 1025px;
    overflow: hidden;
    position: relative;
    margin: 20px auto;
}

#ThumbPic img {
    border: 3px solid #ddd;
    cursor: pointer;
    background-color: #ddd;
    margin: 0 10px;
    width: 145px;
    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 #0067d0;
}

/*↑组图样式↑*/
