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

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


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


/*头部样式*/

#header {
    position: relative;
    line-height: 40px;
    height: 40px;
    border-bottom: 1px solid #ededed;
    font-size: 12px;
    color: #b7b7b7;
}

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

.top_cc {
    position: relative;
    height: 100px;
    overflow: hidden;
}

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

.logotxt {
    float: left;
    margin-left: 20px;
    padding-left: 20px;
    background: url(../images/line01.png) no-repeat left center;
    line-height: 100px;
    font-size: 20px;
    font-weight: normal;
    color: #333333;
}

.top_phone {
    float: right;
    text-align: right;
    margin-top: 20px;
    display: inline-block;
}

.top_phone p:nth-child(1) {
    background: url(../images/phone1.png) no-repeat left center;
    padding-left: 30px;
    display: inline-block;
    font-size: 18px;
    color: #333333;
}

.top_phone p:nth-child(2) {
    font-size: 24px;
    color: #ff7d04;
}


/*热门搜索*/

.search_index {
    height: 40px;
    position: relative;
}

.hotSearch {
    float: left;
    height: 40px;
    line-height: 40px;
    font-weight: normal;
    color: #999999;
    font-size: 14px;
}

.hotSearch a {
    color: #999999;
    font-size: 14px;
    margin-right: 10px;
}

#formsearch {
    margin-top: 12px;
    width: 208px;
    height: 23px;
    line-height: 23px;
    float: right;
    background: url(../images/sss.png) no-repeat center center;
}

#formsearch input {
    height: 23px;
    background: #fff;
    line-height: 23px;
    border: none;
    outline: none;
}

#formsearch input#keyword {
    height: 23px;
    line-height: 23px;
    padding-left: 2px;
    color: #999999;
    float: left;
    background: none;
    border: none;
    font-size: 12px;
    width: 80%;
}

#formsearch input#s_btn {
    width: 20%;
    height: 23px;
    line-height: 23px;
    text-align: center;
    color: #fff;
    border: none;
    cursor: pointer;
    float: left;
    background: none;
}

#search-type {
    float: left;
    width: 100px;
    height: 24px;
    border: 1px solid #c8c8c8;
    margin-right: 5px;
}


/* c1_index */

.c1_index {
    position: relative;
    padding-top: 55px;
}

.ttt1 {
    text-align: center;
}

.ttt1 p {
    font-size: 16px;
    color: #004893;
    text-transform: uppercase;
    background: url(../images/line02.png) no-repeat center;
}

.ttt1 h3 {
    font-size: 36px;
    color: #004893;
    background: url(../images/line3.png) no-repeat center bottom;
    padding-bottom: 10px;
    letter-spacing: 3px;
}

.ttt1 span {
    display: block;
    font-size: 24px;
    color: #666666;
    line-height: 1.7;
}

.pro_wap {
    margin-top: 30px;
    position: relative;
}

.pro_left {
    float: left;
    width: 280px;
}

.pro_tit {
    height: 120px;
    background: #004893;
    padding-left: 45px;
    padding-top: 28px;
}

.pro_tit h3 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.pro_tit p {
    color: #fff;
    font-size: 14px;
    font-weight: normal;
    text-transform: uppercase;
    margin-top: 5px;
}

.pro_sort {
    position: relative;
}

.pro_sort li {
    line-height: 52px;
    position: relative;
    background: url(../images/pro_ico.png) no-repeat 30px center #ededed;
    padding-left: 55px;
    margin-bottom: 15px;
    cursor: pointer;
}

.pro_sort li a {
    font-size: 14px;
    color: #004893;
}

.pro_sort li:hover,
.pro_sort li.on a {
    color: #333;
}

.pro_list {
    float: right;
    width: 890px;
}

.pro_list li {
    position: relative;
    float: left;
    margin-right: 42px;
    margin-bottom: 20px;
}

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

.pro_list li a {
    display: block;
}

.pro_list li a img {
    width: 268px;
    height: 208px;
}

.pro_list li h3 {
    line-height: 35px;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    text-align: center;
}


/* c2_index */

.c2_index {
    position: relative;
    padding-top: 70px;
}

.c2_contt {
    margin-top: 30px;
    position: relative;
    background: url(../images/c2_bg.jpg) no-repeat center;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    height: 570px;
}

.c2_list li {
    position: relative;
}

.c2_list li .ysimg {
    float: left;
    position: relative;
    width: 960px;
}

.c2_list li .ysimg img {
    width: 960px;
    height: 570px;
}

.c2_list li .ysright {
    float: left;
    width: 600px;
    padding-left: 90px;
    padding-top: 70px;
}

.c2_list li .ysright h1 {
    color: #fff;
    font-size: 51px;
    line-height: 1;
    font-weight: normal;
}

.c2_list li .ysright h1 span {
    font-size: 36px;
    font-weight: bold;
    vertical-align: top;
    display: inline-block;
    line-height: 50px;
}

.c2_list li .ysright h2 {
    font-weight: normal;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff;
}

.c2_list li .ysright h3 {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-top: 35px;
}
.c2_list li .ysright h3 p{line-height:35px;}
.c2_list li .ysright a {
    display: block;
    width: 190px;
    line-height: 55px;
    text-align: center;
    border-radius: 30px;
    margin-top: 40px;
    font-size: 18px;
    color: #004893;
    background: #ffffff;
}

.c2_contt .hd {
    position: absolute;
    width: 50px;
    left: 50%;
    margin-left: -25px;
    z-index: 9999;
    top: 40%;
    background: #fff;
    padding: 10px 0;
    text-align: center;
    border-radius: 12px;
}

.c2_contt .hd li {
    width: 15px;
    height: 15px;
    background: #cecece;
    border-radius: 50%;
    margin: 12px auto;
    cursor: pointer;
}

.c2_contt .hd li.on {
    background: #004893;
}

.c2_contt .hd::before {
    position: absolute;
    padding: 10px;
    content: "";
    background: rgba(2552, 255, 255, .5);
    border-radius: 10px;
    width: 60px;
    left: -5px;
    top: -5px;
    height: 110%;
    z-index: -1;
}


/* c3_index */

.c3_index {
    position: relative;
    padding-top: 90px;
}

.case_list22 {
    position: relative;
    margin-top: 30px;
}

.case_list22 li {
    width:386px;
    position: relative;
    float: left;
    margin-right: 20px;
    margin-bottom: 20px;
}

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

.case_list22 li a {
    display: block;
}

.case_list22 li a img {
    width: 386px;
    height: 288px;
}

.case_list22 li h3 {
    line-height: 35px;
    font-weight: normal;
    font-size: 16px;
    color: #333333;
    text-align: center;
}


/* c4_index */

.c4_index {
    margin-top: 70px;
    position: relative;
    height: 300px;
    background: url(../images/hengtu.jpg) no-repeat center;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    padding-top: 40px;
}

.c4_index h1 {
    color: #fff;
    font-size: 30px;
    font-weight: normal;
}

.c4_index h3 {
    color: #fff;
    font-size: 18px;
    margin-top: 15px;
    line-height: 1.9;
    width: 470px;
    font-weight: normal;
}

.c4_index ul {
    display: flex;
    justify-content: left;
    flex-wrap: wrap;
    width: 470px;
    margin-top: 10px;
}

.c4_index ul li {
    width: 50%;
    padding-left: 30px;
    background: url(../images/true.png) no-repeat left center;
    font-size: 20px;
    color: #fff;
    line-height: 50px;
}


/*  */

.c5_index {
    position: relative;
    margin-top: 90px;
    padding-bottom: 60px;
}

.ttt2 {
    text-align: center;
}

.ttt2 p {
    font-size: 16px;
    color: #004893;
    text-transform: uppercase;
    background: url(../images/line04.png) no-repeat center;
}

.ttt2 h3 {
    font-size: 36px;
    color: #004893;
    background: url(../images/line05.png) no-repeat center bottom;
    padding-bottom: 5px;
    letter-spacing: 3px;
}

.ttt2 span {
    display: block;
    font-size: 24px;
    color: #666666;
    line-height: 1.7;
}

.abb_contt {
    margin-top: 30px;
    position: relative;
    padding-top: 50px;
    height: 600px;
    background: url(../images/abb_contt_bg.png) no-repeat center;
}

.abbleft {
    float: left;
    width: 570px;
}

.abbleft h2 {
    background: url(../images/jux.png) no-repeat left top;
    padding-top: 45px;
    padding-left: 25px;
    font-size: 30px;
    color: #004893;
    font-weight: normal;
}

.abbleft h2 span {
    display: block;
    font-size: 24px;
    color: #999999;
    text-transform: uppercase;
}

.abbleft .abbtxt {
    line-height: 1.9;
    font-size: 14px;
    margin-top: 15px;
    padding-left: 25px;
    color: #333333;
    text-indent: 20px;
    height: 315px;
    overflow: hidden;
}

.abbleft .abbmore {
    display: block;
    width: 195px;
    line-height: 43px;
    background: #004893;
    color: #fff;
    font-size: 14px;
    text-align: center;
    margin-top: 20px;
    margin-left: 25px;
}

.abbimg {
    float: right;
    width: 705px;
    margin-top: 30px;
    margin-right: -120px;
}

.abbimg img {
    width: 705px;
    height: 548px;
}


/* c6_index */

.c6_index {
    position: relative;
    padding-top: 65px;
    padding-bottom: 80px;
}

.ttt3 {
    text-align: center;
}

.ttt3 p {
    font-size: 16px;
    color: #004893;
    text-transform: uppercase;
    background: url(../images/line06.png) no-repeat center;
}

.ttt3 h3 {
    font-size: 36px;
    color: #004893;
    background: url(../images/line07.png) no-repeat center bottom;
    padding-bottom: 5px;
    letter-spacing: 3px;
}

.ttt3 span {
    display: block;
    font-size: 24px;
    color: #666666;
    line-height: 1.7;
}

.news_contt {
    position: relative;
    margin-top: 30px;
}

.news_aa {
    float: left;
    width: 360px;
}

.news_tts {
    position: relative;
    height: 45px;
}

.news_tts h2 {
    line-height: 45px;
    font-size: 24px;
    color: #004893;
    font-weight: normal;
}

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

.newsimg {
    margin: 30px 0 10px;
}

.newsimg img {
    width: 362px;
    height: 154px;
}

.news_list11 {
    position: relative;
}

.news_list11 li {
    line-height: 50px;
    position: relative;
    border-bottom: 1px solid #dedede;
    background: url(../images/jiap.png) no-repeat left center;
    padding-left: 20px;
}

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

.news_list11 li span {
    position: absolute;
    right: 0px;
    top: 0px;
    font-size: 12px;
    color: #999999;
}

.news_bb {
    margin-left: 60px;
}

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

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

.news_list22 li a {
    display: block;
    font-size: 14px;
    color: #004893;
    padding-left: 20px;
    background: url(../images/wen.png) no-repeat left center;
}

.news_list22 li span {
    display: block;
    font-size: 12px;
    color: #333333;
    margin-top: 6px;
    padding-left: 20px;
    background: url(../images/da.png) no-repeat left center;
}


/* c7_index */

.c7_index {
    position: relative;
    margin-top: 10px;
    padding-bottom: 90px;
}

.c7left {
    float: left;
    width: 600px;
}

.c7left h2 {
    font-size: 20px;
    color: #000003;
    font-weight: normal;
    background: url(../images/line9.png) no-repeat left bottom;
    padding-bottom: 10px;
    margin-bottom: 25px;
}

.c7_contact {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.c7_contact .caimg {
    width: 362px;
}

.c7_contact .caimg img {
    width: 362px;
    height: 269px;
}

.contact_nei {
    width: 205px;
}

.contact_nei li {
    border-bottom: 1px solid #999999;
    padding: 20px 0 10px;
}

.contact_nei li p {
    font-size: 14px;
    color: #666666;
    margin-bottom: 5px;
}

.contact_nei li h3 {
    font-weight: normal;
    font-size: 16px;
    color: #333333;
}

.c7right {
    float: right;
    width: 525px;
}

.c7right>h2 {
    font-size: 20px;
    color: #000003;
    font-weight: normal;
    background: url(../images/line10.png) no-repeat left bottom;
    padding-bottom: 10px;
    margin-bottom: 25px;
}


/* foot_wap */

.foot_wap {
    position: relative;
    background: #000e1e;
}

.linkss {
    padding: 15px 0 25px;
    border-bottom: 1px solid #1a2735;
    color: #fff;
    font-size: 16px;
}

.linkss a {
    color: #fff;
    font-size: 16px;
    padding-right: 10px;
}

.foot_cc {
    position: relative;
    padding-top: 35px;
}

.x-layout-menu {
    float: left;
    width: 600px;
}

.x-layout-menu dl {
    float: left;
    width: 25%;
    text-align: left;
}

.x-layout-menu dl dt {
    font-size: 16px;
    color: #fff;
    font-weight: normal;
    margin-bottom: 20px;
}

.x-layout-menu dl dd a {
    display: block;
    font-size: 14px;
    color: #999999;
    line-height: 2;
}

.foot_phone {
    float: left;
    margin-left: 30px;
    width: 380px;
}

.foot_phone span {
    color: #fff;
}

.foot_phone div {
    font-size: 14px;
    color: #999999;
    line-height: 1.7;
}

.foot_ewm {
    float: right;
    width: 135px;
    font-size: 14px;
    color: #cccccc;
    text-align: center;
}

.foot_ewm img {
    max-width: 135px;
}