/*
*  html5 doctor css reset | http://html5doctor.com/html-5-reset-stylesheet
*/

* {
    font-family: 'PingFang SC', 'Microsoft Yahei';
    -webkit-tap-highlight-color: transparent
}

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent
}

body {
    width: 100%;
    min-width: 1100px;
    overflow-x: auto;
    line-height: 1
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

nav ul {
    list-style: none
}

ul li {
    list-style-type: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: none
}

a {
    margin: 0;
    padding: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold
}

del {
    text-decoration: line-through
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted;
    cursor: help
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0
}

input,
select {
    vertical-align: middle
}

h1,
h2,
h3 {
    font-weight: normal;
}

body {
    min-width: 1100px;
    height: auto;
}

img {
    border: 0 none;
    vertical-align: middle;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.clearfix:after,
.clearfix:before {
    content: "";
    display: block;
    clear: both;
}

.c_wrapper {
    width: 1200px;
    position: relative;
    margin: 0 auto;
}

.btn {
    font-size: 20px;
    color: #fff;
    display: inline-block;
    height: 50px;
    line-height: 50px;
    background-color: #ed5736;
    text-align: center;
    text-decoration: none;
    padding: 0 45px;
    border-radius: 25px;
}


/*导航栏*/

.nav_c {
    width: 100%;
    height: 80px;
    min-width: 1100px;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 999;
}

.nav_c .nav_l {
    height: 80px;
    position: relative;
}

.nav_c .nav_l .logo {
    width: 250px;
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -26px;
}

.nav_c .nav_r {
    padding: 21px 0;
}

.nav_c .nav_list {
    width: 26%;
    height: 38px;
    line-height: 38px;
    font-size: 18px;
}

.nav_c .nav_list li {
    float: left;
    margin: 0 1.90476%;
    position: relative;
    cursor: pointer;
}

.nav_c .nav_list li:last-child {
    margin-right: 0;
}

.nav_c .nav_list li > a {
    width: 100%;
    height: 100%;
    display: block;
    color: rgba(0, 0, 0, 0.8);
}

.nav_c .nav_list li.active > a {
    color: rgb(105, 147, 228);;
}

.nav_c .nav_list li.active:after {
    content: ' ';
    width: 100%;
    height: 5px;
    background-color: rgb(105, 147, 228);;
    display: block;
    position: absolute;
    left: 0;
    bottom: -5px;
}


/*导航栏*/

.banner_c {
    padding: 70px 0 0;
    min-width: 1100px;
    margin: 80px auto 0;
    text-align: right;
}

.banner {
    width: 100%;
}

.banner_text {
    position: absolute;
    left: 50%;
    top: 35%;
    text-align: center;
    margin-left: -230px;
    color: #fff;
}

.banner_text h1 {
    font-size: 50px;
    font-weight: 500;
    line-height: 65px;
}

.banner_text p {
    font-size: 25px;
    line-height: 35px;
    margin-top: 15px;
}

.banner_c .banner_text p:nth-child(3) {
    margin-top: 80px;
}

.banner_c .banner_text button {
    width: 230px;
    height: 54px;
    font-size: 24px;
    background-color: #ed5736;
    color: #fff;
    border-radius: 27px;
    border: 0 none;
}

.do_c {
    margin-top: 70px;
    height: 370px;
    background-color: #F04B2F;
}

.do_c .do_l {
    width: 291px;
    margin-top: -40px;
}

.do_c .do_l img {
    width: 100%;
}

.do_c .do_l h2 {
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    margin-top: 15px;
    line-height: 44px;
    text-indent: 43px;
}

.do_c .do_r .do_list {
    padding-top: 106px;
    color: #fff;
    text-align: center;
}

.do_c .do_r .do_list li {
    width: 155px;
    float: left;
    padding: 0 13px;
}

.do_c .do_r .do_list img {
    height: 50px;
    margin-bottom: 5px;
}

.do_c .do_r .do_list h4 {
    font-size: 20px;
    line-height: 40px;
    font-weight: 500;
}

.do_c .do_r .do_list p {
    font-size: 12px;
    line-height: 18px;
}

.product_c {
    padding: 70px 0;
}

.product_c .product_r {
    width: 403px;
}

.product_c .product_r img {
    width: 100%;
}

.product_c .product_tit {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 45px;
}

.product_c .product_tit p {
    color: #6d6d6d;
    font-weight: 200;
}

.product_c .product_tit h3 {
    color: #1a1a1a;
    font-weight: 900;
}

.product_c .product_list img {
    height: 96px;
}

.product_c .product_list li {
    float: left;
    width: 170px;
    text-align: center;
    padding: 0 8px;
    margin-right: 10px;
}

.product_c .product_list h4 {
    font-size: 18px;
    line-height: 32px;
    color: #ed5736;
    margin-top: 15px;
}

.product_c .product_list p {
    font-size: 14px;
    line-height: 22px;
    color: #6e6e6e;
    text-align: left;
    margin-top: 10px;
}

.product_c .product_more {
    margin-top: 50px;
}

.product_c .product_more img {
    margin-left: 15px;
}

.service_c {
    padding: 10px 0 140px 0;
    background-color: #f2f2f2;
}

.service_c .service_list li {
    padding: 40px 40px 0;
    float: left;
    background-color: #0f4360;
    color: #fff;
    text-align: center;
    width: 260px;
    height: 300px;
    box-sizing: border-box;
    margin-right: 53px;
}

.service_c .service_list li:last-child {
    margin-right: 0;
}

.service_c .service_list img {
    height: 63px;
}

.service_c .service_list h4 {
    margin-top: 15px;
    font-size: 18px;
    line-height: 32px;
}

.service_c .service_list p {
    margin-top: 30px;
    font-size: 14px;
    line-height: 22px;
    text-align: left;
}

.service_c .service_more {
    margin-top: 50px;
}

.service_c .service_more .service_l {
    width: 238px;
}

.service_c .service_more .service_l img {
    width: 100%;
}

.service_c .service_more .service_r {
    width: 920px;
    height: 200px;
    background-color: #0f4360;
    border-radius: 20px;
    box-sizing: border-box;
    padding: 40px 40px 0;
    color: #ffffff;
    font-size: 18px;
    line-height: 26px;
    margin: 0 auto;
}

.about_c {
    height: 289px;
    background-color: rgb(232, 234, 236);
    text-align: center;
}
.about_c .service_tit {
    margin-bottom: 15px;
}

.about_c .about_l {
    color: #000;
    padding: 40px 20px 0 20px;

}

.about_c .about_l h3 {
    font-size: 30px;
    color: #222;
    font-weight: 700;
    margin-bottom: 35px;
}

.about_c .about_l p {
    font-size: 15px;
    line-height: 20px;
}

.about_c .about_r {
    width: 415px;
    margin-top: -75px;
}

.about_c .about_r img {
    width: 100%;
}

.about_c .about_list {
    margin-top: 20px;;
}

.about_c .about_list li {
    float: left;
    width: 180px;
    text-align: center;
}

.about_c .about_list li:nth-child(2) {
    margin: 0 70px;
}

.about_c .about_list dt {
    font-size: 28px;
    height: 45px;
    line-height: 45px;
}

.about_c .about_list dd {
    font-size: 13px;
    line-height: 18px;
    margin-top: 15px;
}

.about_c .about_list img {
    margin-right: 5px;
}

.team_c {
    margin-top: 70px;
    padding-bottom: 70px;
}

.team_c .team_tit {
    text-align: center;
}

.team_c .team_tit h3 {
    font-size: 40px;
    line-height: 60px;
    color: #1a1a1a;
    font-weight: 700;
}

.team_c .team_tit p {
    margin-top: 10px;
    font-size: 18px;
    line-height: 26px;
    color: #6e6e6e;
}

.team_c .team_list {
    margin-top: 80px;
    text-align: center;
}

.team_c .team_list li {
    float: left;
    width: 290px;
    margin: 0 55px;
}

.team_c .team_list .name {
    margin-top: 15px;
    font-size: 28px;
    line-height: 38px;
    font-weight: 700;
    color: #1a1a1a;
}

.team_c .team_list .tit {
    font-size: 18px;
    line-height: 26px;
    font-weight: 700;
    color: #1a1a1a;
}

.team_c .team_list .intro {
    margin-top: 20px;
    font-size: 18px;
    line-height: 26px;
    color: #6e6e6e;
}

.example_c {
    padding-bottom: 70px;
}

.example_c .example_top {
    padding-top: 60px;
    padding-bottom: 20px;
    background-color: #ed5736;
}

.example_c .example_top h2 {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    color: #fff;
    margin-bottom: 50px;
}

.example_c .example_top .example_nav_c {
    width: 100%;
}

.example_c .example_top .example_nav {
    width: 582px;
    margin: 0 auto;
}

.example_c .example_top .example_nav li {
    width: 122px;
    height: 32px;
    line-height: 32px;
    border-radius: 16px;
    color: #fff;
    font-size: 15px;
    font-weight: 500;
    margin-right: 81px;
    float: left;
    cursor: pointer;
    text-align: center;
}

.example_c .example_top .example_nav > li:last-child {
    margin-right: 0;
}

.example_c .example_top .example_nav > li.active {
    color: #ed5736;
    background-color: #fff;
}

.example_bottom .example_type {
    width: 100%;
    overflow-x: hidden;
}

.example_bottom .example_type img {
    width: 100%;
}

.example_bottom > .example_type .swiper-slide .swiper-container {
    width: 1100px;
    height: auto;
    margin: 0 auto;
}

.join_c {
    padding-bottom: 70px;
}

.join_c .join_l {
    width: 403px;
}

.join_c .join_l img {
    width: 100%;
}

.join_c .join_r {
    width: 720px;
    color: #1a1a1a;
}

.join_c .join_r h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 58px;
}

.join_c .join_r p {
    font-size: 20px;
    line-height: 40px;
}

.join_c .join_r p span {
    color: #ed5736;
}

.join_c .join_list {
    margin-top: 35px;
}

.join_c .join_list li {
    font-size: 20px;
    width: 45%;
    float: left;
    line-height: 55px;
}

.join_c .join_list li:nth-child(odd) {
    margin-right: 70px;
}

.news_c {
    margin-bottom: 100px;
}

.news_c .news_l {
    width: 660px;
    color: #1a1a1a;
}

.news_c .news_l h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 70px;
    margin-bottom: 10px;
}

.news_c .news_list {
    background-color: #f2f2f2;
    border-radius: 15px;
    font-size: 20px;
    padding: 35px 45px;
    height: 280px;
    box-sizing: border-box;
}

.news_c .news_list li {
    padding: 10px 0;
}

.news_c .news_list li:last-child {
    margin-bottom: 0;
}

.news_c .news_list li p {
    line-height: 30px;
}

.news_c .news_r {
    width: 496px;
}

.news_c .news_r img {
    width: 100%;
}

.concat_c .concat_l {
    width: 540px;
}
.concat_c .service_tit {
    margin-top: 10px;
}

.concat_c .concat_l img {
    width: 100%;
}

.concat_c .concat_r {
    width: 550px;
    padding-right: 60px;
}

.concat_c .concat_top {
    color: #1a1a1a;
    font-size: 20px;
}

.concat_c .concat_top h3 {
    font-size: 30px;
    font-weight: 700;
    line-height: 50px;
    margin-bottom: 10px;
}

.concat_c .concat_top p {
    line-height: 28px;
    font-weight: 700;
}

.concat_c .concat_top p span {
    color: #ed5736;
}

.concat_c .concat_addr {
    margin-top: 80px;
}

.concat_c .concat_addr dt {
    color: #1a1a1a;
    font-size: 20px;
    line-height: 28px;
    font-weight: 700;
    margin-bottom: 10px;
}

.concat_c .concat_addr dd {
    font-size: 16px;
    color: #444;
    line-height: 24px;
}

.footer2 {
    margin-top: 70px;
    background-color: #0f4360;
}

.footer2 .footer_w {
    padding: 60px 0;
}

.footer2 .footer_w .footer_l {
    width: 300px;
    color: #fff;
}

.footer2 .footer_w .footer_l .logo {
    width: 180px;
    margin-bottom: 15px;
}

.footer2 .footer_w .footer_l p {
    font-size: 14px;
    line-height: 24px;
}

.footer2 .footer_w .footer_r {
    /* display: none; */
    /* width: 320px; */
    padding-right: 30px;
}

.footer2 .footer_goTop {
    width: auto;
    color: #fff;
    font-size: 12px;
    line-height: 18px;
    position: relative;
    cursor: pointer;
    margin-top: 40px;
}

.footer2 .footer_goTop::after {
    content: "";
    width: 0px;
    height: 0px;
    border-width: 10px 6px;
    border-color: transparent transparent #fff;
    border-style: solid;
    position: absolute;
    top: -24px;
    left: 41%;
}

.footer2 .footer_w .footer_r ul {
    width: 120px;
    height: auto;
    display: inline-block;
    margin-right: 80px;
    float: left;
}

.footer2 .footer_w .footer_r ul:last-child {
    margin-right: 0;
}

.footer2 .footer_w .footer_r ul li {
    width: 100%;
    height: auto;
    line-height: 46px;
    position: relative;
    cursor: pointer;
}

.footer2 .footer_w .footer_r ul li a {
    width: calc(100% - 6px);
    height: 100%;
    display: block;
    color: #fff;
    font-size: 14px;
    padding-left: 6px;
}

.footer2 .footer_w .footer_r ul li:first-child:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    top: 0;
    left: 0;
}

.footer2 .footer_w .footer_r ul li:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, .2);
    position: absolute;
    bottom: 0;
    left: 0;
}

.footer2 .footer_w .footer_r ul li:hover:before {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
}

.footer2 .footer_w .footer_r ul li:hover:after {
    content: ' ';
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0;
}

.service_tit {
    text-align: center;
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 35px;
}
.service_tit h3 {
    font-weight: 700;
}
.service_tit p {
    font-size: 30px !important;
    color: #6d6d6d;
    font-weight: 200;
}