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;
}

hr {
    border: 0;
    border-top: 1px solid #ccc;
    height: 0;
}

p {
    margin: 0;
}

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;
}

.com-img {
    display: block;
    overflow: hidden;
    margin: 0 auto;
   
}

.com-img img {
    transition: all 0.5s ease 0s;
    -webkit-transition: all 0.5s ease 0s;
    -moz-transition: all 0.5s ease 0s;
    -o-transition: all 0.5s ease 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);
}

.max1330 {
    max-width: 1360px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}

@media (min-width:1440px) {
    .container-fluid {
        padding: 0 15.234375%;
    }
}


/*头部样式*/

.head_wap {
    position: relative;
    display: flex;
    justify-content: space-between;
}

.logo_wap {
    padding-left: 8.33333333%;
    background: #1474e2;
    width: 40%;
    text-align: center;
}

.logo {
    max-width: 460px;
    text-align: center;
    display: inline-block;
	padding-right:10px;
	
}

.logo a {
    display: block;
}

.logo img {
    max-width: 100%;
}

.top_right {
    position: relative;
    width: calc(100% - 40%);
    background: #fff;
}

.top_dian {
    position: relative;
    height: 63px;
    border-bottom: 1px solid #eeeeee;
    padding-right: 18.33333333%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.top_dian h2 {
    padding-left: 2.1255em;
    font-weight: normal;
    font-size: 18px;
    color: #1474e2;
    line-height: 63px;
}

.top_phone {
    width: 177px;
    line-height: 30px;
    border-radius: 30px;
    font-size: 16px;
    color: #fff;
    padding-left: 50px;
    background: url(../images/tel.png) no-repeat 20px center #1474e2;
}


/* c1_index */

.c1_index {
    position: relative;
    padding: 5.125% 0;
}

.ttt1 {
    text-align: center;
}

.ttt1 h3 {
    font-size: 36px;
    color: #1474e2;
}

.ttt1 h3 span {
    color: #000;
}

.ttt1 p {
    font-size: 16px;
    color: #666666;
    margin-top: 5px;
}

.pro_list {
    position: relative;
    margin-top: 3.1255em;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.pro_list li {
    width: 24%;
    position: relative;
    padding: 15px;
    box-shadow: 0 2px 15px #eee;
    text-align: center;
}

.pro_list li a {
    display: block;
}

.pro_list li .pimg {
    overflow: hidden;
}

.pro_list li .pimg img {
    width: 100%;
}

.pro_list li h3 {
    font-size: 16px;
    color: #6d6d6d;
    font-weight: normal;
    padding: 15px 0;
    line-height: 1.7;
}

.pro_list li span {
    display: block;
    border: 1px solid #eeeeee;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    color: #6d6d6d;
    transition: all .5s;
    -webkit-transition: all .5s;
}

.pro_list li:hover span {
    background: #1474e2;
    border: 1px solid #1474e2;
    color: #fff;
}

.pro_more {
    text-align: center;
    margin: 5.125% auto 0;
}

.pro_more a {
    display: inline-block;
    width: 185px;
    line-height: 44px;
    border: 1px solid #e5e5e5;
    box-shadow: 0 2px 15px #eee;
    font-size: 16px;
    color: #3a3a3a;
}

@media (max-width:768px) {
    .pro_list li {
        width: 49%;
        margin-bottom: 20px;
    }
}


/* c2_index */

.c2_index {
    position: relative;
    background: #f6f6f6;
}

.ttt2 {
    text-align: center;
    padding: 3.125% 0;
}

.ttt2 h3 {
    font-size: 34px;
    color: #1474e2;
}

.ttt2 p {
    font-size: 18px;
    color: #494949;
}

.c2_wap {
    position: relative;
    background: url(../images/f099469e8c95dcea95d4f3a14e3a0b7b05e7b06d.jpg) no-repeat;
    background-size: cover;
}

.c2_list {
    position: relative;
    width: 560px;
    background: rgba(0, 0, 0, .5);
    padding: 15.234375% 0;
}

.c2_list li {
    position: relative;
    padding: 25px;
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    z-index: 9999;
    transition: all .5s;
    -webkit-transition: all .5s;
    cursor: pointer;
}

.c2_list li .leftss {
    width: calc(100% - 50px);
}

.c2_list li .leftss h3 {
    color: #fff;
    font-size: 24px;
    font-weight: normal;
}

.c2_list li .leftss span {
    display: block;
    color: #92969b;
    font-size: 16px;
}

.c2_list li a.img {
    width: 80px;
    text-align: center;
    opacity: 0;
}

.c2_list li a.img img {
    max-width: 100%;
}

.c2_list li:hover {
    background: #1474e2;
    width: calc(100% + 19px);
}

.c2_list li:hover .leftss span {
    color: #ec9094;
}

.c2_list li:hover::after {
    transition: all .5s;
    -webkit-transition: all .5s;
    position: absolute;
    right: 0px;
    bottom: -19px;
    content: "";
    background: url(../images/87fd1734727e4ab46ee25711b5db108be9baf055.png) no-repeat;
    width: 19px;
    height: 19px;
    z-index: -1;
}

.c2_list li:hover a.img {
    opacity: 1;
}

@media (max-width:768px) {
    .c2_list {
        padding: 8.234375% 0;
    }
    .c2_list li .leftss h3 {
        font-size: 20px;
    }
    .c2_list li .leftss span {
        font-size: 14px;
    }
}

@media (max-width:600px) {
    .c2_list {
        width: calc(100% - 20px);
        padding: 5.234375% 0;
    }
    .c2_list li {
        padding: 15px;
    }
    .c2_list li .leftss h3 {
        font-size: 20px;
    }
    .c2_list li .leftss span {
        font-size: 14px;
    }
}


/* c3_index */

.c3_index {
    position: relative;
    padding: 5.125% 0;
	    background: #f2f2f2;
}

.c3_wap {
    position: relative;
    margin-top: 3.125%;
    display: flex;
    justify-content: space-between;
}

.cas_listaa {
    position: relative;
      width: 430px;
    height: 635px;
}

.cas_listaa li {
    position: relative;
}

.cas_listaa li a {
    display: block;
}

.cas_listaa li a img {
    width: 103%;
}

.cas_listaa li h3 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 1.7;
    background: rgba(0, 0, 0, .5);
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

.cas_listbb {
    position: relative;
    width: 66.5%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.cas_listbb li {
    position: relative;
    width: 49%;
    margin-bottom:38px;
}

.cas_listbb li a {
    display: block;
}

.cas_listbb li a img {
    width: 100%;
}

.cas_listbb li h3 {
    position: absolute;
    bottom: 0px;
    width: 100%;
    line-height: 1.7;
    background: rgba(0, 0, 0, .5);
    padding: 10px 0;
    text-align: center;
    font-weight: normal;
    font-size: 16px;
    color: #fff;
}

@media (max-width:992px) {
    .cas_listbb li {
        margin-bottom: 15px;
    }
}

@media (max-width:768px) {
    .cas_listbb li {
        margin-bottom: 10px;
    }
}

@media (max-width:600px) {
    .c3_wap {
        flex-wrap: wrap;
    }
    .cas_listaa {
        width: 100%;
    }
    .cas_listaa li h3 {
        padding: 5px 0;
        font-size: 14px;
    }
    .cas_listbb {
        width: 100%;
        margin-top: 20px;
    }
    .cas_listbb li h3 {
        padding: 5px 0;
        font-size: 14px;
    }
}


/*  */

.c4 {
    background: url(../images/8ac6b86528d3da931579f4fc21228562afc2035c.jpg) no-repeat 50% 0;
    padding-top: 34px;
    padding-bottom: 22px;
    background-size: cover;
}

.c4 h2 {
    text-align: center;
    font-weight: 600;
    color: #fff;
    font-size: 27.72px;
    margin-bottom: 28px;
}

.c4 .content {
    background: #fff;
    max-width: 1057px;
    min-height: 159px;
    padding: 25px;
    margin: 0 auto;
}

.c4 .content .lyb .ww1 .ww2 {
    padding: 0 7px;
}

.c4 .content .lyb .ww1 .ww2 input {
    line-height: 39px;
    width: 100%;
    border: 1px solid #d6d6d6;
    text-indent: 15px;
    background: none;
}

.c4 .content .lyb .ww1 .ww2 input::-webkit-input-placeholder {
    color: #b0b0b0;
}

.c4 .content .lyb .ww1 .ww3 {
    line-height: 39px;
    padding: 0 7px;
}

.c4 .content .lyb .ww1 .ww3 .lk {
    border: 1px solid #d6d6d6;
}

.c4 .content .lyb .ww1 .ww3 #checkcode {
    text-indent: 15px;
    border: none;
    background: none;
    text-indent: 15px;
    border: none;
    background: none;
    width: calc(100% - 126px);
    vertical-align: middle;
}

.c4 .content .lyb .ww1 .ww3 #checkcode::-webkit-input-placeholder {
    color: #b0b0b0;
}

.c4 .content .lyb .ww4 {
    margin-top: 24px;
}

.c4 .content .lyb .ww4 .ww4-1 {
    padding: 0 7px;
}

.c4 .content .lyb .ww4 .ww4-1 input {
    line-height: 39px;
    border: 1px solid #d6d6d6;
    text-indent: 15px;
    background: none;
    width: 100%;
    height: 41px;
}

.c4 .content .lyb .ww4 .ww4-1 input::-webkit-input-placeholder {
    color: #b0b0b0;
}

.c4 .content .lyb .ww4 .ww4-2 {
    padding: 0 7px;
}

.c4 .content .lyb .ww4 .ww4-2 .submitx {
    width: 100%;
    background: #1474e2;
    text-align: center;
    font-size: 18px;
    color: #fff;
    border: 1px solid #1474e2;
    line-height: 39px;
    height: 41px;
}

@media (max-width: 780px) {
    .c4 .content .lyb .ww4 {
        margin-top: 0;
    }
    .c4 .content .lyb .ww1 .ww3 {
        margin-bottom: 20px;
    }
    .c4 .content .lyb .ww1 .ww2 {
        margin-bottom: 20px;
    }
    .c4 .content .lyb .ww4 .ww4-1 {
        margin-bottom: 20px;
    }
}

@media (max-width: 500px) {
    .c4 h2 {
        font-size: 20px;
        line-height: 1.4;
    }
}


/*  */

h2.bt {
    font-weight: 600;
    text-align: center;
    font-size: 36px;
    color: #333333;
}

@media (max-width: 500px) {
    h2.bt {
        font-size: 28px;
    }
}

h2.bt span {
    color: #1474e2;
}

h2.bt b {
    color: #000;
}

h2.bt p {
    font-size: 16px;
    color: #666666;
    font-weight: 500;
    margin-top: 5px;
}

@media (max-width:1200px) {
    .ttt1 h3 {
        font-size: 24px;
    }
    .ttt2 h3 {
        font-size: 24px;
    }
}

@media (max-width:768px) {
    .ttt1 h3 {
        font-size: 18px;
    }
    .ttt2 h3 {
        font-size: 18px;
    }
    .c4 h2 {
        font-size: 18px;
    }
    .ttt1 p {
        font-size: 14px;
    }
    h2.bt {
        font-size: 24px;
    }
}