/*header*/

#header {
    min-width: 1200px;
    -moz-box-shadow: 0 0 2px #c2c2c2;
    -webkit-box-shadow: 0 0 2px #c2c2c2;
    box-shadow: 0 0 2px #c2c2c2;
    background-color: #FFF;
    width: 100%;
    height: 178px;
}

#header .hdbox {
    height: 123px;
}

#header .hdbox .logo {
    width: 600px;
    float: left;
    height: 80px;
    margin-top: 21px
}

#header .hdbox .logo strong,
#header .hdbox .logo h1 {
    color: #f60;
    font-size: 19px;
    display: block;
    padding: 0;
    margin: 0;
    padding-top: 34px
}

#header .hdbox .logo p {
    font-size: 16px;
    padding-top: 3px
}

#header .hdbox .logo img {
    float: left;
    margin-right: 10px
}

#header .hdbox .right {
    float: right;
    text-align: right;
    vertical-align: middle;
    display: table-cell;
    width: 590px;
    margin-top: 52px
}

#header .hdbox .right .sidebar_b {
    line-height: 24px;
    padding-bottom: 5px
}

#header .hdbox .right .sidebar_b a {
    padding-right: 10px;
    padding-left: 15px;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    font-size: 12px
}

#header .hdbox .right .sidebar_b a:nth-child(1) {
    padding-left: 0;
    background-image: none
}

#header .hdbox .right .sidebar_b a:last-child {
    padding-right: 0
}

#header .hdbox .right .tel {
    height: 25px;
    font-size: 18px;
    display: inline-block;
    float: right;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 30px;
    color: #f60
}

#header .menu {
    border-top-width: 1px;
    border-top-style: solid;
    border-top-color: #d0cecb;
    height: 55px;
    position: relative;
    width: 100%;
    clear: both;
    float: none;
    background-repeat: repeat-x;
    background-color: #fabe00;
    line-height: 55px;
}

#header .menu .box {
    height: 56px;
    margin-left: -600px;
    position: absolute;
    left: 50%;
    top: -1px;
    right: 50%;
    width: 1200px;
    clear: both;
    float: none;
}

#header .menu ul a {
    color: #FFF;
}

#header .menu>ul {
    height: 55px;
    width: 1200px;
    position: relative;
}

#header .menu ul>li {
    float: left;
}

#header .menu ul>li.single {
    position: relative;
}


/*只有一级分类时显示相对*/

#header .menu ul>li span {
    text-align: center;
    font-size: 16px;
    white-space: nowrap;
    display: block
}

#header .menu ul>li span a {
    display: block;
    line-height: 55px;
    padding-right: 13px;
    padding-left: 13px;
    white-space: nowrap;
    overflow: hidden
}

#header .menu ul>li:hover span a,
#header .menu ul>li.cur span a {
    font-weight: 700;
    color: #FFF;
    background-color: #333;
}

#header .subbg {
    background-color: #FFFFFF;
    background-repeat: repeat-x;
    background-position: top;
    height: 0px;
    position: absolute;
    width: 100%;
    left: 0px;
    top: 178px;
    right: 0px;
    z-index: 100000;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}


/*通用二级菜单*/

#header .menu ul li .sub {
    background-color: #FFFFFF;
    position: absolute;
    height: 0px;
    width: 100%;
    left: 0px;
    top: 55px;
    z-index: 100000;
    background-repeat: repeat-x;
    background-position: top;
    overflow: hidden;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    right: 0px;
}

#header .menu ul li:hover .sub {
    padding-top: 10px;
    height: 200px;
}

#header .menu ul li .sub ul li {
    line-height: 50px;
    text-align: center;
    clear: both;
    float: none;
    width: 100%;
}

#header .menu ul li .sub ul li a {
    color: #666;
    text-align: center;
    display: block;
    clear: both;
    float: none;
    width: 100%;
}


/*全网平台建设二级菜单*/

#header .menu ul li .sub_platform {
    background-color: #FFFFFF;
    position: absolute;
    height: 0px;
    width: 100%;
    left: 0px;
    top: 55px;
    z-index: 10000000;
    background-repeat: repeat-x;
    background-position: top;
    overflow: hidden;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    text-align: center;
    right: 0px;
}

#header .menu ul li:hover .sub_platform {
    height: 106px;
}

#header .menu ul li .sub_platform ul li {
    display: inline-block;
    margin-right: 20px;
    margin-left: 20px;
    text-align: center;
    font-size: 12px;
    padding-top: 6px;
    float: none;
}

#header .menu ul li .sub_platform ul li a {
    color: #666;
}

#header .menu ul li .sub_platform ul li i {
    font-style: normal;
    background-repeat: no-repeat;
    background-position: center top;
    display: inline-block;
    height: 42px;
    width: 42px;
    margin-top: 10px;
    margin-bottom: 5px;
    -o-transition: all .1s;
    -moz-transition: all .1s;
    -webkit-transition: all .1s;
    -ms-transition: all .1s;
    transition: all .1s;
}

#header .menu ul li .sub_platform ul li:hover i {
    background-position: center bottom;
}

#header .menu ul li .sub_platform ul li p {
    line-height: 17px;
}


/*全网营销推广二级菜单*/

#header .menu ul li .sub_spread {
    background-color: #FFFFFF;
    position: absolute;
    height: 0px;
    width: 1185px;
    left: 0px;
    top: 55px;
    z-index: 100000;
    background-repeat: repeat-x;
    background-position: top;
    padding-left: 15px;
    overflow: hidden;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

#header .menu ul li:hover .sub_spread {
    height: 390px;
    padding-top: 40px;
}

#header .menu ul li .sub_spread ul {}

#header .menu ul li .sub_spread ul li {
    float: left;
    height: 60px;
    width: 298px;
    margin-top: 19px;
    border: 1px solid #d2d2d2;
    margin-right: 45px;
    margin-left: 45px;
}

#header .menu ul li .sub_spread ul li a {
    color: #666;
    display: block;
    height: 60px;
    width: 298px;
    line-height: 60px;
}

#header .menu ul li .sub_spread ul li a img {
    float: left;
    margin-top: 8px;
    margin-left: 10px;
    margin-right: 15px;
    max-height: 45px;
}


/*全网营销资讯二级菜单*/

#header .menu ul li .sub_info {
    position: absolute;
    height: 0px;
    width: 1200px;
    left: 0px;
    top: 55px;
    background-color: #ffffff;
    z-index: 100000;
    background-repeat: repeat-x;
    background-position: center top;
    overflow: hidden;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

#header .menu ul li:hover .sub_info {
    height: 318px;
    padding-top: 30px;
}

#header .menu ul li .sub_info .category {
    float: left;
    width: 178px;
    overflow: hidden;
}

#header .menu ul li .sub_info .category ul li {
    clear: both;
    float: none;
}

#header .menu ul li .sub_info .category ul li a {
    color: #666;
    display: block;
    padding-left: 46px;
    font-size: 18px;
    line-height: 44px;
    clear: both;
    float: none;
}

#header .menu ul li .sub_info .category ul li a:hover {
    font-weight: bold;
    color: #f60;
}

#header .menu ul li .sub_info .hot {
    float: left;
    padding-left: 28px;
    border-left-width: 1px;
    border-left-style: solid;
    border-left-color: #d2d2d2;
    margin-top: 16px;
}

#header .menu ul li .sub_info .hot ul li {
    height: 234px;
    width: 200px;
    float: left;
    margin-left: 28px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -moz-box-shadow: 0px 5px 20px #e1e1e1;
    -webkit-box-shadow: 0px 5px 20px #e1e1e1;
    box-shadow: 0px 5px 20px #e1e1e1;
    filter: progid: DXImageTransform.Microsoft.Shadow(strength=5, direction=180, color='#e1e1e1');
    -ms-filter: "progid: DXImageTransform.Microsoft.Shadow(strength = 5, Direction = 180, Color = '#e1e1e1')";
}

#header .menu ul li .sub_info .hot ul li .pic img {
    height: 154px;
    width: 200px;
}

#header .menu ul li .sub_info .hot ul li .txt {
    height: 70px;
    padding-right: 6px;
    padding-left: 6px;
    padding-top: 10px;
    overflow: hidden;
}

#header .menu ul li .sub_info .hot ul li .txt strong {
    line-height: 20px;
    white-space: nowrap;
    display: block;
    height: 20px;
    overflow: hidden;
}

#header .menu ul li .sub_info .hot ul li .txt p {
    color: #666;
    font-size: 12px;
    padding-top: 6px;
}

#header .menu ul li .sub_info .hot ul li a:hover .txt p {
    color: #666666;
}


/*footer*/

#footer {
    clear: both;
    float: none;
}

#footer .contact {
    background-color: #0e0f13;
    padding-top: 116px;
    padding-bottom: 70px
}

#footer .contact .box .txt {
    width: 450px;
    float: left
}

#footer .contact .box .txt strong {
    font-size: 48px;
    color: #2980b9
}

#footer .contact .box .txt p {
    font-size: 16px;
    color: #FFF;
    line-height: 30px;
    padding-top: 20px
}

#footer .contact .box .txt .findus {
    padding-top: 40px
}

#footer .contact .box .txt .findus ul li {
    padding-top: 15px;
    padding-bottom: 15px;
    color: #ccc;
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 36px
}

#footer .contact .box .message {
    float: right;
    width: 502px
}

#footer .contact .box .message dl {
    display: block;
    clear: both;
    float: none;
    height: 45px;
    margin-top: 22px;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #636466
}

#footer .contact .box .message dl dt {
    display: block;
    float: left;
    width: 76px;
    line-height: 45px;
    font-size: 18px;
    color: #999
}

#footer .contact .box .message dl dd {
    display: block;
    float: left;
    width: 426px;
    height: 45px
}

#footer .contact .box .message dl dd input {
    width: 99.5%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 42px;
    font-size: 16px;
    color: #FFF;
    background-color: #0E0F13;
    outline: 0;
    font-family: "微软雅黑"
}

#footer .contact .box .message dl.textarea {
    height: 142px
}

#footer .contact .box .message dl.textarea dd textarea {
    font-family: "微软雅黑";
    font-size: 16px;
    line-height: 26px;
    color: #FFF;
    background-color: #0E0F13;
    height: 138px;
    width: 99.5%;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    overflow: auto;
    outline: 0
}

#footer .contact .box .message .btn {
    padding-top: 20px
}

#footer .contact .box .message .btn input {
    line-height: 42px;
    height: 42px;
    width: 162px;
    background-color: #0E0F13;
    font-size: 18px;
    color: #2980b9;
    font-family: "微软雅黑";
    border: 2px solid #2980b9;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

#footer .bottomlink {
    background-color: #2980b9;
    padding-top: 60px;
    padding-bottom: 60px;
    overflow: hidden
}

#footer .bottomlink ul {
    width: 1400px;
    margin-right: auto;
    margin-left: auto
}

#footer .bottomlink ul li {
    display: block;
    float: left;
    white-space: nowrap;
    padding-right: 15px;
    height: auto;
    border-right-width: 1px;
    border-right-style: dotted;
    border-right-color: #4f96c5;
    padding-left: 15px
}

#footer .bottomlink ul li:nth-child(1) {
    width: 106px;
    padding-left: 0
}

#footer .bottomlink ul li:nth-child(2) {
    width: 122px
}

#footer .bottomlink ul li:nth-child(3) {
    width: 123px
}

#footer .bottomlink ul li:nth-child(4) {
    width: 123px
}

#footer .bottomlink ul li:nth-child(5) {
    width: 109px
}

#footer .bottomlink ul li:nth-child(6) {
    width: 152px
}

#footer .bottomlink ul li:nth-child(7) {
    width: 149px
}

#footer .bottomlink ul li:nth-child(8) {
    width: 88px
}

#footer .bottomlink ul li:last-child {
    border-right-style: none
}

#footer .bottomlink ul li a {
    font-size: 18px;
    color: #FFF
}

#footer .bottomlink ul li .sub {
    padding-top: 15px;
    clear: both;
    float: none
}

#footer .bottomlink ul li .sub ul {
    width: auto
}

#footer .bottomlink ul li .sub ul li {
    clear: both;
    float: none;
    padding: 0;
    line-height: 30px;
    width: auto;
    height: auto;
    border-right-style: none
}

#footer .bottomlink ul li .sub ul li a {
    font-size: 14px;
    color: #eeeaea
}

#footer .brand {
    height: 124px;
    background-color: #04577f
}

#footer .brand .box {
    position: relative;
    height: 124px
}

#footer .brand .box .slogan {
    float: left;
    color: #FFF;
    font-size: 16px;
    padding-top: 30px
}

#footer .brand .box .slogan strong {
    font-size: 24px;
    display: block;
    padding-top: 8px
}

#footer .brand .box .logo {
    height: 124px;
    width: 172px;
    margin-left: -86px;
    position: absolute;
    left: 50%;
    right: 50%
}

#footer .brand .box .tel {
    float: right;
    margin-top: 30px;
    text-align: right
}

#footer .brand .box .tel .l {
    clear: both;
    float: none
}

#footer .brand .box .tel .l a {
    color: #FFF;
    background-repeat: no-repeat;
    background-position: left center;
    display: inline-block;
    padding-right: 8px;
    padding-left: 15px;
    font-family: "宋体";
    font-size: 12px
}

#footer .brand .box .tel .l a:nth-child(1) {
    background-image: none
}

#footer .brand .box .tel .l a:last-child {
    padding-right: 0
}

#footer .brand .box .tel .service {
    font-size: 18px;
    font-weight: 700;
    color: #FFF;
    background-repeat: no-repeat;
    background-position: left center;
    height: 25px;
    padding-left: 32px;
    margin-top: 10px;
    float: right;
    white-space: nowrap
}

#footer .bottom_news {
    background-repeat: repeat-y;
    background-position: center top;
    padding-top: 60px;
    padding-bottom: 60px
}

#footer .bottom_news .list {
    width: 326px;
    margin-right: 75px;
    float: left
}

#footer .bottom_news .list ul li {
    height: 88px;
    clear: both;
    float: none;
    padding-top: 16px;
    overflow: hidden;
}

#footer .bottom_news .list ul li a {
    color: #CCC;
    font-size: 14px;
    display: block
}

#footer .bottom_news .list ul li a:hover {
    text-decoration: underline
}

#footer .bottom_news .list ul li a img {
    float: left;
    margin-right: 10px;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    height: 88px;
    width: 112px;
    margin-top: 2px
}

#footer .bottom_news .list ul li p {
    font-size: 12px;
    color: #999;
    padding-top: 5px;
    line-height: 22px;
    text-decoration: none
}

#footer .bottom_news .tit {
    font-size: 24px;
    color: #FFF;
    height: 55px
}

#footer .bottom_news .box .qa {
    float: right;
    width: 326px;
    padding-top: 10px
}

#footer .bottom_news .box .qa dt {
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 42px;
    min-height: 25px;
    margin-top: 20px
}

#footer .bottom_news .box .qa dt a {
    color: #FFF;
    font-size: 14px
}

#footer .bottom_news .box .qa dt a:hover {
    text-decoration: underline
}

#footer .bottom_news .box .qa dd {
    background-repeat: no-repeat;
    background-position: left top;
    padding-left: 42px;
    font-size: 12px;
    color: #999;
    min-height: 36px;
    line-height: 18px;
    margin-top: 5px
}

#footer .bottombox {
    background-color: #0a2c42;
    padding-top: 50px;
    padding-bottom: 40px;
    border-top-width: 3px;
    border-top-style: solid;
    border-top-color: #71b5ed
}

#footer .bottombox .box .links strong {
    color: #FFF;
    display: block;
    padding-bottom: 10px
}

#footer .bottombox .box .links a {
    font-size: 12px;
    white-space: nowrap;
    display: inline-block;
    padding-right: 15px;
    line-height: 24px;
    color: #999
}

#footer .bottombox .box .copyright {
    padding-top: 20px;
    font-size: 12px;
    color: #999;
    line-height: 24px
}

#footer .bottombox .box .copyright a {
    color: #999
}

#footer .bottombox .box .copyright .ico {
    padding-bottom: 8px
}

#msg_layer {
    height: 100%;
    width: 100%;
    position: fixed;
    z-index: 1000000000;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
    display: none;
}

#msg_layer .content {
    position: fixed;
    background-color: #f5f6fa;
    z-index: 1000000000;
    left: 50%;
    top: 50%;
    right: 50%;
    bottom: 50%;
    height: 572px;
    width: 816px;
    margin-top: -261px;
    margin-left: -409px;
}

#msg_layer .content .close {
    height: 20px;
    width: 21px;
    position: absolute;
    top: 22px;
    right: 22px;
    cursor: pointer;
}

#msg_layer .content .tit {
    text-align: center;
    clear: both;
    float: none;
    height: 126px;
    padding-top: 60px;
}

#msg_layer .content .tit strong {
    color: #f60;
    font-size: 30px;
    display: block
}

#msg_layer .content .tit p {
    font-size: 16px;
    padding-top: 5px
}

#msg_layer .content .tit i {
    font-size: 0;
    line-height: 0;
    background-color: #2892eb;
    display: inline-block;
    height: 4px;
    width: 70px;
    margin-top: 10px
}

#msg_layer .content .formbox {
    width: 690px;
    margin-right: auto;
    margin-left: auto;
}

#msg_layer .content .formbox ul li {
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    float: left;
    width: 314px;
    height: 42px;
    position: relative;
    border-bottom-width: 2px;
    border-bottom-style: solid;
    border-bottom-color: #e3e3e6;
    padding-top: 15px;
    padding-bottom: 5px;
}

#msg_layer .content .formbox ul li:last-child {
    width: 100%;
}

#msg_layer .content .formbox ul li:nth-child(even) {
    float: right;
}

#msg_layer .content .formbox ul li:hover {
    border-bottom-color: #8acbed;
}

#msg_layer .content .formbox ul li i {
    font-style: normal;
    line-height: 42px;
    color: #999999;
    font-size: 16px;
}

#msg_layer .content .formbox ul li div {
    position: absolute;
    left: 62px;
    right: 0px;
    height: 42px;
    top: 15px;
    bottom: 0px;
}

#msg_layer .content .formbox ul li div input.txt {
    width: 100%;
    height: 36px;
    background-color: #F5F6FA;
    border-top-style: none;
    border-right-style: none;
    border-bottom-style: none;
    border-left-style: none;
    font-family: "微软雅黑";
    font-size: 16px;
    outline: none;
}

#msg_layer .content .formbox .submit {
    text-align: center;
    clear: both;
    float: none;
    padding-top: 68px;
}

#msg_layer .content .formbox .submit input {
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    height: 42px;
    width: 163px;
    background-color: #F5F6FA;
    color: #0093dd;
    border: 2px solid #0093dd;
    font-family: "微软雅黑";
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    cursor: pointer;
    outline: none;
}

#msg_layer .content .formbox .submit input:hover {
    color: #FFFFFF;
    background-color: #0093dd;
}

.pagelist {
    background-color: #FFFFFF;
    padding-top: 30px;
    padding-right: 20px;
    padding-left: 20px;
    clear: both;
    float: none;
    padding-bottom: 20px;
}


/*分页*/

.fenye {
    height: 35px;
    line-height: 30px;
    overflow: hidden;
    font-size: 14px;
    clear: both;
    float: none;
    margin-right: 0;
    margin-left: 0;
    border-top-width: 1px;
    border-top-style: dashed;
    border-top-color: #CCCCCC;
    padding-top: 35px;
    padding-bottom: 15px;
}

.fenye a {
    width: 32px;
    height: 33px;
    text-align: center;
    color: #333333;
    display: inline-block;
    overflow: hidden;
    background-color: #d5d8da;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.fenye span {
    width: 32px;
    height: 33px;
    text-align: center;
    color: #929292;
    display: inline-block;
    overflow: hidden;
    background-color: #D5D8DA;
    margin-top: 0px;
    margin-right: 10px;
    margin-bottom: 0px;
    margin-left: 0px;
}

.fenye span.current {
    color: #FFF;
    background-color: #2980b9;
}

.fenye .prev {
    width: 75px;
}

.fenye .next {
    width: 75px;
}

.fenye .disabled {
    background-color: #e7e7e7;
}

.fenye input,
.fenye button,
.fenye .home,
.fenye .last,
.fenye .bt {
    display: none;
}


/*通用主题头*/

.common_tit2 {
    text-align: center;
    clear: both;
    float: none
}

.common_tit2 strong {
    color: #f60;
    font-size: 36px;
    display: block
}

.common_tit2 p {
    font-size: 18px;
    padding-top: 10px;
    color: #FFFFFF;
}

.common_tit2 i {
    font-size: 0;
    line-height: 0;
    background-color: #f60;
    display: inline-block;
    height: 5px;
    width: 70px;
    margin-top: 10px
}

.qwyxpt_team .common_tit2 p,
.main_qwyxtg_youshi .common_tit2 p,
.job_list .common_tit2 p {
    color: #fff;
}

.common_tit3 {
    text-align: center;
    clear: both;
    float: none
}

.common_tit3 strong {
    color: #fff;
    font-size: 36px;
    display: block
}

.common_tit3 p {
    font-size: 18px;
    padding-top: 10px;
    color: #fff;
}

.common_tit3 i {
    font-size: 0;
    line-height: 0;
    background-color: #fff;
    display: inline-block;
    height: 5px;
    width: 70px;
    margin-top: 10px
}


/*首页banner*/

#container {
    position: absolute;
    width: 1903px;
    height: 585px;
    border: none;
    overflow: hidden;
    margin-left: -352px;
}

#list {
    position: absolute;
    z-index: 1;
    width: 7612px;
    height: 585px;
}

#list img {
    float: left;
    width: 1903px;
    height: 585px;
}

#buttons {
    position: absolute;
    z-index: 2;
    height: 10px;
    margin-left: 936px;
    margin-top: 560px;
    width: 100px;
}

#buttons span {
    float: left;
    margin-right: 5px;
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    border-radius: 50%;
    background: #333;
    cursor: pointer;
}

#buttons .on {
    background: #f60;
}

.arrow {
    position: absolute;
    top: 230px;
    z-index: 2;
    display: none;
    width: 60px;
    height: 60px;
    font-size: 50px;
    line-height: 50px;
    text-align: center;
    cursor: pointer;
}

.arrow:hover {}

#container:hover .arrow {
    display: block;
}

#prev {
    left: 346px;
}

#next {
    right: 354px;
    background-position: bottom;
}

#banner {
    width: 100%;
    height: 500px;
    margin-right: auto;
    margin-left: auto;
    clear: both;
    float: none;
    position: relative;
    overflow: hidden
}


/*#banner .piclist{height:585px;width:100%;overflow:hidden}

#banner .piclist ul li a{background-repeat:no-repeat;background-position:center center;display:block;height:585px;width:100%}

#banner .tab{position:absolute;z-index:1;width:100%;bottom:25px;text-align:center}

#banner .tab ul li{text-indent:10000px;display:inline-block;height:8px;width:8px;overflow:hidden;margin-right:7px;margin-left:7px;background-color:#FFF;-moz-border-radius:50%;-webkit-border-radius:50%;border-radius:50%}

#banner .tab ul li.on{background-color:#189af6}*/

#banner .scrollbtn {
    height: 60px;
    margin-left: -600px;
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 266px;
    right: 50%;
    width: 60px;
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0)
}

#banner .scrollbtn a {
    display: block;
    height: 60px;
    width: 60px;
    background-repeat: no-repeat;
    background-position: center top
}

#banner:hover .scrollbtn {
    opacity: .99;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=99);
    filter: alpha(opacity=99)
}

#banner .scrollbtn a.prev {
    left: -60px;
    top: 0;
    position: absolute
}

#banner .scrollbtn a.next {
    position: absolute;
    left: 1200px;
    background-position: center bottom;
    top: 0
}


/*通屏小banner*/

.banner1920x1200x151 {
    background-image: url(../images/p5.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    height: 151px;
    font-size: 24px;
    color: #FFF
}

.banner1920x1200x151 strong {
    font-size: 36px;
    display: block;
    padding-bottom: 10px;
    padding-top: 25px
}

.banner1920x1200x151 a.btn {
    float: right;
    color: #FFF;
    font-size: 24px;
    line-height: 40px;
    text-align: center;
    height: 42px;
    width: 235px;
    border: 2px solid #FFF;
    margin-top: 55px;
    letter-spacing: 8px;
}

.banner1920x1200x151 a.btn:hover {
    background-image: url(../images/bg_translucent.png);
}


/*跨界合作*/

.kuajiehezuo {
    background-color: #FAFAFA;
    height: 752px;
}

.kuajiehezuo .head {
    background-image: url(../images/p2.jpg);
    background-repeat: repeat-y;
    background-position: center bottom;
    height: 294px;
    color: #FFF;
    padding-top: 40px
}

.kuajiehezuo .box {
    position: relative
}

.kuajiehezuo .box .b {
    overflow: hidden;
    position: absolute;
    height: 503px;
    top: -108px
}

.kuajiehezuo .box .b ul {
    width: 1400px
}

.kuajiehezuo .box .b ul li {
    width: 398px;
    float: left;
    margin-right: 17px
}

.kuajiehezuo .box .b ul li .tit {
    background-color: #5A9EFF;
    height: 108px;
    color: #FFF;
    text-align: center;
    font-size: 20px;
    line-height: 36px;
    padding-top: 15px
}

.kuajiehezuo .box .b ul li .rc {
    background-repeat: no-repeat;
    background-position: right top
}

.kuajiehezuo .box .b ul li .tit strong {
    font-size: 24px
}

.kuajiehezuo .box .b ul li .text {
    height: 370px;
    padding-right: 50px;
    padding-left: 54px;
    padding-top: 42px;
    line-height: 26px;
    background-color: #FFF;
    background-image: url(../images/bg4.gif);
    background-repeat: repeat-x;
    background-position: bottom;
    padding-bottom: 9px
}

.kuajiehezuo .box .b ul li .text span {
    color: #999;
    line-height: 24px;
    display: block;
    padding-bottom: 40px
}

.kuajiehezuo .box .b ul li .text a {
    height: 42px;
    width: 168px;
    display: block;
    line-height: 42px;
    text-align: center;
    background-color: #666666;
    font-size: 18px;
    color: #FFF;
    margin-top: 40px;
    margin-right: auto;
    margin-left: auto
}

.kuajiehezuo .box .b ul li:hover .text a {
    background-color: #5A9EFF
}


/*成功案例*/

.indexcase {
    background-color: #f0f0f0;
    padding-bottom: 60px;
    min-width: 1200px
}

.indexcase .con {
    margin-top: 40px;
}

.indexcase .con ul li {
    float: left;
    width: 25%;
    clip: rect(26px, auto, auto, auto);
    margin-bottom: 26px;
}

.indexcase .con ul li .box {
    width: 94%;
    margin-right: auto;
    margin-left: auto;
    position: relative;
    overflow: hidden
}

.indexcase .con ul li .box h3 {
    font-weight: normal;
    display: block;
    height: 38px;
    width: 100%;
    font-size: 14px;
    line-height: 38px;
    text-align: center;
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    margin: 0px;
    padding: 0px;
    color: #FFFFFF;
    background-image: url(../images/bg5.png);
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.indexcase .con ul li:hover .box h3 {
    bottom: -40px;
}

.indexcase .con ul li .box h3 a {
    color: #FFFFFF;
}

.indexcase .con ul li .box img {
    height: 251px;
    width: 100%;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.indexcase .con ul li:hover .box img {
    -webkit-transform: scale(1.85);
    transform: scale(1.85)
}

.indexcase .con ul li .box .text {
    position: absolute;
    top: 0px;
    bottom: 0px;
    width: 100%;
    background-image: url(../images/blue_bg.png);
    opacity: 0;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=0);
    filter: alpha(opacity=0);
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.indexcase .con ul li:hover .box .text {
    opacity: 1;
    -ms-filter: progid: DXImageTransform.Microsoft.Alpha(Opacity=100);
    filter: alpha(opacity=100);
}

.indexcase .con ul li .box .text a {
    text-align: center;
    display: table;
    height: 100%;
    width: 100%;
}

.indexcase .con ul li .box .text a div {
    vertical-align: middle;
    display: table-cell;
    padding-right: 15px;
    padding-left: 15px;
}

.indexcase .con ul li .box .text a div strong {
    font-size: 30px;
    color: #FFFFFF;
}

.indexcase .con ul li .box .text a div p {
    line-height: 22px;
    color: #FFFFFF;
    padding-top: 8px;
    padding-bottom: 8px;
}

.indexcase .con ul li .box .text a div span {
    display: block;
    padding-top: 10px;
    clear: both;
    float: none;
}

.indexcase .con ul li .box .text a div i {
    display: inline-block;
    background-color: #FFFFFF;
    background-image: url(../images/ico_show.png);
    background-repeat: no-repeat;
    background-position: center center;
    height: 44px;
    width: 44px;
    margin-right: 10px;
    margin-left: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.indexcase .con ul li .box .text a div em {
    display: inline-block;
    background-color: #FFFFFF;
    background-repeat: no-repeat;
    background-position: center center;
    height: 44px;
    width: 44px;
    margin-right: 10px;
    margin-left: 10px;
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}

.indexcase .con .more {
    clear: both;
    float: none;
    padding-top: 60px
}


/*页面最新资讯*/

.common_pagenews {
    height: 801px;
}

.common_pagenews .common_tit {
    height: 188px;
    padding-top: 80px;
}

.common_pagenews .box ul li {
    float: left;
    width: 520px;
    height: 132px;
    display: block;
}

.common_pagenews .box ul li:nth-child(even) {
    float: right;
}

.common_pagenews .box ul li a {
    font-size: 18px;
    color: #333333;
    transition: all .0s;
}

.common_pagenews .box ul li:hover a {
    font-weight: bold;
    color: #5A9EFF;
}

.common_pagenews .box ul li p {
    color: #858585;
    padding-top: 10px;
    line-height: 22px;
}


/*推广解决方案*/

.main_jjfa {
    padding-top: 70px;
    padding-bottom: 70px;
    background-color: #f0f0f0
}

.main_jjfa .box {
    padding-top: 50px
}

.main_jjfa ul li {
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
    float: left;
    height: 118px;
    width: 352px;
    display: block;
    padding-top: 30px;
    padding-left: 24px;
    font-size: 18px;
    color: #333;
    font-weight: 700;
    padding-right: 24px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.main_jjfa ul li a {
    color: #333
}

.main_jjfa ul li:hover {
    background-color: #d8e2f0
}

.main_jjfa ul li p {
    font-size: 14px;
    line-height: 24px;
    color: #999;
    font-weight: 400;
    padding-top: 10px
}

.main_jjfa ul li img {
    float: left;
    height: 86px;
    width: 86px;
    margin-right: 15px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}


/*more1*/

.common_more1 {
    clear: both;
    float: none;
    text-align: center;
}

.common_more1 a {
    height: 42px;
    width: 166px;
    font-size: 18px;
    display: block;
    margin-right: auto;
    margin-left: auto;
    line-height: 42px;
    margin-top: 15px;
    background-color: #5A9EFF;
    color: #FFFFFF;
    font-weight: bold;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}


/*内页通用banner*/

.common_main_banner {
    background-repeat: no-repeat;
    background-position: center top;
    clear: both;
    float: none;
    height: 560px;
    width: 100%;
    text-align: center;
}

.common_main_banner .box {
    text-align: center;
    display: table;
    height: 560px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 70px;
}

.common_main_banner .box .text {
    vertical-align: middle;
    display: table-cell;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 32px;
}

.common_main_banner .box .text strong {
    font-size: 60px;
    display: block;
    padding-bottom: 40px;
}

.common_main_banner2 {
    background-repeat: no-repeat;
    background-position: center top;
    clear: both;
    float: none;
    height: 612px;
    width: 100%;
    text-align: center;
}

.common_main_banner2 .box {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
}

.common_main_banner2 .box .text {
    font-size: 39px;
    color: #FFFFFF;
    line-height: 32px;
    font-family: "方正兰亭超细黑简体";
}

.common_main_banner2 .box .text strong {
    font-size: 70px;
    display: block;
    padding-bottom: 40px;
    font-family: "方正兰亭超细黑简体";
    font-weight: normal;
    color: #ffe401;
}

.common_main_banner3 {
    background-repeat: no-repeat;
    background-position: center top;
    clear: both;
    float: none;
    height: 666px;
    width: 100%;
    text-align: center;
}

.common_main_banner3 .box {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    padding-top: 100px;
}

.common_main_banner3 .box .text {
    font-size: 38px;
    color: #FFFFFF;
    line-height: 50px;
    font-family: "方正兰亭超细黑简体";
    padding-top: 135px;
}

.common_main_banner3 .box .text strong {
    font-size: 70px;
    display: block;
    padding-bottom: 40px;
    font-family: "方正兰亭超细黑简体";
    font-weight: normal;
}

.common_main_banner4 {
    background-repeat: no-repeat;
    background-position: center top;
    clear: both;
    float: none;
    height: 500px;
    width: 100%;
    text-align: center;
}

.common_main_banner4 .box {
    text-align: center;
    height: 560px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    display: table;
    margin-top: 80px;
}

.common_main_banner4 .box .text {
    vertical-align: middle;
    display: table-cell;
    font-size: 24px;
    color: #FFFFFF;
    line-height: 38px;
}

.common_main_banner4 .box .text strong {
    font-size: 60px;
    display: block;
    padding-bottom: 40px;
}

.common_main_banner4 .box .text .btn {
    margin-top: 0px;
}

.common_main_banner4 .box .text .btn a {
    height: 62px;
    width: 290px;
    line-height: 62px;
    display: inline-block;
    color: #FFFFFF;
    border: 2px solid #FFFFFF;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -o-transition: all .6s;
    -moz-transition: all .6s;
    -webkit-transition: all .6s;
    -ms-transition: all .6s;
    transition: all .6s;
}

.common_main_banner4 .box .text .btn a:hover {}

.common_main_banner5 {
    background-repeat: no-repeat;
    background-position: center top;
    clear: both;
    float: none;
    height: 400px;
    width: 100%;
    text-align: center;
}

.common_main_banner5 .box {
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
}

.common_main_banner5 .box .text {
    font-size: 38px;
    color: #FFFFFF;
    line-height: 50px;
    font-family: "方正兰亭超细黑简体";
    padding-top: 115px;
}

.common_main_banner5 .box .text strong {
    font-size: 70px;
    display: block;
    padding-bottom: 40px;
    font-family: "方正兰亭超细黑简体";
    font-weight: normal;
}


/*头条*/

.hometopnews {
    overflow: hidden;
    height: 405px
}

.hometopnews ul {
    width: 1400px
}

.hometopnews ul li {
    width: 380px;
    float: left;
    margin-right: 30px
}

.hometopnews ul li .pic {
    height: 208px;
    width: 380px;
    overflow: hidden
}

.hometopnews ul li .pic img {
    -o-transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -ms-transition: all 1s;
    transition: all 1s;
    width: 380px;
    height: 208px
}

.hometopnews ul li:hover .pic img {
    -webkit-transform: scale(1.2);
    transform: scale(1.2)
}

.hometopnews ul li .text {
    padding-top: 22px;
    text-align: center
}

.hometopnews ul li .text p {
    line-height: 26px;
    text-align: left;
    padding-top: 10px
}

.hometopnews ul li .text a {
    color: #5A9EFF;
    font-size: 18px
}


/*推广解决方案*/

.main_yxjc {
    padding-top: 70px;
    padding-bottom: 70px
}

.main_yxjc .box {
    padding-top: 50px
}

.main_yxjc .box ul li {
    width: 130px;
    float: left;
    display: block;
    font-size: 16px;
    color: #333;
    font-weight: 700
}

.main_yxjc .box ul li p {
    font-size: 12px;
    padding-top: 10px;
    line-height: 24px;
    color: #999;
    font-weight: 400
}

.main_yxjc .box ul li.on {
    color: #f60
}

.main_yxjc .box .pic {
    clear: both;
    float: none;
    padding-top: 50px;
    text-align: center
}


/*核心团队*/

.index_coreteam {
    height: 800px;
    background-color: #e7edf9
}

.index_coreteam .common_tit {
    height: 160px;
    padding-top: 60px
}

.index_coreteam .box {
    width: 1200px;
    height: 422px;
}

.index_coreteam .box ul {
    width: 320px;
    height: 420px;
    padding-top: 20px;
    margin-left: 40px;
    margin-right: 38px;
    border: 1px solid #d0cecb;
    float: left;
    text-align: center;
    list-style: none;
}

.index_coreteam .box ul:hover {
    box-shadow: 3px 3px 14px #ccc;
}

.index_coreteam .box ul:hover img {
    border: 2px solid #f60;
}

.index_coreteam .box ul:hover h3 {
    color: #f60;
}

.index_coreteam .box ul img {
    border: 2px solid #d0cecb;
    border-radius: 50%;
}

.index_coreteam .box ul h3 {
    margin: 0 auto;
    color: #666;
    line-height: 50px;
    font-size: 28px;
    border-bottom: #CDCDCD 1px dashed;
    padding-bottom: 15px;
}

.index_coreteam .box ul li {
    line-height: 40px;
    font-size: 16px;
}

.index_coreteam .box .more {
    clear: both;
    float: none;
    padding: 40px 0;
}

.index_coreteam .box .more a {
    display: block;
    clear: both;
    float: none;
    margin-right: auto;
    margin-left: auto;
    height: 42px;
    width: 164px;
    text-align: center;
    line-height: 42px;
    color: #FFF;
    background-color: #f60;
    font-size: 18px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.izl-rmenu {
    position: fixed;
    right: 5px;
    bottom: 10px;
    z-index: 999;
}

.izl-rmenu .topicon {
    width: 73px;
    text-align: center;
    margin-left: -8px;
    margin-bottom: 8px;
    height: 65px;
}

.izl-rmenu .rcon {
    border: 1px #ccc solid;
    width: 56px;
}

.izl-rmenu .btn {
    text-align: center;
    cursor: pointer;
    position: relative;
    padding: 40px 0px 0;
    background: #e6e6e6;
    font-size: 12px;
}

.izl-rmenu .btn:hover a {
    color: #e00000;
}

.izl-rmenu .btn a {
    color: #4f4f4f;
    font-size: 12px;
    margin: 0px 3px;
    padding-bottom: 8px;
    border-bottom: 1px solid #ccc;
    display: block;
}

.izl-rmenu .lrtk_ico01 a,
.izl-rmenu .lrtk_ico02 a {
    display: block;
}

.izl-rmenu .lrtk_ico01 {
    background-color: #e6e6e6;
    background-size: 37px auto;
}

.izl-rmenu .lrtk_ico02 {
    background-color: #e6e6e6;
    background-size: 25px auto;
}

.izl-rmenu .lrtk_ico03 {
    background-color: #e6e6e6;
    background-size: 28px auto;
}

.izl-rmenu .lrtk_ico04 {
    background-color: #e6e6e6;
}

.izl-rmenu .lrtk_ico04 a {
    border-bottom: 0;
}

.izl-rmenu .btn-top {
    background-color: #e6e6e6;
    margin-top: 10px;
    border: 1px #ccc solid;
    width: 56px;
    padding-top: 30px;
    padding-bottom: 8px;
    display: none;
}

.izl-rmenu .lrtk_ico03 .phone {
    background-color: #e5e5e5;
    position: absolute;
    width: 135px;
    left: -136px;
    top: 5px;
    line-height: 30px;
    color: #e00000;
    font-size: 13px;
    text-align: left;
    display: none;
    border: 1px #ccc solid;
    border-right: 0;
    padding-left: 28px;
    box-sizing: border-box;
}

.izl-rmenu .welcome {
    margin-top: 15px;
    margin-left: -16px;
    width: 90px;
}


/*footer*/

.container {
    margin-left: auto;
    margin-right: auto;
    width: 1200px;
    font-family: microsoft yahei;
}

.footer {
    overflow: hidden;
    width: 100%;
    height: 600px;
    background-color: #fff;
    border-top-width: 10px;
    border-top-style: solid;
    border-top-color: #ff5b00;
    color: #fbfbfb;
    margin-right: auto;
    margin-left: auto;
}

.footer ul {
    overflow: hidden;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden;
    margin-top: 48px;
    margin-bottom: 42px;
}

.footer ul li {
    float: left;
    width: 178px;
    height: 178px;
    margin: 0 6px;
    overflow: hidden;
    position: relative
}

.footer li b {
    display: block;
    width: 32px;
    height: 32px;
    margin: 0 auto;
    margin-top: 47px;
    margin-bottom: 12px;
    position: relative;
    color: #333;
}

.footer li p {
    text-align: center;
    font-size: 16px;
    color: #333;
    position: relative;
    left: 0
}

.footer li .lihover {
    width: 140px;
    height: 140px;
    padding: 9px;
    display: none
}

.footer li .lihover span {
    display: block;
    width: 140px;
    height: 90px;
    text-align: center;
    padding-top: 50px;
    color: #fff;
    text-align: center;
}

.footer li:hover {
    background: none
}

.footer li:hover .lihover {
    display: block
}

.footer li:hover b {
    display: none
}

.footer li:hover p {
    display: none
}

.footer em {
    font-style: normal;
    font-weight: normal;
}

.footer dl {
    width: 185px;
    float: left;
    height: 185px;
    overflow: hidden;
    padding-left: 55px;
}

.footer dt a {
    font-size: 16px;
    color: #333;
}

.footer dt {
    margin-bottom: 20px;
}

.footer dd a {
    font-size: 13px;
    color: #999;
    line-height: 29px;
    display: block
}

.footer .footer_ewm {
    width: 200px;
    text-align: center;
    float: left;
}

.footer .footer_ewm img {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
}

.footer .footer_ewm p {
    font-size: 12px;
    color: #999;
    margin-bottom: 5px;
}

.footer .footer_center {
    overflow: hidden
}

.footer .footer_btm {
    margin-top: 50px;
    height: 70px;
    width: 1200px;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 50px;
}

.footer .footer_btm a {
    color: #999999;
}

.footer .footer_btm .dizhi {
    float: left;
    overflow: hidden
}

.footer .footer_btm .dizhi p {
    font-size: 12px;
    color: #888;
    line-height: 20px;
    margin-bottom: 20px;
    margin-left: 35px;
}

.footer .footer_btm .dizhi p em {
    padding-right: 20px;
    margin-right: 30px;
}

.footer .footer_btm .dizhi span {
    display: block;
    font-size: 12px;
    color: #555;
    margin-left: 35px;
}

.footer .footer_btm .phone {
    float: right;
    text-align: right;
}

.footer .footer_btm .phone p {
    color: #ccc;
}

.footer .footer_btm .phone i {
    font-style: normal;
    display: block;
    font-size: 24px;
    color: #ccc;
    font-weight: normal
}


/*联系我们CSS*/

.ny_main {
    overflow: hidden;
}

.lxwm .toptitle span {
    font-size: 18px;
    color: #3f3f3f;
}

.lxwm .toptitle em {
    display: block;
    font-size: 40px;
    color: #333;
}

.lxwm .toptitle em font {
    color: #ff5d00;
    font-style: normal;
}


/*联系我们*/

.lxwm {
    padding-bottom: 35px;
    width: 1006px;
    margin: 0px auto;
}

.lxwm p {
    margin: 0;
    padding: 0;
    word-spacing: -1.5px;
    line-height: 25px;
}

.lxwm1 {
    width: 954px;
    height: 313px;
    padding: 50px 25px;
}

.lxwm1_left {
    width: 560px;
    height: 314px;
    float: left;
    position: relative;
}

.lxwm1_left h3 {
    font-size: 33px;
    color: #fff;
    border-radius: 5px;
    width: 500px;
    padding: 2px;
    background: #ff5d00;
    margin: 0;
}

.lxwm1_left ul li {
    float: left;
    width: 220px;
    padding-top: 30px;
    padding-left: 50px;
}

.lxwm1_left ul li h4 {
    font-size: 16px;
    font-weight: bold;
    width: 200px;
    color: #ff5d00;
    border-bottom: 1px dotted #ccc;
    padding-bottom: 3px;
    margin: 0;
}

.lxwm1_left ul li p {
    line-height: 25px;
    word-spacing: -1.5px;
    font-size: 12px;
}

.lxwm1_right {
    float: right;
}

.lx5 {
    position: absolute;
    top: 190px;
    left: 270px;
}

.lx5 p {
    display: block;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
}

.lxwm2 {
    width: 954px;
    height: 313px;
    padding: 50px 25px;
}

.lxwm3 {
    width: 954px;
    height: 313px;
    padding: 50px 25px;
}

.lxwm3left {
    float: left;
    width: 350px;
}

.lxwm3left img {
    width: 325px;
    padding-top: 15px;
}

.lxwm4right {
    float: left;
}

.lxwm4right h3 {
    font-size: 36px;
    color: #ff5d00;
    margin-top: 20px;
}

.lxwm4right p {
    line-height: 40px;
    font-size: 18px;
    margin-top: 30px;
}

.wzjslc {
    padding-bottom: 35px;
    margin: 0px auto;
    width: 1006px;
}

.liucheng {
    margin-top: 30px;
}


/*联系我们*/

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
    font-size: 100%;
    font-family: "微软雅黑";
    color: #666;
}


/*commen_title*/

.toptitle {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}

.toptitle h3 {
    font-size: 18px;
    color: #3f3f3f;
}

.toptitle h2 {
    display: block;
    font-size: 40px;
    color: #333;
}

.toptitle h2 font {
    color: #ff5d00;
}

.toptitle i {
    display: block;
    height: 10px;
}


/*commen_title_end*/


/*commen_title*/

.toptitle1 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-top: 50px;
    position: relative;
}

.toptitle1 h3 {
    font-size: 18px;
    color: #fff;
}

.toptitle1 h2 {
    display: block;
    font-size: 30px;
    color: #fff;
}

.toptitle1 h2 font {
    color: #ff5d00;
}

.toptitle1 i {
    display: block;
    height: 10px;
}


/*commen_title_end*/


/*commen_title*/

.toptitle2 {
    width: 100%;
    text-align: center;
    overflow: hidden;
    padding-top: 30px;
    position: relative;
}

.toptitle2 h3 {
    font-size: 18px;
    color: #3f3f3f;
}

.toptitle2 h2 {
    display: block;
    font-size: 30px;
    color: #333;
}

.toptitle2 h2 font {
    color: #ff5d00;
}

.toptitle2 i {
    display: block;
    height: 10px;
}


/*commen_title_end*/


/*回到顶部*/

#rocket-to-top div {
    left: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: absolute;
    top: 0;
    width: 149px;
}

#rocket-to-top .level-2 {
    display: none;
    height: 250px;
    opacity: 0;
    z-index: 1;
}

#rocket-to-top .level-3 {
    background: none repeat scroll 0 0 transparent;
    cursor: pointer;
    display: block;
    height: 150px;
    z-index: 2;
}

#rocket-to-top {
    cursor: default;
    display: block;
    height: 250px;
    margin: -125px 0 0;
    overflow: hidden;
    padding: 0;
    position: fixed;
    right: 5%;
    bottom: 20px;
    width: 147px;
    z-index: 11;
}