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: 14px/2 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: #0f76fc;
    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;
}

.fl {
    float: left
}

.fr {
    float: right
}


/* 头部导航样式 */

.w1200 {
    width: 1200px;
    margin: 0 auto;
}

.top-bg {
    height: 36px;
    background: #0f76fc;
    color: #fff;
    line-height: 36px;
}

.top-bg h1 {
    font-weight: normal;
    font-size: 14px;
}

.phone {
    padding-left: 20px;
    background: url(../images/phone.png) no-repeat left center
}

.nav {
    float: right
}

.nav ul li {
    line-height: 109px;
    height: 109px;
    text-align: center;
    width: 130px;
    float: left;
    position: relative;
    z-index: 999;
}

.nav ul li a {
    display: block;
    line-height: 109px;
    color: #fff;
    height: 109px;
    font-size: 16px;
    color: #333
}

.nav ul li a:hover {
    color: #fff;
    text-decoration: none;
    background-color: #0f76fc;
}

.nav .sub {
    background: #fff;
    overflow: hidden;
    z-index: 9999;
    position: absolute;
    top: 109px;
    left: 0px;
    display: none;
    width: 100%;
}

.nav .sub a {
    background: #fff;
    color: #333;
    height: 38px;
    line-height: 38px;
    font-size: 14px
}

.nav .sub a:hover {
    background: #0f76fc;
    text-decoration: none;
    color: #fff;
}


/* 公司简介 */

.about-left {
    width: 660px;
    font-size: 14px;
    color: #999999;
    line-height: 2.8;
}

.about-left h2 {
    font-size: 24px;
    color: #555555;
    font-weight: normal;
    line-height: 3.6;
}

.about-right {
    width: 486px;
}


/* 产品中心 */

.productbg {
    background: url(../images/probg.jpg) no-repeat center top;
    padding: 60px 0;
    margin-top: 50px;
}

.productbg h2 {
    font-size: 24px;
    text-align: center;
    color: #fff;
}

.productbg h2 p {
    font-weight: normal;
    font-size: 16px;
    margin-top: 6px
}

.cate {
    text-align: center;
    margin-top: 30px;
}

.cate li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    margin: 0 16px;
}

.cate li a {
    display: block;
    color: #555;
    line-height: 32px;
    border-bottom: 2px solid transparent;
    font-size: 14px;
}

.cate li:hover a {
    border-color: #0f76fc;
    color: #0f76fc;
}

.product-list {
    margin-top: 26px
}

.product-list li {
    width: 277px;
    float: left;
    margin-right: 30px;
    border-bottom: 1px solid #3a3e43;
}

.product-list li:nth-child(4n) {
    margin-right: 0;
}

.product-list li img {
    width: 277px;
    height: 277px;
}

.product-list li h3 a {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    padding-top: 19px;
    display: block;
    transition: .3s;
}

.product-list li h3 a p {
    color: #b0b0b0;
    font-size: 12px;
    padding-top: 10px;
    padding-bottom: 16px;
}

.product-list li:hover h3 a {
    color: #0f76fc
}

.product-list li:hover {
    border-color: #0f76fc;
}

.product-list li:hover h3 a p {
    color: #0f76fc
}


/* 案例展示 */

.case {
    margin-top: 40px;
}

.case h2 {
    font-size: 24px;
    text-align: center;
    color: #333;
}

.case h2 p {
    font-weight: normal;
    font-size: 16px;
    margin-top: 6px;
    color: #999;
}

.case-list li h3 a {
    color: #333;
}

.case-list li h3 a p {
    color: #999;
}


/* 首页横图 */

.ads {
    background: url(../images/ads.jpg) no-repeat center top;
    height: 142px;
    padding-top: 85px;
    margin-top: 60px;
}

.ads-left {
    font-size: 22px;
    color: #fff;
}

.ads-left p {
    font-size: 14px;
    color: #a9a9a9;
}

.ads-right a {
    display: block;
    width: 156px;
    height: 46px;
    border: 2px solid #0f76fc;
    color: #0f76fc;
    text-align: center;
    line-height: 46px;
    border-radius: 5px;
    font-size: 14px;
}

.ads-right a:hover {
    color: #fff;
    background: #0f76fc;
}


/* 新闻资讯 */

.newsbg {
    background: #f3f3f3;
    padding: 40px 0;
}

.news h2 {
    font-size: 24px;
    text-align: center;
    color: #333;
    padding-bottom: 30px;
}

.news h2 p {
    font-weight: normal;
    font-size: 16px;
    margin-top: 6px;
    color: #999;
}

.news_left {
    width: 590px;
    background: #fff;
    padding: 20px;
    box-sizing: border-box;
}

.news_right {
    width: 590px;
}

.news-list li img {
    width: 550px;
    height: 320px;
}

.news-list li a h3 {
    color: #555;
    font-size: 16px;
    font-weight: normal;
    padding-top: 24px;
}

.news-list li a h3 p {
    color: #888;
    font-size: 12px;
    padding-top: 10px;
    line-height: 26px;
}

.news-list li:hover a h3 {
    color: #0f76fc;
}

.news_right dl {
    background: #fff;
    padding: 15px;
    margin-bottom: 10px;
}

.news_right dl dd {
    width: 140px;
    float: left;
}

.news_right dl dd img {
    width: 140px;
    height: 120px;
}

.news_right dl dt {
    width: 400px;
    float: right;
    padding-top: 15px;
}

.news_right dl dt a {
    color: #555;
    font-size: 14px;
}

.news_right dl dt p {
    color: #888;
    line-height: 26px;
    font-size: 12px;
    padding-top: 13px;
}

.news_right dl dt a:hover {
    color: #0f76fc;
}


/* 底部样式 */

.foot {
    background: #2b2c2e;
    color: #a9a9a9;
    font-size: 14px;
    line-height: 27px;
    padding: 65px 0 15px;
}

.foot a {
    color: #a9a9a9;
}

.foot a:hover {
    color: #fff;
}

.links {
    width: 1200px;
    margin: 0 auto;
    line-height: 40px;
}

.foot-left {
    width: 820px;
}

.foot-right {
    width: 240px;
}

.foot-contact {
    margin-top: 40px;
    line-height: 35px;
}

.foot-right a {
    display: block;
    width: 138px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    border-radius: 25px;
    background: #0f76fc;
    color: #fff;
    float: right;
}

.codes {
    font-size: 28px;
    color: #fff;
    text-align: right;
    line-height: 2.5;
}

.copy {
    border-top: 1px solid #555;
    padding-top: 13px;
    margin-top: 30px;
}


/* 内页左侧样式 */

.wleft {
    width: 280px;
}

.wright {
    width: 900px;
}

.wleft .box {
    margin-bottom: 18px;
}

.wleft .box h3 {
    font-weight: normal;
    font-size: 18px;
    line-height: 52px;
    background: #0f76fc;
    color: #fff;
    text-align: center;
}

.sort li a {
    font-size: 14px;
    line-height: 42px;
    background: #f5f5f5;
    color: #999;
    text-align: center;
    display: block;
    border-left: 2px solid transparent;
    transition: .3s;
}

.sort li:hover a {
    color: #333;
    border-color: #0f76fc;
    transition: .3s;
}

.n_contact .content {
    background: #f5f5f5;
    font-size: 14px;
    line-height: 28px;
    padding: 10px;
}

.sitemp {
    line-height: 52px;
    color: #333;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}

.sitemp a {
    color: #333
}

.sitemp a:hover {
    color: #0f76fc;
}

.sitemp h2 {
    font-size: 14px;
    font-weight: normal;
}

.wright .content {
    padding: 15px 10px;
}


/* 产品列表页样式 */

.product_list li {
    width: 273px;
    float: left;
    margin: 10px;
}

.product_list li img {
    width: 273px;
    height: 273px;
    border: 1px solid #ddd;
}

.product_list li:hover img {
    box-shadow: 0 0 10px #ddd;
}

.product_list li h3 a {
    line-height: 40px;
    text-align: center;
    display: block;
    font-weight: normal;
    font-size: 14px;
}

.product_list li:hover h3 a {
    color: #0f76fc;
}


/* 新闻列表页 */

.news_content dl {
    background: #f3f3f3;
    padding: 15px;
    margin-bottom: 10px;
}

.news_content dl dd {
    width: 160px;
    float: left;
}

.news_content dl dd img {
    width: 160px;
    height: 130px;
}

.news_content dl dt {
    width: 670px;
    float: right;
    padding-top: 15px;
}

.news_content dl dt a {
    color: #555;
    font-size: 14px;
}

.news_content dl dt p {
    color: #888;
    line-height: 26px;
    font-size: 12px;
    padding-top: 13px;
}

.news_content dl dt a:hover {
    color: #0f76fc;
}


/* 相关推荐 */

.relate_list h4 {
    border-bottom: 1px solid #ccc;
    line-height: 42px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 15px;
}

.relate_list h4 span {
    padding: 0 15px;
    display: inline-block;
    line-height: 42px;
    background: #0f76fc;
    color: #fff;
}

#relate_p li {
    width: 152px;
}

#relate_p li img {
    width: 152px;
    height: 152px;
}

#relate_n li {
    width: 49%;
    float: left;
    margin-right: 2%;
}

#relate_n li:nth-child(2n) {
    margin-right: 0;
}


/* 分页样式 */

.tpage {
    text-align: center;
    margin: 20px 0;
}

.tpage a {
    display: inline-block;
    padding: 3px 13px;
    border: 1px solid #ddd;
    margin: 0 7px;
}

.tpage a:hover {
    background: #0f76fc;
    color: #fff;
    border-color: #0f76fc;
}

.tpage span {
    display: inline-block;
    padding: 3px 13px;
    border-color: #0f76fc;
    margin: 0 7px;
    color: #fff;
    background: #0f76fc;
}


/* 内容详细页 */

.tdetail h1 {
    font-size: 20px;
    line-height: 40px;
    text-align: center;
    font-weight: normal;
}

.des {
    text-align: center;
    line-height: 46px;
}

.tdetail .img {
    text-align: center;
    margin: 20px 0;
}

.tdetail .img img {
    max-width: 100%;
    height: auto;
}

.tdetail .tag {
    line-height: 36px;
    font-weight: normal;
    font-size: 14px;
    margin-top: 15px;
}

.page {
    line-height: 36px;
}


/* 网站地图 */

.map_title {
    background: #0f76fc;
    margin-top: 15px;
    color: #fff;
    line-height: 42px;
    padding: 0 10px;
    font-size: 14px;
}

.map_list {
    line-height: 30px;
    padding: 0 5px;
    margin-top: 8px;
    margin-bottom: 8px;
}

.map_list a {
    padding: 4px;
    white-space: nowrap;
}

.map_list a:hover {
    text-decoration: none;
    color: #3b639f;
    padding: 4px;
}

.map_list .layer1 {
    margin-bottom: 10px;
}

.map_list .layer2 a {
    color: #999;
}

.map_list .layer2 a:hover {
    text-decoration: none;
    color: #3b639f;
}

.map_list h3 {
    border-bottom: 1px dashed #cccccc;
    margin-bottom: 10px;
    line-height: 36px;
}

.map_list h3 a {
    font-weight: normal;
}


/* tag标签页 */

.tag-category {
    margin: 10px 0;
    color: #333;
    display: -webkit-box;
    display: -moz-box;
}

.tag-category h3 {
    margin-left: 5px;
    margin-right: 10px;
    padding: 5px 0;
    line-height: 27px;
}

.tag-category ul {
    display: block;
    margin: 0;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
}

.tag-category ul li {
    display: inline-block;
    margin-right: 10px;
    padding: 5px 0;
    line-height: 16px;
}

.tag-category li a {
    display: inline-block;
    color: #333;
    padding: 5px 15px;
    border: 1px solid #d9d9d9;
    border-radius: 5px;
}

.tag-category li a:hover {
    color: #e87518;
    text-decoration: none;
    outline: none;
}

.tag_recom {
    border-bottom: 1px solid #ccc;
    line-height: 42px;
    font-weight: normal;
    font-size: 14px;
    margin: 20px 0;
}

.tag_recom span {
    padding: 0 15px;
    display: inline-block;
    line-height: 42px;
    background: #0f76fc;
    color: #fff;
}


/*内页留言*/

.message {
    padding-left: 30px;
    padding-top: 10px;
    z-index: 100;
    position: relative;
}

.message input {
    vertical-align: middle;
}

.message #name {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0;
    padding-left: 6px;
    border: 1px solid #dedede;
    width: 200px;
}

.message #ptitle {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0;
    padding-left: 6px;
    border: 1px solid #dedede;
    width: 200px;
}

.message #contact {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0;
    padding-left: 6px;
    border: 1px solid #dedede;
    width: 200px;
}

.message #email {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0;
    padding-left: 6px;
    border: 1px solid #dedede;
    width: 200px;
}

.message #address {
    display: block;
    height: 26px;
    line-height: 26px;
    padding: 0;
    padding-left: 6px;
    border: 1px solid #dedede;
    width: 200px;
}

.message #content {
    display: block;
    width: 460px;
    height: 120px;
    padding: 6px;
    font-size: 12px;
    border: 1px solid #dedede;
    margin-top: 6px;
}

.message .msgbtn {
    background: #fe693e;
    cursor: pointer;
    width: 90px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    border: none;
    color: #fff;
    font-size: 14px;
    border-radius: 3px;
    margin-top: 15px;
    font-family: "Microsoft YaHei";
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}

#code {
    padding-top: 10px;
    line-height: 26px;
}

#checkcode {
    height: 32px;
    line-height: 32px;
    width: 120px;
    border: 1px solid #dedede;
}

#message_main tr {
    position: relative;
}

#message_main tr th {
    font-weight: normal;
    text-align: right;
    height: 42px;
    line-height: 42px;
    color: #666;
}

.m_label {
    position: absolute;
    width: 160px;
    text-align: left;
    line-height: 26px;
    padding-left: 8px;
    color: #ccc;
    z-index: 1;
    cursor: text;
}

.c_label {
    line-height: 18px;
    padding-top: 12px;
}


/* 右侧在线客服 */

.right_bar {
    /*display:none;*/
    position: fixed;
    top: 200px;
    right: 0;
    width: 50px;
    height: 203px;
    z-index: 10;
}

.right_bar li {
    width: 62px;
    height: 50px;
    z-index: 20;
}

.right_bar li.rtbar_li1,
.right_bar li.rtbar_li4 {
    position: absolute;
    left: 0;
}

.right_bar li.rtbar_li1 {
    top: 0;
    width: 172px;
}

.right_bar li.rtbar_li2 {
    position: absolute;
    top: 51px;
    left: 0;
}

.right_bar li.rtbar_li3 {
    position: absolute;
    top: 102px;
    left: 0;
    width: 126px;
}

.right_bar li.rtbar_li4 {
    top: 153px;
}

.rtbar_li4 {
    position: absolute;
    top: 153px;
    left: 0;
}

.right_bar li a {
    display: block;
    font-family: "Microsoft Yahei";
    color: #FFF;
    font-size: 14px;
    height: 50px;
    line-height: 50px;
    overflow: hidden;
    background-color: #39424b;
    opacity: 0.8;
    border-radius: 6px;
}

.right_bar li a img {
    display: block;
    float: left;
    vertical-align: middle;
    width: 24px;
    height: 24px;
    margin: 12px 12px 14px 14px;
}

.right_bar li a:hover {
    background-color: #0f76fc;
    opacity: 1;
}

.rtbar_shwx {
    display: none;
    position: absolute;
    top: -80px;
    left: -130px;
    background: url(../img/rtbar_wxbd.png) no-repeat bottom right;
    /*  width:216px; height:216px;  */
    padding-bottom: 9px;
}

.rtbar_shwx img {
    padding: 5px;
    background-color: #FFF;
    width: 120px;
    height: 120px;
}