/*全局控制*/

@charset "utf-8";

/*全局控制*/

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,

/* structural elements 结构元素 */

div,
dl,
dt,
dd,
ul,
ol,
li,

/* list elements 列表元素 */

h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,

/* text formatting elements 文本格式元素 */

form,
fieldset,
legend,
button,
input,
textarea,

/* form elements 表单元素 */

p,
blockquote,
th,
td
/* table elements 表格元素 */

{
    margin: 0;
    padding: 0;
}


/** 设置默认字体 **/

body,
button,
input,
select,
textarea
/* for ie */

{
    font: 14px/1.5 tahoma, arial, \5b8b\4f53, sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: normal;
}

address,
cite,
dfn,
em,
var {
    font-style: normal;
}


/* 将斜体扶正 */

code,
kbd,
pre,
samp {
    font-family: courier new, courier, monospace;
}


/* 统一等宽字体 */

small {
    font-size: 12px;
}


/* 小于 12px 的中文很难阅读，让 small 正常化
*/

table,
td,
tr,
th {
    font-size: 12px;
}

caption,
th {
    text-align: left;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


/** 重置列表元素 **/

ul,
ol,
li {
    list-style: none;
}

li {
    list-style-type: none;
}

q:before,
q:after {
    content: '';
}

abbr,
acronym {
    border: 0;
    font-variant: normal;
}

address,
caption,
cite,
code,
dfn,
em,
th,
var,
optgroup {
    font-weight: normal;
    font-style: normal;
}

del,
ins {
    text-decoration: none;
}


/** 重置文本格式元素 **/

a {
    color: #333;
    text-decoration: none;
    outline: none;
}

a:visited {
    /* color: #fff; */
    text-decoration: none;
}

a:hover {
    color: #666;
    text-decoration: none;
}

a:active {
    color: #666;
}


/** 重置表单元素 **/

legend {
    color: #666;
}


/* for ie6 */

fieldset,
img {
    border: 0;
}


/* img 搭车：让链接里的 img 无边框 */

button,
input,
select,
textarea {
    font-size: 100%;
}


/* 使得表单元素在 ie 下能继承字体大小 */

sup {
    vertical-align: text-top;
}


/* 重置，减少对行高的影响 */

sub {
    vertical-align: text-bottom;
}


/* 注：optgroup 无法扶正 */


/** 重置表格元素 **/

table {
    border-collapse: collapse;
    border-spacing: 0;
}
img{max-width: 100%;}

/** 清除浮动 **/

input,
button,
textarea,
select,
optgroup,
option {
    font-family: inherit;
    font-size: inherit;
    font-style: inherit;
    font-weight: inherit;
    outline: none;
}

body {
    background: #fff;
    font: 14px/20px Microsoft Yahei, simsun, Tahoma, Arial, Helvetica, sans-serif;
    color: #000;
}

input[type="text"],
textarea {
    -webkit-appearance: none;
}

input {
    _background: #fff;
}

textarea {
    background: #fff;
}

select {
    *background: #fff;
}

.clearfix:before,
.clearfix:after {
    content: "";
    display: table;
}

.clearfix:after {
    clear: both;
}

.clearfix {
    zoom: 1;
}

.clear {
    clear: both;
}

.fl {
    float: left;
}

.fr {
    float: right;
}

.bl1 {
    clear: both;
    height: 1px;
    overflow: hidden;
    display: block;
}

.bl5 {
    clear: both;
    height: 5px;
    overflow: hidden;
    display: block;
}

.bl10 {
    clear: both;
    height: 10px;
    overflow: hidden;
    display: block;
}

.bl15 {
    clear: both;
    height: 15px;
    overflow: hidden;
    display: block;
}

.bl20 {
    clear: both;
    height: 20px;
    overflow: hidden;
    display: block;
}

.bl30 {
    clear: both;
    height: 30px;
    overflow: hidden;
    display: block;
}

.bl40 {
    clear: both;
    height: 40px;
    overflow: hidden;
    display: block;
}

.bl50 {
    clear: both;
    height: 50px;
    overflow: hidden;
    display: block;
}

.tc {
    text-align: center;
}

.tl {
    text-align: left;
}

.tr {
    text-align: right;
}

.dis {
    display: block;
}

.undis {
    display: none;
}

.cl {
    clear: both;
}

.fb {
    font-weight: bold;
}

.fnb {
    font-weight: 200;
    margin-left: -1px;
}

.hr_1,
.hr_10 {
    font-size: 1px;
    line-height: 1px;
    clear: both;
}

.hr_1 {
    height: 1px;
}

.hr_10 {
    height: 10px;
}

input[type="text"]:focus,
input[type="password"]:focus,
textarea:focus {
    outline: none;
}

.wrap {
    width: 1360px;
    margin: 0 auto;
    text-align: left;
}
.wrap1{ 
    width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.header .logo {
    width:280px;
  
}
.header .logo a{width:280px;}

.header .logo img {
    width: 100%;
}

.header{ padding: 24px 0 15px;}
.nav{background:rgba(21,49,86,1); width: 100%; height: 55px;}
.nav li {
    float: left;
    width: 150px;
    font-size: 16px;
    height:55px;
    position: relative;
    text-align: center;
}
.navChild{ position: absolute; top: 55px; left:0px; width:150px; text-align: center; display: none; z-index: 10;}

.navChild a{
    width:100%;
    height:40px;
    background:#32588b;
    color: #fff;
    line-height: 40px;
    display: block;
    font-size:12px;
  
}
.navChild a:hover{ background-color: rgba(21,49,86,1); color: #fff;}
.nav li:hover>a{ color: #fff; background-color: rgba(21,49,86,1);}
.nav li>a {
    display: block;
    color: #fff;
    width: 100%;
    line-height: 55px;  transition: all .5s;
}
.nav li>a:hover{ background:#32588b;}

.header .phone {
    line-height: 38px;
    font-size: 16px;
    font-weight: bold;
    color: #153156;
}

.phone i {
    display: inline-block;
    width: 26px;
    height: 36px;
    margin-right: 10px;
    vertical-align: middle;
    background: url(../img/phoneIco.png) no-repeat center;
}
.search{
    margin-left: 160px;
    width:451px;
    height:38px;
    background:rgba(247,247,247,1);
    border:1px solid rgba(229,229,229,1);
    border-radius:5px; position: relative;}
.search .input{ height:38px; border: none; width: 300px; background: none; text-indent: 12px; font-size: 12px;}
.search .input::-webkit-input-placeholder {
    color: #999;
  }
.search .input::-moz-placeholder { color: #999;}
.search .input:-ms-input-placeholder { 
    color: #999;
  } 
.searchBtn{width:54px;
    height:38px;
    background-color:rgba(242,242,242,1);
    /* border: none; */
    border:1px solid rgba(230,230,230,1);
    border-radius:0px 5px 5px 0px; position: absolute;bottom: -1px; right:-1px;
    background-image: url(../img/searchIco.png);
    background-repeat: no-repeat;
    background-position: center;
}
.searchBtn:hover{ opacity: .8;}

.banner {
    position: relative;
    overflow: hidden;
    width: 100% !important;
}

.banner a,
.banPic,
.banPic .swiper-slide{
    width: 100% !important;
    height: 560px;
}

.banner li a {
    display: block;
    cursor: pointer;
}

.swiper-pagination.dot_style {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 25px;
    text-align: center;
    z-index: 10;
}
.dot_style .swiper-pagination-bullet {
    opacity: 1;
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 6px !important;
    background: #6a6767;
    font-size: 0;
}

.dot_style .swiper-pagination-bullet-active {
    background: #fff;
}
.container1{
    box-shadow:0px 5px 24px 0px rgba(4,0,0,0.11);
    margin-top:-95px;
    position: relative;
    z-index: 5;
}
.container1 ul li{ width:14.28%; background: #fff; padding: 48px 0 55px; height: 194px; text-align: center; float: left; position: relative; }
.container1 ul li span{width: 54px; height: 54px; margin: 0 auto 30px;}
.container1 .li1 span{ background: url(../img/ico1.png) no-repeat center;}
.container1 .li2 span{ background: url(../img/ico2.png) no-repeat center;}
.container1 .li3 span{ background: url(../img/ico3.png) no-repeat center;}
.container1 .li4 span{ background: url(../img/ico4.png) no-repeat center;}
.container1 .li5 span{ background: url(../img/ico5.png) no-repeat center;}
.container1 .li6 span{ background: url(../img/ico6.png) no-repeat center;}
.container1 .li7 span{ background: url(../img/ico7.png) no-repeat center;}


.container1 ul li h2,.container1 ul li a{font-size: 16px; color: #080808; width:100%; margin: 0 auto;}
.posiTxt{ position: absolute;width:160px; padding:35px 10px 10px; opacity: 0; transition: all .5s;
    height:212px;
    background:rgba(21,49,86,1); color: #fff; bottom: 18px;left: 50%; margin-left: -80px;}
.posiTxt .title{ font-size:16px;}
.posiTxt .description{ font-size: 14px; margin-top: 15px; text-align: left; line-height: 150%;}
.container1 ul li::after{ content: ''; width: 1px; height: 66px; background: #F1F1F1; position: absolute; right: 0; top: 50%; margin-top: -33px;}
.container1 ul li:last-child{ border-right: none;}

.about ul li{ width:20%; }

.teams ul li{ width:16.6666%; }
.teams-info {padding:10px 0;}
.teams-info h2{text-align:center;font-size:24px;color:rgba(21,49,86,1);padding:0 0 20px;}
.teams-info p{line-height:180%}
 
.titleName strong{ font-size: 24px; color: #000; line-height: 150%;}
.titleName span{ color: #6D6D6D; font-size: 18px; margin-top: 10px; text-transform: uppercase; padding-bottom: 16px; position: relative;}
.titleName span::after{ content: '';position: absolute; bottom: 0; left: 50%; margin-left: -33px;
    width:66px;
    height:6px;
    background:rgba(21,49,86,1);
    border-radius:3px;
}
.indexNews{margin-top: 45px;}

.newsImg {
    width: 600px;
    position: relative;
    height: 255px;
     overflow: hidden;
}

.newsImg img {
    width: 100%;
    display: block;
    height: 100%;
}

.newsImg .tipNew {
    position: absolute;
    height: 60px;
    padding: 0 20px;
    width: 100%;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.5);
}

.newsImg .tipNew span {
    position: absolute;
    top: 0;
    right: 20px;
    line-height: 60px;
    font-size: 14px;
    color: #fff;
}

.newsImg .tipNew a {
    color: #fff;
    line-height: 60px;
    width: 350px;
    position: relative;
    padding-right: 35px;
}
.newsImg .tipNew a:hover{ text-decoration: underline;}
/* 
.newsImg .tipNew a::before {
    content: '';
    width: 34px;
    height: 30px;
    background: url(../img/icon.png) no-repeat;
    background-position: -45px -6px;
    position: absolute;
    right: -4px;
    top: 8px;
} */

.newslist {
    width: 540px;
    /* padding-left: 30px; */
}

.newslist li:hover {
    /* margin-top: 20px; */
    background:rgba(235,235,235,1);
}


.newslist li a {
    position: relative;
    width: 422px;
    line-height:52px;
    font-size: 16px;
}
.newslist li:hover a{ color: #153156;}

.newslist li{ transition: all 0.8s; margin-bottom:15px;}
.newslist li .time {
    background:rgba(235,235,235,1);
    width: 100px;
    height:52px;line-height:52px;color:#666;
    text-align: center;
}
.newslist li .time .date{ color: #4c4c4c; font-size: 18px;}
.newslist li .time .year{ color: #B3B3B3; font-size: 16px; margin-top: 5px;}
.container3{ padding: 80px 0; background: url(../img/bg1.jpg) no-repeat center; background-size: cover;}
.container3 .titleName strong,.container3 .titleName span{color:#fff;}
.container3 .titleName span::after{ background: #fff;}
.container3 .swiper-slide{ width:202px;
    height:160px; margin-right: 70px; border:1px solid rgba(255,255,255,1);background: rgba(255,255,255,.1);}
.container3 .content{
    width:100%;
    height:100%;
    
    padding: 30px 8px;color: #fff;
    
    transition: all .5s;
}
.container3 .content span{width: 98px; margin: 0 auto;font-size:24px; border-bottom: #fff 1px dashed; text-align: center; padding-bottom: 15px;}
.container3 .content p{ font-size: 14px;  line-height: 180%;margin-top: 20px;}
.container3 .honorlist{width: 1200px; margin: 60px auto 0; padding: 0 90px; position: relative;}
.honor,.honorm{height:auto;width:100%;}
.honor{margin:100px 0 0;}
.honor img,.honorm img{float:left;height:auto;width:100%;}
.honorm{display:none;}

.honorlist .arrow{width: 30px; height: 70px; position: absolute; top: 50%; margin-top: -35px;}
.honorlist .LeftBtn{ background: url(../img/arrow1.png) no-repeat; left: 0;}
.honorlist .RightBtn{ background: url(../img/arrow2.png) no-repeat; right: 0;}
.container3 .content:hover{background: rgba(21,49,86,1);}
.seeMore {
    width:140px;
height:40px;
border:1px solid rgba(255,255,255,1);
    color: #fff;
    line-height: 40px;
    font-size: 18px;
    text-align: center;
    margin: 70px auto 0;
}
.seeMore:hover{ background: #fff; color: #333;}
.footer{ font-size: 14px; color: #E6E6E6;height:79px; line-height: 79px;
    background:rgba(51,51,51,1);width:100%;float:left;}
.footer>p{ width: 50%;}
.footer a{ color: #E6E6E6;}
.footer a:hover{text-decoration: underline;}
.insideBan{ width: 100%; height: 560px;}
.Inav ul li span{ width: 43px; height: 43px;}
.Inav ul .li1 span{ background: url(../img/aIco1.png) no-repeat center;}
.Inav ul .li2 span{ background: url(../img/aIco2.png) no-repeat center;}
.Inav ul .li3 span{ background: url(../img/aIco3.png) no-repeat center;}
.Inav ul .li4 span{ background: url(../img/aIco4.png) no-repeat center;}
.Inav ul .li5 span{ background: url(../img/aIco5.png) no-repeat center;}
.Inav ul .li6 span{ background: url(../img/aIco6.png) no-repeat center;}
.Inav ul .li7 span{ background: url(../img/aIco7.png) no-repeat center;}
.Inav ul .li1:hover span,.Inav ul .li1.on span{ background: url(../img/aIco1_on.png) no-repeat center;}
.Inav ul .li2:hover span,.Inav ul .li2.on span{ background: url(../img/aIco2_on.png) no-repeat center;}
.Inav ul .li3:hover span,.Inav ul .li3.on span{ background: url(../img/aIco3_on.png) no-repeat center;}
.Inav ul .li4:hover span,.Inav ul .li4.on span{ background: url(../img/aIco4_on.png) no-repeat center;}
.Inav ul .li5:hover span,.Inav ul .li5.on span{ background: url(../img/aIco5_on.png) no-repeat center;}
.Inav ul .li6:hover span,.Inav ul .li6.on span{ background: url(../img/aIco6_on.png) no-repeat center;}
.Inav ul .li7:hover span,.Inav ul .li7.on span{ background: url(../img/aIco7_on.png) no-repeat center;}
.Inav ul li a{ font-size: 14px;}
.Inav ul li:hover a,.Inav ul li.on a{ color: #153156;} 

.server ul li span{ width:54px; height:54px;}
.server ul .li1 span{ background: url(../img/ico1.png) no-repeat center;}
.server ul .li2 span{ background: url(../img/ico2.png) no-repeat center;}
.server ul .li3 span{ background: url(../img/ico3.png) no-repeat center;}
.server ul .li4 span{ background: url(../img/ico4.png) no-repeat center;}
.server ul .li5 span{ background: url(../img/ico5.png) no-repeat center;}
.server ul .li6 span{ background: url(../img/ico6.png) no-repeat center;}
.server ul .li7 span{ background: url(../img/ico7.png) no-repeat center;}
.server ul .li1:hover span,.server ul .li1.on span{ background: url(../img/ico1_on.png) no-repeat center;}
.server ul .li2:hover span,.server ul .li2.on span{ background: url(../img/ico2_on.png) no-repeat center;}
.server ul .li3:hover span,.server ul .li3.on span{ background: url(../img/ico3_on.png) no-repeat center;}
.server ul .li4:hover span,.server ul .li4.on span{ background: url(../img/ico4_on.png) no-repeat center;}
.server ul .li5:hover span,.server ul .li5.on span{ background: url(../img/ico5_on.png) no-repeat center;}
.server ul .li6:hover span,.server ul .li6.on span{ background: url(../img/ico6_on.png) no-repeat center;}
.server ul .li7:hover span,.server ul .li7.on span{ background: url(../img/ico7_on.png) no-repeat center;}

.teams ul li span{ width:54px; height:54px;}
.teams ul .li1 span{ background: url(../img/ico10.png) no-repeat center;}
.teams ul .li2 span{ background: url(../img/ico11.png) no-repeat center;}
.teams ul .li3 span{ background: url(../img/ico12.png) no-repeat center;}
.teams ul .li4 span{ background: url(../img/ico13.png) no-repeat center;}
.teams ul .li5 span{ background: url(../img/ico14.png) no-repeat center;}
.teams ul .li6 span{ background: url(../img/ico15.png) no-repeat center;}
.teams ul .li1:hover span,.teams ul .li1.on span{ background: url(../img/ico10_on.png) no-repeat center;}
.teams ul .li2:hover span,.teams ul .li2.on span{ background: url(../img/ico11_on.png) no-repeat center;}
.teams ul .li3:hover span,.teams ul .li3.on span{ background: url(../img/ico12_on.png) no-repeat center;}
.teams ul .li4:hover span,.teams ul .li4.on span{ background: url(../img/ico13_on.png) no-repeat center;}
.teams ul .li5:hover span,.teams ul .li5.on span{ background: url(../img/ico14_on.png) no-repeat center;}
.teams ul .li6:hover span,.teams ul .li6.on span{ background: url(../img/ico15_on.png) no-repeat center;}




.aboutContent{ padding: 0 5%;}
.aboutContent h1{ font-size: 20px; color: #153156; padding-left: 20px; position: relative; line-height: 40px; margin-bottom: 30px;}
.aboutContent h1::after{ content: '';width: 6px;
    height: 40px;
    background: #153156;
    position: absolute;
    left: 0;
}
.aboutContent p{ color: #000; font-size: 14px; line-height: 180%;}
.servicelist ul li{ cursor: pointer; margin-top: 30px; position: relative; width: 190px;height:200px; position: relative; float: left; margin-right: 2.2%;}
.servicelist ul li h3{ position: absolute; bottom: 0; left: 0; background: rgba(0, 0, 0, 0.6); height: 30px; line-height: 30px; width: 100%; color: #fff; text-align: center; color: #fff; transition: all 0.3s;}
.servicelist ul li h3 a{ color: #fff;}
.servicelist ul li span{ width: 100%;height: 200px; overflow: hidden;}
.servicelist ul li span img{ display: block; width: 100%; position: relative ; top: 50%; transform: translateY(-50%);}
.servicelist .title{ color: #153156; font-size: 18px; }
.servicelist{
    margin-top: 70px;
}
.servicelist ul li:hover h3{height: 100%; display: flex; justify-content: center; align-items: center;}
.servicelist ul li:hover h3 a{height: 37px; line-height: 37px; border-top: #fff 1px solid; border-bottom: #fff 1px solid;font-size: 18px; }
.mAddress{height: 40px; color: #7F7F7F;
    background: #EFEFEF; line-height: 40px;}
.mAddress a{ color: #7F7F7F;}
.mAddress a:hover{color: #153156; }
.lvlist dl{width: 590px; float: left; margin-right: 20px; margin-bottom: 20px;}
.lvlist dt{width: 37.4%;
    height: 230px;}
.lvlist dt a{ width: 100%; height: 100%; overflow: hidden;}
.lvlist dt a img{ position: relative; top: 40%; transform: translateY(-40%); display: block;}
.lvlist dd{width: 62.6%; padding: 5% 6%; height: 230px; }
.lvlist dd .name{ font-size: 18px; color: #153155;}
.lvlist dd .tip{ padding-bottom: 8px; border-bottom: #ccc 2px solid; margin-top: 5px;}
.lvlist dd p{margin-top: 20px; line-height: 180%;}
.lvlist dl:hover dd{ background: linear-gradient(-35deg, #1C3E6C, #3B78C7);}
.lvlist dl:hover dd .name,.lvlist dl:hover dd .tip,.lvlist dl:hover dd p{ color: #fff;}
.teamLeft{width: 32%; height: 470px; overflow: hidden; position: relative; float: left;}
.teamLeft img{ display: block;width: 380px; }
.teamLeft a{ display: block; width: 125px; height: 45px; background-color: rgba(0,0,0,0.5); color: #fff; line-height: 45px; text-align: center; position: absolute; bottom: 0; left: 50%; margin-left: -62.5px;}
.teamLeft a i{ display: inline-block; width: 33px; height: 20px; background-position: -351px -116px; vertical-align: middle;}
.teamRight{ float: left; background-color: #fff; padding-left: 5%;  width: 68%;}
.teamRight .name{ color: #0e2265; line-height: 150%; position: relative; padding-bottom: 20px; border-bottom: #E6E6E6 1px solid;}
.teamRight .name h2{font-size:26px;  }
.teamRight .name h2 span{ font-size: 20px; color: #999;}
.teamRight li{ padding: 25px 0;}
.teamRight li p{ line-height: 180%;}
.detailPage a{ height: 60px; text-align: right;  color: #999; padding: 0 20px; background: #fff; line-height: 60px; width: 50%; box-sizing: border-box;-webkit-box-sizing: border-box;}
.detailPage{ margin-top: 60px; border-top: #E6E6E6 1px solid;}
.detailPage .a1{  text-align: left;}
.introTxt>p{margin-top: 20px; color: #212121; line-height: 220%;}
.introTxt>div{ margin-top: 20px;}
.introTxt>div span{ font-size: 18px;}
.introTxt>div p{color: #212121; line-height: 220%;}
.coopertitle h1{ font-size: 26px; color: #222; line-height: 150%;}
.coopertitle span{ color: #999; margin-top: 5px;}
.coopertitle{ border-bottom: #E6E6E6 1px solid; padding-bottom: 30px;}
.cooplist{margin-top: 20px;}
.cooplist li{width: 23%; border: 1px solid #E6E6E6;text-align: center; height:110px;padding:10px 0; display: flex; justify-content: center; align-items: center; margin-top: 40px;float: left;
    margin-right: 32px; }
.cooplist li img{height:80px;}
.cooplist li p{text-align:center;width:100%;}


.Inav1 ul li span{ width: 43px; height: 43px;}
.Inav1 ul .li1 span{ background: url(../img/aIco6.png) no-repeat center;}
.Inav1 ul .li2 span{ background: url(../img/aIco7.png) no-repeat center;}
.Inav1 ul .li3 span{ background: url(../img/aIco8.png) no-repeat center;}
.Inav1 ul .li4 span{ background: url(../img/aIco9.png) no-repeat center;}
.Inav1 ul .li1:hover span,.Inav1 ul .li1.on span{ background: url(../img/aIco6_on.png) no-repeat center;}
.Inav1 ul .li2:hover span,.Inav1 ul .li2.on span{ background: url(../img/aIco7_on.png) no-repeat center;}
.Inav1 ul .li3:hover span,.Inav1 ul .li3.on span{ background: url(../img/aIco8_on.png) no-repeat center;}
.Inav1 ul .li4:hover span,.Inav1 ul .li4.on span{ background: url(../img/aIco9_on.png) no-repeat center;}
.Inav1 ul li a{ font-size: 14px;}
.Inav1 ul li:hover a,.Inav1 ul li.on a{ color: #153156;} 
.Inav1 ul{ background-color: #fff;}
.newsContent ul li{width: 32.5%; cursor: pointer;
    border: 1px solid #F0F0F0; float: left; margin-right: 1.2%; margin-bottom: 30px;}
.newsContent ul li span{ width: 100%; height: 252px; overflow: hidden;}
.newsContent ul li img{ display: block; width: 100%; position: relative; top: 50%; transform: translateY(-50%); transition: all .3s; -webkit-transition: all .3s; -moz-transition: all .3s;}
.newsContent ul li .txt{ padding: 15px 20px 0;}
.newsContent ul li .txt .title{ color: #323232; font-size: 16px;}
.newsContent ul li .txt .description{ color: #969696; margin: 10px 0;height:42px;}
.newsContent ul li .txt .time{ color: #969696; line-height: 48px; border-top: #E6E6E6 1px solid;}
.newsContent ul li:hover img{ transform: scale(1.06) translateY(-50%);-webkit-transform: scale(1.06) translateY(-50%);-moz-transform: scale(1.06) translateY(-50%);}
.newsContent ul li:hover{ box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.15);}
 .newsContent ul li:hover .txt .title a{ color: #153155;}
.Aboutcontainer h1{font-size:26px;color:rgba(34,34,34,1); border-bottom: #E6E6E6 1px solid; line-height: 180%; padding-bottom: 15px; margin-bottom: 15px;}
.introTxt p{ line-height: 220%;  color: #222; font-size: 14px; margin-top: 20px;}
.imgbox { text-align: center; }
.imgbox  img{ max-width: 100%;}
.culture li{width: 33.33333%; float: left; text-align: center;}
.culture li span{width: 123px; height: 123px; margin: 0 auto 20px; }
.culture li.li1 span{ background: url(../img/jIco1.png) no-repeat center;background-size: 100%;}
.culture li.li2 span{ background: url(../img/jIco2.png) no-repeat center;background-size: 100%;}
.culture li.li3 span{ background: url(../img/jIco3.png) no-repeat center;background-size: 100%;}
.culture li.li4 span{ background: url(../img/jIco4.png) no-repeat center;background-size: 100%;}
.culture li strong{font-weight: normal; font-size: 20px; color: #666;}
.joblist dt{ font-size: 26px; color: #1E1E1E;}
.joblist dl{ margin-top: 80px;width: 460px; }
.joblist dd p{margin-top: 20px; color: #4F4F4F; line-height: 180%;}
.culture ,.joblist{ padding: 0 3%;}
.joblist dd .p1{height: 430px; overflow: auto;}
/*滚动条的宽度*/

.joblist dd .p1::-webkit-scrollbar {
    width:9px;
    height:9px;
}

/*外层轨道。可以用display:none让其不显示，也可以添加背景图片，颜色改变显示效果*/

.joblist dd .p1::-webkit-scrollbar-track {
    width: 6px;
    background-color:#333;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}

/*滚动条的设置*/

.joblist dd .p1::-webkit-scrollbar-thumb {
    background-color:#606d71;
    background-clip:padding-box;
    min-height:28px;
    -webkit-border-radius: 2em;
    -moz-border-radius: 2em;
    border-radius:2em;
}
/*滚动条移上去的背景*/

.joblist dd .p1::-webkit-scrollbar-thumb:hover {
     background-color:#333;
}
.contact{ padding: 30px;}
.contact h3{font-size: 18px; color: #222;}
.contact p{ line-height: 180%;font-size: 14px; margin-top: 20px;}
#allmap{ width: 100%; height: 400px; margin-top: 40px;}
#allmapa{ width: 100%; height: 400px; margin-top: 40px;}
.comment{ padding: 60px 20px 0;}
.cLeft {font-size: 16px; width:48%;}
.cLeft span{ color: #153156; position: relative; display: block; font-size: 22px;  padding-bottom: 15px; line-height: 120%;}
.cLeft span::after{ content: ''; width: 8%;
    height: 6px;
    background: #E6E6E6; position: absolute; bottom: 0; left: 0;}
.cLeft ul li{ padding-left: 35px; color: #000; line-height: 180%; position: relative; margin-top: 20px;}
.cLeft ul li i{display: block; position: absolute; left: 0; top: 3px; width: 25px; height: 23px; }
.i1{ background: url(../img/c_ico1.png) no-repeat;}
.i2{ background: url(../img/c_ico2.png) no-repeat;}
.i3{ background: url(../img/c_ico3.png) no-repeat;}
.cright{width: 585px;font-size: 16px;}
.inputDiv{ margin-bottom: 20px; }
.inputDiv span{  color: #000; line-height: 30px;vertical-align: top;}
.inputDiv sup{ color: #F23535; margin-right: 5px;}
.textInput{width:530px; margin-left: 5px;
    height:30px;
    border:1px solid rgba(237,237,237,1); font-size: 14px; text-indent: 20px;}
.textarea{width:530px;
    height:99px;text-indent: 20px;font-size: 14px;  padding-top: 10px;margin-left: 5px;
    border:1px solid rgba(237,237,237,1);}
.submit{width:230px;
    height:40px;
    background:#153156;
    border-radius:5px; color: #fff; border: none; margin-left: 53px;}
    .submit:hover{ background: #163763;}
    .gzjh_list{ padding:50px 0 60px 0; min-height:100px; clear:both; overflow:hidden;}
    .gzjh_list ul{width:100%;float:left;}
    .gzjh_list .ul{ margin:0;}
    .gzjh_list .li{ margin-bottom:2px;float:left;width:50%;padding:0 2%;}
    .gzjh_list .txt{ background:#9ea5b3; cursor:pointer; height:40px; display:block; line-height:40px; color:#fff; font-size:18px; padding:0 50px 0 30px; overflow:hidden; position:relative;}
    .gzjh_list .txt span{ position:absolute; right:0; top:0; width:15px; height:15px; background:url(../img/kh_j1.jpg) center no-repeat; margin:12px 30px 0 0;}
    .gzjh_list .one .txt span{ background:url(../img/kh_jj1.jpg) center no-repeat;}
    .gzjh_list .tet{ display:block; border:1px solid #ddd; border-top:0;}
    .gzjh_list .tet_box{ padding:27px 30px;}
    .gzjh_list .tet span{ padding-bottom:25px; display:block;}
    .gzjh_list .tet .p{ padding-bottom:0; color:#f3aa00;}
    .gzjh_list .tet b{ color:#ee7800; display:block; padding-bottom:10px;}
    .gzjh_list .tet i,.tet_box p{ color:#545152; line-height:24px;}
    .gzjh_xlk1 .xlk{ margin-top:30px;}
    .gzjh_xlk1 .xlk span{ float:left; padding-top:5px;}
    .gzjh_xlk1 .xlk .xl{ margin-left:50px;}
    .gzjh_xlk1 .xlk_zw .xl{ margin-left:40px;}
    .gzjh_xlk1 .xlk ul{ background:none;}
    .gzjh_xlk1 .xlk ul li{ background:#eaeaea; margin-left:50px;}
    .gzjh_xlk1 .xlk_zw ul li{ background:#eaeaea; margin-left:40px;}
    
/* 公共样式 */
/* 页码 start */
.page {
    border-radius: 5px;
    overflow: hidden;
    display: inline-block;
    font-size: 0;
    width: 100%;
    text-align: center;
    margin-top: 50px;
}

.pageBox li{ display: inline-block;
    height: 34px;
    line-height: 34px;
    font-size: 15px;
    color: #333;
    text-align: center;
    background: #efefef;
    margin: 0 2px;
}
.pageBox li a,.pageBox li span{ display: block; padding: 0 15px;}
.page a.end_page {
    border-right: none;
}


.page span.current,.page .on,
.page a:hover {
    background-color: #153156;
    color: #fff;
}

.searchContent h3{font-size:18px;text-align: center;}
.searchContent ul li{width:100%;padding:20px 0;border-bottom:1px solid #ccc;}
.searchContent ul li span{float:right;}
/* 页码end */

.hide {
    display: none;
}

.text_center {
    text-align: center;
}

.text_right {
    text-align: right;
}

._block {
    display: block;
}

.marginTop60 {
    margin-top: 60px;
}

.marginTop100 {
    margin-top: 100px;
}

/* .icon {
    background: url(../img/icon.png) no-repeat;
} */

.marginlf10 {
    margin-left: 10px;
}

.marginlf15 {
    margin-left: 15px;
}

.marginlf20 {
    margin-left: 20px;
}

.marginlf30 {
    margin-left: 30px;
}

.ellipsis1 {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.ellipsis2 {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.ellipsis3 {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.marginTop25 {
    margin-top: 25px;
}

.marginTop30 {
    margin-top: 30px;
}

.marginTop10 {
    margin-top: 10px;
}



.color_999 {
    color: #999;
}

.color_666 {
    color: #666;
}

.color_333 {
    color: #333;
}

.color_fff {
    color: #fff;
}

.font16 {
    font-size: 16px;
}

.marginTop2 {
    margin-top: 2px;
}

.marginR0 {
    margin-right: 0 !important;
}

.marginB0 {
    margin-bottom: 0 !important;
}
.marginBottom80{ margin-bottom: 80px;}

@media(max-width:768px) {
    .header .logo a{width: 100%;}
    .wrap,.wrap1,.wrap2{width: 100%; padding: 0 3%;}
    .header { height: 50px;}
    .header .logo{margin-left: 0;
        width:200px;
        margin-top: 0;
        top: 50%;
        transform: translateY(-50%);
        position: relative;}
    .header .phone,.nav,.header .search{ display: none;}
    .menu {
        background-color: transparent;
        background-image: none;
        border: 1px solid #153156;
        border-radius: 4px;
        float: right;
        margin-top:9px;
        padding: 3px 4px 6px;
    }
    .menu .icon-bar {
        display: block;
        width: 22px;
        height: 2px;
        border-radius: 1px;
        margin-top: 4px;
        background-color: #153156;
    }
    .mnav  li{ font-size: 14px;
        height: 40px;
        line-height: 40px;
        text-align: center;
    }
    .mnav {padding-right: 15px;
        padding-left: 15px;
        overflow-x: visible;
        z-index: 999;
        position: absolute;
        width: 150px;
        right: 0;
        top: 50px;
        border: 0;
        background:rgba(0,0,0,.8);
        display: none;}
    .mnav li a{color: #fff; line-height: 40px;}
    .banner a, .banPic, .banPic .swiper-slide{height: 200px;}
    .swiper-pagination.dot_style{ bottom: 10px;}
    .marginTop100{margin-top: 30px;}
    .container1{ margin-top: 0;}
    .container1 ul li{padding:10px 0 15px;height:100px;width:33.33333%; }
    .container1 ul li h2,   .container1 ul li a{ font-size: 9px; width: auto;}
    .container1 ul li::after{ display: none;}
    .about ul li{width:20%; }
    
    .posiTxt{ display: none;}
    .container1 .li1 span,.container1 .li2 span,.container1 .li3 span,.container1 .li4 span,.container1 .li5 span,.container1 .li6 span,.container1 .li7 span{ background-size: 70%; margin: 0 auto; height: 50px;}
    .Inav ul .li1 span,.Inav ul .li2 span,.Inav ul .li3 span,.Inav ul .li4 span,.Inav ul .li5 span,.Inav ul .li6 span,.Inav ul .li7 span{ background-size: 70%; margin: 0 auto;}
    .Inav1 ul .li1 span,.Inav1 ul .li2 span,.Inav1 ul .li3 span,.Inav1 ul .li4 span,.Inav1 ul .li5 span,.Inav1 ul .li6 span,.Inav1 ul .li7 span{ background-size: 70%; margin: 0 auto;}
   .Inav li,.Inav1 li{ cursor: pointer;}
    .titleName strong{ font-size: 20px;}
    .titleName span{ font-size: 15px;    margin-top: 5px;}
    .titleName span::after{ width: 48px;margin-left: -24px;}
    .newsImg{ width: 100%; height: auto;}
    .newsImg .tipNew a{width: 80%; font-size: 14px;}
    .newslist{ width: 100%;margin:10px 0 0;}
    .newslist li .time{ margin-left: 0;width: 80px; height:60px; padding-top: 7px;}
    .newslist li .time .date{ font-size: 14px ;}
    .newslist li a{width:70%;line-height: 60px;  font-size: 15px;padding-left:0px;}
    .container3 .honorlist{width: 100%;}
    .container3 .swiper-slide{ margin-right: 0; width: 100%;}
    .seeMore{ font-size: 16px;}
    .footer{ line-height: 180%; padding: 5% 3%;}
    .footer p{ float: none; display: inline;}
    .insideBan{height: 160px;}
    .aboutContent h1{font-size: 16px;}
    .aboutContent h1::after{height: 30px; line-height: 30px;top: 50%;
        margin-top: -15px;}
    .Inav ul .li1:hover span, .Inav ul .li1.on span,
    .Inav ul .li2:hover span, .Inav ul .li2.on span,
    .Inav ul .li3:hover span, .Inav ul .li3.on span,
    .Inav ul .li4:hover span, .Inav ul .li4.on span,
    .Inav ul .li5:hover span, .Inav ul .li5.on span,
    .Inav ul .li6:hover span, .Inav ul .li6.on span,
    .Inav ul .li7:hover span, .Inav ul .li7.on span
    { background-size: 70%;}
    .Inav1 ul .li1:hover span, .Inav1 ul .li1.on span{ background-size: 70%;}
    .lvlist dl{width: 100%;}
    .lvlist dd,.lvlist dt{height: 150px;}
    .teamLeft,.teamLeft img{width: 100%; height: auto; float: none; }
    .teamRight{ float: none; margin-left: 0;width: 100%; height: auto; margin-top: 20px;padding:0 3%;}
    .cooplist ul{ display: flex;  flex-wrap: wrap; justify-content: space-between;}
    .cooplist li{width: 48%; padding:3%; height:80px;font-size:10px; margin-right: 0;}
    .cooplist li img{height:50px;}
    .coopertitle{ border-bottom: none;}
    .honor{display:none;}
    .honorm{display:block;}
    /* 公共页码 start */
    .pageBox li a, .pageBox li span{ padding: 0 12px; font-size: 12px;}
    .page{ text-align: center; margin-top: 30px;}
    .detailPage  a{ float: none; width: 100%; text-align: left !important; display: block; height: 40px; line-height:40px;}
    /* 公共页码 end */

    .marginTop60 {
        margin-top: 10px;
    }

    .newsContent ul li{width: 100%; margin-right: 0;}
    .newsContent ul li span {height: 152px;}
    .culture li span{ width: 50px; height: 50px;}
    .culture li strong{ font-size: 16px;}
    .joblist dl{ float: none; width: 100%;}
    .joblist dd .p1{ overflow: initial; height: auto;}

    .contact{ padding:30px 0;}
    .cLeft,.cright,.crights,.textInput{width: 100%;}
    .cLeft span{font-size:18px;}
    .cLeft{margin-top:5%;}

    .cright{ margin-top: 30px;}
    .comment{ padding: 0;}
    .servicelist ul li{width: 48%;height:190px; margin-right: 0;}
    .servicelist ul{ display: flex; flex-wrap: wrap; justify-content: space-between;}
    .servicelist ul::before{ display: none;}
    .servicelist ul li span{ height: 200px;}
    .lvlist dl:hover dd{ background: none;}
    .lvlist dl:hover dd .name, .lvlist dl:hover dd .tip, .lvlist dl:hover dd p{ color: #333;}
    .gzjh_list ul{width: 100%;}
    .gzjh_list {margin-top: 40px; margin-bottom: 60px;}
    .gzjh_list .li{width:100%;padding:0;}

    .Aboutcontainer h1{font-size:16px;}
}
