.ztgz .slick-next{background: url(../images/blueRightArrow.png) no-repeat;right: -5px;}


*{
    margin: 0;
    padding: 0;
    list-style: none;
    box-sizing: border-box;
}

.w1440{
    width: 1440px;
    margin: 0 auto;
}
#browser-modal {
	width: 100%;
	height: 100%;
	top: 0px;
	left: 0px;
	text-align: center;
	color: rgb(48, 50, 51);
	position: fixed;
	z-index: 9999;
}

#browser-modal .browser-modal-cover {
	position: fixed;
	left: 0px;
	top: 0px;
	height: 100%;
	width: 100%;
	background-color: rgb(17, 17, 17);
	opacity: 0.9;
	z-index: -1;
}

#browser-modal .browser-content {
	width: 700px;
	margin-top: 120px;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 80px;
	padding-top: 50px;
	background-color: rgb(255, 255, 255);
	border-radius: 5px;
}

#browser-modal .browser-content .browser-dpc-logo img {
	height: 42px;
	margin: 45px auto 40px;
}

#browser-modal .browser-content .browser-text-title {
	text-transform: uppercase;
	font-size: 24px;
}

#browser-modal .browser-content .browser-text-desc {
	margin-top: 30px;
	margin-bottom: 20px;
	font-size: 14px;
}

#browser-modal .browser-content .browser-list {
	width: 600px;
	margin: 20px auto;
	height: 130px;
}

#browser-modal .browser-content .browser-item {
	float: left;
	width: 150px;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-left: auto;
	margin-right: auto;
}

#browser-modal .browser-content .browser-item .iconfont {
	width: 100px;
	height: 100px;
	margin: 0px auto 10px;
	font-size: 80px;
	line-height: 80px;
}

#browser-modal .browser-content .browser-item .iconchrome {
	background: url("../images/bro.png") 0px 0px no-repeat;
}

#browser-modal .browser-content .browser-item .iconfirefox {
	background: url("../images/bro.png") 0px -100px no-repeat;
}

#browser-modal .browser-content .browser-item .iconopera {
	background: url("../images/bro.png") 0px -200px no-repeat;
}

#browser-modal .browser-content .browser-item .iconEdge {
	background: url("../images/bro.png") 0px -300px no-repeat;
}

#browser-modal .browser-content .browser-item a {
	cursor: pointer;
	display: block;
}

#browser-modal .browser-content .browser-item a img {
	display: block;
	margin: 0px auto;
	max-width: 100px;
	width: 100px;
	height: 100px;
}

#browser-modal .browser-content .browser-item a h4 {
	text-align: center;
	margin-top: 20px;
	font-size: 18px;
	font-weight: 700;
}
body { padding: 0;margin: 0;border: 0;font-family: "Microsoft YaHei", SimHei, arial;font-size: 14px;color: #444;background: #f4f4f4;}
ul, li { list-style: none; padding: 0; margin: 0; border: 0; }
dl, dt, dd, img { padding: 0; margin: 0; border: 0; }
a { text-decoration: none; color: #444; }
.clear { clear: both; }
.topbox { width: 100%; height: 64px; line-height: 64px; background: #323232; overflow: hidden; }
.top { width: 1200px; margin: 0 auto; overflow: hidden; }
.bd-logo { float: left; width: 500px; height: auto; margin-top: 10px; }
.tel { float: right; width: 400px; text-align: right; color: #fff; opacity: 0.7; }
.gx-logo-box { width: 100%; background: #e8e2e2; }
.gx-logo { width: 415px; height: auto; margin: 0 auto; padding: 80px 0; overflow: hidden; }
.design { width: 720px; margin: 0 auto; padding-bottom: 80px; }
.design span { display: block; text-align: center; margin-bottom: 30px; }
.linian { font-size: 20px; line-height: 36px; color: #fff; overflow: hidden; }
.conbox {width: 1200px;margin: 80px auto 20px auto;overflow: hidden;}
.con-title {text-align: center;color: #333;height: 40px;line-height: 40px;font-size: 34px;margin: 0 0 60px 0;}
.con-list { overflow: hidden; }
.con-list ul li { width: 400px; float: left; }
.con-list ul li h3 {text-align: center;font-size: 24px;font-weight: normal;padding: 0;margin: 0;}
.picbg { height: 390px; padding: 30px; background: #fff; margin: 20px; }
.picbg a { display: block; width: 100%; height: 100%; }
.con-list ul li span { display: block; height: 60px; line-height: 60px; font-size: 19px; color: #097dd9; font-weight: 700; text-align: center; }
.demo1 {width: auto;height: auto;}
.demo1 img{width: auto;height: auto;max-width: 100%;}
/* .demo1 img{display: block;width: auto;height: auto;} */
.foot-top { width: 100%; height: 170px; margin-top: 30px; border-top: solid 1px #e5e5e5; background: url(../images/foot-top.jpg) center no-repeat; }
.foot { width: 100%; height: 90px; line-height: 90px; text-align: center; color: #fff; background: #323232; color: #717171; }

.nav {
    position: fixed;
    transition: right 0.3s ease;
    right: -100vw;
    display: none;
    top: 90px;
    left: auto;
    width: 420px;
    height: calc(100vh - 100px);
    z-index: -99;
    margin: 0;
    /* background: #e30004; */
    background-color: #144fa7;
}

.nav.active {
    right: 0;
    z-index: 99999;
}

.nav .ul2 {
    width: 100%;
    overflow: auto;
    height: 100%;
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin-top: 3px;
    padding-left: 0px;
}

.header.active::before {
    display: none;
}

.nav ul>li {
    float: none;
    width: 100%;
    height: auto;
    line-height: 51px;
    position: relative;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    text-align: left;
    padding: 0;
    list-style-type: none
}

.nav ul>li::before {
    display: none;
}

.nav ul>li>a {
    font-size: 18px;
    font-weight: bold;
    width: 80%;
    text-indent: 20px;
    position: relative;
    display: block;
    color: #fff;
}

.nav ul li ol {
    width: 100%;
    left: 0;
    position: relative;
    top: 0;
    background: none;
    text-align: left;
    padding: 0;
    opacity: 1;
    display: none;
    z-index: 99999;
}

.nav ul>li a::after {
    display: none;
}

.nav ul li ol>li {
    text-align: left;
    border: 0;
    line-height: 50px;
    position: relative;
    text-indent: 20px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    height: auto;
}

.nav li ol li:hover a {
    color: #fff;
}

.nav ul ol li a {
    font-size: 17px;
    color: #fff;
    display: block;
}

.nav ul li i {
    position: absolute;
    right: 0;
    width: 15%;
    height: 60px;
    top: 0;
    background: url(../images/jia.png) no-repeat center center;
    margin: auto;
    z-index: 10;
    cursor: pointer;
    transition: all .2s ease;
    -moz-transition: all .2s ease;
    -o-transition: all .2s ease;
    -webkit-transition: all .2s ease;
}

.nav ul li ol li i {
    height: 50px;
}

.nav ul li i.on {
    background: url(../images/jian.png) no-repeat center center;
}


.search_box {
    width: 88%;
    position: relative;
    padding: 30px 40px 30px 30px;
    background: #fff;
    margin: 0 auto;
    top: 50%;
    margin-top: -58px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-sizing: border-box;
}
.search .search_box .text {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    color: #444;
    background: none;
    border: none;
    font-family: "Microsoft Yahei";
    line-height: 40px;
}

.search .search_box .submit {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #8f0e16;
    background: 0 0;
    background: url(../image/fdj1.png) no-repeat center;
    background-size: 20px 20px;
    left: auto;
}

.search .search_box .search_wrap {
    border: 1px solid #3d3d3d;
    border-radius: 20px;
    position: relative;
    padding-right: 45px;
    padding-left: 20px;
    width: 95%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.search .search_box .close_btn {
    position: absolute;
    right: 20px;
    top: 32%;
    width: 39px;
    height: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 26px;
  
    background-size: 31px 29px
}

.search .search_box .close_btn:hover {
    color: #530794;
}

.search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.is-visible .search_box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.is-visible .search_box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}
.clearfix::after {
    display: block;
    visibility: hidden;
    clear: both;
    content: ".";
    overflow: hidden;
    width: 0px;
    height: 0px;
    font-size: 0px;
    line-height: 0;
}

.clearfix {
    display: block;
}
.search_btn {
    display: block;
}

.search {
    opacity: 0;
    position: fixed;
    left: 0;
    display: block;
    top: 0;
    z-index: 99999999;
    *z-index: 999;
    _z-index: 999;
    width: 100%;
    float: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .7);
    border-radius: inherit;
    margin-top: 0;
    visibility: hidden;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s;
    transition: opacity 0.3s 0s, visibility 0s 0.3s;
    line-height: initial;
}

.search_box {
    width: 88%;
    position: relative;
    padding: 30px 40px 30px 30px;
    background: #fff;
    margin: 0 auto;
    top: 50%;
    margin-top: -58px;
    background: #FFF;
    border-radius: .4rem .4rem .4rem .4rem;
    text-align: center;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-backface-visibility: hidden;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    box-sizing: border-box;
}

/* .logo {
        width: 43%;
    } */
.search .search_box .text {
    width: 100%;
    height: 40px;
    padding: 0;
    font-size: 14px;
    color: #444;
    background: none;
    border: none;
    font-family: "Microsoft Yahei";
    line-height: 40px;
}

.search .search_box .submit {
    display: block;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 36px;
    width: 40px;
    border: none;
    border-radius: 50%;
    overflow: hidden;
    font-size: 14px;
    color: #8f0e16;
    background: 0 0;
    background: url(../images/fdj1.png) no-repeat center;
    background-size: 20px 20px;
    left: auto;
}

.search .search_box .search_wrap {
    border: 1px solid #3d3d3d;
    border-radius: 20px;
    position: relative;
    padding-right: 45px;
    padding-left: 20px;
    width: 95%;
    height: 40px;
    line-height: 40px;
    box-sizing: border-box;
}

.search .search_box .close_btn {
    position: absolute;
    right: 20px;
    top: 32%;
    width: 39px;
    height: 35px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 26px;
    background: url(../images/closebtn.png) no-repeat center;
    background-size: 31px 29px
}

.search .search_box .close_btn:hover {
    color: #530794;
}

.search.is-visible {
    opacity: 1;
    visibility: visible;
    -webkit-transition: opacity 0.3s 0s, visibility 0s 0s;
    transition: opacity 0.3s 0s, visibility 0s 0s;
}

.is-visible .search_box {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
}


.rcpy{background-image: url(../images/blueB.png);padding: 46px 0px;}  
.rcpy .hd{margin-bottom: 30px;}
.rcpy .bd_b{text-align: center;}
.rcpy .bd_b li{display: inline-block;padding: 8px 28px;position: relative;cursor: pointer;font-size: 28px;margin-right: 5%;color: #fff;font-weight: bold;}
.rcpy .bd_b li.on{background-color: #024886;border-radius: 9px;color: #fff;}
.rcpy .bd_b li.on:after{
    left: 42%;
    bottom: -9px;
    border-color: transparent transparent #024886 #024886;
    border-style: solid;
    border-width: 9px;
    box-sizing: border-box;
    content: "";
    display: block;
    height: 0;
    position: absolute;
    transform: rotate(-45deg);
    transform-origin: center center;
    width: 0;
    }
.rcpy .more{position: relative;top: 21px;}
.rcpy .hd a{float: right;font-size: 13px;color: #fff;border:1px solid #fff;padding: 2px 10px;border-radius: 12px;}
.rcpy .hd a:hover{background-color: #024886;color: #fff;}
ul.img_box li{float: left;width: 23%;margin-right: 2.6%;}
ul.img_box li:nth-child(4){margin-right: 0;}
ul.img_box li .img{width:100%;height: 220px;position: relative;overflow: hidden;}
ul.img_box li .img img{
	width:100%;
	height: 220px;
	object-fit:cover;
	position:relative;
	transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	-webkit-transition: all .5s ease;
	/* border-top-left-radius: 10px; */
	/* border-top-right-radius: 10px; */
	}
ul.img_box .text{padding: 18px 24px 24px;background-color: #fff;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;}
ul.img_box .text h1{font-size: 16px;height: 60px;line-height: 30px;/* white-space: nowrap; */overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;}
ul.img_box .text p{margin-top: 10px;font-size: 16px;color: #1249a3;font-weight: bold;font-family: 'Georgia';}

ul.img_box li:hover h1 a,.img_text li:hover a{color: #1249a3;}

ul.img_box h2{color: #999;height:72px;font-weight:normal;font-size: 14px;margin-top: 15px;overflow: hidden;text-overflow: ellipsis;display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;line-height: 24px;}
ul.img_box li .img:hover img{transform: scale(1.1);}


/* 专题 */
.ztgz li{position: relative;border-radius: 10px;}
.ztgz .img{width: 100%;height: 128px;position: relative;overflow: hidden;padding: 0 10px;border-radius:10px;position: relative;}
.ztgz .img img{width:100%;height:116px;object-fit:cover;position:relative;overflow: hidden;transition: all .5s ease;-moz-transition: all .5s ease;
	-o-transition: all .5s ease;-webkit-transition: all .5s ease;}
.ztgz .ztgz>li:after{content:'';display: inline-block;position:absolute;bottom: 7px;left: 14%;width: 70%;height: 10px;background-color: #c0d8fe;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;z-index: -1;}
.ztgz .ztgz>li::before{content:'';display: inline-block;position:absolute;bottom: 2px;left: 25%;width: 50%;height: 6px;background-color: #d9e7fc;border-bottom-left-radius: 10px;border-bottom-right-radius: 10px;z-index: -1;}
.ztgz .slick-dots{top:inherit;bottom:-28px;right:45%;}
.ztgz .slick-arrow{position: absolute;top: 35%;width: 40px;height: 40px;border:none;outline: none;z-index: 99;cursor: pointer;background-color: transparent;}
.ztgz .slick-prev{background: url(../images/blueLeftArrow.png) no-repeat;left: -11px;}








@media screen and (max-width: 1300px) {
   .rcpy .bd_b li{font-size: 24px;}
 
   ul.img_box li .img, ul.img_box li .img img{height: 240px;}

}

@media screen and (max-width: 1040px) {
  ul.img_box li{width:49%;margin-right: 2%;margin-bottom: 20px;}
  ul.img_box li:nth-child(2),ul.img_box li:nth-child(4){margin-right: 0;}
  .rcpy .bd_b li{font-size:22px;}
}


@media screen and (max-width: 840px) {
  .rcpy .bd_b li{margin-right: 2%;font-size: 20px;padding-left: 20px;padding-right: 20px;}
  .rcpy .more{top:11px;}
}

@media screen and (max-width: 740px) {
	.rcpy .bd_b li{font-weight: normal;font-size: 16px;margin-right: 1%;}
    ul.img_box li .img,ul.img_box li .img img{height: 180px;} 
}



@media screen and (max-width: 640px) {
	.rcpy .bd_b li{ padding: 8px 4px; margin-right: 0px;font-size:15px;}
  ul.img_box li{width: 100%;margin-right: 0;}
    .friendshipLinkText{margin-top: 20px !important;}
    .rcpy .bd_b li.on:after{display:none;}
   .rcpy .hd a{padding:3px;}
}

@media screen and (max-width: 450px) {
    .nav{
        width:100%;
    }

}