h1,
h2,
h3,
h4,
h5,
h6,
p,
dd,
ol {
    margin: 0;
}
/*html {
-webkit-filter: grayscale(100%);
-moz-filter: grayscale(100%);
-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);
filter:progid:DXImageTransform.Microsoft.BasicImage(grayscale=1);
_filter:none;
}*/

.clearfix {
    zoom: 1;
}

.container {
    padding: 0;
    width: 1200px;
    margin: 0 auto;
    overflow: hidden
}
.containernews {
    padding: 0;
    width: 1200px;
    margin: 150px auto 10px;
    overflow: hidden
}

.container02 {
    padding: 0;
    width: 1600px;
    margin: 0 auto;
}

body {
    font-size: 14px;
}

div:focus {
    outline: none;
}

ul,
ol,
body,
html,
p {
    margin: 0;
}

html {
    max-width: 1920px;
    background: #fff;
    margin: 0 auto;
    font-size: 14px;
    font-family: "微软雅黑";
	color: #333333;
}

a {
    text-decoration: none;
    color: #333;
    -webkit-transition: color .3s;
    -moz-transition: color .3s;
    transition: color .3s;
}

a:hover {
    color: #0095db;
}

ul,
li {
    padding: 0px;
    margin: 0px;
    list-style-type: none;
}

img {
    border: 0;
    padding: 0px;
    margin: 0px;
}

input,
textarea,
button {
    border: none;
    outline: none;
    /*去除蓝色边框*/
}

ol {
    padding: 0
}

.left {
    float: left;
}

.right {
    float: right;
}
@font-face {
    font-family: SourceHanSansCN;
    src: url(../fonts/SourceHanSansCN-Regular.otf);
}
/* 常量设置 */
.wrap { width:1300px; margin-right:auto; margin-left:auto;}
.mwrap { max-width:1200px; margin-right:auto; margin-left:auto;}
.clearBoth {
    clear: both;
    width: 100%;
    height: 0;
    font-size: 0;
    overflow: hidden;
    line-height: 0;
}
/*对ie8设置最小宽度，防止页面错乱*/
/*for ie8*/
body{min-width:1240px\9; overflow-x:auto;}
/*for ie9+*/
@media all and (min-width:0){
	body{min-width:0; overflow-x:hidden;}
}

a{color:inherit;}
a:hover { color:#0074ba;}
::-moz-selection {color:#fff; background:#0074ba; }
::selection {color:#fff; background:#0074ba; }
::-webkit-input-placeholder { color:#aaa; } 
.placeholder { color:#aaa;}
/*css组件设置*/
.form-control, .input-group-addon, .btn{border-radius:2px; }
.form-control:focus { border-color:#66afe9; outline:0; box-shadow:inset 0 1px 1px rgba(0,0,0,0.075), 0 0 6px rgba(102, 175, 233, 0.6);}
.imgZoom img,.imgY180 img { -moz-transition:all .8s ease 0s; -ms-transition:all .8s ease 0s; -o-transition:all .8s ease 0s; -webkit-transition:all .8s ease 0s; transition:all .8s ease 0s;}
.imgZoom { overflow:hidden; -webkit-transform:rotate(0); transform:rotate(0); }
.imgZoom:hover img{ -moz-transform:scale(1.1,1.1); -ms-transform:scale(1.1,1.1); -o-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); transform:scale(1.1,1.1);}
.imgY180:hover img { cursor:pointer; -moz-transform:rotateY(180deg); -ms-transform:rotateY(180deg); -o-transform:rotateY(180deg); -webkit-transform:rotateY(180deg); transform:rotateY(180deg) }
/* 网站样式 */
/* banner */
.banner{margin-top: 80px;}
.banner .swiper-button-next, .banner .swiper-button-prev{width: 64px;height: 64px;}
.banner .swiper-button-prev{background: url(../images/bg-left.png);left: 60px;}
.banner .swiper-button-next{background: url(../images/bg-right.png);right: 60px;}
.banner .swiper-pagination-bullet{width: 16px;height: 16px;background: #FFFFFF;opacity: 1;}
.banner .swiper-pagination{ bottom: 30px !important;}
.banner .swiper-pagination-bullet-active {opacity: 1;background: #004ea1;}
.banner .swiper-slide{height: 900px;}
.banner .swiper-slide{background-size: 100% auto !important;}
/* 头部 */
#header{width: 100%;position: fixed;left: 0;z-index: 99;background: #fff;height: 80px; top: 0;box-shadow: -1px 5px 9px 0px rgba(0,0,0,0.22);
-webkit-box-shadow: -1px 5px 9px 0px rgba(0,0,0,0.22);-moz-box-shadow: -1px 5px 9px 0px rgba(0,0,0,0.22);}
.in_header{width: 1400px;margin: 0 auto;}
.in_header .top{ padding: 10px 0 0 0;overflow: hidden;}
.in_header .right{float: right;font-size: 14px;}
.in_header .language{font-size: 14px;margin-right: 20px;line-height: 40px;float: left;}
.in_header select {height: 30px;border: 1px #dedede solid;padding: 0 0 0 10px; width: 140px;-moz-appearance: none;-webkit-appearance: none; background: url('../images/bg_03.jpg') repeat-x 100%;
background-size: 100% 100%; border-radius: 20px;color: #FFFFFF;}
.in_header .select{float: left;position: relative;}
.in_header .arrow{	width:0;height:0;border-right:5px solid transparent;border-left:5px solid transparent;border-top:5px solid #FFFFFF;position: absolute;right: 10px;top: 12px;}
.in_header .search{height: 30px;line-height: 30px;border: 1px #cccccc solid; border-radius: 20px; padding: 0 10px;}
.in_header .input{position: relative;float: left;margin: 0 20px;}
.in_header .submit{position: absolute; right: 14px; background: url(../images/search.png) center no-repeat; width: 30px;height: 30px;cursor: pointer;}
.logo{float: left;position: absolute;top: 10px;}
.in_header .center{font-size: 14px;position: relative;height: 50px;}


/* 导航 */
.nav{float:right; position: absolute;left: 532px;bottom: 0; height: 40px;}
.nav ul li{float:left;color:#1f1f1f; text-align:center; padding:0 23px; line-height:70px;position: relative;}
.nav ul li a{color:#1f1f1f;display:block; height:40px;;line-height: 40px;font-size: 16px;}
.nav .on, .nav ul li:hover{background: #004a89;}
.nav .on a, .nav ul li:hover a{color: #FFFFFF;}
.nav .second{display: none;position: absolute; top: 40px; left: 0;right:0;z-index: 999; background: #004A89;}
.nav ul li:hover .second{display: block;}
.nav .second li{float: none;}
.nav .second li:hover{background: #FFFFFF;}
.nav .second li:hover a{color: #004A89;}
.nav_right{float: right; position: absolute;height: 40px;line-height: 40px;right: 0;bottom: 0;}

/* 关于我们 */

.index-title{font-size: 34px;background: url(../images/title_03.jpg) left bottom no-repeat;font-weight: bold;padding-bottom: 4px; margin-bottom: 60px;}
.aboutus .item{float: left; width: 25%; text-align: center;}
.aboutus .left{float: left;width: 50%;}
.aboutus .item .timer{font-size: 30px; font-weight: bold;}
.aboutus .item p{font-size: 20px;color: #004ea1;}
.aboutus .number{padding-bottom: 30px;border-bottom: 1px #666 solid; overflow: hidden;}
.aboutus .txt{margin: 30px 0;line-height: 34px;font-size: 16px;}
.aboutus .left .more{float: right;font-size: 18px;color: #004ea1;}
.aboutus .right{float: right; width: 45%;}
.aboutus .right .video{height: 300px;}
.aboutus .right .video video{width: 100% !important; height: 100% !important;}


/* 业务中心 */
/*#page3{margin-top: 50px;}*/
.yewu{width: 1200px;margin: 0 auto;}
.solu-tit{float: left; font-size: 22px; text-align: center; margin-right: 7%; }
.solu-tit .img{width: 130px;height: 110px;display: block; background-size: 100% 100% !important;}
.solu-tit .img1{background: url(../images/icon_07.png);}
.solu-tit .img2{background: url(../images/icon_08.png);}
.solu-tit .img3{background: url(../images/icon_09.png);}
.solu-tit .img4{background: url(../images/icon_10.png);}
.solu-tit .img5{background: url(../images/icon_11.png);}
.solu-tit .img6{background: url(../images/icon_12.png);}
.solu-tit .img1:hover, .solucur .img1{background: url(../images/icon1_07.png);}
.solu-tit .img2:hover, .solucur .img2{background: url(../images/icon1_08.png);}
.solu-tit .img3:hover, .solucur .img3{background: url(../images/icon1_09.png);}
.solu-tit .img4:hover, .solucur .img4{background: url(../images/icon1_10.png);}
.solu-tit .img5:hover, .solucur .img5{background: url(../images/icon1_11.png);}
.solu-tit .img6:hover, .solucur .img6{background: url(../images/icon1_12.png);}
.solution-wrap .margin{margin-right: 0;}
.solution-wrap {margin-bottom: 30px;overflow: hidden;}
.box-hidden{display: none;}
.solu-titwrap{height: 380px;margin-top: 50px;background: #116ac8;}
.solu-wrap{box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.45);
-webkit-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.45);
-moz-box-shadow: 0px 0px 10px 3px rgba(0,0,0,0.45);}
.solu-titwrap .left{float: left; position: relative; height: 100%;overflow: hidden;width: 36%; background: #116ac8;-moz-box-sizing: border-box;   -webkit-box-sizing: border-box;   -o-box-sizing: border-box;  -ms-box-sizing: border-box;  box-sizing: border-box; padding: 40px 40px 20px 40px;}
.solu-titwrap .left a{color: #FFFFFF;display: block;}
.solu-titwrap .title{ font-size: 26px; margin-bottom: 20px;}
.solu-titwrap  .detail{line-height: 28px;font-size: 15px;word-break: break-all;text-align:Justify;text-justify:inter-ideograph}
.solu-titwrap .more{font-size: 18px;float: right;}
.solu-titwrap .left::before{ content: '';  position: absolute; right: -20px; width:0;height:0;  border-top:20px solid transparent;border-bottom:20px solid transparent;border-left:20px solid #116ac8;}
.solu-titwrap .right{width: 64%;float: right;height: 100%;}
.solu-titwrap .right img{width: 100%;height: 100%;}

/* 新闻中心 */
.bt .bt{width: 100%;}
/* .news{margin-top: -180px;} */
.news .more{float: right;font-size: 18px;line-height: 40px;}
.news .index-title{float: left; margin-bottom: 20px;}
.news .news-left{float: left;width: 46%;height: 100%;position: relative;}
.news .main{height: 320px;}
.news .swiper-container{height: 100%;}
.news .news-left img{width: 100%;height: 100%;}
.news .news-left p{position: absolute;width: 100%;height: 42px;line-height: 42px;text-align: center;left: 0;bottom: 0;background: url(../images/black.png) 100% 100%;color: #fff;font-size: 16px;overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;}
.news .swiper-button-next, .news .swiper-button-prev{width: 64px;height: 64px;}
.news .swiper-button-prev{background: url(../images/newsleft.png) center no-repeat;}
.news .swiper-button-next{background: url(../images/newsright.png) center no-repeat;}
.news .right{width: 50%;float: right;}
.news .right .item{width: 100%;float: left;padding: 10px 0;border-bottom: 1px #666 dashed ;}
.news .right .date{width: 16%;float: left;text-align: center;}
.news .right .day{font-size: 40px;font-weight: bold;}
.news .right .month{font-size: 20px;}
.news .right .txt{width: 78%;float: right;}
.news .right a{display: block;}
.news .right .title{font-size: 20px;overflow: hidden;text-overflow:ellipsis; white-space: nowrap;margin-bottom: 5px;}
.news .right .detail{font-size: 14px;line-height: 24px;display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; color: #999;}
.news-wrap{width: 83%;text-align: center; float: left;margin-left: 1%;}
.news-wrap ul{display: inline-block;}
.news-wrap li{float: left;}
.news-wrap .news-tit {
    float: left;
    background: #fff;
    width: 120px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    font-size: 20px;
    color: #333333;
    border-radius: 10px;
    margin: 0 10px;
	border:1px solid #595656;
	font-weight: bold;
}

.news-wrap .newcur {
    background: #004a89;
}

.news-wrap .newcur a {
    color: #fff;
}



/* 
foot
 */
.foot{background: #004a89;padding: 30px 0;position: absolute;width: 100%;bottom:50px;margin-top: 40px;}
.foot .foot-logo{font-size: 14px;color: #fff;text-align: center;float: left;margin-right: 10%;}
.foot-erweima{font-size: 14px;color: #fff;text-align: center;float: left;margin-right: 10%;}
.foot-nav{float: right;width: 50%;}
.foot-nav ul{float: left;margin-right: 4%;text-align: center;}
.foot-nav p{font-size: 16px;color: #FFFFFF;padding-bottom: 6px;border-bottom: 1px #739bbe solid;margin-bottom: 10px;}
.foot-nav li{line-height: 24px;}
.foot-nav a{color: #739BBE;}
.copyright{position: absolute;bottom: 0; width: 100%; line-height:50px;color:#ffffff;text-align:center;-webkit-background: linear-gradient(left, #cb134c ,#d83843,#e55e3b);-moz-background: linear-gradient(right, #cb134c ,#d83843,#e55e3b);-o-background: linear-gradient(right, #cb134c ,#d83843,#e55e3b); background: linear-gradient(to right, #cb134c ,#d83843,#e55e3b);}


/* 侧边导航 */
.nybanner{height: 250px; width: 100%;margin-top: 80px;  margin-bottom: 40px;}
.left-nav{width: 180px; float: left; border-left: 3px #eeeeee solid;}
.left-nav .top{ font-size: 24px;font-weight: bold; color: #1d579e; margin-bottom: 20px; margin-left: 27px;}
.left-nav .top span{float: left;}
.left-nav .top img{margin-top: 6px;}
.left-nav li a{padding-left: 24px;}
.left-nav li{font-size: 16px;line-height: 46px; background: url(../images/arrow_09.png) 154px no-repeat; border-bottom: 1px #d2d2d2 dashed; margin-left: 6px; position: relative;}
.left-nav li:hover, .left-nav .on{color: #004ea2; font-weight: bold;background: url(../images/arrow_10.png) 154px no-repeat; }
.left-nav li:hover::before, .left-nav .on::before{content: ''; left: -10px;position: absolute;width: 4px;height: 100%;background: #004ea2;}
.right-wrap{width: 960px; float: right;}
.right-wrap .biaoti{border-bottom: 1px #bfbfbf solid;line-height: 56px;font-size: 26px;font-weight: bold;}

/* 董事长致辞 */
.right-wrap .dszzc{padding: 40px 0;}
.right-wrap .dszzc p{font-size: 16px;line-height: 30px;}
.right-wrap img{max-width: 100%;}


/* 企业战略 */
.right-wrap .qyzl{padding: 20px 0;}
.right-wrap .qyzl p{line-height: 46px; font-size: 16px; text-indent:0px !important;}
.right-wrap .qyzl h2{font-size: 18px;line-height: 46px;font-weight:bold;text-align:left;}
.ztzl{width: 80%;margin: 0 auto; text-align: center;}
.ztzl-tit{float: left;width: 120px;height: 40px;text-align: center;line-height: 40px;background: #e5e5e5;font-size: 16px;font-weight: bold;margin: 0 25px;cursor: pointer;}
.ztzl-wrap{display: inline-block;z-index: 1;position: relative;}
.ztzl-wrap .cur{background: #004ea2;color: #FFFFFF;}
.ztzl-item{text-align: left; border: 1px #dad9d9 solid; padding: 45px 40px 10px 40px;margin-top: -24px; position: relative; }
.ztzl-item .title{overflow: hidden; margin-bottom: 16px;}
.ztzl-item .title span{line-height: 46px;font-size: 18px;font-weight: bold;float: left;}
.ztzl-item .title img{float: left; margin-right: 20px;}
.ztzl-titwrap .txt{font-size: 16px;line-height: 30px;}



/* 发展历程 */
.history {margin-top: 30px;}
.history .item .left{font-size: 25px;color: #004ea2;font-weight: bold;float: left;width: 18%; position: relative;margin-top: 20px;}
.history .item .left::before{ content: ''; position: absolute; width: 8px;height: 8px;border-radius: 50%; border: 6px #b7b7b7 solid; right: -13px;
 background: #fff;top: 5px;}
.history .item .right{float: right;width: 81.8%; border-left: 1px #b7b7b7 solid;padding-left: 40px;-moz-box-sizing: border-box;  
 -webkit-box-sizing: border-box;  -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.history .item .right li{padding: 15px 20px;width: 100%;display: inline-flex;align-items: center;-moz-box-sizing: border-box;  
 -webkit-box-sizing: border-box;  -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;justify-content: space-between; }
.history .altrow{background: #f5f5f5;}
.history .item .date{float: left; font-size:16px;width: 10%;}
.history .item .txt{float: right;width: 84%;font-size: 16px;line-height: 30px;}
.history .item{overflow: hidden;}
.history .item .right li:hover{background: #004ea2;color: #FFFFFF;}

/* 荣誉资质 */
.ryzz{text-align: center;}
.ryzz-wrap{display: inline-block; margin: 40px 0 60px 0;}
.ryzz-tit{float: left; font-size: 26px;color: #666666;margin: 0 20px;font-weight: bold;cursor: pointer;}
.ryzz-tit i{width: 38px;height: 38px;display: block;background-size: 100% !important;float: left;margin-right: 10px;}
.ryzz-tit .zz{background: url(../images/zz.png) }
.ryzz-tit .ry{background: url(../images/ry.png) }
.ryzz-wrap .on{color: #004EA2;}
.ryzz-wrap .on .zz{background: url(../images/zz1.png)}
.ryzz-wrap .on .ry{background: url(../images/ry1.png)}
.ryzz-titwrap{margin-bottom: 30px;overflow: hidden;}
.ryzz-titwrap img{float: left; width: 48%;}
.ryzz-titwrap .right{width: 48%;float: right;}
.ryzz-titwrap .right h2{margin: 35px 0;font-weight: bold; font-size: 30px;color: #004EA2;}
.ryzz-titwrap .right p{font-size: 16px;line-height: 30px;}
.ryzz-titwrap .box1{overflow: hidden;}
.ryzz-titwrap .box-list{margin-top: 40px;}
.ryzz-titwrap .box-list li{float: left;width: 30%;margin-right: 5%; text-align: center; font-size: 18px;}
.ryzz-titwrap .box-list li img{width: 100%;}
.ryzz-titwrap .box-list li:last-child{margin-right: 0;}


/* 业务中心 */
.ywzx .title{ font-size: 18px; font-weight: bold; color: #004ea1; padding-left: 22px; background: url(../images/ywzx_03.jpg) no-repeat; line-height: 28px; margin: 28px 0;}
.ywzx .box1{ overflow: hidden;}
.ywzx .three li{width: 33.2%; }
.ywzx .box1 li{margin-bottom: 60px;border-right: 1px #d2d2d2 solid;float: left; text-align: center;}
.ywzx .box1 img{margin-bottom: 10px; height: 65px;}
.ywzx .box1 .number{font-size: 16px; margin-bottom: 10px;}
.ywzx .box1 .number span{font-family: impact;color: #004ea1; font-size: 48px;font-weight: bold; margin-right: 10px; }
.ywzx .box1  p{font-size: 16px;}
.ywzx .box2 li{float: left; width: 30%; margin-right: 3.3%; text-align: center;}
.ywzx .box2 li:last-child{margin-right: 0;}
.ywzx .box2 li p{overflow: hidden;text-overflow:ellipsis; white-space: nowrap; font-size: 16px;line-height: 64px;}
.ywzx .box2 li img{width: 100%; height: 184px;}
.page {
    text-align: center;
    margin-bottom: 80px;
    margin-top: 30px;
    overflow: hidden;
}

.page ul {
    display: inline-block
}

.page li {
    float: left
}

.page li a {
    display: block;
    height: 26px;
    line-height: 26px;
    text-align: center;
    color: #fff;
    margin: 0 5px;
    width: 26px;
    border-radius: 50%;
    background: #d2d2d2
}

.page .previous {
    float: left;
    height: 26px;
    line-height: 26px;
    width: 110px;
    text-align: center;
    display: block;
    background: #d2d2d2;
    color: #fff;
    border-radius: 15px;
    margin: 0 10px;
}

.page .on,
.page li a:hover,
.page .previous:hover {
    background: #004ea1
}
.ywzx{overflow: hidden;}
.ywzx .four li {
    width: 24.8%;
}
.shzr .box1{text-align: center; margin-top: 30px; overflow: hidden;}
.shzr .box1 h1{font-size: 26px;font-weight: bold; margin-bottom: 30px;}
.shzr .box1 .left{width: 50%;float: left; position: relative;height: 274px;}
.shzr .box1 .left .swiper-container{width: 100%;height: 100%;}
.shzr .box1 .left .swiper-container img{height: 100%;width: 100%;}
.shzr .box1 .swiper-slide {position: relative;}
.shzr .box1 .swiper-slide .title{position: absolute;width: 100%;height: 48px;line-height: 48px;color: #fff; z-index: 99;left: 0; bottom: 0; background: url(../images/black.png) repeat-x;}
.shzr .box1 .swiper-slide a{display: block;}
.shzr .box1 .swiper-slide p{width: 80%;float: left; text-align: left;text-indent: 2em;overflow: hidden;
text-overflow:ellipsis; white-space: nowrap;}
.shzr .dian{width: 20%;height: 48px; position: absolute; bottom: 0;right: 0;}
.shzr .swiper-pagination{top: 13px;}
.shzr .swiper-pagination-bullet{background: #FFFFFF; width: 12px;height: 12px;opacity: 1; margin-left: 10px;}
.shzr .swiper-pagination-bullet-active{ background: #004ea1;opacity: 1;}
.shzr .box1 .right{padding: 26px;-moz-box-sizing: border-box;float: right;width: 50%;background: #f0f0f0;height: 274px; line-height: 36px;text-align: left;
 -webkit-box-sizing: border-box;  -o-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
.shzr .box2{padding: 50px 0;overflow: hidden;}
.shzr .box2 li{float: left;width: 33.33%;text-align: center;}
.shzr .box2 span{font-size: 48px;font-family: impact;font-weight: bold;color: #004EA2;}
.shzr .box2 p{font-size: 18px;margin-top: 10px;}
.shzr .box3 .item{width: 48%;text-align: center; font-size: 18px;}
.shzr .box3 .item img{ width: 100%;margin-bottom: 10px;}
.shzr .box3{margin-bottom: 30px;overflow: hidden;}
.shzr .box2 span {font-size: 36px;}



/* 企业文化 */
.qywh .box1{overflow: hidden;margin: 30px 0;}
.qywh .box1 img{float: left;}
.qywh .box1 .right{float: right;width: 50%;}
.qywh .box1 .right p{font-size: 18px;line-height: 50px;}
.qywh .box1 .right span{font-weight: bold; font-size: 22px;color: #004EA2;}
.qywh .box2{padding: 32px 36px;background: #edf3f9;font-size: 16px;line-height: 30px;margin-bottom: 30px;}
.qywh .box3 .img{width: 48%; overflow: hidden;margin-bottom: 30px;}
.qywh .box3 .img img{width: 100%;}



/*集团要闻*/
.jtyw{padding-bottom:0px;}
.jtyw .hd{margin-top:20px;overflow:hidden;}
.jtyw .gallery-top{width:704px;height:300px;float:left;overflow:initial;}
.jtyw .gallery-top .swiper-slide{position:relative;}
.jtyw .gallery-top img{width:100%;}
.jtyw .gallery-top p{display:block;width:100%;height:75px;background:rgba(0,0,0,.8);text-align:center;font-size:18px;line-height:75px;position:absolute;left:0;bottom:0;z-index:2;color:#fff;}
.jtyw .gallery-thumbs{width:250px;height:300px;float:left;overflow:initial;}
.jtyw .gallery-thumbs .swiper-slide{height:75px;position:relative;cursor:pointer;color:#434343;}
.jtyw .gallery-thumbs .swiper-slide img{width:100%;}
.jtyw .gallery-thumbs .swiper-slide:after{content:"";display:block;width:100%;height:100%;position:absolute;left:0;top:0;z-index:1;background:rgba(255,255,255,.5);}
.jtyw .gallery-thumbs .swiper-slide p{display:block;width:100%;height:75px;line-height:75px;position:absolute;left:0;top:0;text-align:center;font-size:18px;z-index:3;}
.jtyw .gallery-thumbs .swiper-slide:hover,.jtyw .gallery-thumbs .swiper-slide-active{color:#fff;}
.jtyw .gallery-thumbs .swiper-slide:hover:after,.jtyw .gallery-thumbs .swiper-slide-active:after{background:rgba(255,255,255,0);}
.jtyw .gallery-thumbs .swiper-slide:hover:before,.jtyw .gallery-thumbs .swiper-slide-active:before{content:"";display:block;width:0;height:0;border-left:8px dashed transparent;border-top:8px dashed transparent;border-bottom:8px dashed transparent;border-right:8px solid #0d5786;position:absolute;left:-16px;top:50%;margin-top:-8px;z-index:6;}

.jtyw .bd{border-top:1px solid #b5b5b5;border-bottom:1px solid #b5b5b5;margin-top:40px;}
.jtyw .bd dl{border-top:1px dashed #b5b5b5;padding-bottom:15px;padding-top:5px; margin:0px;}
.jtyw .bd dl:first-child{border:0;}
.jtyw .bd dl dt{line-height:52px;height:52px;}
.jtyw .bd dl dt a{font-size:18px;color:#434343;background:url(../images/li_style.png) no-repeat left center;padding-left:20px;}
.jtyw .bd dl dt span{font-size:14px;color:#535353;float:right;}
.jtyw .bd dl dd{color:#535353;font-size:13px;line-height:22px;padding-top:5px;padding-right:150px;}
.jtyw .bd dl dd a{color:#c80b4d;}

.page{text-align:center;margin-top:50px;}
.page a{display:inline-block;line-height:38px;padding:0 15px;margin:0 5px;border:1px solid #c8c8c8;border-radius:6px;color:#333333;font-size:16px;background-color:#fff; transition:all .3s;-webkit-transition:all .3s;}
.page a.active,.page a:hover{border-color:transparent;background-color:transparent;color:#ff5f4d;}





/*公司新闻*/
.gsxw{padding-bottom:0px;}
.gsxw h1{background-color:#00a0e9;line-height:34px;font-size:26px;font-weight:normal;color:#fff;padding:12px 120px;text-align:center;margin-top:25px;}
.gsxw h2{font-size:14px;font-weight:normal;text-align:center;line-height:34px;margin-top:20px;}
.gsxw .bd{border-top:1px solid #b5b5b5;padding-top:40px;border-bottom:1px solid #c9c8bd;position:relative;padding-bottom:20px;}
.gsxw .bd:after{content:"";width:100%;height:3px;background-color:#c9c8bd;position:absolute;left:0;bottom:-5px;}
.gsxw .bd .p{line-height:24px;padding:5px 0;}
.gsxw .bd .img{padding:5px 0;text-align:center;}
.gsxw .bd .img .h{line-height:50px;padding-bottom:25px;}
.gsxw .pagenumber{margin-top:30px;padding:0 20px;}
.gsxw .pagenumber a{line-height:30px;color:#333333;}
.gsxw .pagenumber .l{float:left;}
.gsxw .pagenumber .r{float:right;}




/*人力资源*/
.rlzy{}
.rlzy .bd{border-bottom:1px solid #b2b2b2;}
.rlzy .bd .item{height:120px;line-height:120px;border-top:1px dashed #d2d2d2;}
.rlzy .bd .item:first-child{border:0;}
.rlzy .bd .item a{font-size:18px;color:#535353;background:url(../images/li_style.png) no-repeat left center;padding-left:30px;}
.rlzy .bd .item span{font-size:14px;color:#535353;float:right;padding-right:10px;}

/*在线留言*/
.zxly{}
.zxly .bd{padding-top:60px;color:#434343;}
.zxly .bd .text{display:block;width:70%;padding:0 25px;height:55px;line-height:55px;border:2px solid #626262;font-size:18px;margin-bottom:12px;outline:none;}
.zxly .bd .textarea{display:block;width:70%;padding:15px 25px;height:235px;line-height:26px;border:2px solid #626262;font-size:18px;outline:none;margin-bottom:12px;}
.zxly .bd .text::-webkit-input-placeholder,
.zxly .bd .textarea::-webkit-input-placeholder{font-style:oblique;}
.zxly .bd .text::-ms-input-placeholder,
.zxly .bd .textarea::-ms-input-placeholder{font-style:oblique;}
.zxly .bd .text::-moz-input-placeholder,
.zxly .bd .textarea::-moz-input-placeholder{font-style:oblique;}
.zxly .bd .button{width:122px;height:46px;background-color:#004a89;font-size:20px;border:0;color:#fff;border-radius:23px;float:left;outline:none;cursor:pointer; margin-left: 30%;}

/*联系方式*/
.lxfs{}
.lxfs .item{background-color:#0081cc;border:1px solid #0081cc;margin-top:85px; width: 95%; float: left; margin-right: 2.5%;}
.lxfs .item .img{height:506px;}
.lxfs .item .img img{ }
.lxfs .item dl{height:195px;background:url(../images/lxfs_bg.png) no-repeat left top;padding:0 34px;color:#fff;}
.lxfs .item dl dt{font-size:18px;border-bottom:1px solid #fff;line-height:50px;margin-top:10px;}
.lxfs .item dl dd{font-size:16px;padding:10px 0;line-height:26px;}
.lxfs .list { margin-top: 30px; overflow: hidden; width: 100%;}
.lxfs .list .bt{font-size: 24px;color: #0081cc;font-weight: bold; margin: 10px 0 5px 0;}
.lxfs .list .en{font-size: 14px;color: #999; text-transform:uppercase }
.lxfs .list .box{padding: 20px;}
.lxfs .list .box .title{font-size: 16px;font-weight: bold; margin-bottom: 10px;}
.lxfs .list li{width: 31%;float: left; height: 210px;background-color: #f6f6f6; margin: 0 2% 2% 0;}
.jtyw .bd .detail{
	color: #999;
	line-height: 26px;padding-left: 20px;
}


.jubao {
    width: 100%;
    overflow: hidden;
}
.jubao .left {
    width: 7%;
    height: 250px;
    font-weight: bold;
    border-right: 3px #fff solid;
    border-bottom: 3px #fff solid;
    float: left;
    background: #e60012;
    font-size: 36px;
    line-height: 50px;
    color: #fff;
    padding: 20px;
    text-align: center;
}
.jubao .right {
    width: 88%;
    height: 160px;
    float: right;
    border-bottom: 3px #fff solid;
    font-size: 16px;
    text-align: center;
    color: #fff;
}
.jubao .right .r_01 {
    float: left;
    width: 42.5%;
    border-bottom: 3px solid #fff;
    height: 49%;
    border-right: 3px solid #fff;
    display: flex;
    justify-content: center;
    align-items: Center;
    padding: 0 30px;
    line-height: 30px;
    font-weight: bold;
}
.jubao .right i {
    font-size: 50px;
    color: #fff;
    margin-right: 20px;
}

.jubao .right .r_01 img {
    width: 40px;
    height: 40px;
    margin-right: 20px;
}


        #page4 .zhuanti .bt {
            position: relative;
            border-bottom: 1px #cccccc solid;
            padding-bottom: 15px;
            width: 100%;
            overflow: hidden;
            margin-bottom: 20px;
        }
        
        #page4 .zhuanti .bt::before {
            content: '';
            position: absolute;
            width: 100px;
            height: 4px;
            background: #004a89;
            left: 0;
            bottom: -1px;
            z-index: 9;
        }
        
        #page4 .zhuanti .bt span {
            font-size: 20px;
            font-weight: bold;
            border-left: 6px #004a89 solid;
            padding-left: 14px;
            float: left;
        }
        
        #page4 .zhuanti .bt .more {
            font-size: 14px;
            color: #999;
            float: right;
            height: 26px;
            line-height: 26px;
        }
        
        #page4 .zhuanti .bt .more img {
            margin-left: 10px;
            margin-top: 3px;
            float: right;
        }
        
        .zhuanti {
            margin-top: 20px;
        }
        
        #page4 .zhuanti .box {
            display: flex;
            justify-content: space-between;
        }
  .zt-list{
						margin-top: 20px; overflow: hidden;
					}
					.zt-list ul{
						margin-right: -3.3%;
					}
					.zt-list li{
						width: 30%;
						float: left;
						margin-right: 3.3%;
						margin-bottom: 30px;
					}
					.zt-list a{
						display: block;
					}
					.zt-list .img{
						width: 100%;
						  padding-bottom: 50%;
						  height: 0;
						  position: relative;
						  display: block;
					}
					.zt-list .img img{
						width: 100%;
						  height: 100%;
						  position: absolute;
						  top: 0;
						  left: 0;
						  display: block;
					}
					.zt-list .txt{
						background: #f9f9f9;
						padding: 15px;
						text-align: center;
					}
					.zt-list .txt .title{
						font-size: 18px;
						font-weight: bold;
						color: #626463;
						margin-bottom: 15px;
						overflow: hidden;
						text-overflow:ellipsis; 
						white-space: nowrap;
					}
					.zt-list .txt .more{
						width: 100px;
						height: 30px;
						line-height: 30px;
						text-align: center;
						margin: 0 auto;
						border: 1px #e6e6e6 solid;
						border-radius: 10px;
						color: #999999;
					}




