/*通用样式*/
*{margin:0;padding:0;word-wrap:break-word;}
body{min-width: 1300px;font-size:12px;font-family:Arial,'hiragino sans gb','microsoft yahei ui','microsoft yahei',simsun,sans-serif;color:#444;}
body{ color:#4C4C4C;background-color: #f2f4f6;}
a{color:#4C4C4C;text-decoration:none;}
a:hover{color:#FF0000;}
a img{border:none;} 
div,ul,li,p,form{padding: 0px; margin: 0px;list-style-type: none;}
em{font-style: normal;font-weight: normal;}
table {padding: 0px; margin: 0px;list-style-type: none;}
dt,dl,dd {padding: 0px; margin: 0px;list-style-type: none;}
form{margin:0px;padding:0px;}
input[type="checkbox"], input[type="radio"] {-webkit-box-sizing: border-box;-moz-box-sizing: border-box;box-sizing: border-box;padding: 0;}
input:focus,textarea:focus,select:focus{ outline:none;}
input[type="text"],select{ height:30px; line-height:30px; color:#999; border:1px solid #ddd;}
tr {padding: 0px; margin: 0px;list-style-type: none;}
h2,h3,h4{padding:0px; font-size:14px; font-weight:normal;}
i,em{ font-style:normal;}



/*头部*/
.head {position: fixed;left: 0;top: 0;z-index: 100;}
.head {width: 100%;height: 95px;background: rgba(255, 255, 255, 0.95);display: block;box-shadow: 0 2px 3px rgba(0,0,0,0.2);}
.hed{width: 85%;margin: 0 auto;display: flex;justify-content: center;flex-wrap: wrap;}
.logo{width: 500px;display: block;margin: 5px 0;}

.topss{width: 340px;float: right;/*margin-top: 40px*/}
.topss form{width: 100%;position:relative;}  
.topss form .textbox{width:100%;height: 40px;box-sizing: border-box;padding: 10px;}
.topss form .btnbox{border: 0;width: 40px;height: 40px;position: absolute;right: 10px;background-image: url("../images/tacn/ss.png");background-size: 20px 20px;background-position: 50% 50%;background-repeat: no-repeat;background-color: rgba(255,255,255,0.00);top: 20px;}


/*导航栏*/
.topdhbox{display: flex;flex-wrap: wrap;width: calc(100% - 500px);}
.navi {height: 65px;width:100%;box-sizing: border-box;display: flex;flex-wrap: wrap;justify-content: flex-end;}
.dh1 {margin: 0 2%;position: relative;}
.dh1:after {content: "";position: absolute;width: 2px;height: 1px;left: 0;top: 5px;z-index: 9;background: transparent;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.dh1:hover,.dh1.on {color: #b58c3c;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.dh1:hover:after,.dh1.on:after {width: 100%;background:#9b0f11;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.dh1 .dh1a{font-size: 18px;line-height: 65px;text-decoration: none;text-transform: uppercase;-webkit-transition: color .3s ease;-moz-transition: color .3s ease;-ms-transition: color .3s ease;-o-transition: color .3s ease;transition: color .3s ease;}
.dh1:hover .dh1a,.dh1.on .dh1a{color:#9b0f11;    font-weight: 600;}
.dh1 .dh_2 {width: 150px;position: absolute;left: -9999px;z-index: 1000;}
.dh1:hover>.dh_2 {left: 100%;top: 65px;transform: translateX(-50%);}
.dh1 .dh_2 li {position: relative;height: 0;-webkit-transition: height .3s ease;-moz-transition: height .3s ease;-ms-transition: height .3s ease;-o-transition: height .3s ease;transition: height .3s ease;}
.dh1 .dh_2 li:after {content: "";background: url(../images/tacn/dhjt.png) left center no-repeat;position: absolute;width: 1px;height: 7px;right: 10px;top: 22px;z-index: 9;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.dh1:hover>.dh_2>li {height: 55px;}
.dh1 .dh_2 li a {width: 100%;display: block; padding: 20px 0 20px 20px;font-size: 15px;background:#9b0f11;text-decoration: none;color: #fff;-webkit-transition: color .3s ease;-moz-transition: color .3s ease;-ms-transition: color .3s ease;-o-transition: color .3s ease;transition: color .3s ease;}
.dh1 .dh_2 li:hover>a, .dh1 .dh_2 li a:hover, .dh1 .dh_2 li.on a {color: #fff;background:#7a080a;font-weight: bold;}
.dh1 .dh_2 li:hover:after, .dh1 .dh_2 li.on:after {width: 36px;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease;-ms-transition: all 0.5s ease;-o-transition: all 0.5s ease;transition: all 0.5s ease;}
.dh1 .dh_2 li.on:after {width: 0px;}
@media(max-width:1480px){
	.hed{width: 90%;}
	.dh1{margin: 0 1.5%;}
}
@media(max-width:991px){
	.hed{width: 95%;}
	.dh1 .dh1a{font-size: 32px;}
	.logo{width: 400px;}
	.topdhbox{width: calc(100% - 400px);}
	.dh1{margin: 0 1%;}
	.topbar{font-size: 28px!important;}
	.dh1 .dh_2 li a{font-size: 22px;}
}

/**/
.topbar {width: 100%;height: 30px;line-height: 30px;font-size: 20px;font-weight: bold;color:#9b0f11;text-align: right;}


/*banner*/
#banner {position: relative;overflow: hidden;	width: 100%}
#banner ul {position: relative;	overflow: hidden;	width: 500%}
#banner ul li {	width: 20%;	float: left}
#banner ul li img {	width: 100%;display: block;}
#banner aside {	position: absolute;	top: 0;	bottom: 0;	height: 0;	width: 90%;	right: 0;	left: 0;	margin: auto}
#banner aside span {display: block;	width: 65px;	height: 65px;	z-index: 63;	background: rgba(255,255,255,0.6);	border-radius: 6px;	-moz-border-radius: 6px;	-webkit-border-radius: 6px;	position: relative;	cursor: pointer;	opacity: 0;	transition: all 0.3s;	margin-top:-2%;}
#banner:hover aside span{ 	opacity: 1;}
#banner aside span:after {	content: '';position: absolute;	top: 0;	bottom: 0;	right: 0;	left: 20%;	margin: auto;	width: 27px;	height: 27px;	border-top: 3px solid #9b0f11;	border-left:3px solid #9b0f11;	-webkit-transform: rotateZ(-45deg);	-moz-transform: rotateZ(-45deg);	-ms-transform: rotateZ(-45deg);	-o-transform: rotateZ(-45deg);	transform: rotateZ(-45deg)}
#banner aside span.prev {	float: left;}
#banner aside span.next {	float: right;}
#banner aside span.next:after {	left: 0;	right: 20%;	-webkit-transform: rotateZ(135deg);	-moz-transform: rotateZ(135deg);	-ms-transform: rotateZ(135deg);	-o-transform: rotateZ(135deg);	transform: rotateZ(135deg)}
#banner>div {	width: 140px;	position: absolute;	right: 0;left: 0;	bottom: 11%;	margin: auto}
#banner>div em {display: block;	float: left;	width: 18px;	height: 18px;	border-radius: 50%;	-moz-border-radius: 50%;	-webkit-border-radius: 50%;	border: 3px solid #fff;	-webkit-box-sizing: border-box;	-moz-box-sizing: border-box;	box-sizing: border-box;	margin: 0 4.75px;	background: #fff;-webkit-transition: all .3s;-moz-transition: all .3s;-ms-transition: all .3s;-o-transition: all .3s;	transition: all .3s;cursor: pointer}
#banner>div em.act {background:#9b0f11;}
/*banner end*/


/*sy jj*/
.sygybox {position: relative; width: 100%; padding: 60px 0; background-image: url("../images/tacn/ab_back.jpg"); background-size: 100% 100%; box-sizing: border-box; overflow: hidden;}
.sygybox::before{content: ""; position: absolute; top: 50%; left: 50%; width: 90%; height: calc(100% - 120px); background-color: #fff; transform: translate(-50% , -50%);}
.sygytp{position: absolute; top: 50%; right: 0; z-index: 10; display: block; width: 800px; height: 500px; transform: translateY(-50%);}
.bx {position: absolute;left: calc(5% + 60px); bottom: 120px;z-index: 10; display: flex; justify-content: space-around; width: 56%; height: 90px; border-radius: 50px 0 0 50px; background: #333;}
.bx a {display:flex; align-items: center; width: 180px; height: 90px; padding-left: 45px; position: relative;}
.bx a i {display: block; width: 37px; height: 50px; -webkit-transition: all .7s; transition: all .7s;}
.bx a:nth-of-type(1) i {background: url(../images/tacn/ab_icon_01.png) center center no-repeat;}
.bx a:nth-of-type(2) i {background: url(../images/tacn/ab_icon_03.png) center center no-repeat;}
.bx a:nth-of-type(3) i {background: url(../images/tacn/ab_icon_05.png) center center no-repeat;}
.bx a:nth-of-type(4) i {background: url(../images/tacn/ab_icon_07.png) center center no-repeat;}
.bx a p {font-size: 18px; color: #fff; -webkit-transition: all .7s; transition: all .7s;}
.bx a:hover:nth-of-type(1) i {background: url(../images/tacn/ab_icon_02.png) center center no-repeat; -webkit-animation: jello 1s;}
.bx a:hover:nth-of-type(2) i {background: url(../images/tacn/ab_icon_04.png) center center no-repeat; -webkit-animation: jello 1s;}
.bx a:hover:nth-of-type(3) i {background: url(../images/tacn/ab_icon_06.png) center center no-repeat; -webkit-animation: jello 1s;}
.bx a:hover:nth-of-type(4) i {background: url(../images/tacn/ab_icon_08.png) center center no-repeat; -webkit-animation: jello 1s;}
.bx a:hover p {color: #9b0f11;}


.sygy {position: relative; z-index: 10; width: calc(95% - 800px); height: 580px; padding: 60px 60px 150px 60px; margin-left: 5%; background-color: #fff; box-sizing: border-box;}
.sygy span {;position: relative; display: block; width: 100%; height: 30px; background: url(../images/tacn/bt_ab.png) left center no-repeat;}
.sygy span::after {content: ''; position: absolute; top: 15px; left: 235px; width: calc(100% - 235px); height: 1px; background: #d6d6d6;}
.sygy h3 {margin-top: 30px; font-size: 26px; color: #333; line-height: 26px;}
.sygy p {margin-top: 33px; margin-bottom: 76px; font-size: 16px; color: #666; line-height: 35px; /*text-indent: 2rem;*/ overflow: hidden; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 5; overflow: hidden;}
.sygy a {position: absolute; right: 0; bottom: 150px;display: block;width: 68px; height: 68px;background: #9b0f11 url(../images/tacn/more01.png) center center no-repeat;-webkit-transition: all .7s;transition: all .7s;}

@media(max-width:1440px){
    .sygy {width: calc(98% - 800px); margin-left: 2%; padding: 60px 60px 120px 60px;}
    .sygy a{bottom: 120px;}  
    .bx {left: calc(2% + 60px); height: 60px;} 
    .bx a {height: 60px;}
}
@media(max-width:1200px){
    .sygy{padding: 40px 40px 100px 40px;}
}
@media(max-width:991px){
    .sygytp{width: 660px; height: 413px;}
    .sygy{width: calc(98% - 660px); height: 493px;}
    .sygy a{display: none;}
    .sygy p{-webkit-line-clamp: 6;font-size: 29px;}
    .bx{bottom: 90px;}
    
}



/*首页展示*/
.syfwbox .sybt{width: 100%;margin: 0 auto;padding: 50px 0 50px;}
.syfwbox .sybt p:nth-child(1){font-family:times new roman,times,serif;font-size: 42px;line-height: 50px;text-align: center;color: #e1e1e1;letter-spacing: 4px;text-transform: uppercase;}
.syfwbox .sybt p:nth-child(2){font-size:40px;line-height: 36px;font-weight: 600;text-align: center;color:#9b0f11;/*letter-spacing: 4px;*/}
.syfwbox{width: 100%;padding: 0 0 40px;background-image: url("../images/tacn/cpbj.png");background-size: 100% 100%;}
.syfw{width: 85%;margin: 0 auto;}
.sycpfl{width: 60%;display: flex;flex-wrap: wrap;justify-content: space-between;margin: 0 auto 30px;}
.sycpfl li{width: calc((100% - 40px) / 4);margin-bottom: 20px;}
.sycpfl li a{width: 100%;display: block;font-size: 18px;line-height: 52px;text-align: center;/*background-color: #254c9a;color: #fff;*/transition: all 0.6s;border: 1px #ececec solid;font-weight: 600;}
.sycpfl li a:hover{border-radius: 26px;background-color: #9b0f11;color: #fff;border: 1px #9b0f11 solid;}
.sycplbbox{width: 90%;overflow: hidden;margin: 0 auto;}
.sycplb{width: 2816px;overflow: hidden;}
.sycplb a{width: 325px;float: left;display: block;overflow: hidden;position: relative;padding-bottom: 50px;margin: 0 25px 25px 0;border: 1px #ececec solid;}
.sycplb a .sytpbox{width: 100%;overflow: hidden;}
.sycplb a .sytpbox img{width:100%;display: block;transition: all 0.6s;}
.sycplb a .sytpbt{width: 100%;display: block;font-size: 18px;line-height: 50px;letter-spacing: 2px;color: #333;text-align: center;z-index: 10;background-color: #f5f5f5;position: absolute;bottom: -54px;left: 0;z-index: 10;overflow: hidden;text-overflow:ellipsis;white-space: nowrap;transition: all 0.6s;}
.sycplb a .sytpbt span{width: 120px;display: block;font-size: 16px;border: 1px solid #fff;border-radius: 62px;line-height: 32px;margin: 0 auto 20px;}
.sycplb a:hover .sytpbox img{transform: scale(1.2);}
.sycplb a:hover p{background-color:#9b0f11;bottom: 0;color: #fff;}
.sycplb a .sytpbt span:hover{background-color: #fff;color:#9b0f11;}
@media(max-width:1200px){.syfw{width: 98%;}
	.syfwbox .sybt p:nth-child(2){font-size: 60px;}
	.syfwbox .sybt p:nth-child(1){font-size: 60px;}
	.sycpfl li a{font-size: 40px;line-height: 90px;}
	.sycplb a .sytpbt{font-size: 28px;}
	.sycplb a .sytpbt span{width: 150px;font-size: 24px;/*line-height: 50px;*/}
}
@media(max-width:991px){
	.sycplb{width: 4224px;}
	.sycplb a{border: 1px #b3b1b1 solid;}
	.sycpfl{width: 80%;}
}


/**/
.obliquo-colour {
    height: 435px;
    background-attachment: fixed!important;
    position: relative;
    z-index: 1
}
.touch .obliquo-colour {
    /*background-attachment: scroll!important*/
}
.obliquo-colour .maschera {
    width: 100%;
    position: absolute;
    z-index: 2;
    bottom: 0;
    left: 0;
    height: 60px;
    margin-top: 30px
}
@media(max-width:991px){
    .obliquo-colour{background-attachment:inherit!important;background-position: 50% 62%!important;}
}


/*新闻*/
.between{overflow:hidden;margin:0 auto;width:85%;}
.title>h3{margin:40px 0;text-align:center}
.sec7_con{overflow:hidden;width:100%;}
.sec7_con ul li{float:left;margin:20px 10px 0;padding:20px 0;width: calc((100% - 40px) / 2);height:210px;background:url(../images/tacn/kh_icon.png) no-repeat 140px bottom;text-align:left;-webkit-transition:all .35s ease-in-out;-moz-transition:all .35s ease-in-out;transition:all .35s ease-in-out}
.sec7_con ul li:hover{background:url(../images/tacn/kh_icon.png) no-repeat 160px bottom}
.sec7_con ul li>a{float:left;padding-bottom:8px}
.sec7_con ul li img{padding:5px;width:220px;height:220px;border-radius:800px}
.sec7_txt{float:right}
.sec7_txt h4 a{border-bottom:1px solid #342c2a;color:#342c2a;font-size:18px;line-height:28px}
.sec7_txt b{color:#342c2a;font-weight:400}
.sec7_txt h4 a:hover{border-bottom:1px solid #852629;color:#852629}
.sec7_txt{float:left;margin-top:30px;margin-left:25px;width: calc(100% - 260px);height:152px}
.sec7_txt p{overflow:hidden;margin-top:30px;/*width:260px;*/height:72px;color:#666;letter-spacing:1px;font-size:14px;line-height:24px}
.sec7_txt>a{display:block;margin-top:20px;color:#666;text-transform:uppercase}
.sec7_txt>a:hover{color:#852629}

@media(max-width:991px){
    .between{width: 95%;}
    .sec7_txt h4 a{font-size: 26px;}
    .sec7_txt p{font-size: 20px;}
    .sec7_txt>a{font-size: 20px;}
    .f_nav a{font-size: 20px;}
}



/**/
.footer{width:80%;margin:0 auto;font-family:"Microsoft Yahei"}
.f_bj{color:#9f9f9f;clear:both;height:355px;font-family:"Microsoft Yahei";background:url(../images/tacn/footbg.png) no-repeat center 0;line-height:30px;padding:30px 0 0;position:relative;margin-top: 40px;}
.f_bj a{color:#9f9f9f}
.f_nav{height:81px;line-height:81px;font-size:17px;white-space:nowrap;text-align:center;border-bottom:solid 1px #404040;margin-bottom:37px}
.f_nav a{display:inline-block;color:#fff;padding:0 20px;height:79px}
.f_nav a:hover{font-weight:700;border-bottom:solid 2px #fff;color:#fff}
.f_nav em{display:inline-block;color:#686868;padding:0 25px;font-style:normal;font-size:14px}
.f_text{height:105px;padding:40px 0 0 58px;background:#1a1a1a}
.f_text li.f_text1{/*width:40%*/}
.f_text li.f_text1 p,.f_text li.f_text2 p,.f_text li.f_text3 p{font-size:17px}
.f_text li{float:left;background:url(../images/tacn/f_ico1.gif) no-repeat 0 7px;padding:0 0 0 97px;width:25%;line-height:28px;color:#9f9f9f}
.f_text li.f_text2{background:url(../images/tacn/f_ico3.gif) no-repeat 0 7px}
.f_text li.f_text3{background:url(../images/tacn/f_ico3.gif) no-repeat 0 7px;padding:0 0 0 85px}
.f_text li span{display:block;height:34px;font-weight:700;color:#fff;font-size:16px;line-height:34px}
.f_text li span em{font-family:Arial;color:#6d6d6d;font-weight:400;font-style:normal}
.f_logo{width:117px;padding:14px 0 0}
.f_logo img{width:91px;height:89px}
.f_cont{padding:13px 0 0;text-align:center;width:100%}
.f_cont p{font-size:15px;text-align:center}
.f_code{width:114px;display:block;height:111px;padding:12px 0 0 106px;background:url(../images/f_codebg.png) no-repeat 0 0}
.f_code img{display:block;width:84px;height:84px;display:block;padding:4px;background:#fff;border:solid 2px #ebebeb}
@media (max-width:1440px){
    .footer{width:93%}
}
@media(max-width:991px){
    .f_text li span{font-size: 24px;}
    .f_text li.f_text1 p, .f_text li.f_text2 p, .f_text li.f_text3 p{font-size: 22px;}
    .f_cont p{font-size: 22px;}
}



/**/
.w-1260{margin: 0 auto;width:75%;}
.youshi{margin:0 auto;width:100%;height:700px;background:url(../images/tacn/ysbg.jpg) no-repeat center;}
.youshi1{float:left;margin-top:50px;margin-right:30px;padding:0 20px;width: calc((100% - 210px) / 3);background:#f3f3f3;}
.ys1{margin-bottom:40px;padding:30px 0;border-top:10px solid #fdaf21;border-bottom:1px solid #25b6c5;}
.you{float:left;width:256px;}
.you h2{color:#25b6c5;font-weight:bolder;font-size:36px;}
.you span{color:#fdaf21;text-transform:uppercase;font-size:15px;}
.ysbt{margin-bottom:40px;}
.ysbt h2{margin-bottom:20px;font-weight:700;font-size:22px;}
.ysbt p{font-size:16px;line-height:30px;}
.h-part-ys1{margin: 50px 0;text-align:center;}
.h-part-ys1 p{color:#000;text-align:center;font-size:18px;}
.youshi1 .yswz img{width: 100%;}

@media(max-width:991px){
    .w-1260{width: 90%;}
    .h-part-ys1 p{font-size: 28px;}
}








/*ny cp*/
.nynrbox .menu {margin: 40px 20px;text-align: center;/*border-bottom: #ececec 1px solid;*/}
.nynrbox .menu a {display: inline-block;padding: 0 20px 20px 40px;position: relative;font-size: 16px;font-weight: normal;font-stretch: normal;line-height: 20px;letter-spacing: 0px;color: #333333;background: url('../images/tacn/pro.png') no-repeat center;background-position-x: 5px;background-position-y: -20px;box-sizing: content-box;transition: 0.7s;}
.nynrbox .menu a:before {content: '';display: block;position: absolute;bottom: 0px;left: 40px;border-left: 0 40px solid;transition: 0.7s;background-color: #f08519;height: 1px;width: 0;}
.nynrbox .menu a:hover {background-position-y: 0px;}
.nynrbox .menu a:hover:before {content: '';width: 76%;}

.nytplb{width: 100%;display: flex;flex-wrap: wrap;}
.nytplb li{width: calc((100% - 120px) / 4);margin-bottom: 45px;margin-right: 30px;}
.nytplb li a{width: 100%;display: block;border: 1px solid #e1e1e1;box-sizing: border-box;transition: all 0.6s;}
.nytplb li a .nytplbtp{width: 100%;overflow: hidden;}
.nytplb li a .nytplbtp img{width: 100%;display: block;transition: all 0.6s;}
.nytplbbt{width: 100%;padding: 20px;box-sizing: border-box;}
.nytplbbt p:nth-child(1){font-size: 20px;line-height: 30px;color: #212121;letter-spacing: 1px;border-bottom: 1px solid #ddd;padding-bottom: 16px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;position: relative;}
.nytplbbt p:nth-child(2){font-size: 16px;line-height: 30px;color: #666;letter-spacing: 1px;margin-top: 16px;background-image: url("../../UploadFiles/bj/jt.png");background-size: 18px 16px;background-position: 100% 50%;background-repeat: no-repeat;}
.nytplbbt p:nth-child(1)::before{content: "";position: absolute;width: 0;height: 1px;background-color:#9b0f11;left: 0;bottom: 0;transition: all 0.6s;}
.nytplb li a:hover{box-shadow: 0 2px 6px rgba(0,0,0,0.2);}
.nytplb li a:hover .nytplbtp img{transform:scale(1.1);}
.nytplb li a:hover .nytplbbt p:nth-child(1){color: #9b0f11;font-weight: 600;}
.nytplb li a:hover .nytplbbt p:nth-child(1){color: #9b0f11;font-weight: 600;}
.nytplb li a:hover .nytplbbt p:nth-child(1)::before{width: 100%;}
@media(max-width:1400px){
	.nytplb li{width: calc((100% - 90px) / 3);margin:15px;}
}
@media(max-width:991px){
	.nytplb li{margin-right: 30px;width: calc((100% - 150px) / 3);}
	.nytplb li:nth-child(3n){margin-right: 0;}
	.nytplbbt p:nth-child(1){font-size: 26px;}
	.nytplbbt p:nth-child(2){font-size: 22px;}
}

.nrycp{width: 90%;margin: 0 auto;display: flex;border-bottom: 1px #ececec solid;padding-bottom: 50px;}
.nrycp .lf{width: 45%;}
.nrycp .imglist{width: 100%;}
.nrycp .lf img{width:100%;}
.nrycp .rg{width: 52%;margin-left: 3%;}
.nrycp .rg .tl{font-size: 24px;border-bottom: 1px #ececec solid;line-height: 80px;}
.nrycp .rg .jss{width: 100%;}
.nrycp .rg .jss h2{font-size: 24px; line-height: 40px;background:url("../../images/tacn/p_icon1.png")no-repeat left center;padding-left: 30px;margin: 3% 0 2% 0;}
.nrycp .rg .jss p{font-size: 16px;line-height: 32px;text-indent: 2rem;}
.nrycp .rg ul{display: flex;margin-top: 80px;width: 80%;}
.nrycp .rg ul li{width: calc(100% / 3);background:#0b298f;margin: 0 10px;line-height: 60px;text-align: center;}
.nrycp .rg ul li a{color: #fff;}
.nph_tj{width: 90%;margin: 0 auto;padding-top:20px;}
.nph_tj ul{display: flex;}
.nph_tj ul li{margin: 0 20px;line-height: 30px;}
.nyxw_1 .name{font-size: 28px;font-weight: bold;text-align: center; margin-bottom: 20px; line-height: 65px;}
.nyxw_1 .intro p{font-size: 16px;}
.nyxw_1 .intro p a img{width: 50%;}
.control{font-size: 16px;line-height: 30px;}

@media(max-width:991px){
	.nrycp{flex-wrap: wrap;}
	.nrycp .lf{width: 100%;}
	.nrycp .rg{width: 100%;}
	.nynrbox .menu a{font-size: 30px;line-height: 40px;padding-right: 40px;}
	.nrycp .rg ul li a{font-size: 22px;}
	.nph_tj{font-size: 24px;}
	.nrycp .rg .jss p{font-size: 26px;line-height: 45px;}
}


/*nywz*/
.nyxwlb{/*float: right;width: calc(100% - 340px);*/}
.nyxwnr {width: 90%;margin: 0 auto;}
.nyxwlb li{border-bottom: 1px solid #eaeaea;overflow: hidden;margin-bottom: 15px;}
/*.nyxwlb li .Pic{	width: 31.634446397%;	float: left;	overflow: hidden;}
.nyxwlb li .Pic img{	display: block;	width: 100%;    transform: scale(1);    transition: all .7s ease;}
.nyxwlb li:hover .Pic img{transform: scale(1.12);transition: all 1s ease;}*/
.nyxwlb li .SubInfo{width:100%;	margin: 0 auto;overflow: hidden;padding: 15px 0;}
.nyxwlb li .SubInfo .tit{font-size: 24px;color:#202020;line-height: 26px;min-height: 26px;display: -webkit-box;-webkit-line-clamp: 1;    -webkit-box-orient: vertical;    overflow: hidden; }
.nyxwlb li:hover .SubInfo .tit{	color:#e60012;transition: all .5s ease;}
.nyxwlb li .SubInfo .time{	font-family: arial;color:#b8b8b8;font-size:14px;margin-top: 14px;}
.nyxwlb li .SubInfo .time img{vertical-align: middle;}
.nyxwlb li .SubInfo .sub{color:#545353;	line-height: 30px;min-height: 60px;margin-top: 14px;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;}
.nyxwlb li .SubInfo .more{	display:inline-block;border-radius: 100px;margin:12px 0;transition: all .5s ease;padding: 0 28px;border-radius: 3px;border: 2px solid #e6e6e6;color: #707070;line-height: 43px;height: 43px;}
.nyxwlb li:hover .SubInfo .more{color:#fff;background:#c70606;border: 2px solid #c70606;transition: all .5s ease;}
.nyxwlb li a .Pic{width: 20%;float: left;}
.nyxwlb li a .Pic img{width: 100%;height: 230px;}


.newscontent .name{font-size: 24px;text-align: center;}
.newscontent .intro{margin: 25px 0;}
.newscontent .intro p{font-size: 16px;}
.newscontent .control{font-size: 16px;line-height: 30px;}

.nyxwnr .name{font-size: 24px;text-align: center;font-weight: 600;padding-bottom: 20px;}


/**/
.nrycp{width: 90%;margin: 0 auto;display: flex;border-bottom: 1px #ececec solid;padding-bottom: 50px;}
.nrycp .lf{width: 45%;}
.nrycp .imglist{width: 100%;}
.nrycp .lf img{width:100%;}
.nrycp .rg{width: 52%;margin-left: 3%;}
.nrycp .rg .tl{font-size: 24px;border-bottom: 1px #ececec solid;line-height: 80px;}
.nrycp .rg .jss{width: 100%;}
.nrycp .rg .jss h2{font-size: 24px; line-height: 40px;background:url("../../images/tacn/p_icon1.png")no-repeat left center;padding-left: 30px;margin: 3% 0 2% 0;}
.nrycp .rg .jss p{font-size: 16px;line-height: 30px;text-indent: 2rem;}
.nrycp .rg ul{display: flex;margin-top: 80px;width: 80%;}
.nrycp .rg ul li{width: calc(100% / 3);background: #cd0e12;margin: 0 10px;line-height: 60px;text-align: center;}
.nrycp .rg ul li a{color: #fff;font-size: 16px;}
.nph_tj{width: 90%;margin: 0 auto;padding-top:20px;}
.nph_tj ul{display: flex;}
.nph_tj ul li{margin: 0 20px;line-height: 30px;font-size: 16px;}



/*ny jj*/
.nytoptp{width: 100%;display: block;}
.nywzdhbox{width:100%;height: 55px;background-color: #fff;}
.nywzdh{width: 90%;margin: 0 auto;/*display:flex;justify-content: space-between;*/}
.nywzdh .nywzdhnr{font-size: 14px;line-height: 55px;color: #555;letter-spacing: 1px;padding-left: 20px;box-sizing: border-box;background-image: url("../images/tacn/wzdh.png");background-repeat: no-repeat;background-size: 20px 80px;float: right;}
.nywzdh .nywzdhnr a{font-size: 14px;line-height: 55px;color: #555;letter-spacing: 1px;}
.nybt{width: 120px;font-size: 18px;line-height: 80px;color: #fff;text-align: center;background-color: #dc8c14;border-bottom-right-radius: 20px;border-top-left-radius: 20px;}
.nydhlb{font-size: 16px;line-height: 80px;color: #666;overflow: hidden;height: 80px;}
.nydhlb a{font-size: 16px;line-height: 80px;color: #333;text-align: right;padding: 0 30px;position: relative;}
.nydhlb a::before{content: "";position: absolute;width: 0;height: 2px;background-color: #e60010;bottom: -32px;left: 50%;transform: translateX(-50%);transition: all 0.6s;}
.nydhlb a:hover{color: #be1e2d;}
.nydhlb a:hover::before{width: 100%;}
    
.nynrbox{width:90%;margin: 40px auto;background-color: #fff;padding: 40px;box-sizing: border-box;}
.nynrbt{width:100%;font-size: 30px!important;color: #333;text-align: center;line-height: 46px!important;padding-bottom: 30px;margin-bottom: 30px;border-bottom: 1px solid #eee;}
.nynrbox p{font-size: 16px;line-height: 30px;text-indent: 2rem;}
.nynrbox p strong{font-size: 18px;line-height: 40px;}
.gywmn_l{width:85%;padding:20px;display: flex;flex-wrap: wrap;margin: 0 auto;}
.gywmn_l img{width: calc((100% - 120px) / 3);margin: 20px;}


/*ny lx*/
.kfay{padding-top:15px;width:100%;height:210px;}
.kfay dt{float:left;padding:10px;width:188px;}
.kfay dt img{display:block;width:188px;height:188px;}
.kfay dd{float:right;width:85%;}
.kfay dd h4{padding-top:32px;height:45px;background:url(../../images/tacn/lx-line.jpg) no-repeat left bottom;color:#000;font:24px "Microsoft YaHei";font-weight:700;}
.kfay dd h4 i{padding-left:15px;color:#999;text-transform:uppercase;font:16px Arial;}
.kfay dd p{padding-top:15px;color:#333;font:16px "Microsoft YaHei";line-height:30px;}
@media(max-width:1440px){.kfay dd{float:right;width:81%;}
.smjz li{width:29%!important;}
}
@media(max-width:1200px){.kfay dd{float:right;width:79%;}
.smjz li{padding:0 1% 0 1%;width:20%;}
}
@media(max-width:1024px){.kfay dd{float:right;width:75%;}
.smjz li{padding:0 1% 0 1%;width:20%;}
}
@media(max-width:840px){.kfay dd{float:right;width:71%;}
.smjz li{padding:0 1% 0 1%;width:20%;}
}
@media(max-width:768px){.smjz li{width:40%!important;}
}
@media(max-width:640px){.kfay dt{float:left;padding:10px;width:160px;}
.kfay dt img{width:160px;height:160px;}
.kfay dd h4{padding-top:0;}
}
@media(max-width:425px){.smjz li{width:39%!important;}
.kfay dt{float:left;display:none;padding:10px;width:160px;}
.kfay dt img{width:160px;height:160px;}
.kfay dd{width:100%;}
.kfay dd h4{padding-top:0;}
.kfay{padding-top:15px;height:auto;}
}
.gssll .linw{display:block;margin-bottom:28px;width:50px;height:4px;background:#faf6f3;}
.smjz{padding:30px 0 10px;background:#f9f9f9;overflow: hidden;}
.smjz li{float:left;margin-bottom:30px;padding:0 20px 0 20px;width:30%;border-right:1px dashed #bbb;color:#333;text-align:center;line-height:30px;transition:.3s;}
.smjz li img{width:70px;}
.smjz .qyyj2{border-right:none;}
.smjz li span{display:block;font-weight:700;font-size:18px;}
.smjz li em{display:block;font-style:normal;font-size:20px;}
.smjz li:hover{-webkit-transform:translate(0,-10px);transform:translate(0,-10px);}
@media(max-width:991px){.smjz li{width:46%;}
}






/*文章分页样式*/
#fenye{clear:both; margin:10px 20px 20px 0;}
#fenye a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px; display:inline-block;}
#fenye .prev,#fenye .next{width:60px;}
#fenye a.curr{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#fenye a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pageNext{ margin:10px;}
#pageNext .prev,#pageNext .next{text-align:center;width: 60px;}
#pageNext a.curr{background: #bfbfc7;border: 1px solid #bfbfc7;color: #fff;}
#pageNext a.curr span{ color:#fff !important;}
#pageNext a{width: 28px;text-align: center;float: left;border: 1px solid #bfbfc7;background: #fff;height: 28px;font-size: 12px;color: #666;line-height: 28px;margin-left: 5px;border-radius: 3px;}
#realname{height: 30px;border: 1px solid #ddd;}
#b1{padding: 5px 10px;background: #ff7d02;color: #fff;border: 1px solid #ff7d02;border-radius: 3px;}

.fenyetips{ display:none}
#pagelist{ line-height:22px;color:#666; padding:15px;}
#pagelist a{ width:28px; text-align:center; float:left; border:1px solid #bfbfc7;background:#fff; height:28px; font-size:12px;color:#666; line-height:28px; margin-left:5px;border-radius:3px;}
#pagelist a.next,#pagelist a.prev{width:60px;}
#pagelist a.curr{ background:#bfbfc7;border:1px solid #bfbfc7;color:#fff;}
#pagelist a:hover{background:#bfbfc7;border:1px solid #bfbfc7;color:#fff; text-decoration:none}
#pagelist a img{ display:block;margin:0 auto;margin-top:12px;}
#pagelist span{line-height:28px; font-size:13px; height:28px; margin-left:10px;}
#pagelist span#totalpage{ margin:0;}
.fenye a img{ display:block;margin:0 auto;margin-top:12px;}

/* 图片分页方式的样式*/
.imagelist{margin:0 auto;width:990px;} /*总宽度*/
.imagelist .imagetop{padding-right:5px;text-align:right;margin:5px;}
.imagelist .imagetop a{color:#767676;}
.imagelist .defaultimagesrc{text-align:center;margin:5px;padding-top:40px;padding-bottom:40px;}
.imagelist .defaultImagesrc img{border:1px solid #f1f1f1;padding:2px}
.imagelist .imageintro{text-align:center;font-size:14px;}
.thumb {height:112px;background:#FFF;padding:5px;}
.thumb_1 {text-align: center;float: left;height: 50px;width: 60px;padding-top: 30px;font-weight: 400;font-size: 14px;color:#000;}
.thumb_1 .font-28{font-size:18px;color:red;}
.thumb_2 {float: left;width: 790px;}
.thumb_2_1 {background:url(qh1.gif) no-repeat 0px 20px;float: left;height: 113px;width: 35px;cursor:pointer;margin-left:10px;_margin-left:0px;}
.thumb_2_2 {background:url(qh2.gif) no-repeat 0px 20px;float: right;height: 113px;width: 35px;cursor:pointer;}
#scrool_div {width:708px;position:relative;height:110px;overflow:hidden;}
#scrool_wrap {height:110px;position:absolute;width:20000px;}
#scrool_wrap li {width:130px;height:100px;float:left;margin-right:10px;}
#scrool_div img{width:126px;height:95px;margin:5px}
.normalthumb img{padding:2px;border:1px solid #F9AF10}
.currthumb img{padding:2px;border:1px solid #ff6600;}

/*组图显示方式的样式*/
.imggrouplist{margin:0 auto;width:90%;}
.imggrouplist li{width:150px;float:left;margin:2px;border:1px #f1f1f1 solid;background:#FFFFFF;padding:5px;text-align:center}
.imggrouplist li img{width:145px;height:120px;}

/*平行显示方式样式*/
.imglist{text-align:center}
.imglist img{border:4px solid #efefef;padding:1px}
.imglist div{margin-bottom:15px}
#pageNext{text-align:right}