@charset "UTF-8"; /*初始化样式*/
html {
    margin: 0;
    padding: 0;
    border: 0;
}

body, div, span, object, iframe, h1, h2, h3, h4, p, blockquote, pre, a, address, code, b, em, img, dl, dt, dd, ol, ul, li, fieldset, form, label, footer, header, hgroup, nav, section {
    margin: 0;
    padding: 0;
    border: 0;
}

body {
    background: #fff;
    color: #666;
    position: relative;
    font: 12px/1.5 Microsoft YaHei, arial, 宋体, sans-serif;
    vertical-align: baseline;
    width: 100%;
    overflow-x: hidden;
}

a {
    text-decoration: none;
    outline: none;
}

a:link {
    color: #666;
}

a:visited {
    color: #666;
}

a:hover, a:active, a:focus {
    /*color: #3480ce;*/
    color:#ff6621!important;
    text-decoration: none;
    outline: none;
}

input {
    padding: 0;
    margin: 0;
    font-family: 'Microsoft YaHei';
}

img {
    border: none;
    background: none;
    vertical-align: middle;
}

ul, ol, li {
    list-style-type: none;
}

select, input, img, select {
    vertical-align: middle;
}

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

table, th, td {
    vertical-align: middle;
}

.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    overflow: hidden;
    visibility: hidden;
}

.clearfix {
    zoom: 1; }

.clearboth {
    height: 0px;
    line-height: 0px;
    overflow: hidden;
    clear: both;
    font-size: 0px;
}

h1, h2, h3, h4 {
    font-size: 12px;
    font-weight: bold;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

/*----- Common css ------*/
.fl {
    float: left;
}

.fr {
    float: right;
}

.di {
    _display: inline;
}

.fwn {
    font-weight: normal;
}

.dib {
    *display: inline;
    _zoom: 1;
    _display: inline;
    _font-size: 0px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-out;
    -webkit-transition: all 0.5s ease-out;
    -moz-transition: all 0.5s ease-out;
    -o-transition: all 0.5s ease-out;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

.vn1200 {
    width: 1200px;
    margin: 0 auto;
}

.pos {
    position: relative;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
}

.com-img {
    display: inline;
    overflow: hidden;
    margin: 0 auto;
    display: table;
}

.com-img img {
    transition: all 0.5s ease-in 0s;
    -webkit-transition: all 0.5s ease-in 0s;
    -moz-transition: all 0.5s ease-in 0s;
    -o-transition: all 0.5s ease-in 0s;
}

.com-img:hover img {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    -ms-transform: scale(1.1);
}

/*头部样式*/
.vn-head1 {
    height: 40px;
    color: #fff;
    line-height: 40px;
    overflow: hidden;
    border-bottom: 1px solid #ededed;
    color: #a7a7a7;
}

.vn-head1 a {
    color: #a7a7a7;
}

.vn-head2 {
    height: 103px;
    overflow: hidden;
}

.vn-head2 .top-contact {
    font-size: 14px;
    color: #333333;
    line-height: 20px;
    background: url(../images/tel.png) no-repeat left top;
    padding-left: 45px;
    /* padding-top: 20px; */
    margin-top: 31px;
}

.vn-head2 .top-contact p:nth-child(2) {
    font-size: 20px;
}

.logo {
    float: left;
    line-height: 103px;
}

.translate {
    width: 100px;
    position: absolute;
    left: 0;
    top: 10px;
    z-index: 9999;
}

.tran-in {
    left: 120px;
}

.translate li {
    border: 1px dashed #cccccc;
    line-height: 26px;
    text-align: left;
    background: #fff;
}

.translate li a {
    display: block;
    padding-left: 10px;
    background: url(../images/dot4.png) no-repeat 88% 11px;
}

.translate li a:hover {
    text-decoration: none;
    color: #275cea;
    cursor: pointer;
}

.translate-en {
    display: none;
    padding: 6px;
    padding-top: 0px;
}

.translate li .translate-en a {
    padding-left: 0px;
    text-align: center;
    background: #fff;
    border-bottom: 1px solid #cccccc;
}

.translate li .translate-en a:hover {
    font-weight: bold;
}

.topLink .f_count {
    color: #ff0000;
    font-size: 13px;
    font-weight: bold;
}

/*搜索和热门搜索*/
.vn-search {
    height: 60px;
    border-bottom: 1px solid #dddddd;
}

.vn-search .hotSearch {
    float: left;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    color: #666666;
}

.vn-search .hotSearch a {
    margin-right: 6px;
    color: #666666;
}

.vn-search #formsearch {
    float: right;
    margin-top: 22px;
}

.vn-search #formsearch input {
    height: 22px;
    background: #fff;
    border: 1px solid #c8c8c8;
    line-height: 22px;
    outline: none;
}

.vn-search #formsearch #keyword {
    height: 16px;
    line-height: 16px;
    text-indent: 15px;
    color: #666;
    width: 205px;
    background: none;
    border: none;
    border-left: 1px solid #d1d1d1;
    border-right: 1px solid #d1d1d1;
}

.vn-search #formsearch #s_btn {
    width: 46px;
    height: 16px;
    line-height: 16px;
    text-align: center;
    background: url(../images/sou.png) no-repeat center center;
    color: #fff;
    border: none;
    cursor: pointer;
    font-size: 12px;
    font-size: 0px;
}

/*导航栏样式*/
#menu {
    height: 52px;
    /* background: #ff6537; */
}

.nav1 {
    height: 52px;
}

.nav1 li {
    line-height: 52px;
    height: 52px;
    text-align: center;
    width: 171px;
    float: left;
    position: relative;
    z-index: 999;
    background: url(../images/shu1.png) no-repeat right center;
    transform: none;
}

.nav1 li a {
    display: block;
    line-height: 52px;
    color: #333333;
    height: 52px;
    padding: 0;
    font-size: 16px;
}

.nav1 li:hover>a {
    color: #ff6621;
    text-decoration: none;
    background: url(../images/shu.png) no-repeat center 37px;
}

.nav1 li:last-child {
    background: none;
}

.nav1 li:nth-child(1):hover>a {
    background: none;
}

.nav1 .sec {
    background: #ff6621;
    color: #fff;
    z-index: 9999;
    position: absolute;
    top: 44px;
    left: 11px;
    display: none;
}

.nav1 .sec a {
    color: #fff;
    height: 48px;
    line-height: 48px;
    width: 150px;
}

.nav1 .sec a:hover {
    text-decoration: none;
    color: #000000;
    background: #ece45f;
}

.dao {
    background: #ff6537;
}

.nav2 {
    height: 52px;
}

.nav2 li {
    line-height: 52px;
    height: 52px;
    text-align: center;
    width: 171px;
    float: left;
    position: relative;
    z-index: 999;
    background: url(../images/sux.png) no-repeat right center;
}

.nav2 li a {
    display: block;
    line-height: 52px;
    color: #fff;
    height: 52px;
    padding: 0;
    font-size: 16px;
}

.nav2 li a:hover{
    color: #333!important;
    text-decoration: underline;
}

.nav2 li:last-child {
    background: none;
}

.vn1 {
    margin-top: 70px;
}

.vn1 .vn1-title {
    text-align: center;
}

.vn1 .vn1-title h3 {
    font-size: 34px;
    color: #434343;
    font-weight: 100;
    background: url(../images/title1.png) no-repeat center;
}

.vn1 .vn1-title h3 span {
    color: #ff6537;
    font-weight: 400;
    margin-left: 7px;
}

.vn1 .vn1-title h2 {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    margin-top: 10px;
}

.vn1 .vn1-con {
    margin-top: 28px;
}

.vn1 .vn1-con .vn1-left {
    width: 270px;
    height: 793px;
    background: url(../images/cate.png) no-repeat center center;
    padding-top: 106px;
}

.vn1 .vn1-con .vn1-left .vn1-cate {
    width: 250px;
    margin: 0 auto;
    height: 546px;
    box-sizing: content-box;
    background: #fff;
}

.vn1 .vn1-con .vn1-left .vn1-cate li {
    height: 49px;
    line-height: 49px;
    background: url(../images/cate1.png) no-repeat center center;
    font-size: 16px;
    text-indent: 34px;
    border-bottom: 1px solid #f4f4f4;
}

.vn1 .vn1-con .vn1-left .vn1-cate li a {
    color: #333333;
}

.vn1 .vn1-con .vn1-left .vn1-cate li:hover {
    background: url(../images/cate11.png) no-repeat center center;
    border-radius: none;
}

.vn1 .vn1-con .vn1-left .vn1-cate li:hover a {
    color: #fff;
}

.vn1 .vn1-con .vn1-left .vn1-cate li:last-child {
    border: none;
}

.vn1 .vn1-con .vn1-left .vn1-erweima {
    font-size: 14px;
    color: #ffffff;
    text-align: center;
    margin-left: 19px;
    margin-top: 7px;
}

.vn1 .vn1-con .vn1-right {
    width: 915px;
}

.vn1 .vn1-con .vn1-right .vn1-pro li {
    float: left;
    margin-right: 10px;
    position: relative;
}

.vn1 .vn1-con .vn1-right .vn1-pro li a.img {
    display: block;
    overflow: hidden;
    border: 1px solid #fff;
}

.vn1 .vn1-con .vn1-right .vn1-pro li a.img img {
    width: 296px;
    height: 220px;
    transition-duration: .3s;
}

.vn1 .vn1-con .vn1-right .vn1-pro li h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 47px;
    text-align: center;
}

.vn1 .vn1-con .vn1-right .vn1-pro li h3 a {
    color: #333333;
}

.vn1 .vn1-con .vn1-right .vn1-pro li:hover a.img {
    border: 1px solid #ff6537;
}

.vn1 .vn1-con .vn1-right .vn1-pro li:hover a.img img {
    transform: scale(1.1);
}

.vn1 .vn1-con .vn1-right .vn1-pro li:hover h3 a {
    color: #ff6537;
}

.vn1 .vn1-con .vn1-right .vn1-pro li .vn1-mask {
    position: absolute;
    width: 271px;
    height: 210px;
    left: 0px;
    top: 0px;
    display: none !important;
    background: rgba(255, 101, 55, 0.8);
}

.vn1 .vn1-con .vn1-right .vn1-pro li .vn1-mask h2 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: 75px;
    line-height: 16px;
}

.vn1 .vn1-con .vn1-right .vn1-pro li .vn1-mask h2 a {
    color: #fff;
}

.vn1 .vn1-con .vn1-right .vn1-pro li .vn1-mask .vn1-more {
    text-align: center;
    margin-top: 22px;
}

.vn1 .vn1-con .vn1-right .vn1-pro li .vn1-mask .vn1-more a {
    display: inline-block;
    width: 100px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
    color: #fff;
}

.vn1 .vn1-con .vn1-right .vn1-pro li:nth-child(3n) {
    margin-right: 0px;
}

.vn1 .vn1-con .vn1-right .vn1-pro li:hover .vn1-mask {
    display: block;
}

.vn2 {
    height: 460px;
    background: url(../images/vn2.png) no-repeat center center;
    margin-top: 75px;
}

.vn2 .vn2-title {
    text-align: center;
    padding-top: 74px;
}

.vn2 .vn2-title h3 {
    font-size: 34px;
    color: #fff;
    font-weight: 100;
}

.vn2 .vn2-title h3 span {
    color: #fff;
    font-weight: 400;
}

.vn2 .vn2-title h2 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 10px;
}

.vn2 .vn2-con {
    margin-top: 60px;
}

.vn2 .vn2-con .ads li {
    float: left;
    width: 100px;
    text-align: center;
    margin-left: 83px;
}

.vn2 .vn2-con .ads li .vn2-img {
    position: relative;
    height: 100px;
}

.vn2 .vn2-con .ads li .vn2-img div {
    position: absolute;
    left: 0px;
    top: 0px;
    overflow: hidden;
    border-radius: 100px;
}

.vn2 .vn2-con .ads li .vn2-img img {
    width: 100px;
    height: 100px;
    transition-duration: .3s;
}

.vn2 .vn2-con .ads li:hover .vn2-img img {
    transform: scale(1.1);
}

.vn2 .vn2-con .ads li h3 {
    font-size: 16px;
    color: #ffffff;
    font-weight: 400;
    margin-top: 13px;
}

.vn2 .vn2-con .ads li:first-child {
    margin-left: 0px;
}

.vn2 .vn2-con .vn2-contact {
    height: 45px;
    width: 450px;
    border-top: 1px dashed #fff;
    border-bottom: 1px dashed #fff;
    font-size: 16px;
    color: #ffffff;
    line-height: 41px;
    margin-left: 335px;
    margin-top: 35px;
}

.vn2 .vn2-con .vn2-message {
    width: 134px;
    height: 44px;
    border-radius: 5px;
    background: #fff;
    text-align: center;
    line-height: 44px;
    font-size: 16px;
    position: relative;
    margin-left: 805px;
    margin-top: -45px;
}

.vn2 .vn2-con .vn2-message a {
    color: #ff6537;
}

.vn2 .vn2-con .vn2-message a:hover {
    text-decoration: underline;
}

.vn3 {
    margin-top: 77px;
}

.vn3 .vn1-title {
    text-align: center;
}

.vn3 .vn1-title h3 {
    font-size: 34px;
    color: #434343;
    font-weight: 100;
    background: url(../images/title1.png) no-repeat 348px center;
}

.vn3 .vn1-title h3 span {
    color: #ff6537;
    font-weight: 400;
    margin-left: 7px;
}

.vn3 .vn1-title h2 {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    margin-top: 10px;
}

.vn3 .vn3-con {
    margin-top: 30px;
}

.vn3 .vn3-con .ads1 {
    width: 595px;
}

.vn3 .vn3-con .ads1 li {
    margin-bottom: 92px;
}

.vn3 .vn3-con .ads1 li .vn3-mask {
    width: 470px;
}

.vn3 .vn3-con .ads1 li .vn3-mask h3 {
    font-size: 22px;
    color: #333333;
    font-weight: 400;
    margin-top: 7px;
}

.vn3 .vn3-con .ads1 li .vn3-mask p {
    font-size: 16px;
    color: #545454;
    margin-top: 17px;
    line-height: 28px;
}

.vn3 .vn3-con .ads1 li:last-child {
    margin-bottom: 0px;
}

.vn4 {
    text-align: center;
    height: 280px;
    background: url(../images/vn4.png) no-repeat center center;
    margin-top: 80px;
}

.vn4 h3 {
    font-size: 16px;
    color: #ffffff;
    font-family: "Arial";
    line-height: 16px;
    font-weight: 400;
    padding-top: 60px;
}

.vn4 h2 {
    font-size: 48px;
    color: #ffffff;
    line-height: 48px;
    margin-top: 15px;
}

.vn4 span {
    display: block;
    font-size: 24px;
    color: #ffffff;
    font-weight: 600;
    font-family: "Arial";
    margin-top: 36px;
    margin-left: 140px;
}

.vn5 {
    margin-top: 75px;
}

.vn5 .vn1-title {
    text-align: center;
}

.vn5 .vn1-title h3 {
    font-size: 34px;
    color: #434343;
    font-weight: 100;
    background: url(../images/title1.png) no-repeat center;
}

.vn5 .vn1-title h3 span {
    color: #ff6537;
    font-weight: 400;
    margin-left: 7px;
}

.vn5 .vn1-title h2 {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    margin-top: 10px;
}

.vn5 .vn5-con {
    margin-top: 26px;
}

.vn5 .vn5-con .vn5-left {
    width: 657px;
    height: 398px;
    background: url(../images/left.png) no-repeat center center;
}

.vn5 .vn5-con .vn5-right {
    background: url(../images/aboutx.png) no-repeat center center;
    width: 523px;
    height: 400px;
    position: relative;
    padding-top: 30px;
}

.vn5 .vn5-con .vn5-right .hd {
    position: absolute;
    right: 50px;
    bottom: 50px;
    text-align: center;
}

.vn5 .vn5-con .vn5-right .hd li {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 4px;
    border: 1px solid #ff6537;
    font-size: 0;
    margin: 0 5px;
}

.vn5 .vn5-con .vn5-right .hd li.on {
    background: #ff6537;
}

.vn5 .vn5-con .vn5-left h3 {
    font-size: 24px;
    color: #333333;
    font-weight: 400;
    margin-left: 51px;
    margin-top: 85px;
}

.vn5 .vn5-con .vn5-left .vn5-about {
    font-size: 16px;
    color: #545454;
    margin-left: 51px;
    margin-top: 19px;
    line-height: 27px;
    margin-right: 35px;
}

.vn5 .vn5-con .vn5-left .vn5-more {
    width: 120px;
    height: 40px;
    text-indent: 20px;
    line-height: 40px;
    background: url(../images/more1.png) no-repeat center center;
    font-size: 14px;
    margin-left: 51px;
    margin-top: 14px;
}

.vn5 .vn5-con .vn5-left .vn5-more a {
    color: #ffffff;
}

.vn5 .vn5-con .vn5-left .vn5-more a:hover {
    text-decoration: underline;
    color:#333!important;
}

.vn6 {
    height: 454px;
    background: url(../images/vn6.png) no-repeat center center;
    margin-bottom: 108px;
    margin-top: 87px;
}

.vn6 .vn6-left {
    width: 250px;
}

.vn6 .vn6-left h3 {
    font-size: 30px;
    color: #ffffff;
    font-family: "Arial";
    text-transform: uppercase;
    line-height: 46px;
    margin-top: 50px;
}

.vn6 .vn6-left h2 {
    font-size: 26px;
    color: #ff6537;
    font-weight: 400;
    text-align: center;
    width: 193px;
    height: 44px;
    background: #fff;
    line-height: 44px;
    margin-top: 20px;
}

.vn6 .vn6-left h2:hover {
    text-decoration: underline;
}

.vn6 .vn6-left h1 {
    font-size: 16px;
    color: #fff;
    font-weight: 400;
    margin-top: 30px;
    visibility: hidden;
}

.vn6 .vn6-left span {
    display: block;
    font-size: 12px;
    color: #ffffff;
    font-family: "Arial";
    margin-top: 85px;
    text-transform: uppercase;
}

.vn6 .vn6-right {
    width: 924px;
}

.vn6 .vn6-right .vn6-case li {
    float: left;
    margin-left: 6px;
    margin-right: 6px;
    position: relative;
    margin-bottom: 14px;
}

.vn6 .vn6-right .vn6-case li:hover .vn1-mask {
    display: block;
}

.vn6 .vn6-right .vn6-case li a.img {
    display: block;
}

.vn6 .vn6-right .vn6-case li a.img img {
    width: 296px;
    height: 220px;
}

.vn6 .vn6-right .vn6-case li h3 {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    line-height: 38px;
    text-align: center;
    position: absolute;
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    bottom: 0px;
    left: 0px;
}

.vn6 .vn6-right .vn6-case li:hover h3 {
    background: rgba(255, 101, 55, 0.3);
}

.vn6 .vn6-right .vn6-case li h3 a {
    color: #fff;
}

.vn6 .vn6-right .vn6-case li .vn1-mask {
    position: absolute;
    width: 296px;
    height: 220px;
    left: 0px;
    top: 0px;
    display: none !important;
    background: rgba(255, 101, 55, 0.8);
}

.vn6 .vn6-right .vn6-case li .vn1-mask h2 {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    padding-top: 75px;
    line-height: 16px;
}

.vn6 .vn6-right .vn6-case li .vn1-mask h2 a {
    color: #fff;
}

.vn6 .vn6-right .vn6-case li .vn1-mask .vn1-more {
    text-align: center;
    margin-top: 22px;
}

.vn6 .vn6-right .vn6-case li .vn1-mask .vn1-more a {
    display: inline-block;
    width: 100px;
    height: 30px;
    border: 1px solid #fff;
    text-align: center;
    line-height: 30px;
    margin: 0 3px;
    color: #fff;
}

.vn6 .vn6-right .vn6-case .slick-dots {
    position: absolute;
    left: 435px;
    right: 0;
    text-align: center;
    font-size: 0;
    z-index: 9;
    bottom: -15px;
}

.vn6 .vn6-right .vn6-case .slick-dots li {
    display: inline-block;
    margin: 0 5px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ffb29b;
    cursor: pointer;
}

.vn6 .vn6-right .vn6-case .slick-dots li button {
    background: none;
    outline: none;
    border: none;
    font-size: 0;
}

.vn6 .vn6-right .vn6-case .slick-dots li.slick-active {
    background-color: #ff6537;
}

.vn7 {
    margin-bottom: 80px;
}

.vn7 .vn1-title {
    text-align: center;
}

.vn7 .vn1-title h3 {
    font-size: 34px;
    color: #434343;
    font-weight: 100;
    background: url(../images/title1.png) no-repeat 348px center;
}

.vn7 .vn1-title h3 span {
    color: #ff6537;
    font-weight: 400;
    margin-left: 7px;
}

.vn7 .vn1-title h2 {
    font-size: 16px;
    color: #666666;
    font-weight: 400;
    margin-top: 10px;
}

.vn7 .vn7-con {
    margin-top: 27px;
}

.vn7 .vn7-con .vn7-news1 {
    width: 382px;
}

.vn7 .vn7-con .vn7-news1 .news-title {
    padding-bottom: 11px;
    border-bottom: 1px solid #cfcfcf;
}

.vn7 .vn7-con .vn7-news1 .news-title h3 {
    font-size: 20px;
    font-weight: 400;
    color: #111111;
    float: left;
    line-height: 18px;
    border-left: 3px solid #ee2d42;
    padding-left: 14px;
}

.vn7 .vn7-con .vn7-news1 .news-title h3 span {
    font-size: 14px;
    color: #999999;
    font-family: "Arial";
    text-transform: uppercase;
    margin-left: 5px;
}

.vn7 .vn7-con .vn7-news1 .news-title a {
    display: block;
    float: right;
    font-size: 14px;
    color: #999999;
    text-transform: uppercase;
}

.vn7 .vn7-con .vn7-news1 .news-tu {
    border: 1px dashed #cfcfcf;
    padding: 4px;
    margin-top: 18px;
}

.vn7 .vn7-con .vn7-news1 .list1 li {
    margin-top: 14px;
}

.vn7 .vn7-con .vn7-news1 .list1 li h3 {
    font-size: 14px;
    font-weight: 400;
    float: left;
    background: url(../images/xing.png) no-repeat left center;
    padding-left: 15px;
}

.vn7 .vn7-con .vn7-news1 .list1 li h3 a {
    color: #333333;
}

.vn7 .vn7-con .vn7-news1 .list1 li span {
    display: block;
    float: right;
    font-size: 12px;
    color: #999999;
}

.vn7 .vn7-con .vn7-news2 {
    margin-left: 27px;
}

.vn7 .vn7-con .vn7-news3 .list3 li {
    padding-bottom: 10px;
    border-bottom: 1px dashed #cccccc;
    margin-top: 7px;
}

.vn7 .vn7-con .vn7-news3 .list3 li h3 {
    font-size: 14px;
    font-weight: 400;
    padding-left: 36px;
    background: url(../images/wen.png) no-repeat left center;
    line-height: 25px;
}

.vn7 .vn7-con .vn7-news3 .list3 li h3 a {
    color: #111111;
}

.vn7 .vn7-con .vn7-news3 .list3 li p {
    font-size: 14px;
    color: #666666;
    padding-left: 36px;
    background: url(../images/da.png) no-repeat left top;
    margin-top: 2px;
}

.vn7 .vn7-con .vn7-news3 .list3 li:first-child {
    margin-top: 20px;
}

.vn-foot {
    background: #2f2f2f;
    padding-bottom: 12px;
}

.vn-foot .foot-con {
    padding-bottom: 28px;
    border-bottom: 1px dashed #6e6e6e;
}

.vn-foot .foot-con .foot1 h3 {
    font-size: 16px;
    color: #ffffff;
    line-height: 16px;
    margin-top: 31px;
}

.vn-foot .foot-con .foot1 .foot-xian {
    margin-top: 10px;
}

.vn-foot .foot-con .foot1 .foot1-con {
    font-size: 16px;
    color: #bbbbbb;
    margin-top: 15px;
    line-height: 24px;
}

.vn-foot .foot-con .foot2 {
    margin-left: 32px;
}

.vn-foot .foot-con .foot3 .foot3-con {
    font-size: 14px;
    color: #cccccc;
    text-align: center;
    margin-top: 21px;
}

.vn-foot .vn-link {
    font-size: 14px;
    color: #cccccc;
    text-align: center;
    line-height: 24px;
    margin-top: 12px;
}

.vn-foot .vn-link a {
    color: #cccccc;
}

.vn-foot .vn-link a:hover {
    color: #ff6621;
}

.vn-foot .vn-last {
    margin-top: 8px;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}

.vn-foot .vn-last a {
    color: #ccc;
}

.vn-foot .vn-last a:hover {
    color: #ff6621;
}

/*内页左侧样式*/
.container {
    width: 1200px !important;
    margin: 0 auto;
    padding: 0;
}

.left {
    width: 225px;
    float: left;
}

.right {
    width: 940px;
    float: right;
}

.page-product-inquiry a {
    color: #fff;
}

.page-mob-tool {
    display: none;
}

.xypg-relate {
    display: none;
}
