* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

a {
    text-decoration: none;
    color: #333;
}

a:hover {
    text-decoration: none;
}

body {
    font-family: "微软雅黑";
}

ul {
    list-style: none;
}

li {
    list-style: none;
}

.clear {
    clear: both;
    overflow: hidden;
}

.banner_p1 {
    position: absolute;
    font-size: 60px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    top: 40%;
}

.icondown{
	position:absolute;
	bottom:50px;
	width:100%;
	left:0;
	text-align:center;
	z-index:999;
}

.icondown img{
	width:auto !important;
	cursor:pointer;
}

.banner_p2 {
    position: absolute;
    font-size: 40px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    width: 100%;
    left: 0;
    top: 48%;
}

.banner_more a {
    display: block;
    width: 170px;
    height: 60px;
    border-radius: 30px;
    background: #56a0ff;
    line-height: 60px;
    text-align: center;
    font-size: 20px;
    color: #fff;
    margin: auto;
}

.banner_more {
    position: absolute;
    top: 58%;
    width: 100%;
    left: 0;
}

.banner img {
    width: 100%;
}

.head {
    width: 100%;
    position: absolute;
    line-height: 100px;
    top: 30px;
    z-index: 99999;
}

.heads {
    max-width: 1410px;
    margin: auto;
}

.logo {
    width: 33%;
    float: left;
}

.logo img {
    width: 100%;
}

.search {
    float: right;
    cursor: pointer;
}

.search-box {
    width: 28%;
    position: fixed;
    right: 0;
    top: 100px;
    display: none;
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    padding: 18px 2%;
}

.search-box .close {
    float: right;
    width: 35px;
    height: 35px;
    background: url(../images/wel26.png) no-repeat center;
    background-size: 100%;
    margin-top: 2px;
    opacity: 1;
}

.search-box form {
    width: 76%;
    height: 40px;
    line-height: 40px;
    position: relative;
    border: 1px solid rgba(51, 51, 51, 1);
}

.search-box form .text {
    font-size: 12px;
    color: #333;
    border: none;
    background: none;
    padding: 0 28px 0 18px;
    width: 100%;
    height: 40px;
    line-height: 40px;
    outline: none;
}

.search-box form .submit {
    width: 25px;
    height: 25px;
    position: absolute;
    top: 50%;
    right: 14px;
    margin-top: -15px;
    background: url(../images/search_b.png) no-repeat center;
    border: none;
}

.search-box form .text::-webkit-input-placeholder {
    color: #333;
}

.search-box form .text:-moz-placeholder {
    color: #333;
}

.search-box form .text::-moz-placeholder {
    color: #333;
}

.search-box form .text:-ms-input-placeholder {
    color: #333;
}

.nav {
    float: right;
}

.nav ul {
    margin-bottom: 0;
}

.nav ul li {
    float: left;
    padding: 0 27px;
    position: relative;
}

.nav ul li a {
    font-size: 16px;
    color: #fff;
    display: block;
}

.nav ul li .detailnav {
    position: absolute;
    width: 100%;
    top: 100px;
    left: 0;
    background: rgba(0, 0, 0, 0.4);
    display: none;
    z-index: 9999;
}

.nav ul li .detailnav li {
    padding: 0;
    width: 100%;
    text-align: center;
    height: 40px;
    line-height: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.nav ul li .detailnav li a {
    font-size: 14px;
}

.nav ul li:hover .detailnav {
    display: block;
}

.title {
    text-align: center;
}

.maintitle {
    font-size: 32px;
    color: #000;
    font-weight: bold;
}

.titles {
    font-size: 29px;
    color: #cfcfcf;
    font-weight: bold;
    font-family: "Arial";
    text-transform: uppercase;
}

.titleline {
    width: 67px;
    height: 4px;
    background: #3b8cff;
    margin: auto;
}

.product {
    width: 100%;
    overflow: hidden;
    margin-top: 75px;
}

.products {
    max-width: 1400px;
    margin: auto;
}

.pmain_navs_pic {
    line-height: 39px;
}

.pmain_navs_name {
    font-size: 18px;
    color: #121010;
    font-weight: bold;
    margin-top: 10px;
}

.pmain_navs {
    display: inline-block;
    text-align: center;
    padding: 0 7.8%;
    cursor: pointer;
}

.pmain_nav {
    text-align: center;
    margin-top: 10px;
}

.pro {
    width: 100%;
    display: none;
}

.pronav {
    width: 100%;
    border-top: 1px solid #eeeeee;
    margin-top: 30px;
    overflow: hidden;
}

.pronav span {
    display: block;
    line-height: 55px;
    float: left;
    cursor: pointer;
    padding: 0 5px;
    margin-right: 30px;
    position: relative;
}

.pronav span.active:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #222222;
    left: 0;
    top: 0;
}

.prolist {
    margin-top: 60px;
}

.prolists {
    overflow: hidden;
    display: none;
}

.pros {
    float: left;
    width: 24%;
    margin-right: 1.33%;
    margin-bottom: 30px;
}

.pros:nth-child(4n) {
    margin-right: 0;
}

.pros_name {
    font-size: 16px;
    color: #222;
    margin-top: 25px;
}

.pros_size {
    font-size: 16px;
    color: #9a9a9a;
    margin-top: 15px;
}

.pro_more a {
    display: block;
    width: 187px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    border-radius: 40px;
    background: #3b8cff;
    margin: auto;
    margin-top: 60px;
}

.pro_more a span {
    font-size: 20px;
    color: #fff;
    font-family: "Myriad Pro";
}

.pro_more a img {
    margin-left: 5px;
    margin-top: -3px;
}

.wcu {
    width: 100%;
    height: 970px;
    background: url(../images/wcu_bg.png) center no-repeat;
    background-size: cover;
    margin-top: -110px;
}

.wcus {
    max-width: 1400px;
    margin: auto;
    padding-left: 6%;
    padding-top: 340px;
}

.wcu_title {
    font-size: 39px;
    font-weight: bold;
    color: #181616;
    font-family: "Arial";
}

.wcu_titles {
    font-size: 30px;
    color: #2e2b2b;
    font-weight: bold;
}

.wcu_titleline {
    width: 193px;
    height: 2px;
    background: #3b8cff;
}

.wcu_lists span:first-child {
    width: 47px;
    height: 44px;
    display: inline-block;
    border-radius: 100%;
    background: #3b8cff;
    text-align: center;
    line-height: 44px;
    margin-right: 24px;
}

.wcu_lists span:first-child img{
	transition:all 1.5s;
}

.wcu_lists span:first-child:hover img{
	transform:rotate(360deg);
}

.wcu_lists {
    line-height: 44px;
    margin-top: 25px;
}

.wcu_lists span:nth-child(2) {
    font-size: 18px;
    color: #131212;
}

.wcu_more a {
    display: block;
    width: 187px;
    height: 67px;
    line-height: 67px;
    text-align: center;
    border-radius: 40px;
    background: #fff;
    margin-top: 30px;
    -webkit-box-shadow: #cbcbcb 0px 0px 25px;
    -moz-box-shadow: #cbcbcb 0px 0px 25px;
    box-shadow: #cbcbcb 0px 0px 25px;
}

.wcu_more a span {
    font-size: 20px;
    color: #0363af;
    font-family: "Myriad Pro";
}

.wcu_more a img {
    margin-left: 5px;
    margin-top: -3px;
}

.wcu_bot {
    width: 100%;
    overflow: hidden;
}

.wcu_bots {
    max-width: 1240px;
    margin: auto;
}

.wcu_bots_left {
    width: 39%;
    float: left;
}

.swiper-container.wcuswiper {
    height: 623px;
    margin-top: 115px;
}

.swiper-container.wcuswiper .swiper-slide {
    width: 50%;
}

.wcu_bots_right {
    float: right;
    width: 53.2%;
    height: 938px;
    background: url(../images/line.png) left 42px center no-repeat;
}

.wcu_nums {
    width: 83px;
    height: 83px;
    background: url(../images/numbg.png) center no-repeat;
    text-align: center;
    line-height: 83px;
    font-family: "Arial";
    font-size: 38px;
    font-weight: bold;
    color: #fff;
}

.wcu_nums:nth-child(1) {
    margin-top: 95px;
}

.wcu_nums:nth-child(2) {
    margin-top: 165px;
}

.wcu_nums:nth-child(3) {
    margin-top: 210px;
}

.wcu_num {
    float: left;
}

.wcu_detail {
    width: 81%;
    float: right;
}

.wcu_detail_pic {
    width: 41.8%;
    float: left;
}

.wcu_detail_pic img {
    width: 100%;
}

.wcu_details:nth-child(1) .wcu_detail_pic img {
    border-radius: 50% 0 0 0;
}

.wcu_details:nth-child(3) .wcu_detail_pic img {
    border-radius: 0 0 50% 0;
}

.wcu_details {
    overflow: hidden;
}

.wcu_details:nth-child(1) {
    margin-top: 83px;
}

.wcu_details:nth-child(2),
.wcu_details:nth-child(3) {
    margin-top: 40px;
}

.wcu_detail_intro {
    width: 54.5%;
    float: right;
    padding-top: 20px;
}

.wcu_detail_title {
    font-size: 22px;
    color: #3b8cff;
    font-weight: bold;
	word-break: break-all;
}

.wcu_detail_con {
    font-size: 14px;
    color: #666;
    line-height: 25px;
    margin-top: 15px;
}

.support {
    width: 100%;
    overflow: hidden;
    background: #f7f7f7;
    padding-top: 70px;
    padding-bottom: 95px;
}

.supports {
    max-width: 1240px;
    margin: auto;
}

.swiper-container.supswiper {
    margin-top: 60px;
}

.sup_pic img {
    width: 100%;
    border: 1px solid #c7c6c5;
	transition:all 0.8s;
}
.sup_pic:hover img{
	transform:scale(1.1);
}
.sup_pic{
	overflow:hidden;
}

.sup_con {
    background: #fff;
    border: 1px solid #e7e7e7;
    text-align: center;
    padding-bottom: 15px;
    -webkit-box-shadow: #cbcbcb 0px 0px 40px;
    -moz-box-shadow: #cbcbcb 0px 0px 40px;
    box-shadow: #cbcbcb 0px 0px 40px;
}

.sup_name {
    font-size: 16px;
    color: #000;
    margin-top: 15px;
}

.sup_more {
    font-size: 14px;
    color: #221815;
    display: inline-block;
    width: 129px;
    height: 34px;
    border: 1px solid #e5e5e5;
    line-height: 32px;
    border-radius: 30px;
    margin-top: 10px;
}

.about {
    width: 100%;
    overflow: hidden;
    margin-top: 95px;
}

.abouts {
    max-width: 1310px;
    margin: auto;
}

.left_ab {
    float: left;
    width: 44.6%;
}

.left_ab img {
    width: 100%;
}

.right_ab {
    width: 52.6%;
    float: right;
    position: relative;
}

.rabbg {
    position: absolute;
    top: -50px;
    left: 0;
    font-family: "Arial";
    font-size: 214px;
    font-weight: bold;
    color: #f8f8f8;
    text-transform: uppercase;
    z-index: -1;
}

.rab_title {
    font-size: 33px;
    font-weight: bold;
    color: #363333;
    margin-top: 75px;
}

.rab_title span {
    color: #3b8cff;
}

.rab_line {
    width: 100px;
    height: 7px;
    background: #0061ae;
    margin-top: 15px;
}

.rab_con {
    font-size: 15px;
    color: #666;
    line-height: 35px;
    margin-top: 35px;
}

.sj {
    width: 50%;
    float: left;
    margin-top: 20px;
}

.shuju {
    overflow: hidden;
}

.counter {
    font-size: 78px;
    color: #343638;
    font-family: "Bahnschrift";
}

.sj_intro {
    font-size: 20px;
    color: #201e1e;
    margin-top: -7px;
}

.aboutteam {
    width: 100%;
    overflow: hidden;
    min-height: 843px;
    padding-top: 55px;
    background: url(../images/honorbg.png)center 0 no-repeat;
    margin-top: 50px;
}

.aboutteam>div {
    max-width: 1065px;
    margin: auto;
    overflow: hidden;
}

#certify {
    position: relative;
    width: 100%;
    margin: 0 auto
}

#certify .swiper-container {
    padding-bottom: 60px;
    margin: auto;
    margin-top: 20px;
}

#certify .swiper-slide {
    width: 411px;
    height: 582px;
    text-align: center;
}

#certify .swiper-slide img {
    display: block;
    margin: auto;
    width: 100%;
    border: 3px solid #fff;
    border-radius: 5px;
}

.case,
.cases {
    width: 100%;
    overflow: hidden;
}

.case {
    margin-top: 95px;
}

.cases {
    margin-top: 40px;
}

.begin {
    width: 28.125%;
    float: left;
}

.item {
    width: 14.3%;
    float: left;
    margin-left: 0.8%;
}

.end {
    width: 42.125%;
    float: right;
}

.new {
    width: 100%;
    overflow: hidden;
    margin-top: 60px;
}

.news {
    max-width: 1200px;
    margin: auto;
    margin-top: 70px;
}

.left_new {
    float: left;
    width: 46.25%;
}

.right_new {
    float: right;
    width: 46.25%;
}

.newtop {
    width: 100%;
    line-height: 74px;
    border-bottom: 1px solid #dfdfdf;
    overflow: hidden;
}

.newtop span {
    float: left;
}

.newtop span:first-child {
    font-size: 24px;
    color: #252424;
    font-weight: bold;
}

.newtop span:nth-child(2) {
    font-size: 14px;
    color: #484848;
}

.newtop a {
    float: right;
}

.mainnew {
    width: 100%;
    overflow: hidden;
    margin-top: 28px;
    padding-bottom: 18px;
    border-bottom: 1px solid #dfdfdf;
}

.mainnew_pic {
    float: left;
    width: 26.8%;
}

.mainnew_pic img {
    width: 100%;
}

.mainnew_con {
    width: 65.7%;
    float: right;
}

.mainnew_date {
    font-size: 24px;
    font-weight: bold;
    color: #2b2b2b;
    margin-top: 10px;
}

.mainnew_title {
    font-size: 14px;
    color: #464646;
    font-weight: bold;
    margin-top: 5px;
}

.mainnew_cons {
    font-size: 14px;
    color: #818181;
    line-height: 20px;
    margin-top: 5px;
}

.newlist_tip {
    float: left;
    font-family: "宋体";
}

.newlist_title {
    float: left;
    font-size: 14px;
    color: #818181;
    margin-left: 20px;
}

.newlist_date {
    float: right;
    font-size: 14px;
    color: #818181;
}

.newlist a {
    display: block;
    overflow: hidden;
}

.newlist {
    margin-top: 10px;
    line-height: 35px;
}

.foot {
    margin-top: 60px;
    width: 100%;
    overflow: hidden;
    background: #6c6d70;
    padding-top: 65px;
    padding-bottom: 50px;
    border-bottom: 1px solid #78797b;
}

.foots {
    max-width: 1230px;
    margin: auto;
}

.ftitle {
    font-size: 16px;
    color: #fff;
}

.fline {
    width: 36px;
    height: 2px;
    background: #fff;
    margin-top: 10px;
}

.fprolist {
    width: 23.2%;
    float: left;
    margin-right: 12.2%;
}

.fprolist ul {
    margin-bottom: 0;
}

.fprolist ul li {
    float: left;
    width: 100px;
    margin-right: 28%;
    margin-top: 15px;
}

.fprolist ul li:nth-child(2n) {
    margin-right: 0;
}

.fprolist ul li a {
    font-size: 14px;
    color: #fff;
}

.fnewlist {
    float: left;
}

.fnewlist ul {
    margin-bottom: 0;
}

.fnewlist ul li {
    margin-top: 15px;
}

.fnewlist ul li a {
    font-size: 14px;
    color: #fff;
}

.fcontact {
    float: left;
    margin-left: 9%;
    padding-right: 65px;
    border-right: 1px solid #a1a2a4;
}

.fcontact ul {
    margin-bottom: 0;
}

.fcontact ul li {
    margin-top: 15px;
    font-size: 14px;
    color: #fff;
}

.flianxi {
    float: right;
}

.flx_top span {
    font-size: 16px;
    color: #fff;
    margin-left: 10px;
}

.flx_top img {
    margin-top: -3px;
}

.tel_num {
    font-family: "Bahnschrift";
    font-size: 32px;
    color: #fff;
    margin-top: 10px;
}

.sm {
    float: left;
    text-align: center;
    margin-right: 14px;
}

.sm:last-child {
    margin-right: 0;
}

.saoma {
    overflow: hidden;
    margin-top: 20px;
}

.sm p {
    font-size: 14px;
    color: #fff;
}

.copy {
    width: 100%;
    overflow: hidden;
    background: #6c6d70;
    line-height: 95px;
    text-align: center;
}

.copy a {
    font-size: 14px;
    color: #fff;
    margin: 0 4px;
}

.mobile-inner-header {
    background-color: rgba(86, 160, 255, 0.7);
    width: 100%;
    height: 60px;
    display: none;
    line-height: 60px;
    text-align: center;
    color: #fff;
    font-weight: bold;
    font-size: 22px;
}

.mobile-inner-header-icon {
    color: #ffffff;
    height: 60px;
    font-size: 25px;
    text-align: center;
    float: right;
    width: 60px;
    position: relative;
    -webkit-transition: background 0.5s;
    -moz-transition: background 0.5s;
    -o-transition: background 0.5s;
    transition: background 0.5s;
    outline: none;
}

.mobile-inner-header-icon:hover {
    background-color: rgba(255, 255, 255, 0.2);
    cursor: pointer;
}

.mobile-inner-header-icon span {
    position: absolute;
    left: calc((100% - 25px) / 2);
    top: calc((100% - 1px) / 2);
    width: 25px;
    height: 1px;
    background-color: rgba(255, 255, 255, 1);
}

.mobile-inner-header img {
    height: 65%;
}

.mobile-inner-header-icon span:nth-child(1) {
    transform: translateY(4px) rotate(0deg);
}

.mobile-inner-header-icon span:nth-child(2) {
    transform: translateY(-4px) rotate(0deg);
}

.mobile-inner-header-icon-click span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clickfirst;
}

.mobile-inner-header-icon-click span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: clicksecond;
}

@keyframes clickfirst {
    0% {
        transform: translateY(4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(45deg);
    }
}

@keyframes clicksecond {
    0% {
        transform: translateY(-4px) rotate(0deg);
    }
    100% {
        transform: translateY(0) rotate(-45deg);
    }
}

.mobile-inner-header-icon-out span:nth-child(1) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outfirst;
}

.mobile-inner-header-icon-out span:nth-child(2) {
    animation-duration: 0.5s;
    animation-fill-mode: both;
    animation-name: outsecond;
}

@keyframes outfirst {
    0% {
        transform: translateY(0) rotate(-45deg);
    }
    100% {
        transform: translateY(-4px) rotate(0deg);
    }
}

@keyframes outsecond {
    0% {
        transform: translateY(0) rotate(45deg);
    }
    100% {
        transform: translateY(4px) rotate(0deg);
    }
}

.mobile-inner-nav {
    background-color: rgba(86, 160, 255, 0.9);
    width: 100%;
    position: absolute;
    top: 60px;
    left: 0px;
    padding-top: 30px;
    padding-bottom: 80px;
    display: none;
    z-index: 999;
}

.mobile-inner-nav a {
    display: inline-block;
    line-height: 50px;
    text-decoration: none;
    width: 80%;
    margin-left: 10%;
    color: #FFFFFF;
    border-bottom: solid 1px rgba(255, 255, 255, 0.3);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    font-weight: 300;
}

.mobile-inner-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
    border-bottom: solid 1px rgba(255, 255, 255, 0.2);
}

.pros_img img,
.wcuswiper img {
    width: 100%;
}

.wen .title{
	text-align:left
}

.ab_2_1 {
    max-width: 1200px;
    background-color: #FFF;
    font-size: 0;
}

.ab_2 {
    background-color: #f1f1f1;
    overflow: hidden;
    width: 100%;
}

.ab_2_1 ul {
    list-style-type: none;
    display: block;
    font-size: 0;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
}

.ab_2_1 ul li {
    display: block;
    float: left;
    width: 50%;
    height: 335px;
}

.ab_2_1 ul li h1 {
    font-size: 40px;
    color: #3a90ff;
    padding-top: 24px;
    padding-left: 46px;
}

.ab_2_1 ul li h2 {
    font-size: 25px;
    color: #333333;
    margin-top: 27px;
    margin-left: 46px;
    border-left: 3px solid #3a90ff;
}

.ab_2_1 ul li p {
    font-size: 16px;
    line-height: 25px;
    padding: 17px 65px 0 64px;
}

.ab_2_1 ul li img {
    width: 100%;
    height: 335px;
}

.ab_2_1 ul li:nth-child(4n) h2 {
    padding-left: 12px;
    margin-top: 73px;
}
