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

p {
    margin: 0;
}

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


/*滚动*/

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


/*头部样式*/

#header {
    position: relative;
    line-height: 30px;
    background: #122c80;
    color: #fff;
    font-size: 12px;
}

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

.top_cc {
    position: relative;
    height: 105px;
}

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

.top_phone {
    float: right;
    text-align: right;
    margin-top: 5px;
    font-size: 12px;
    color: #888888;
}

.top_phone span:nth-child(2) {
    font-size: 30px;
    color: #122c80;
    font-weight: bold;
    font-family: "Arial";
}


/*热门搜索*/

.search_index {
    height: 60px;
    line-height: 60px;
    position: relative;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, .2);
}

.hotSearch {
    float: left;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    color: #000;
    font-size: 14px;
/*    background: url(../images/huo.png) no-repeat left center;
    padding-left: 35px;*/
}

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

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

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

#formsearch input#keyword {
    height: 30px;
    line-height: 30px;
    padding-left: 15px;
    color: #686868;
    float: left;
    background: none;
    border: none;
    font-size: 13px;
    width: 80%;
}

#formsearch input#s_btn {
    width: 20%;
    height: 30px;
    line-height: 30px;
    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: 35px 0;
    min-height: 640px;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 30px;
    color: #122c80;
}

.ttt1 h3 span {
    color: #2c2c2c;
    padding-left: 10px;
}

.ttt1 p {
    text-transform: uppercase;
    background: url(../images/line01.png) no-repeat center;
    font-size: 14px;
    color: #a0a0a0;
    margin-top: 5px;
}

.ttt2 p {
    text-transform: uppercase;
    background: url(../images/line02.png) no-repeat center;
    font-size: 14px;
    color: #a0a0a0;
    margin-top: 5px;
}


.pro_wap {
    position: relative;
}

.sort_pro {
    text-align: center;
    border: 1px solid #f5f5f5;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 45px 0 35px;
}

.sort_pro li {
    text-align: center;
    width: 16.66%;
    line-height: 49px;
}

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

.sort_pro li.active {
    background: #122c80;
}

.sort_pro li.active a {
    color: #fff;
}

.pro_contt {
    position: relative;
}

.pro_contt .ttss {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    right: 0;
}

.pro_contt .ttss {
    opacity: 0;
    visibility: hidden;
    transition: all .5s ease;
}

.pro_contt .ttss.active {
    position: static;
    opacity: 1;
    visibility: visible;
}

.pro_list {
    position: relative;
    display: flex;
    justify-content: left;
    margin: 0 10px;
}

.pro_list li {
    position: relative;
    margin-right: 20px;
}

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

.pro_list li a {
    display: block;
}

.pro_list li a img {
    width: 277px;
    height: 306px;
}


/* c2_index */

.c2_index {
    position: relative;
    background: url(../images/ab_bg.jpg) no-repeat top center;
    padding-top: 60px;
}

.c2left {
    float: left;
    width: 410px;
}

.c2left h1 {
    padding-left: 70px;
    background: url(../images/com.png) no-repeat left top;
    color: #fff;
    font-size: 30px;
    font-weight: bold;
    text-transform: uppercase;
    height: 70px;
    vertical-align: bottom;
    line-height: 70px;
}

.c2left>span {
    display: block;
    color: #fff;
    font-size: 21px;
    margin: 10px 0;
}

.number {
    display: flex;
    justify-content: space-between;
    margin-top: 50px;
    flex-wrap: wrap;
}

.number li {
    position: relative;
    text-align: center;
    width: 48%;
    height: 146px;
    background: #fff;
    margin-bottom: 30px;
    box-shadow: 0px 5px 25px rgba(0, 0, 0, .2);
}

.number li h3 {
    color: #0a3358;
    font-size: 48px;
    font-family: "Myriad Pro";
    font-weight: 400;
    padding-top: 25px;
}

.number li h3 i {
    font-style: inherit;
}

.number li h3 span {
    font-size: 17px;
    color: #323333;
    font-weight: 400;
    font-family: "Microsoft Yahei";
    padding-left: 5px;
    vertical-align: top;
}

.number li p {
    font-size: 15px;
    color: #323333;
}

.c2left .abbmore {
    display: block;
    width: 129px;
    line-height: 39px;
    border-radius: 20px;
    border: 1px solid #122c80;
    color: #122c80;
    font-size: 15px;
    text-align: center;
    margin-top: 30px;
}

.c2right {
    float: right;
    width: 720px;
}

.c2right .abbtxt {
    padding-top: 60px;
    color: #fff;
    font-size: 14px;
    line-height: 2;
    font-size: 15px;
}

.c2right .abimg {
    margin-top: 50px;
}

.c2right .abimg img {
    width: 716px;
    height: 364px;
}


/* ggt */

.ggt {
    position: relative;
    margin: 50px auto;
    width: 1200px;
}

.ads {
    position: relative;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ads li {
    width: 25%;
    border: 1px solid #c9c9c9;
    height: 115px;
    padding: 0 0 0 30px;
}

.ads li a.img {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.ads li a.img .simg {
    line-height: 115px;
    width: 40%;
    text-align: center;
}

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

.ads li a.img .sright {
    width: 60%;
}

.ads li .sright h3 {
    font-size: 18px;
    color: #2a2a2a;
    font-weight: normal;
}

.ads li .sright span {
    display: block;
    font-size: 12px;
    color: #2b2b2b;
    text-transform: uppercase;
    font-weight: 100;
}

.ads li:hover {
    background: #122c80;
}

.ads li:hover .simg img {
    filter: invert(100%) sepia(100%) saturate(1%) hue-rotate(140deg) brightness(210%) contrast(101%);
}

.ads li:hover .sright h3 {
    color: #fff;
}

.ads li:hover .sright span {
    color: #fff;
}


/* c3_index */

.c3_index {
    position: relative;
    background: url(../images/ys_bg.png) no-repeat center;
    height: 1284px;
    width: 1920px;
    left: 50%;
    margin-left: -960px;
    padding-top: 85px;
}

.ysttt {
    text-align: center;
}

.ysttt h3 {
    font-size: 35px;
    color: #1d1714;
    padding-left: 212px;
    text-align: left;
}

.ysttt p {
    font-size: 20px;
    color: #122c80;
    margin-top: 8px;
    text-transform: uppercase;
}

.ys_contt {
    position: relative;
    margin-top: 55px;
}

.ys_aa {
    position: relative;
    width: 440px;
    margin-right: 20px;
    float: right;
    padding-top: 60px;
}

.ys_aa h3 {
    font-size: 20px;
    color: #2d2d2d;
}

.ys_aa span {
    display: block;
    font-size: 15px;
    color: #9d9d9d;
    text-transform: uppercase;
}

.ys_aa .ccx {
    margin-top: 20px;
    font-size: 15px;
    color: #2d2d2d;
    line-height: 1.7;
    height: 180px;
}

.ys_bb {
    position: relative;
    margin-top: 295px;
    padding-left: 90px;
}

.ys_bb h3 {
    font-size: 20px;
    color: #2d2d2d;
}

.ys_bb span {
    display: block;
    font-size: 15px;
    color: #9d9d9d;
    text-transform: uppercase;
    width: 430px;
}

.ys_bb .ccx {
    margin-top: 70px;
    font-size: 15px;
    color: #2d2d2d;
    line-height: 1.7;
    height: 180px;
}

.ysimg1 {
    position: absolute;
    left: 0px;
    top: 0px;
}

.ysimg1 img {
    width: 662px;
    height: 522px;
}

.ysimg2 {
    position: absolute;
    right: 0px;
    top: 390px;
}

.ysimg2 img {
    width: 686px;
    height: 567px;
}


/* news_index */

.news_index {
    position: relative;
    background: #f4f4f4;
    padding: 35px 0;
}

.dfc {display: flex;justify-content: space-between;align-items: center;}

.s7b {
    margin-top: 50px;
}

.s7b-btn {
    width: 362px;
}

.s7b-btn ul li {
    width: 362px;
    height: 266px;
    background-color: #fff;
    padding-left: 28px;
    padding-right: 24px;
}

.s7b-btn ul li+li {
    margin-top: 1px;
}

.s7b-btn-box {
    display: flex;
    align-items: center;
}

.s7b-btn-img {
    width: 75px;
    position: relative;
}

.s7b-btn-img img+img {
    display: none;
    position: relative;
    left: 0;
}

.s7b-btn-name h3 {
    font-size: 20px;
    color: #303030;
}

.s7b-btn-name p {
    font-size: 15px;
    color: #1d1d1d;
    text-transform: uppercase;
    margin-top: 10px;
}

.s7b-btn-num {
    font-size: 70px;
    color: #d6d6d6;
}

.s7b-btn ul li:hover {
    background-color: #122c80;
}

.s7b-btn ul li:hover .s7b-btn-box .s7b-btn-img img {
    display: none;
}

.s7b-btn ul li:hover .s7b-btn-box .s7b-btn-img img+img {
    display: block;
}

.s7b-btn ul li:hover .s7b-btn-box .s7b-btn-name h3 {
    color: #fff;
}

.s7b-btn ul li:hover .s7b-btn-box .s7b-btn-name p {
    color: #fff;
}

.s7b-btn ul li:hover .s7b-btn-num {
    color: #ddede3;
}

.s7b-con {
    width: 805px;
}

.s7b-tj {
    width: 805px;
    height: 168px;
}

.s7b-tj-con {
    width: 465px;
    height: 100%;
    padding-top: 19px;
    border-bottom: 1px solid #dadada;
}

.s7b-tj-img {
    width: 325px;
    height: 100%;
    overflow: hidden;
}

.s7b-tj-img a img {
    width: 100%;
}

.s7b-tj-box {
    width: 100%;
}

.s7b-tj-name {
    width: 333px;
    padding-right: 54px;
    border-right: 1px solid #d6d6d6;
}

.s7b-tj-name a {
    line-height: 34px;
    font-size: 17px;
    color: #122c80;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s7b-tj-time {
    text-align: end;
}

.s7b-tj-time h3 {
    font-size: 18px;
    color: #555;
}

.s7b-tj-time p {
    font-size: 12px;
    color: #555;
    margin-top: 5px;
}

.s7b-tj-summary {
    margin-top: 20px;
}

.s7b-tj-summary p {
    font-size: 13px;
    color: #555;
    line-height: 23px;
}

.s7b-item {
    margin-top: 22px;
    width: 805px;
}

.s7b-item-box {
    width: 100%;
}

.s7b-item-name {
    width: 285px;
}

.s7b-item-name a {
    font-size: 17px;
    color: #2e2d2d;
    display: inline-block;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    line-height: 34px;  
    font-weight: bold;
}

.s7b-item-time {
    width: 177px;
    text-align: end;
    height: 34px;
    border-left: 1px solid #d6d6d6;
}

.s7b-item-time h3 {
    font-size: 18px;
    color: #555;
}

.s7b-item-time p {
    font-size: 12px;
    color: #555;
    margin-top: 5px;
}

.s7b-item-summary {
    width: 100%0;
    margin-top: 24px;
}

.s7b-item-summary p {
    font-size: 13px;
    color: #555;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.s7b-more {
    margin-top: 30px;
    width: 468px;
    border-bottom: 1px solid #dadada;
}

.s7b-more a {
    display: block;
    width: 159px;
    text-align: center;
    line-height: 38px;
    background-color: #122c80;
    font-size: 14px;
    color: #fff;
}

.s7b-list {
    width: 100%;
}

.s7b-list div {
    float: left;
    width: 367px;
    border-bottom: 1px solid #dadada;
    padding-top: 30px;
    padding-bottom: 12px;
}

.s7b-list div a {
    display: inline-block;
    width: 260px;
    padding-left: 30px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #343434;
    position: relative;
}

.s7b-list div a::before {
    content: "";
    display: block;
    width: 15px;
    height: 1px;
    background-color: #343434;
    position: absolute;
    left: 3px;
    top: 50%;
    transform: translateY(-50%);
}

.s7b-list div p {
    font-size: 15px;
    color: #878787;
}

.s7b-list div:nth-child(2n) {
    float: right;
}

.s7b-list div a:hover {
    color: #122c80;
}

.s7b-list div a:hover::before {
    background-color: #122c80;
}


/**/


.linkss {
    font-size: 16px;color: #000;padding-top: 35px;padding-bottom: 30px;padding-left: 31px;
    background-image: url(../images/s8.png);background-repeat: no-repeat;background-position: left 35px;}
.linkss a {font-size: 16px;color: #000;}



/**/
.footer{
    position: relative;
    background-color: #122c80;
    padding-top: 30px;
    padding-bottom: 28px;
}


.footer-name {font-size: 16px;color: #fff;font-weight: bold;padding-left: 18px;position: relative;}
.footer-name::before {content: "";display: block;width: 4px;height: 14px;background-color: #fff;border-radius: 1px;
position: absolute;left: 0;top: 50%;transform: translateY(-50%);}

.footer-tel {width: 295px;}
.footer-tel-con {margin-top: 23px;}

.footer-tel-img {width: 49px;height: 49px;}
.footer-tel-img img {width: 100%;height: 100%;}

.footer-tel-fname {margin-left: 10px;padding: 8px 0;}
.footer-tel-fname h3 {font-size: 16px;color: #fff;}
.footer-tel-fname p {font-size: 12px;color: #fff;text-transform: uppercase;margin: 0;margin-top: 5px;}

.footer-tel-num {margin-top: 10px;}
.footer-tel-num p {font-size: 24px;color: #fff;font-weight: bold;margin: 0;}

.footer-inquiry {display: block;width: 170px;line-height: 34px;padding-left: 33px;background-color: #fff;border-radius: 5px;
margin-top: 22px;font-size: 16px;color: #222;background-image: url(../images/footer-inquiry.png);background-repeat: no-repeat;background-position: 112px center;}

.footer-inquiry:hover {color: #222;}

.footer-nav {width: 425px;}
.footer-nav ul {width: 330px;}
.footer-nav ul li {width: 110px;margin-top: 27px;}
.footer-nav ul li a {font-size: 13px;color: #fff;}
.footer-nav ul li a:hover {color: #d7d7d7;}

.footer-telfs-con {margin-top: 24px;}
.footer-telfs-con p {font-size: 14px;color: #fff;line-height: 15px;margin: 0;margin-top: 15px;}

.footer-code-con {margin-top: 28px;}

.footer-code-img {width: 102px;}
.footer-code-img img {width: 100%;}

.footer-code-title {margin-left: 15px;padding-top: 10px;}
.footer-code-title p {line-height: 17px;margin: 0;font-size: 13px;color: #fff;}












