﻿@charset "utf-8";

/*初始样式*/
body {
    color: #333;
    font-size: 14px;
    font-family: "Microsoft Yahei";

}

/*网站字体颜色*/
body,
ul,
ol,
li,
div,
p,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
img,
span,
input {
    margin: 0;
    padding: 0;
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    font-family: "Microsoft Yahei";
}

/*for ie f6n.net*/
a:focus {
    outline: 0;
}

/*for ff f6n.net*/
/*a:hover { text-decoration:underline;}*/
img {
    border: none;
}

.vam {
    vertical-align: middle;
}

.clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

p {
    word-spacing: -1.5px;
    font-family: "Microsoft Yahei";
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Microsoft Yahei";
}

.tr {
    text-align: right;
}

.tl {
    text-align: left;
}

.center {
    text-align: center;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.pa {
    position: absolute;
}

.pr {
    position: relative
}

i,
em {
    font-style: normal;
}

.clearfix:after {
    content: "";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}

.clearfix {
    zoom: 1;
}

/* -- 页面整体布局 -- */
.content {
    width: 1200px;
    margin: 0 auto;
    font-family: "Microsoft Yahei";
}

.pic {
    overflow: hidden;
    font-size: 0;
}

.pic img {
    -webkit-transition: -webkit-transform 0.5s;
    -moz-transition: -moz-transform 0.5s;
    -o-transition: -o-transform 0.5s;
    transition: transform 0.5s;
}

.pic img:hover {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
}



.tit {
    text-align: center;
    font-weight: normal;
}

.tit b {
    display: block;
    font-size: 38px;
    color: #B40B0B;
    line-height: 38px;
    letter-spacing: 3px;
}

.tit i {
    display: block;
    font-size: 22px;
    color: #232323;
    line-height: 22px;
    padding-top: 14px;
    font-weight: 300;
    letter-spacing: 2px;
}



/*banner*/
.banner {
    position: relative;
}

.banner li {
    width: 100%;
}

.banner li img {
    display: block;
    width: 100%;
}

.ban_pg {
    position: absolute;
    bottom: 30px;
    height: 17px;
    z-index: 10;
    width: 100%;
    text-align: center;
}

.ban_pg i {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: #fff;
    border-radius: 50%;
    margin: 0 10px;
    vertical-align: top;
    box-sizing: border-box;
}

.ban_pg i.on {
    background: #BD0E16;
}

.banner .prev {
    position: absolute;
    font-size: 0;
    left: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.5s;
}

.banner .next {
    position: absolute;
    font-size: 0;
    right: 0;
    opacity: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    transition: all 0.5s;
}

.banner:hover .prev {
    left: 4%;
    opacity: 1;
}

.banner:hover .next {
    right: 4%;
    opacity: 1;
}


/*sou*/
.sou {
    height: 40px;
}

.htwd {
    float: left;
    font-size: 14px;
    color: #777;
    line-height: 40px;
}

.htwd a {
    color: #777;
    margin-right: 8px;
}

.htwd a:hover {
    color: #BD0E16;
}

.s_box {
    float: right;
    width: 410px;
    height: 39px;
    border-bottom: 1px solid #aaa;
}

.s_box .txt {
    float: left;
    width: 390px;
    height: 39px;
    line-height: 39px;
    font-size: 14px;
    color: #333;
    border: 0;
    outline: 0;
    background: none;
}

.s_box .btn {
    float: left;
    width: 20px;
    height: 39px;
    background: url(../images/sou.png) no-repeat center;
    outline: 0;
    border: 0;
    cursor: pointer;
}


/*guide*/
.guide {
    height: 736px;
    padding: 75px 0 0;
    box-sizing: border-box;
    background: url(../images/guide_bg.jpg) no-repeat center 0;
}

.guide h2 {
    height: 155px;
    background: url(../images/guide_en.png) no-repeat center;
    font-weight: normal;
    text-align: center;
    position: relative;
}

.guide h2:after {
    position: absolute;
    width: 21px;
    height: 12px;
    content: "";
    background: url(../images/san1.png) no-repeat;
    left: 50%;
    bottom: -4px;
    margin-left: -10px;
}

.guide h2 span {
    display: block;
    font-size: 36px;
    color: #fff;
    line-height: 42px;
    padding-top: 40px;
    letter-spacing: 2px;
}

.guide h2 span i{
    display: inline-block;
    background-image: url('../images/aboutlogo.png');    
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    width: 200px;
    height: 50px;
}

.guide_desc {
    font-size: 18px;
    line-height: 22px;
    color: #DBDBDB;
    margin: 24px auto 0;
    width: 1040px;
    text-align: center;
}

.guide_desc em {
    color: #EB150D;
}

.guide_btn {
    height: 38px;
    text-align: center;
    margin: 32px 0 88px;
}

.guide_btn a {
    display: inline-block;
    width: 140px;
    height: 38px;
    line-height: 36px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 17px;
    box-sizing: border-box;
    font-size: 17px;
    color: #fff;
    margin: 0 6px;
    vertical-align: top;
    transition: all 0.3s;
}

.guide_btn a:hover {
    background: #fff;
    border-color: #fff;
    color: #BD0E16;
}

.guide_sz {
    display: flex;
    display: -webkit-flex;
    justify-content: space-between;
}

.guide_sz li {
    text-align: center;
}

.guide_sz li span {
    display: block;
    height: 52px;
    font-size: 32px;
    line-height: 32px;
    color: #fff;
}

.guide_sz li span b {
    display: inline-block;
    vertical-align: bottom;
    font-size: 64px;
    line-height: 52px;
    font-family: Arial;
}

.guide_sz li p {
    font-size: 20px;
    color: #fff;
    line-height: 20px;
    padding-top: 14px;
}

/*product*/
.product {
    background: url(../images/product_bg.jpg) no-repeat center top;
    padding-top: 115px;
    box-sizing: border-box;
}

.pro_nav {
    margin: 88px 0 79px;
    height: 144px;
    background: #171717;
    text-align: center;
}

.pro_nav h3 {
    width: 11.11%;
    float: left;
    height: 144px;
    background: #262626;
    box-sizing: border-box;
    border-right: 1px solid #171717;
    transition: all 0.5s ease;
}

.pro_nav h3 a {
    display: table;
    width: 100%;
    height: 100%;
}

.pro_nav h3 span {
    display: table-cell;
    vertical-align: middle;
    font-size: 16px;
    line-height: 24px;
    color: #fff;
    font-weight: normal;
    padding: 0 23px;
}

.pro_nav h3:hover {
    background: #E3241E;
}

.pro_con dl {
    float: left;
    width: 32.357%;
    margin-left: 1.5%;
    position: relative;
    margin-bottom: 1.5%;
    height: 266px;
    overflow: hidden;
    background: #fff;
    transition: all 0.5s ease;
}

.pro_con dt {
    line-height: 0;
    float: right;
    width: 266px;
}

.pro_con dt img {
    width: 100%;
}

.pro_con dd {
    width:100%;
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    z-index: 2;
    padding: 43px 0 0 10.8%;
    box-sizing: border-box;
}

.pro_con dd h4 a {
    display: block;
    font-size: 20px;
    line-height: 32px;
    color: #000;
}

.pro_con dd .more {
    margin-top: 77px;
}

.pro_con dd .more a {
    display: block;
    width: 131px;
    height: 40px;
    background: #ffffff;
    border: 2px solid #e3241e;
    border-radius: 19px;
    transition: all 0.5s ease;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 36px;
    color: #E3241E;
    text-align: center;
}

.pro_con dd .more a:hover {
    width: 136px;
}

.pro_con dl:first-child {
    width: 66.142%;
    margin-left: 0;
    height: 552px;
    overflow: hidden;
}

.pro_con dl:first-child dt {
    width: 552px;
}

.pro_con dl:first-child dd {
    width: calc(100% - 552px);
    width: 50%;
    padding-top: 44px;
    padding-left: 5.29%;
}

.pro_con dl:first-child dd h4 {
    position: relative;
    padding-bottom: 22px;
    margin-bottom: 38px;
}

.pro_con dl:first-child dd h4 strong {
    display: block;
    font-size: 36px;
    line-height: 40px;
    color: #000;
}

.pro_con dl:first-child dd h4 span {
    display: block;
    font-size: 20px;
    line-height: 40px;
    color: #000;
    font-weight: normal;
    margin-top: 9px;
}

.pro_con dl:first-child dd h4:after {
    position: absolute;
    content: "";
    width: 47px;
    height: 4px;
    background: #e3241e;
    left: 0;
    bottom: 0;
}

.pro_con dl:first-child dd .desc {
    max-height: 224px;
    overflow: hidden;
}

.pro_con dl:first-child dd .desc p {
    font-size: 16px;
    line-height: 32px;
    color: #000;
    position: relative;
    padding-left: 10px;
}

.pro_con dl:first-child dd .desc p:before {
    position: absolute;
    content: "";
    width: 5px;
    height: 5px;
    background: #999999;
    border-radius: 50%;
    left: 0;
    top: 13.5px;
}

.pro_con dl:first-child dd .more {
    position: absolute;
    bottom: 45px;
}

.pro_con dl:first-child dd .more a {
    display: block;
    width: 238px;
    height: 44px;
    background: #e3241e;
    border: 2px solid #e3241e;
    border-radius: 21px;
    transition: all 0.3s ease;
    font-size: 14px;
    line-height: 40px;
    color: #fff;
}

.pro_con dl:first-child dd .more a:hover {
    width: 246px;
}

.pro_con dl:nth-child(2) {
    margin-bottom: 20px;
}

.pro_con dl:nth-child(4) {
    margin-left: 0;
}

.pro_con dl:nth-child(5) {
    margin-left: 1.42%;
}

.pro_con dl:hover {
    box-shadow: 0px 20px 25px 5px rgba(0, 0, 0, 0.08);
}

.ask a {
    display: block;
    margin: 33px auto;
    width: 236px;
    height: 42px;
    background: #E3241E;
    border-radius: 21px;
    font-size: 16px;
    line-height: 42px;
    color: #fff;
    text-align: center;
}

.ask a img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 12px;
    transition: all 0.5s ease;
}

.ask a:hover img {
    margin-right: 16px;
}

/*软件硬件*/
.measure {
    padding-top: 115px;
    max-width: 1920px;
    min-width: 1300px;
    margin: 0 auto;
    overflow: hidden;
}

.measure_nav {
    margin-top: 64px;
    height: 94px;
}

.measure_nav h3 {
    background: #171717;
    width: 50%;
    float: left;
    text-align: center;
    transition: all 0.5s ease;
    font-size: 30px;
    line-height: 94px;
    color: #fff;
    cursor: pointer;
}

.measure_nav h3:hover,
.measure_nav h3.on {
    background: #E3241E;
}

.mea_con {
    background: url(../images/measure.jpg) no-repeat center bottom;
    height: 757px;
    padding-top: 103px;
    box-sizing: border-box;
}

.mea_con dl {
    height: 458px;
}

.mea_con dt {
    width: 50%;
    float: right;
    height: 458px;
    box-sizing: border-box;
    overflow: hidden;
    border: 8px solid rgba(255, 255, 255, 0.2);
}

.mea_con dt img {
    height: 100%;
}

.mea_con dd {
    width: 598px;
    float: left;
}

.mea_con dd li {
    width: 263px;
    height: 172px;
    float: left;
    border-top: 1px solid rgba(128, 128, 128, 0.7);
    position: relative;
    padding-top: 25px;
    box-sizing: border-box;
}

.mea_con dd li:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    left: 0;
    top: -1px;
    transition: all 0.5s ease;
    background: #fff;
}

.mea_con dd li h4 {
    font-size: 20px;
    line-height: 24px;
    color: #fff;
    margin-bottom: 20px;
}

.mea_con dd li p {
    font-size: 16px;
    line-height: 24px;
    color: #B9B9B9;
    transition: all 0.5s ease;
}

.mea_con dd li:hover:before {
    width: 100%;
}

.mea_con dd li:hover p {
    color: #fff;
}

.mea_con dd li:nth-child(odd) {
    margin-right: 72px;
}

.mea_nav {
    width: 100%;
    text-align: center;
    margin-top: 61px;
    font-size: 0;
}

.mea_nav li {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: rgba(255, 255, 255, 0.5);
    transition: all 0.5s ease;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 15px;
}

.mea_nav li.on {
    background: #E3241E;
}


/*super*/
.super {
    padding: 80px 0 0;
}

.super h2 {
    padding: 42px 0 0;
    height: 135px;
    box-sizing: border-box;
    background: url(../images/super_en.png) no-repeat center;
}

.super_desc {
    font-size: 18px;
    color: #4B4B4B;
    line-height: 26px;
    text-align: center;
    width: 1050px;
    margin: 20px auto 33px;
}

.super_desc em {
    color: #AC0909;
}

.super_con li {
    float: left;
    width: calc((100% - 6px)/2);
    /* height: 200px; */
    margin-right: 2px;
    position: relative;
    background: #000;
    overflow: hidden;
}

.super_con li:last-child {
    margin-right: 0;
}

.super_con li:after {
    position: absolute;
    width: 34px;
    height: 13px;
    content: "";
    background: url(../images/san2.png) no-repeat;
    left: 50%;
    bottom: -17px;
    margin-left: -17px;
    transition: all 0.5s;
}

.super_con li img {
    display: block;
    width: 100%;
    opacity: 0.2;
    transition: all 0.3s;
}

.super_con li .hv {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 210px;
    text-align: center;
}

.super_con li .hv h3 {
    font-size: 25px;
    color: #fff;
    opacity: 0.6;
    line-height: 30px;
    padding-bottom: 14px;
    position: relative;
}

.super_con li .hv h3:after {
    position: absolute;
    width: 34px;
    height: 1px;
    background: #fff;
    left: 50%;
    bottom: 0;
    margin-left: -17px;
    content: "";
}

.super_con li .hv p {
    font-size: 16px;
    color: #fff;
    opacity: 0.6;
    font-weight: 300;
    line-height: 26px;
    padding-top: 14px;
    width: 80%;
    margin: 0 auto;
}

.super_con li:hover img {
    opacity: 1;
}

.super_con li:hover h3,
.super_con li:hover p {
    opacity: 1;
}

.super_con li:hover:after {
    bottom: 0;
}


/*case*/
.case {
    height: 1052px;
    padding: 68px 0 0;
    box-sizing: border-box;
    background: url(../images/case_bg.jpg) no-repeat center 0;
}

.case h2 {
    padding: 48px 0 0;
    height: 146px;
    box-sizing: border-box;
    background: url(../images/case_en.png) no-repeat center;
    margin-bottom: 47px;
}

.case_list li {
    float: left;
    width: 376px;
    margin-right: 36px;
    margin-bottom: 30px;
}

.case_list li:nth-child(3n) {
    margin-right: 0;
}

.case_list li i {
    display: block;
    overflow: hidden;
}

.case_list li i img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.case_list li i:hover img {
    transform: scale(1.05);
}

.case_list li h4 a {
    display: block;
    height: 70px;
    background: rgba(255, 255, 255, 0.5);
    line-height: 70px;
    font-weight: normal;
    font-size: 22px;
    color: #3F3F3F;
    padding-left: 28px;
    border-bottom: 3px solid rgba(235, 21, 13, 0.6);
}


/*coop*/
.coop {
    height: 738px;
    padding: 70px 0 0;
    box-sizing: border-box;
    background: url(../images/coop_bg.jpg) no-repeat center 0;
}

.coop h2 {
    padding: 48px 0 0;
    height: 146px;
    box-sizing: border-box;
    margin-bottom: 45px;
    color: #fff;
    text-align: center;
}

.coop ul {
    margin: 50px 0;
}

.coop li {
    float: left;
    width: 240px;
    height: 140px;
    text-align: center;
    border-bottom: 1px solid rgba(35, 35, 35, 0.05);
    border-right: 1px solid rgba(35, 35, 35, 0.05);
    box-sizing: border-box;
    overflow: hidden;
}

.coop li:nth-child(5n) {
    border-right: 0;
}

.coop li img {
    height: 100px;
    padding-top: 20px;
    transition: all 0.5s;
}

.coop li:nth-last-child(1),
.coop li:nth-last-child(2),
.coop li:nth-last-child(3),
.coop li:nth-last-child(4),
.coop li:nth-last-child(5) {
    border-bottom: 0;
}

.coop li:hover img {
    transform: scale(1.05);
}

.coop .coop_seemore a {
    display: block;
    margin: 0 auto;
    width: 158px;
    height: 45px;
    background: #ffffff;
    text-align: center;
    font-size: 14px;
    line-height: 45px;
    color: #E3241E;
    font-weight: bold;
    transition: all 0.5s ease;
    border-radius: 22px;
}

.coop .coop_seemore a:hover {
    letter-spacing: 1px;
}

/*优势*/
.ys {
    background: url(../images/ys_bg.jpg) no-repeat center top;
    padding-top: 110px;
    background: #f5f5f5;
    overflow: hidden;
}

.ys h2 span {
    font-size: 22px;
}

h2.main_title {
    text-align: center;
    line-height: 0;
}

h2.main_title strong {
    display: block;
    font-size: 42px;
    line-height: 100%;
    color: #000;
}

h2.main_title span {
    display: block;
    font-weight: normal;
    font-size: 18px;
    line-height: 100%;
    color: #000;
    margin-top: 17px;
}

.ys dl dt {
    float: left;
    width: 50%;
    line-height: 0;
    overflow: hidden;
}

.ys dl dt img {
    height: 100%;
}

.ys dl dd {
    float: right;
    width: 50%;
    height: 100%;
    position: relative;
    box-sizing: border-box;
}

.ys dl dd h3 {
    position: relative;
    z-index: 2;
    padding-bottom: 29px;
    margin-bottom: 37px;
}

.ys dl dd h3 span {
    display: block;
    font-size: 30px;
    line-height: 36px;
    color: #000;
    font-weight: normal;
}

.ys dl dd h3:after {
    position: absolute;
    content: "";
    width: 48px;
    height: 4px;
    background: #e50013;
    left: 0;
    bottom: 0;
}

.ys dl dd p {
    font-size: 16px;
    line-height: 28px;
    color: #676767;
    position: relative;
    z-index: 2;
}

.ys dl dd p:before {
    content: "- ";
}

.ys .ys1 {
    height: 583px;
    margin-top: 79px;
    margin-bottom: 33px;
}

.ys .ys1 dd {
    padding-top: 85px;
    padding-left: 62px;
}

.ys .ys1 dd ul {
    position: absolute;
    z-index: 2;
    right: 0;
    bottom: 39px;
    width: 774px;
}

.ys .ys1 dd li {
    width: 258px;
    height: 154px;
    float: left;
    overflow: hidden;
}

.ys .ys1 dd li img {
    width: 100%;
}

.ys .ys1 dd:after {
    position: absolute;
    content: "";
    width: 960px;
    height: 100%;
    background: #fff;
    left: 0;
    top: 0;
}

.ys .ys2 {
    height: 583px;
    margin-top: 79px;
    margin-bottom: 33px;
}

.ys .ys2 dt {
    float: right;
}

.ys .ys2 dd {
    float: left;
    padding-top: 81px;
    padding-right: 50px;
}

.ys .ys2 dd ul {
    position: relative;
    z-index: 2;
    margin-top: 40px;
    display: flex;
}

.ys .ys2 dd li {
    float: left;
}

.ys .ys2 dd li strong {
    display: inline-block;
    font-size: 42px;
    line-height: 100%;
    color: #000;
    vertical-align: baseline;
}

.ys .ys2 dd li span {
    display: inline-block;
    font-size: 14px;
    line-height: 100%;
    color: #000;
    vertical-align: baseline;
}

.ys .ys2 dd li i {
    display: block;
    font-size: 16px;
    line-height: 100%;
    color: #000;
    margin-top: 7px;
}

.ys .ys2 dd:after {
    position: absolute;
    content: "";
    width: 960px;
    height: 100%;
    background: #fff;
    right: 0;
    top: 0;
}

.ys_nav {
    width: 100%;
    text-align: center;
    margin-top: 61px;
    font-size: 0;
}

.ys_nav li {
    display: inline-block;
    width: 16px;
    height: 16px;
    background: rgba(129, 127, 127, 0.5);
    transition: all 0.5s ease;
    cursor: pointer;
    border-radius: 50%;
    margin: 0 15px;
}

.ys_nav li.on {
    background: #E3241E;
}

/*ser*/
/**/
.service { background:#f5f5f5; padding-top:79px; padding-bottom:92px; text-align:center; }
.service h2 { font-size:30px; line-height:100%; color:#000; margin-bottom:58px; }
.service li { float:left; height:159px; width:12.5%; box-sizing:border-box; border-right:1px solid #dcdcdc; padding-top:4px; position:relative; }
.service li i { display:block; width:95px; height:95px; background:#ffffff; border:1px solid #ffffff; border-radius:50%; margin:0 auto 33px; transition:all 0.5s ease; }
.service li span { display:block; font-size:16px; line-height:100%; color:#000; }
.service li:after { position:absolute; content:""; width:1px; height:48px; background:#E3241E; right:-1px; top:0; }
.service li:first-child { border-left:1px solid #dcdcdc; }
.service li:first-child:before { position:absolute; content:""; width:1px; height:48px; background:#E3241E; left:-1px; top:0; }
.service li:hover i { box-shadow:0 10px 10px rgba(0,0,0,0.08); }
.service .ask a { margin:47px auto 0; }

/*liuy*/
.liuy {
    padding: 70px 0;
}

.liuy h2 {
    padding: 54px 0 0;
    height: 166px;
    box-sizing: border-box;
    background: url(../images/ser_en.png) no-repeat center;
    margin-bottom: 24px;
}

.liuy li {
    float: left;
    width: 576px;
}

.liuy li:nth-child(2) {
    float: right;
}

.liuy li label {
    display: block;
    font-size: 20px;
    color: #333;
    line-height: 46px;
    letter-spacing: 4px;
}

.liuy li label em {
    color: #EABD35;
}

.liuy li input {
    display: block;
    height: 49px;
    line-height: 47px;
    padding-left: 17px;
    border-radius: 5px;
    width: 100%;
    box-sizing: border-box;
    font-size: 16px;
    color: #000;
    outline: 0;
    border: 1px solid #E8E8E8;
    background: #F3F3F3;
}

.liuy li:nth-child(1) {
    margin-bottom: 14px;
}

.liuy li textarea {
    display: block;
    width: 100%;
    height: 158px;
    border-radius: 5px;
    font-size: 16px;
    color: #000;
    line-height: 30px;
    box-sizing: border-box;
    outline: 0;
    border: 1px solid #E8E8E8;
    background: #F3F3F3;
    padding: 5px 15px;
    font-family: "Microsoft YaHei";
}

.liuy li input::-webkit-input-placeholder,
.liuy li textarea::-webkit-input-placeholder {
    color: #000;
    opacity: 0.3;
    letter-spacing: 4px;
}

.liuy li input::-moz-placeholder,
.liuy li textarea::-moz-placeholder {
    color: #000;
    opacity: 0.3;
    letter-spacing: 4px;
}

.liuy .submit {
    display: block;
    width: 100%;
    height: 56px;
    line-height: 56px;
    text-align: center;
    font-size: 24px;
    color: #fff;
    background: #B40B0B;
    border-radius: 5px;
    cursor: pointer;
    outline: 0;
    border: 0;
    letter-spacing: 8px;
    margin-top: 40px;
}


/*qyfc*/
.qyfc {
    padding: 70px 0;
}

.qyfc h2 {
    padding: 54px 0 0;
    height: 166px;
    box-sizing: border-box;
    background: url(../images/new_en.png) no-repeat center;
    margin-bottom: 38px;
}

.qyfc_list {
    position: relative;
}

.qyfc_list li {
    float: left;
    width: 277px;
    margin-right: 30px;
}

.qyfc_list li i {
    display: block;
    overflow: hidden;
}

.qyfc_list li i img {
    display: block;
    width: 100%;
    transition: all 0.5s;
}

.qyfc_list li i:hover img {
    transform: scale(1.05);
}

.qyfc_list li p {
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 16px;
    color: #555;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    background: #F6F6F6;
}

.qyfc_list .prev {
    position: absolute;
    left: -70px;
    top: 78px;
    z-index: 10;
}

.qyfc_list .next {
    position: absolute;
    right: -70px;
    top: 78px;
    z-index: 10;
}

.qyfc_list .tempWrap {
    width: 100% !important;
}


/*xban*/
.xban {
    height: 250px;
    background: url(../images/xban.jpg) no-repeat center 0;
    margin-bottom: 70px;
}

.xban h2 {
    float: left;
    font-size: 35px;
    color: #fff;
    line-height: 35px;
    margin-top: 104px;
}

.xban h2 i {
    display: block;
    font-size: 20px;
    line-height: 20px;
    font-weight: normal;
    padding-top: 15px;
}

.xban .tel {
    float: right;
    width: 300px;
    margin-top: 80px;
    color: #fff;
}

.xban .tel i {
    display: block;
    padding-left: 25px;
    font-size: 20px;
    line-height: 20px;
    background: url(../images/tel1.png) no-repeat left center;
}

.xban .tel b {
    display: block;
    font-size: 32px;
    font-family: Arial;
    line-height: 44px;
    height: 52px;
}

.xban .tel .zx {
    display: block;
    width: 180px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    font-size: 24px;
    color: #bb1112;
    background: #fff;
    font-weight: bold;
    border-radius: 18px;
}

.xban .tel .zx:hover {
    animation: shake 1.5s linear;
}


/*news*/
.news {
    background: #f5f5f5;
    overflow: hidden;
    padding-top: 117px;
    padding-bottom: 138px;
}

.news h3 {
    margin-bottom: 44px;
}

.news h3 a {
    font-size: 24px;
    line-height: 100%;
    color: #666;
    font-weight: normal;
}

.news h3.on a {
    font-weight: bold;
    color: #000;
}

.news_nav {
    height: 24px;
    margin-bottom: 44px;
}

.news_nav h3 {
    float: left;
    margin-right: 40px;
}

.news_nav span {
    float: right;
    padding-top: 9px;
}

.news_nav span a {
    display: block;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    transition: all 0.5s ease;
}

.news_nav span a:hover {
    font-weight: bold;
}

.news_con {
    width: 56%;
    float: left;
}

.news_con .news_con_list {
    clear: both;
    height: 522px;
    border-bottom: 1px solid #000;
    box-sizing: border-box;
}

.news_con dl {
    overflow: hidden;
    height: 270px;
    background: #fff;
    transition: all 0.5s ease;
    margin-bottom: 58px;
}

.news_con dt {
    width: 50%;
    float: left;
    line-height: 0;
    overflow: hidden;
}

.news_con dt img {
    max-height: 100%;
    width: 100%;
}

.news_con dd {
    float: right;
    width: 50%;
    box-sizing: border-box;
    padding: 52px 42px 0;
}

.news_con i {
    display: block;
    font-size: 12px;
    line-height: 100%;
    color: #949494;
    font-style: normal;
    margin-bottom: 68px;
}

.news_con h4 {
    font-size: 18px;
    line-height: 20px;
    color: #000;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: normal;
    transition: all 0.5s ease;
}

.news_con p {
    font-size: 14px;
    line-height: 20px;
    color: #898989;
    max-height: 40px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    margin: 15px 0;
}

.news_con span {
    display: block;
    font-size: 12px;
    line-height: 100%;
    color: #F93D36;
}

.news_con dl:hover {
    box-shadow: 0px 0px 13px 0px rgba(6, 153, 180, 0.14);
}

.news_con ul {
    overflow: hidden;
}

.news_con li {
    width: 43.95%;
    float: left;
}

.news_con li i {
    margin-bottom: 37px;
}

.news_con li h4 {
    transition: 1s ease;
}

.news_con li p {
    margin: 18px 0 0;
}

.news_con li:last-child {
    float: right;
}

.news_con li:hover h4 {
    margin-bottom: 21px;
}

.faq {
    width: 496px;
    overflow: hidden;
    float: right;
    position: relative;
}

.faq h3 strong {
    color: #000;
}

.faq h3 span {
    float: right;
    font-size: 16px;
    line-height: 22px;
    color: #000;
    padding-top: 9px;
    font-weight: normal;
    transition: all 0.5s ease;
}

.faq h3 span:hover {
    font-weight: bold;
}

.faq .faq_list {
    width: 496px;
    height: 522px;
    background: #E3241E;
    box-sizing: border-box;
    padding: 36px 42px;
    position: relative;
}

.faq dt {
    width: 412px;
    line-height: 0;
    overflow: hidden;
}

.faq dt img {
    width: 100%;
}

.faq dd {
    margin-top: 37px;
}

.faq dd i {
    font-size: 12px;
    line-height: 100%;
    color: #fff;
}

.faq dd h4 {
    font-size: 18px;
    line-height: 20px;
    color: #fff;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin: 33px 0 18px;
}

.faq dd p {
    font-size: 14px;
    line-height: 20px;
    color: #fff;
}

.faq .faq_nav {
    font-size: 0;
    position: absolute;
    z-index: 2;
    right: 42px;
    top: 350px;
    text-align: right;
    width: 412px;
}

.faq .faq_nav li {
    display: inline-block;
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    background: #eee;
    border-radius: 50%;
    transition: all 0.5s ease;
    margin-right: 10px;
    cursor: pointer;
}

.faq .faq_nav li.on {
    background: #333;
}

.links {
    height: 80px;
    line-height: 80px;
    border-bottom: 1px solid #e5e5e5;
}

.links em {
    float: left;
    font-size: 16px;
    color: #000;
}

.links em i {
    color: #BDBDBD;
    text-transform: uppercase;
}

.links a {
    font-size: 14px;
    color: #666;
    margin-left: 60px;
}

.links a:hover {
    color: #B40B0B;
}

@media screen and (max-width:1400px),
(-webkit-min-device-pixel-ratio:2) {
    .pro_con dd {
        padding-left: 8%;
    }

    .album .content {
        width: 1200px;
    }

    .album .con li {
        width: 388px;
    }
}