﻿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;
    line-height: 1.5
}

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

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

p {
    margin: 0;
}


/*滾動*/

#demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#indemo {
    float: left;
    width: 800%
}

#demo1 {
    float: left;
}

#demo2 {
    float: left;
}

#m_demo {
    overflow: hidden;
    width: 100%;
    margin: 0 auto;
}

#m_indemo {
    float: left;
    width: 800%
}

#m_demo1 {
    float: left;
}

#m_demo2 {
    float: left;
}


/*----- 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;
}


/* */

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

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


/*頭部樣式*/

#header {
    position: relative;
    font-size: 12px;
    color: #666666;
    background: #eeeeee;
    line-height: 45px;
}

#header a {
    font-size: 12px;
    color: #666666;
}

.head {
    height: 117px;
}

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

.yu {
    margin-left: 16px;
    padding-left: 24px;
    height: 65px;
    border-left: 1px solid #e6e6e6;
    margin-top: 26px;
    color: #333;
    font-size: 20px;
    padding-top: 6px;
}

.yu p:nth-child(2) {
    color: rgba(51, 51, 51, .5);
    font-size: 18px;
    padding-top: 5px;
}

.topLink {
    margin-top: 22px;
}

#formsearch {
    width: 336px;
}

#formsearch input {
    border: none;
    float: left;
    outline: none;
    height: 47px;
    line-height: 47px;
}

#formsearch input#keyword {
    width: 268px;
    background: #f1f1f1;
    padding-left: 15px;
}

#formsearch input#s_btn {
    width: 68px;
    background: #00468c;
    text-align: center;
    color: #fff;
}

.hotSearch {
    height: 40px;
    line-height: 40px;
    color: #999;
    font-size: 14px;
}

.hotSearch a {
    color: #999;
    display: inline-block;
    margin-right: 6px;
}

.menu {
    height: 61px;
    background: #00468c;
}


/* */

.box1 {
    height: 193px;
    box-shadow: 0px 3px 10px 0px rgba(0, 0, 0, 0.17);
    background: #fff;
    margin-top: -50px;
    padding-top: 47px;
    z-index: 99;
    position: relative;
}

.box1 li {
    float: left;
    height: 98px;
    border-right: 1px solid #e6e6e6;
    width: 300px;
    text-align: center;
    padding-top: 10px;
}

.box1 li:last-child {
    border-right: none;
}

.box1 li h3 {
    line-height: 55px;
    color: #333;
    font-size: 55px;
    font-family: "arial";
}

.box1 li p {
    line-height: 29px;
    color: #999;
    font-size: 16px;
}


/* layui_ads */

.layui_ads {
    position: relative;
    padding: 30px 0 25px;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 36px;
    color: #272727;
}

.ttt1 p {
    font-size: 18px;
    color: #777676;
    background: url(../image/line1.png) no-repeat center bottom;
    padding: 10px 0 15px;
}

.ads_list {
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-top: 22px;
}

.ads_list li {
    width: 223px;
    height: 223px;
    background: #eeeeee;
    position: relative;
    text-align: center;
    padding-top: 30px;
    transition: .3s;
}

.ads_list li a {
    display: block;
}

.ads_list li .simg {
    overflow: hidden;
    line-height: 70px;
}

.ads_list li .simg img {
    max-width: 100%;
    vertical-align: middle;
}

.ads_list li h3 {
    color: #1558a6;
    font-size: 16px;
    padding: 8px 0;
    font-weight: normal;
}

.ads_list li span {
    display: block;
    font-size: 13px;
    color: #8b8b8c;
    padding: 0 12px;
}

.ads_list li i {
    display: block;
    width: 44px;
    height: 2px;
    background: #8b8b8c;
    margin: 10px auto;
}

.ads_list li:hover {
    background: #1558a6;
}

.ads_list li:hover h3,
.ads_list li:hover span {
    color: #fff;
}

.ads_list li:hover i {
    background: #fff;
}

.ads_list li:hover .simg img {
    filter: invert(92%) sepia(93%) saturate(0%) hue-rotate(202deg) brightness(206%) contrast(106%);
}


/* layui_product */

.layui_product {
    position: relative;
    height: 940px;
    background: url(../image/c2_bg.jpg) no-repeat center;
    padding-top: 45px;
}

.ttt2 {
    text-align: center;
}

.ttt2 h3 {
    font-size: 36px;
    color: #fff;
}

.ttt2 p {
    font-size: 18px;
    color: #fff;
    background: url(../image/line2.png) no-repeat center bottom;
    padding: 10px 0 15px;
}

.sort1 {
    position: relative;
    margin-top: 30px;
    margin-bottom: 68px;
    height: 96px;
    background: #fff;
    padding-top: 28px;
}

.sort1 li {
    width:180px;
    line-height: 40px;
    background: #e5e5e5;
    float: left;
    margin-left: 30px;
    text-align: center;
}

.sort1 .dian {
    width: 300px;
    float: left;
    margin-left: 30px;
    text-align: center;
    line-height: 40px;
    background: #e5e5e5;
}

.sort1 span {
    padding-left: 30px;
    background: url(../image/phone11.png) no-repeat left center;
    font-family: "impact";
    font-size: 20px;
    color: #4c4948;
    letter-spacing: 2px;
}

.sort1 li a {
    display: block;
    color: #4c4948;
    font-size: 16px;
}

.sort1 li:hover,
.sort1 li.cur {
    background: #004587;
}

.sort1 li:hover a,
.sort1 li.cur a {
    color: #fff;
}

.ttz {
    display: none;
}

.list1z {
    position: relative;
}

.list1z li {
    float: left;
    margin-right: 12px;
    margin-bottom: 25px;
    position: relative;
}

.list1z li:nth-child(4n) {
    margin-right: 0px;
}

.list1z li a {
    display: block;
}

.list1z li a img {
    width: 291px;
    height: 219px;
}

.list1z li h3 {
    line-height: 48px;
    background: #e5e5e5;
    color: #4c4948;
    font-size: 16px;
    font-weight: normal;
    text-align: center;
}

.list1z li:hover h3 {
    background: #004587;
    color: #fff;
}


/* hengtu */

.hengtu {
    position: relative;
    background: url(../image/hengtu.jpg) no-repeat center;
    height: 254px;
    padding-top: 60px;
}

.phone8 {
    float: right;
    width: 270px;
    color: #fff;
}
.phone8 > div{
    display: none
}

.phone8 a.inquiry {
    margin-top: 51px;
    display: block;
    width: 234px;
    line-height: 42px;
    background: #009de7;
    text-align: center;
    color: #fff;
    font-size: 17px;
    float: right;
}


/* abb_index */

.abb_index {
    position: relative;
    margin: 30px 0 0;
}

.abb_wap {
    position: relative;
    background: url(../image/abb_bg.png) no-repeat center center;
    height: 362px;
}

.abb_left {
    padding-left: 35px;
    padding-top: 25px;
    float: left;
    width: 700px;
}

.abb_left h1 {
    font-weight: normal;
    font-size: 35px;
    color: #059341;
    margin-bottom: 20px;
}

.abb_left h1 span {
    display: block;
    font-size: 18px;
    color: #a5a5a5;
    text-transform: uppercase;
}

.abb_left .abb_xx p {
    line-height: 2.5;
    font-size: 16px;
    color: #aaaaa6;
    padding-left: 30px;
    background: url(../image/true.png) no-repeat left center;
}

.abb_left h2 {
    font-size: 28px;
    color: #004587;
    margin-top: 10px;
    font-weight: normal;
}

.abb_right {
    float: right;
    width: 384px;
    padding: 20px 40px 0 20px;
}

.abb_right h3 {
    color: #fff;
    font-size: 20px;
}

.abb_right .abbtxt {
    margin-top: 20px;
    font-size: 16px;
    color: #fff;
    line-height: 2;
    height: 195px;
    overflow: hidden;
}

.abb_phone {
    position: relative;
    margin-top: 20px;
}

.abb_phone div {
    float: left;
    margin-right: 25px;
}

.abb_phone div span {
    font-size: 14px;
    color: #fff;
}

.abb_phone div p {
    font-size: 26px;
    color: #fff;
    line-height: 1;
}

.abb_phone a {
    margin-top: 15px;
    float: left;
    display: block;
    width: 102px;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    background: #059341;
}


/* layui_you */

.layui_you {
    position: relative;
    padding: 30px 0 45px;
}

.ads_list22 {
    position: relative;
    margin-top: 40px;
}

.ads_list22 li {
    float: left;
    width: 380px;
    height: 268px;
    background: #00468c;
    margin-left: 10px;
    margin-right: 10px;
    padding: 25px;
    transition: .3s;
}

.ads_list22 li:last-child {
    margin-right: 0px;
}

.ads_list22 li h3 {
    color: #fff;
    font-size: 26px;
    font-weight: normal;
    padding-bottom: 15px;
}

.ads_list22 li span {
    display: block;
    color: rgba(255, 255, 255, .7);
    font-size: 15px;
    padding: 0 10px;
    line-height: 1.7;
}

.ads_list22 li:hover {
    background: #059341;
}


/* layui_parter */

.layui_parter {
    position: relative;
    background: #004587;
    padding: 45px 0;
}

.parter_list {
    margin-top: 40px;
    position: relative;
    display: flex;
    justify-content: space-between;
}

.parter_list li {
    position: relative;
    width: 160px;
    height: 160px;
    text-align: center;
    padding-top: 35px;
}

.parter_list li a {
    display: block;
}

.parter_list li span {
    color: #fff;
    font-size: 24px;
    font-weight: bold;
}

.parter_list li h3 {
    color: #fff;
    font-size: 19px;
    font-weight: normal;
    padding: 0 15px;
}


/* layui_case */

.layui_case {
    position: relative;
    padding: 45px 0;
}

.case_list11 {
    position: relative;
    border: 1px solid #adadad;
    padding: 15px;
    margin-top: 35px;
}

.case_list11 li {
    margin: 0 10px;
    position: relative;
}

.case_list11 li img {
    width: 100%;
}

.case_list11 li a {
    display: block;
    border: 1px solid #a8a7a7;
}

.case_list11 li h3 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 36px;
    text-align: center;
    font-weight: normal;
    background: rgba(14, 14, 14, .8);
    font-size: 18px;
    color: #fff;
}

.case_list11 .slick-prev,
.case_list11 .slick-next {
    position: absolute;
    top: 40%;
    width: 25px;
    height: 57px;
    outline: none;
    border: none;
    z-index: 9999;
    font-size: 0;
}

.case_list11 .slick-prev {
    left: -50px;
    background: url(../image/prev1.png) no-repeat center center;
}

.case_list11 .slick-next {
    right: -50px;
    background: url(../image/next1.png) no-repeat center center;
}


/* layui_about */

.layui_about {
    position: relative;
    background: #929292;
    padding: 30px 0 40px;
}

.ttt3 p {
    font-size: 18px;
    color: #fff;
    background: url(../image/line1.png) no-repeat center bottom;
    padding: 10px 0 15px;
}

.layui_about .con {
    margin-top: 40px;
}

.layui_about .con .aboutl {
    width: 467px;
    height: 330px;
}

.layui_about .con .aboutr {
    background: #fff;
    width: 733px;
    height: 330px;
}

.layui_about .con .aboutr .slide_tab1 .process_list2 {
    width: 132px;
    height: 330px;
    border-right: 1px solid #bfbfbf;
    float: left;
    padding-top: 38px;
}

.layui_about .con .aboutr .slide_tab1 .process_list2 li {
    line-height: 72px;
    border-left: 3px solid #fff;
}

.layui_about .con .aboutr .slide_tab1 .process_list2 li a {
    display: block;
    text-align: center;
    border-bottom: 1px solid #e5e5e5;
    margin: 0 10px;
    font-size: 16px;
    color: #5a5a5a;
}

.layui_about .con .aboutr .slide_tab1 .process_list2 li:hover {
    background: #e5e5e5;
    border-left: 3px solid #ee8601;
}

.layui_about .con .aboutr .slide_tab1 .process_list2 li:hover a {
    border-bottom: none;
    color: #5a5a5a;
}

.layui_about .con .aboutr .slide_tab1 .bd {
    width: 578px;
    height: 330px;
    float: right;
    margin-right: 10px;
    padding-top: 30px;
}

.layui_about .con .aboutr .slide_tab1 .bd b {
    display: block;
    font-size: 20px;
    color: #5a5a5a;
    border-bottom: 1px solid #e5e5e5;
    line-height: 40px;
}

.layui_about .con .aboutr .slide_tab1 .bd h2 {
    font-size: 14px;
    color: #787878;
    line-height: 30px;
    height: 150px;
    overflow: hidden;
    margin: 20px 0;
    font-weight: normal;
}

.layui_about .con .aboutr .slide_tab1 .bd h2 p {
    text-indent: 2em;
}

.tt {
    display: none;
}


/* layui_news */

.layui_news {
    position: relative;
    padding: 40px 0;
}

.news_wap {
    position: relative;
    margin-top: 35px;
}

.news_aa {
    float: left;
    width: 703px;
    height: 443px;
    border: 1px solid #d1d1d1;
}

.news_ttt {
    height: 59px;
    position: relative;
    background: #004587;
}

.news_ttt li {
    float: left;
    line-height: 59px;
    width: 50%;
    position: relative;
}

.news_ttt li h3 {
    padding-left: 70px;
    line-height: 59px;
    background: url(../image/biao1.png) no-repeat 25px center;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.news_ttt li a {
    position: absolute;
    right: 15px;
    top: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.news_cont {
    position: relative;
    padding: 20px;
}

.nleft {
    position: relative;
    width: 310px;
    float: left;
}

.nright {
    position: relative;
    float: right;
    width: 310px;
}

.news_list11 li {
    position: relative;
}

.news_list11 li h3 {
    color: #282828;
    font-size: 16px;
    padding: 5px 0 10px;
}

.news_list11 li span {
    display: block;
    color: #787878;
    font-size: 14px;
    line-height: 1.5;
}

.news_list11 li .simg {
    overflow: hidden;
    margin-top: 10px;
}

.news_list11 li .simg img {
    width: 294px;
    height: 107px;
}

.news_list22 {
    position: relative;
    margin-top: 10px;
}

.news_list22 li {
    line-height: 35px;
}

.news_list22 li a {
    display: block;
    font-size: 14px;
    color: #333333;
}

.news_bb {
    position: relative;
    width: 438px;
    float: right;
    height: 443px;
    border: 1px solid #d1d1d1;
}

.nbb_ttt {
    position: relative;
    background: #004587;
    height: 59px;
    line-height: 59px;
}

.nbb_ttt h3 {
    padding-left: 70px;
    line-height: 59px;
    background: url(../image/biao3.png) no-repeat 25px center;
    font-size: 18px;
    color: #fff;
    font-weight: normal;
}

.nbb_ttt a {
    position: absolute;
    right: 15px;
    top: 0px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
}

.news_list33 {
    padding: 10px;
    position: relative;
}

.news_list33 li {
    position: relative;
    padding: 15px 0 15px;
    border-bottom: 1px solid #999;
}

.news_list33 li a {
    display: block;
    padding-left: 45px;
    background: url(../image/wen.png) no-repeat 18px 0;
    line-height: 20px;
    margin-bottom: 10px;
    font-size: 14px;
    color: #333333;
}

.news_list33 li span {
    display: block;
    padding-left: 45px;
    background: url(../image/da.png) no-repeat 18px 5px;
    line-height: 2;
    color: #666666;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news_list33 li:last-child {
    border-bottom: none;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: #313131;
    padding: 20px 0;
}

.foot_aa {
    float: left;
    width: 700px;
    color: rgba(246, 246, 246, .68);
    font-size: 12px;
    line-height: 2;
}

.foot_aa a {
    color: rgba(246, 246, 246, .68);
    font-size: 12px;
}

.foot_nav {
    font-size: 13px;
}

.foot_nav a {
    font-size: 13px;
}

.links {
    width: 183px;
    height: 35px;
    float: right;
    margin-top: 25px;
    position: relative;
    cursor: pointer;
}

.hides {
    position: absolute;
    left: 0px;
    display: none;
    bottom: 35px;
    background: #000;
}

.hides a {
    line-height: 1.5;
    padding: 5px;
    width: 183px;
    text-align: center;
    display: block;
    color: #fff;
}

.hides a:hover {
    color: #004587;
}