﻿@charset "utf-8";

@font-face {
  font-family: 'FOHTX';
  src: url('../font/SourceHanSansCN-Regular_1.otf');
  src: local('apple Regular'),
    local('apple'),
    url('../font/SourceHanSansCN-Regular_1.otf') format('woff'),
    url('../font/SourceHanSansCN-Regular_1.otf') format('truetype'),
    url('../font/SourceHanSansCN-Regular_1.otf') format('svg');
}

/* 网站哀悼变灰 */
/* html {
  filter: grayscale(100%);
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  -webkit-filter: grayscale(1);
} */

body {
  font-family: "微软雅黑";
  font-size: 15px;
  margin: 0px auto;
  padding: 0px;
  color: #444;
  position: relative;
  line-height: 30px;
  text-align: justify;
  text-justify: inter-ideograph;
}

a {
  color: #555;
  text-decoration: none;
}

a:hover {
  color: #29569a;
}

img {
  border: 0px;
  margin: 0px;
  padding: 0px;
  max-width: 100%;
}

ul,
li,
p,
form,
input,
form,
h1,
h2,
h3,
h4 {
  margin: 0px;
  padding: 0px;
  list-style: none;
}

.clear {
  clear: both;
  overflow: hidden;
  height: 0px;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.w1200 {
  width: 1200px;
  margin: 0px auto;
  position: relative;
}

.hidden {
  display: none;
}

.show {
  display: block;
}

input {
  outline: none;
  /*去掉选中边框*/
}

.p60 {
  padding: 60px 0px;
}



/*头部*/
.header {
  width: 100%;
  height: 165px;
  box-shadow: 0px 0px 3px #e3e3e3;
}

.warn {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: solid 1px #dcdcdc;
  background-color: #dcdcdc;
  position: relative;
  position: fixed;
  color: rgba(170, 81, 14, 1);
  font-weight: bold;
  top: 0;
  z-index: 2;
}

.wel {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-bottom: solid 1px #dcdcdc;
  position: relative;
  z-index: 1;
}

.w1 {
  width: 500px;
  float: left;
}

.w1 span {
  color: #ab9571;
}

.w2 {
  width: 500px;
  float: right;
  /*text-align: right;*/
  /*color: #e3e3e3*/
}

.w2 a {
  display: inline-block;
  margin: 0px 15px;
}

a.t_wx {
  cursor: pointer;
}

a.t_wx img {
  box-shadow: 0px 0px 15px #e3e3e3;
  max-width: 120px;
  height: 120px;
  position: absolute;
  right: 100px;
  top: 35px;
  display: none;
  z-index: 999999;
  border-radius: 5px;
}

.t_wx:hover img {
  display: block;
}

.search {
  position: relative;
  width: 22px;
  display: inline-block;
  float: right;
  margin-left: 15px;
}

.search img {
  margin-top: 12px;
  cursor: pointer;
}

.s_tab {
  position: absolute;
  right: -5px;
  top: 8px;
  z-index: 9;
  background: #e8e8e8;
  /*display: none;*/
  width: 220px;
  height: 30px;
  border-radius: 17px;
}

.t1 {
  background: transparent;
  border: 0px;
  color: #fff;
  font-size: 14px;
  float: left;
  width: 170px;
  height: 32px;
  line-height: 32px;
  padding-left: 10px;
  border-radius: 17px 0px 0px 17px;
}

.b1 {
  background: url(../images/ser.png) no-repeat center center;
  width: 40px;
  height: 32px;
  line-height: 32px;
  border-radius: 17px;
  border: 0px;
  cursor: pointer;
  float: right;
}

.logo {
  margin-top: 20px;
  float: left;
}

.menu {
  width: 950px;
  float: right;
  text-align: right;
  margin-top: 37px;
  z-index: 90;
}

.menu li {
  text-align: center;
  display: inline-block;
  margin-left: 45px;
  position: relative;
}

.menu li a {
  height: 45px;
  line-height: 45px;
  margin-bottom: 3px;
  display: block;
  font-size: 16px;
}

.menu li a:hover,
.page1 a.a_1,
.page2 a.a_2,
.page3 a.a_3,
.page4 a.a_4,
.page5 a.a_5,
.page6 a.a_6,
.page7 a.a_7,
.page8 a.a_8 {
  color: #29569a;
  font-weight: bold
}

.nav {
  position: absolute;
  left: -70px;
  width: 200px;
  top: 40px;
  background: #29569a;
  z-index: 99;
  text-align: center;
  padding: 15px 0px;
  border-radius: 10px;
  display: none;
}

.menu li .nav a {
  margin: 0px;
  line-height: 16px;
  /*height: 30px;*/
  color: #fff;
  font-size:14px;
  padding-top:10px;
}

.menu li .nav a:hover {
  color: #fff;
}

.menu li:hover .nav {
  display: block;
}


/*banner*/
.banner {
  position: relative;
}

.banner img,
.n_banner img {
  width: 100%;
  max-width: 100%
}

.block_home_slider {
  position: relative;
  text-align: center;
  margin: 0px auto;
}

.block_home_slider .slide {
  position: relative;
}

.flexslider .slides img {
  width: 100%;
  display: block;
    transition: transform 8s;
    will-change: transform;
    object-fit: cover;
}
.flex-active-slide .slide img{ transform: scale(1.2)}
.flex-direction-nav {
  position: absolute;
  width: 100%;
  left: 0px;
  top: 45%;
  z-index: 99999;
  display: block;
  height: 50px;
}

.flex-direction-nav li a {
  display: block;
  width: 42px;
  height: 90px;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  opacity: 0.5;
}

.flex-direction-nav li a.flex-prev {
  left: 80px;
  background: url(../images/bl_ico.png) center center no-repeat;
}

.flex-direction-nav li a.flex-next {
  right: 80px;
  background: url(../images/br_ico.png) center center no-repeat;
}

.flex-direction-nav li a:hover {
  opacity: 1;
}

.block_home_slider .flex-control-paging {
  display: block;
  position: absolute;
  width: 100px;
  left: 50%;
  bottom: 20px;
  margin-left: -50px;
  text-align: center;
}

.block_home_slider .flex-control-paging li {
  display: inline-block;
}

.block_home_slider .flex-control-paging li a {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background: #fff;
  margin: 0px 5px;
  display: inline-block;
  text-indent: 900px;
  cursor: pointer;
  overflow: hidden;
  opacity: 0.7
}

.flexslider {
  margin: 0;
  padding: 0;
}

.block_home_slider .flex-control-paging li a.flex-active {
  background: #ab9b77;
  opacity: 1
}

.flexslider .slides>li {
  display: block;
  -webkit-backface-visibility: hidden;
  list-style-type: none;
}

ol {
  margin: 0px;
  padding: 0px;
}

/*首页新闻*/
.in_left {
  width: 590px;
  height: 415px;
  float: left;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0px 5px;
}

.in_left .swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  right: 0px;
  bottom: 20px;
  position: absolute;
  z-index: 99;
  text-align: right;
}

.in_left .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  opacity: 1;
  background: #fff;
  border-radius: 100%;
  display: inline-block;
  opacity: 0.7
}

.in_left .swiper-pagination-bullet:last-child {
  margin-right: 20px;
}

.in_left .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
  background: #133982;
  opacity: 1;
}

.in_left img {
  width: 590px;
  height: 415px;
}

.in_left .swiper-slide {
  position: relative;
}

.in_left .swiper-slide p {
  position: absolute;
  left: 0px;
  bottom: 0px;
  height: 50px;
  line-height: 50px;
  text-indent: 20px;
  color: #fff;
  background: rgba(0, 0, 0, 0.7);
  width: 100%;
}

.in_left .swiper-slide p span {
  width: 70%;
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.i_about{
	background: #f3f3f3;
	padding: 24px;
	/*height: 360px;*/
}
.i_about h3{
	font-size: 22px;
	color: #04a34d;
	margin-bottom: 24px;
}
.i_about_in{
	font-size: 16px;
	line-height: 36px;
	margin-bottom: 24px;
  word-break: break-word;
}

.in_right {
  width: 570px;
  float: right;
}

.in_nav {
  height: 60px;
  line-height: 60px;
  background: #e8e8e8;
  text-align: center;
}

.in_nav li {
  display: inline-block;
  width: 50%;
  font-size: 18px;
  float: left;
  cursor: pointer;
}

.in_nav li.nselect,
.in_nav li:hover {
  background: #04a34d;
  color: #fff;
}

.in_show {
  margin-top: 30px;
}

.in_shows {
  display: none;
}

.in_shows li {
  line-height: 40px;
  background: url(../images/n_ico.png) no-repeat 5px center;
  padding-left: 20px;
  overflow: hidden;
}

.in_shows li p {
  width: 70%;
  overflow: hidden;
  text-overflow: ellipsis;
  -o-text-overflow: ellipsis;
  white-space: nowrap;
}

.in_shows li span {
  float: right;
  color: #999;
}

.title {
  text-align: center;
  margin-bottom: 30px;
}
.title_l {
  text-align: left;
  margin-bottom: 30px;
}

.title h1 {
  font-size: 30px;
}

.title_l h1 span {
  color: #04a34d;
}
.title h1 span {
  color: #04a34d;
}

.line {
  width: 50px;
  height: 4px;
  background: #04a34d;
  margin: 10px auto 0px auto;
  border-radius: 2px;
}

.p_bg {
  background: url("../images/p_bg.jpg") no-repeat center top;
  background-size: cover;
  width: 100%
}

.title2 {
  color: #fff;
}

.title2 .line {
  background: #fff;
}

#carousel  .swiper-slide {
	width: 275px;
height:327px;
	background: #fff;
	/*box-shadow: 0 8px 20px #ddd;*/
	margin-right: 32px;
}
#carousel .swiper-button-prev {
	left: -60px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 0;
	background-size: 100%;
}

#carousel .swiper-button-prev:hover {
	background-position: 0 -46px;
	background-size: 100%
}

#carousel .swiper-button-next {
	right: -60px;
	width: 45px;
	height: 45px;
	background: url(../images/wm_button_icon.png) no-repeat;
	background-position: 0 -93px;
	background-size: 100%;
}

#carousel .swiper-button-next:hover {
	background-position: 0 -139px;
	background-size: 100%
}
#carousel .swiper-button-prev::after,#carousel .swiper-button-next::after{
	content: '';
}



.p_cate li {
		border-radius: 6px;
  width: 275px;
  /*background: #fff;*/
  float: left;
  margin-right: 32px;
}

.p_cate li:last-child,
.s_list li:last-child {
  margin: 0px;
}

.p_img {
	    position: absolute;
		height: 100%;
		z-index: 1;
		border-radius: 6px;
		overflow: hidden;
  /*background: #000;*/
  /*position: relative;*/
}
.p_cate li a .over{
		border-radius: 6px;
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
	transition: all .4s;
	opacity: 2;
    /*background: linear-gradient(0deg,#000,transparent);*/
	background: linear-gradient(0deg,rgba(8,14,38,.95),rgba(8,14,38,0),rgba(8,14,38,0));
}
.p_cate li a .over2 {
		border-radius: 6px;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: all .4s;
	opacity: 0;
    background: linear-gradient(180deg,#84bd3b,transparent);
}
.p_cate li a:hover .over2 {
		border-radius: 6px;
    content: "";
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
	transition: all .4s;
	opacity: 1;
    background: linear-gradient(180deg,#84bd3b,transparent);
}
.p_img img {
  width: 100%;
  opacity: .9;
		border-radius: 6px;
}

.p_cate li a:hover .p_img img {
  /*opacity: 1;*/
}

.p_name {
	    position: absolute;
		display: block;
		color: #fff;
		z-index: 3;
		bottom: 50px;
		width: 100%;
		transition: all .4s;
  /*padding: 10px 0px 25px 0px;*/
  line-height: 30px;
  font-size: 18px;
  /*margin-left: 20px;*/
  text-align: center;
}
.swiper-wrapper li a .p_ico{
	    position: absolute;
		display: block;
		z-index: 3;
		bottom:15px;
		transition: all .4s;
	width:50px;
	height: 35px;
	/*margin: 30px auto 0 auto;*/
 	 margin-left: 12px;
}
.swiper-wrapper li a:hover .p_ico{
	    position: absolute;
		display: block;
		z-index: 3;
		bottom:20px;
		transition: all .4s;
	width:50px;
	height: 35px;
 	 margin-left: 12px;
}
.swiper-wrapper li a:hover .p_name{
	    position: absolute;
		display: block;
		color: #fff;
		z-index: 3;
		bottom: 55px;
		width: 100%;
		transition: all .4s;
  /*padding: 10px 0px 25px 0px;*/
  line-height: 30px;
  font-size: 18px;
  /*margin-left: 20px;*/
  text-align: center;
}
/*.swiper-wrapper li a:hover .p_ico1{
	content: url("../images/p_ico11.png");
}
.swiper-wrapper li a:hover .p_ico2{
	content: url("../images/p_ico21.png");
}
.swiper-wrapper li a:hover .p_ico3{
	content: url("../images/p_ico31.png");
}
.swiper-wrapper li a:hover .p_ico4{
	content: url("../images/p_ico41.png");
}
.swiper-wrapper li a:hover .p_ico5{
	content: url("../images/p_ico51.png");
}
.swiper-wrapper li a:hover .p_ico6{
	content: url("../images/p_ico61.png");
}
.swiper-wrapper li a:hover .p_ico7{
	content: url("../images/p_ico71.png");
}
.swiper-wrapper li a:hover .p_ico8{
	content: url("../images/p_ico81.png");
}*/

/*.p_cate li:nth-child(1) .p_name {
  background: url("../images/p_ico1.png") no-repeat center 20px;
}
.p_cate li:nth-child(2) .p_name {
  background: url("../images/p_ico2.png") no-repeat center 20px;
}
.p_cate li:nth-child(3) .p_name {
  background: url("../images/p_ico3.png") no-repeat center 20px;
}
.p_cate li:nth-child(4) .p_name {
  background: url("../images/p_ico4.png") no-repeat center 20px;
}
.p_cate li:nth-child(5) .p_name {
  background: url("../images/p_ico5.png") no-repeat center 20px;
}
.p_cate li:nth-child(6) .p_name {
  background: url("../images/p_ico6.png") no-repeat center 20px;
}
.p_cate li:nth-child(7) .p_name {
  background: url("../images/p_ico7.png") no-repeat center 20px;
}
.p_cate li:nth-child(8) .p_name {
  background: url("../images/p_ico8.png") no-repeat center 20px;
}*/

.p_cate li a:hover {
  /*background: #03a34d;
  color: #fff;
  display: block;*/
}

/*.p_cate li:nth-child(1) a:hover .p_name {
  background: url("../images/p_ico11.png") no-repeat center 20px;
}
.p_cate li:nth-child(2) a:hover .p_name {
  background: url("../images/p_ico21.png") no-repeat center 20px;
}
.p_cate li:nth-child(3) a:hover .p_name {
  background: url("../images/p_ico31.png") no-repeat center 20px;
}
.p_cate li:nth-child(4) a:hover .p_name {
  background: url("../images/p_ico41.png") no-repeat center 20px;
}
.p_cate li:nth-child(5) a:hover .p_name {
  background: url("../images/p_ico51.png") no-repeat center 20px;
}
.p_cate li:nth-child(6) a:hover .p_name {
  background: url("../images/p_ico61.png") no-repeat center 20px;
}
.p_cate li:nth-child(7) a:hover .p_name {
  background: url("../images/p_ico71.png") no-repeat center 20px;
}
.p_cate li:nth-child(8) a:hover .p_name {
  background: url("../images/p_ico81.png") no-repeat center 20px;
}*/


.s_list li {
  width: 370px;
  border: solid 1px #e6edef;
  background: #e8f5f2;
  height: 325px;
  float: left;
  margin-right: 40px;
  text-align: center;
  cursor: pointer
}

.s_list li img {
  margin-top: 70px;
}

.s_list li b {
  font-size: 24px;
  display: block;
  margin: 10px 0px;
}

.s_list li p {
  width: 80%;
  color: #777;
  line-height: 30px;
  margin: 0px auto;
  font-size: 18px;
}

.s_list li:hover {
  background: #fff;
}

.i_con {
  background: url("../images/con_bg.jpg") no-repeat center top;
  background-size: cover;
  width: 100%
}

.ic_left {
  width: 525px;
  float: left;
  padding-top: 30px;
  color: #fff;
  font-size: 18px;
  line-height: 30px;
}

.ic_left h1 {
  font-size: 20px;
  font-weight: normal;
}

.ic_left .dd {
  color: #ad9a79
}

.ic_right {
  width: 520px;
  float: right;
}

.line3 {
  background: #fff;
  margin: 20px 0px 40px 0px;
}

.c_ma {
  background: #fff;
  width: 250px;
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #666;
  padding: 5px;
  margin-top: 20px;
  line-height: 24px;
}

.c_ma img {
  max-width: 120px;
  height: 120px;
  margin-right: 10px;
}

.ic_right {
  width: 480px;
  background: #133982;
  padding: 70px;
  position: relative;
}

.c_ico {
  position: absolute;
  left: -28px;
  top: 220px;
}

.t2 {
  background: #fff;
  border-radius: 25px;
  height: 50px;
  line-height: 50px;
  margin-bottom: 15px;
  font-size: 16px;
  border: 0px;
  text-indent: 2em;
  width: 100%;
  font-family: "微软雅黑"
}

.t3 {
  line-height: 30px;
  height: 120px;
}

.b2 {
  width: 200px;
  height: 50px;
  color: #fff;
  background: #ad9a79;
  border-radius: 25px;
  font-family: "微软雅黑";
  font-size: 20px;
  border: 0px;
  margin: 0px auto;
}

.bot {
  background: #004050;
  padding-top: 40px;
  color: #fff;
  text-align: center;
}

.back_top{
	width:180px;
	margin: 0 auto;
}
.back_top a{
	display: block;
	width:180px;
	height: 40px;
	background: url("../images/top.png") no-repeat;
}

.line4 {
  margin: 0px;
  height: 2px;
  width: 40px;
  margin-bottom: 10px;
  background: #fff;
  margin-top: 5px;
}

.bot p {
  font-size: 16px;
  color: #fff;
}
.bot ul {
  /*margin-left: 200px;*/
  margin-top: 40px;
}

.bot li {
  display: inline-block;
  padding-right: 35px;
  text-align: left;
  float: left;
  max-width: 20%;
}

.bot li:last-child {
  padding: 0px;
}

.bot li a {
  display: block;
  color: #fff;
}

.bot li a:hover {
  color: #83b3bf
}
.select_group{
  width:188px;
  height: 36px;
}

.copy {
  padding: 20px 0px;
  border-top: solid 1px #00596f;
  text-align: center;
  line-height: 24px;
  font-size: 13px;
  margin-top: 40px;
}

.copy a {
  color: #fff;
  text-decoration: underline;
  margin-left: 5px;
}

.copy span {
  display: inline-block;
  margin: 0px 5px;
}

.copy p {
  font-size: 13px;
}

.copy img {
  position: relative;
  top: 5px;
}

.copy a:hover {
  color: #ea5412;
}

.kefu {
  position: fixed;
  right: 20px;
  top: 300px;
  display: none;
}

.kefu li {
  text-align: center;
  background: #0069b7;
  width: 50px;
  height: 50px;
  border-radius: 5px;
  margin-bottom: 5px;
  cursor: pointer;
}

.k_img {
  margin-top: 5px;
}

.kefu li:hover {
  opacity: 0.7
}

.kefu li:nth-child(2) {
  background: #ffc74e;
}

.kefu li:nth-child(3) {
  background: #808080;
}

.n_banner {
  width: 100%;
}

.n_banner img {
  width: 100%;
}

.s_con {
  line-height: 24px;
  margin: 30px 0px;
}

.s_tel {
  background: #133982;
  padding: 30px 0px;
  line-height: 30px;
}

.s_tel li {
  width: 19%;
  display: inline-block;
  color: #fff;
  text-align: center;
}


.secnav {
  background: #f5f5f5;
  width: 100%;
  height: 80px;
  line-height: 80px;
  font-size: 18px;
  text-align: center;
}

.secn a {
  display: inline-block;
  padding: 0px 5px;
  width: 8.5%;
  /*float: left;*/
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.secn a.ad,
.secn a:hover {
  background: #032879;
  color: #fff;
  font-weight: bold;
}

.con {
  width: 1200px;
  margin: 50px auto;
}

.nlist li {
  width: 380px;
  border: solid 1px #ece8e8;
  float: left;
  margin-right: 25px;
  margin-bottom: 25px;
}

.nlist li:nth-child(3n) {
  margin-right: 0px;
}

.nc {
  padding: 20px;
}

.time20 {
  color: #999;
}

.ntitle {
  line-height: 22px;
  margin: 3px 0px 10px 0px;
  height: 44px;
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
}

.nlist li .more {
  display: block;
  width: 100px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border: solid 1px #eee;
  text-align: center;
  color: #ab9b77;
  background: #fff;
}

.nlist li a {
  display: block;
}

.nlist li a:hover {
  background: #f2f0eb;
}

.nlist li img {
  width: 380px;
  height: 269px;
}

.page {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.page a {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #e3e3e3;
  line-height: 40px;
  display: inline-block;
  margin: 0px 3px;
}

.page a:hover,
.page .pcur {
  background: #133984;
  color: #fff;
  border: solid 1px #133984;
}

.page span {
  display: inline-block;
  margin: 0px 3px;
}

.nd {
  margin: 40px;
  font-size: 15px;
  color: #444;
}

.nd1 {
  border-bottom: solid 1px #e3e3e3;
  line-height: 30px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  text-align: center;
}

.nd2 {
  font-size: 14px;
  color: #999;
  text-align: center;
}

.nd3 {
  line-height: 30px;
  margin: 30px 0px;
}

.nd4 {
  border: solid 1px #e3e3e3;
  padding: 20px;
  position: relative;
  background: #f5f3ee;
}

.nd4 li {
  width: 80%;
}

.nd4 li span {
  color: #ae9b7a;
}

a.nback {
  background: #133984;
  color: #fff;
  height: 35px;
  line-height: 35px;
  width: 120px;
  text-align: center;
  position: absolute;
  right: 20px;
  top: 30px;
  border-radius: 25px;
  color: #fff
}


.ilist li {
  border: solid 1px #e6e6e6;
  min-height: 110px;
  margin-bottom: 20px;
}

.time2 {
  background: #efefef;
  height: 110px;
  text-align: center;
  width: 110px;
  display: block;
  float: left;
  display: table;
  word-break: break-all;
}

.time2 b {
  font-size: 30px;
  color: #626262;
  display: block;
}


.i1 {
  float: left;
  width: 70%;
  padding: 0px 20px;
  min-height: 110px;
  display: table;
  word-break: break-all;
  line-height: 30px;
  border-right: solid 1px #e6e6e6;
}

.i1 span,
.time2 span {
  vertical-align: middle;
  display: table-cell;
}

.down {
  float: right;
  padding: 0px 50px;
  text-align: center;
  line-height: 110px;
  background: #fff;
  color: #133984;
}

.down img {
  float: left;
  margin: 35px 10px 0px 0px;
}

.ilist li a:hover {
  color: #133984;
  display: block;
  font-weight: bold;
}

.ilist li a:hover .time2 {
  color: #555;
}

.in1_left {
  width: 620px;
  float: right;
  line-height: 24px;
}

.in1_left h1 {
  margin-bottom: 30px;
  margin-top: 20px;
}

.in1_right {
  width: 530px;
  float: left;
}

.tnav {
  text-align: center;
  font-size: 18px;
  margin-top: 40px;
}

.tnav a {
  padding: 0px 10px;
  line-height: 50px;
  display: inline-block;
  margin: 0px 10px;
}

.tnav a:hover,
.tnav a.td {
  color: #ae9a77;
  border-bottom: solid 5px #ae9a77;
  font-weight: bold;
}

.iv2 ul {
  margin: 40px 0px 0px 0px;
}

.iv2 li {
  border: solid 1px #e3ddd2;
  width: 370px;
  float: left;
  margin-right: 30px;
  background: #f8f5f0 url("../images/iv_bg.jpg") no-repeat 95% 20px;
}

.p31 {
  padding: 30px;
}

.iv2 li:nth-child(3) {
  margin-right: 0px;
}

.line5 {
  margin: 10px 0px;
  background: #ad9b75;
}

.iv2 li p {
  color: #ad9b75;
  font-size: 18px;
  font-weight: bold
}

.about b {
  color: #032879;
}

.contact {
  border: solid 1px #e3e3e3;
}

.c_right {
  background: url("../images/c_img.jpg") no-repeat center top;
  background-size: cover
}

.c1 {
  padding: 70px 0px;
  width: 60%;
  color: #fff;
  margin: 0px auto;
}

.c1 h1 {
  font-size: 20px;
  text-align: center;
  margin-bottom: 30px;
  font-weight: normal;
}

.c11 {
  width: 80%;
  margin: 0px auto;
}

.c2 {
  padding: 50px;
}

.c2 li {
  width: 14%;
  float: left;
  text-align: center;
  font-size: 16px;
  color: #998866;
  line-height: 30px;
}

.c2 li img {
  padding: 10px;
  border-radius: 100%;
  border: solid 3px #998866;
  margin-bottom: 15px;
}

.c2 li:nth-child(4) {
  width: 20%
}

.c2 li:nth-child(5) {
  width: 20%;
  margin-left: 3%;
}

.c2 li:last-child {
  width: 13%;
  float: right;
}

.c2 li:last-child img {
  width: 80px;
  height: 80px;
  border-radius: 0px;
  border: 0px;
  padding: 0px;
}

.map {
  border: solid 1px #e3e3e3;
  margin-top: 50px;
}

.map img {
  width: 100%
}

.r_list {
  margin-bottom: 30px;
}

.r_list li {
  height: 60px;
  line-height: 60px;
  background: #e8e3d9;
}

.r_list li:first-child {
  background: #ad9b75;
  color: #fff;
}

.r_list li:nth-child(2n) {
  background: #fff;
}

.r_list li span {
  padding: 0px 0px 0px 50px;
  width: 17%;
  display: inline-block;
}

.r_list li span.r5 {
  width: 150px;
  padding-left: 20px;
}

.r_list li span.r5 a {
  width: 100px;
  height: 30px;
  margin-top: 15px;
  background: #999;
  text-align: center;
  color: #fff;
  border-radius: 15px;
  display: block;
  line-height: 30px;
}

.r_list li:hover span.r5 a:hover {
  background: #032879;
  color: #fff;
}

.r_list li:hover span.r5 a {
  background: #032879;
  color: #fff;
}

.r_list li:hover {
  color: #032879
}

.nd42 {
  padding: 40px;
}

.nd42 span {
  margin-right: 40px;
  display: inline-block
}

.rd2 {
  margin: 40px;
}

.rd2 h1 {
  font-size: 16px;
}

.rd1 {
  font-size: 24px;
  text-align: center;
  margin: 20px 0px;
}

.nd41 {
  padding: 40px;
}

.nd41 span {
  width: 25%;
  display: inline-block
}

.hl {
  border: solid 1px #cbc3ab;
  margin-bottom: 20px;
}

.h_img {
  padding: 10px 20px;
  float: left;
}

.h_con {
  border-left: solid 1px #cbc3ab;
  padding: 20px 50px;
  float: left;
  width: 850px;
}

.h_con h1 {
  font-size: 20px;
  color: #193a83
}

.h_con span {
  display: inline-block;
  margin-right: 100px;
}

.h_con .map {
  margin-top: 20px;
}

.h_hid {
  display: none;
}

.h_ico {
  width: 40px;
  height: 40px;
  float: right;
  margin: 20px 30px 0px 0px;
  background: url("../images/s_drop1.png") no-repeat center top
}

.h_ico1 {
  background: url("../images/s_drop2.png") no-repeat center top
}

.pt {
  /*text-align: center;*/
  margin-bottom: 40px;
}

.pt b {
  font-size: 28px;
  line-height: 50px;
  display: block;
  text-align: center;
}

.pt p {
  line-height: 26px;
  font-size: 16px;
  margin-top: 5px;
}

.pl {
  /*text-align: center;*/
}

.pl li {
  width: 31%;
  margin: 0px 1%;
  font-size: 16px;
  display: inline-block;
  margin-bottom: 15px;
  text-align: center;
    height: 300px;
}

.pl li img {
  margin-bottom: 15px;
    border: solid 3px #05a34e;
    width: 100%;
}

.cs {
  margin: 60px 0px 50px 0px;
}

.cs h1 {
  font-size: 28px;
  margin-bottom: 10px;
}

.cs1 {
  width: 60%;
  float: left;
}

.cs1 li {
  line-height: 60px;
}

.cs li span {
  width: 45%;
  display: inline-block;
}

.cs2 {
  width: 40%;
  float: right;
}

.ci {
  border-top: solid 1px #e3e3e3;
  font-size: 16px;
  line-height: 40px;
}

.ci h1 {
  font-size: 28px;
  margin: 40px 0px;
  text-align: center;
}

.ci2 {
  width: 68%;
  text-align: center;
  margin: 40px auto 20px auto;
}

.ci2 li {
  width: 40%;
  margin: 0px 10px;
  display: inline-block;
}

.ci2 li img {
  border: solid 1px #e3e3e3;
}

.com_1 {
  border-top: solid 1px #e3e3e3;
  margin-top: 40px;
  padding-top: 40px;
}

.com_1 h1 {
  font-size: 28px;
  text-align: center;
}

.p2_img {
  width: 45%;
  float: left;
}

.p2_1 {
  width: 50%;
  float: right;
}

.c_nav {
  font-size: 20px;
  text-align: center;
  margin: 50px 0px;
}

.c_nav span {
  margin: 0px 20px;
  display: inline-block;
  padding: 0px 10px;
  cursor: pointer;
  font-weight: bold;
}

.c_nav span.c_d,
.c_nav span:hover {
  border-bottom: solid 3px #9c8458;
  color: #9c8458;
}

.c_show {
  width: 90%;
  margin: 0px auto;
}

.p2_1 a {
  border: solid 1px #9c8458;
  color: #9c8458;
  display: block;
  border-radius: 5px;
  width: 100px;
  text-align: center;
  margin-top: 30px;
  float: right
}

.p2_1 a:hover {
  background: #9c8458;
  color: #fff;
}

.ch1 {
  display: none;
}

.p2_2 {
  overflow: hidden;
  text-overflow: -o-ellipsis-lastline;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  line-clamp: 6;
  -webkit-box-orient: vertical;
}

.pd1 {
  font-size: 28px;
  text-align: center;
  margin-bottom: 40px;
  font-weight: bold;
}

.all {
  width: 1200px;
  position: relative;
}

.small_img ul {
  position: relative;
  width: 10000px;
}

.small_img {
  border-top: solid 1px #e3e3e3;
  border-bottom: solid 1px #e3e3e3;
}

.small_img li img {
  width: 230px;
  height: 165px;
  display: block;
}

#slideUl {
  width: 1080px;
  overflow: hidden;
  position: relative;
  margin: 0 auto;
}

.sd_list {
  width: 1080px;
  overflow: hidden;
}

.sd_list li {
  width: 230px;
  float: left;
  text-align: center;
  padding: 20px 10px;
  margin: 0px 10px
}

.sd_list li:hover,
.s {
  background: #eae5db
}

.sd_list li img {
  width: 230px;
  height: 165px;
  margin-bottom: 10px;
}

.sd_list li p {
  line-height: 30px;
}

.big_img {
  margin-bottom: 30px;
  text-align: center;
}

#imglist li {
  display: none;
}

#imglist img {
  width: 910px;
  /* height: 640px */
}

#next,
#pre {
  position: relative;
  top: 12px
}

.sea span {
  color: #032879;
}

.sea h1 {
  font-size: 18px;
  border-bottom: solid 1px #e3e3e3;
  line-height: 60px;
}

.sea li {
  background: url("../images/n_ico.png") no-repeat left center;
  border-bottom: solid 1px #e3e3e3;
}

.sea li a {
  padding: 20px;
  display: block;
}

.sea li a:hover {
  background: #032879;
  color: #fff;
}

.sea ul {
  margin-bottom: 20px;
}

.er {
  border: solid 10px #032879;
  text-align: center;
  padding: 60px;
}

.er h1 {
  font-size: 50px;
  margin: 30px 0px;
  color: #032879;
  border: solid 2px #e3e3e3;
  line-height: 80px;
}

.er a {
  background: #032879;
  width: 200px;
  height: 60px;
  line-height: 60px;
  color: #fff;
  display: block;
  margin: 30px auto 0px auto;
  border-radius: 30px;
  font-weight: bold;
}

.in1_right img {
  width: 100%
}

@media screen and (max-width:1024px) {

  .w1200 {
    width: 960px;
    margin: 0px auto;
  }

  .con {
    width: 960px;
    margin: 30px auto 40px auto;
  }

  .i1 {
    width: 62%
  }

  .menu {
    width: 700px;
  }

  .menu li {
    margin: 0px 10px;
  }

  .bot li,
  .bot li:last-child {
    padding: 0px 70px
  }

  .bot ul {
    margin-left: 0px;
    text-align: center;
  }

  .s_list li {
    width: 30%
  }

  .p60 {
    padding: 40px 0px;
  }

  .nlist li {
    width: 31%;
  }

  .nlist li img {
    width: 100%;
    height: auto;
  }

  .in1_left {
    width: 50%;
  }

  .in1_right {
    width: 45%;
  }

  .in1_right img {
    margin-top: 40px;
  }

  .tnav {
    margin-top: 30px;
  }

  .iv2 li {
    width: 30%;
  }

  .r_list li span {
    padding-left: 30px;
  }

  .h_con {
    width: 600px;
  }

  .h_wap {
    display: block;
  }

  .h_pc {
    display: none;
  }

  .swiper-slide {
    text-align: center;
  }

  .in_left {
    width: 440px;
  }

  .in_right {
    width: 500px;
  }

  .p_cate li {
    width: 210px;
  }

  .ic_left {
    width: 350px;
    font-size: 16px;
    line-height: 28px;
  }

  .ic_right {
    padding: 70px 40px;
    width: 450px;
  }



}


@media screen and (max-width:960px) {
  body {
    font-size: 14px;
    padding-top: 120px;
    line-height: 22px;
  }

  .w1200 {
    width: 100%;
    margin: 0px auto;
  }

  .w1 {
    margin: 0px 0px 0px 10px;
    font-size: 12px;
  }

  .show,
  .m_show {
    display: none;
  }

  .hidden {
    display: block;
  }

  .header {
    position: fixed;
    left: 0px;
    top: 0px;
    height: 120px;
    z-index: 9999;
    background: #fff;
    box-shadow: 0px 0px 10px #999;
  }

  .menu {
    position: absolute;
    left: 100vw;
    top: -46px;
    width: 100vw;
    height: 100vh;
    background: #fff;
    padding: 0px;
    margin: 0px;
    z-index: 99;
  }

  .men {
    width: 90vw;
    text-align: center;
    color: #fff;
    position: absolute;
    left: 10vw;
    bottom: 0px;
    height: 60px;
    line-height: 60px;
    background: #ae9a77;
  }

  .men a {
    color: #fff;
    margin: 0px 5px;
    font-size: 13px;
  }

  .logo {
    margin-left: 5px;
    float: left;
    margin-top: 10px;
  }

  .logo img {
    height: 50px;
  }

  .logo .fl {
    float: left;
    height: 45px;
  }

  .ms1 {
    background: #133984;
    width: 10vw;
    height: 100vh;
    position: absolute;
    left: 0px;
    top: 0px;
  }

  .skip {
    float: right;
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    transform: scale(0.8, 0.8)
  }

  .menu li {
    height: 8vh;
    line-height: 8vh;
    width: 100%;
    text-align: center;
    margin: 0px;
  }

  .menu li a {
    font-size: 16px;
    font-weight: normal;
  }

  .menu li a:hover {
    color: #ea5414;
  }

  .page1 a.a_1,
  .page2 a.a_2,
  .page3 a.a_3,
  .page4 a.a_4,
  .page5 a.a_5,
  .page6 a.a_6,
  .page7 a.a_7 {
    color: #424040;
    border-bottom: 0px;
  }

  .menu li a:hover .nav {
    display: none;
  }

  .m_logo {
    width: 40vw;
    margin: 5vh 0px;
  }

  .m_menu1 {
    text-align: center;
    position: relative;
  }

  .close {
    position: absolute;
    right: 10px;
    top: 10px;
    width: 40px;
    transform: scale(0.7, 0.7)
  }

  .w_banner .swiper-container-horizontal>.swiper-pagination-bullets,
  .swiper-pagination-custom,
  .swiper-pagination-fraction {
    left: 0px;
    bottom: 20px;
    position: absolute;
    z-index: 99;
  }

  .w_banner .swiper-pagination-bullet {
    width: 15px;
    height: 15px;
    opacity: 1;
    background: #fff;
    border-radius: 100%;
    display: inline-block;
  }

  .w_banner .swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet-active {
    background: none;
    background: #ab9b77;
    opacity: 1;
  }

  .w_banner img {
    width: 100%;
  }

  .title0 {
    display: none;
  }

  .title h1 {
    font-size: 24px;
  }

  .w_tel {
    background: #133984;
    padding: 30px 10px;
    color: #fff;
    font-size: 18px;
    position: relative;
  }

  .w_tel a {
    color: #fff;
  }

  .w_tel img {
    width: 15%;
  }

  .w_tel .fr {
    position: absolute;
    right: 10px;
    top: 30px;
  }

  .w_num {
    width: 65%;
    float: left;
    font-size: 16px;
    margin-left: 5%;
    margin-top: 5px;
  }

  .w_num p {
    font-size: 22px;
    margin-top: 5px;
  }

  .p60 {
    padding: 0px 0px;
  }

  .in_left,
  .in_right {
    float: none;
    width: 100%;
    height: auto;
  }

  .in_left {
    margin: 10px 10px 30px 10px;
    width: auto
  }

  .in_left .swiper-slide p {
    text-indent: 5px;
  }

  .in_nav {
    width: 100%;
  }

  .in_nav li {
    font-size: 16px;
    font-weight: bold;
  }

  .in_left img {
    width: 100%;
    height: auto;
  }

  .in_show {
    margin: 20px 10px;
  }

  .in_shows span {
    display: none;
  }

  .in_shows li {
    line-height: 35px;
  }

  .in_shows li p {
    width: 100%;
  }

  .p_bg .p60 {
    padding: 30px 0px;
  }

  .p_cate {
    margin: 0px 10px;
  }

  .p_cate li {
    width: 48%;
    float: left;
    margin: 0px 0px 20px 0px;
  }

  .p_cate li:nth-child(2n) {
    float: right;
  }

  .p_cate li a {
    background-size: 20%;
  }

  .p_name {
    font-size: 17px;
    padding: 60px 0px 15px 0px;
  }

  .p30 {
    margin: 30px 10px;
  }

  .s_list li {
    width: 100%;
    margin: 0px 0px 10px 0px;
    float: none;
    padding: 20px 0px;
    height: auto;
  }

  .s_list li img {
    margin-top: 0px;
    width: 18%
  }

  .s_list li b {
    font-size: 18px;
    margin: 5px 0px 0px 0px;
  }

  .s_list li p {
    font-size: 16px;
    line-height: 20px;
  }

  .ic_left h1 {
    font-size: 18px;
  }

  .ic_left {
    width: auto;
    float: none;
    margin: 0px 10px 50px 10px;
    font-size: 18px;
  }

  .ic_right {
    width: auto;
    padding: 0px;
    padding: 30px 10px;
  }

  .bot {
    margin-top: 0px;
    padding-top: 0px;
  }

  .bot ul {
    display: none;
  }

  .bot p {
    font-size: 13px;
  }

  .copy {
    margin-top: 0px;
    border: 0px;
  }

  .copy span {
    display: block;
  }

  .kefu {
    display: none;
    visibility: hidden
  }

  .s_tel li:nth-child(1) {
    width: 80%;
  }

  .s_tel li {
    width: 44%;
    text-align: left;
    padding-left: 5%;
  }

  .p10 {
    margin: 10px;
  }


  .secnav {
    background: #f5f5f5;
    width: 100%;
    height: 60px;
    line-height: 60px;
    text-align: left;
    position: relative;
    border-bottom: solid 1px #e3e3e3
  }

  .secn {
    display: none;
    background: #ad9b76;
    color: #fff;
    width: 40vw;
    position: absolute;
    right: 0px;
    top: 50px;
    text-align: center;
    padding: 20px 0px;
    border-radius: 10px 0px 0px 10px;
    z-index: 9999;
    font-size: 16px;
  }

  .secn a {
    display: block;
    padding: 0px;
    line-height: 40px;
    color: #fff;
  }

  .secn a.ad,
  .secn a:hover {
    color: #fff;
    background: none;
  }

  .secn2 {
    padding: 0px 10px;
    position: relative;
    font-weight: bold;
  }

  .sec_ico {
    position: absolute;
    right: 10px;
    top: 16px;
    width: 30px;
    height: 30px;
    background: url("../images/s_drop1.png") no-repeat;
    background-size: cover;
  }

  .sec_ico2 {
    background: url("../images/s_drop2.png") no-repeat;
    background-size: cover;
  }

  .con {
    width: auto;
    margin: 20px 10px;
  }

  .nlist li {
    width: 48%;
    float: left;
    margin-right: 0px;
    margin-bottom: 10px;
  }

  .nlist li:nth-child(2n) {
    float: right;
  }

  .nc {
    padding: 10px;
  }

  .nlist li img {
    width: 100%;
    height: auto
  }

  .page {
    margin-top: 20px;
  }

  .page a {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
  }

  .page span {
    font-size: 12px;
  }

  .nd {
    margin: 0px;
  }

  .nd1 {
    text-align: left;
  }

  .nd2 {
    text-align: left;
  }

  .nd4 li {
    width: 100%;
    margin-bottom: 10px;
  }

  a.nback {
    position: static;
    display: block;
    margin: 10px auto 0px auto;
  }

  .down {
    width: 30%;
    text-align: center;
    padding: 0px;
    height: auto;
    padding: 20px 0px;
    line-height: 40px;
  }

  .down img {
    width: 20%;
    margin: 5px 5px 0px 5px;
  }

  .time2 {
    display: none;
  }

  .time3 {
    color: #999;
  }

  .ilist li {
    min-height: auto;
  }

  .i1 {
    padding: 10px;
    line-height: 20px;
    width: 60%;
    min-height: auto;
  }

  .i1 span {
    display: block;
  }

  .in1_left {
    width: 100%;
  }

  .in1_right {
    width: 100%;
    margin-top: 20px;
  }

  .tnav {
    font-size: 15px;
    margin-top: 20px;
  }

  .tnav a {
    padding: 0px 3px;
    margin: 0px 3px;
  }

  .tnav a:hover,
  .tnav a.td {
    color: #ae9a77;
    border-bottom: solid 3px #ae9a77;
  }


  .iv2 li {
    width: 100%;
    float: none;
    margin-right: 0px;
    background: #f8f5f0 url("../images/iv_bg.jpg") no-repeat 95% 20px;
    margin-bottom: 15px;
  }

  .p31 {
    padding: 20px;
  }

  .iv2 li:nth-child(3) {
    margin-right: 0px;
    margin-bottom: 0px;
  }

  .iv2 li p {
    font-size: 18px;
  }

  .con1 {
    margin: 0px;
  }

  .c1 {
    padding: 30px 0px;
    width: 90%;
  }

  .c1 h1 {
    font-size: 16px;
    text-align: center;
    margin-bottom: 30px;
    font-weight: normal;
  }

  .c11 {
    width: 100%;
  }

  .c2 {
    padding: 0px;
  }

  .c2 li {
    width: 100%;
    text-align: center;
    font-size: 14px;
    border-bottom: solid 1px #e3e3e3;
    padding: 20px 0px;
    line-height: 24px;
    float: none;
  }

  .c2 li img {
    padding: 0px;
    border-radius: 100%;
    border: solid 3px #998866;
    width: 10%;
    margin: 0px;
    max-width: 50px;
  }

  .c2 li:nth-child(4) {
    width: 100%
  }

  .c2 li:nth-child(5) {
    width: 100%;
    margin-left: 0;
  }

  .c2 li:last-child {
    width: 100%;
    border-right: 0px;
    float: none
  }

  .c2 li:last-child img {
    width: 30vw;
    height: 30vw;
    max-width: 150px;
    max-height: 150px;
    float: left;
    margin-left: 20%
  }

  .c2 li:last-child p {
    display: inline-block;
    margin-top: 8vw;
    max-margin-top: 40px;
    float: left;
    margin-left: 3%
  }

  .map {
    border: solid 1px #e3e3e3;
    margin-top: 0px;
  }

  .nd42,
  .nd41 {
    padding: 20px;
    line-height: 30px;
  }

  .nd41 span,
  .nd42 span {
    padding: 0px;
    width: 100%;
  }

  .rd2 {
    margin: 20px;
  }

  .r_list li span {
    padding: 0px 0px 0px 10px;
    width: 30%;
    display: inline-block;
  }

  .r_list li span.r2,
  .r_list li span.r4 {
    display: none;
  }

  .r_list li span.r5 {
    width: 30%;
    padding: 0px;
  }

  .h_list {
    margin: 10px;
  }

  .hl {
    border: solid 1px #cbc3ab;
    margin-bottom: 10px;
    position: relative;
  }

  .h_img {
    padding: 0px;
    float: left;
    width: 25%
  }

  .h_con {
    padding: 10px;
    float: left;
    width: 60%;
    line-height: 24px;
  }

  .h_con h1 {
    font-size: 16px;
    color: #193a83
  }

  .h_con span {
    display: block;
    margin-right: 0px;
  }

  .h_con .map {
    margin-top: 10px;
  }

  .h_ico {
    width: 30px;
    height: 30px;
    float: right;
    margin: 0px;
    background: url("../images/s_drop1.png") no-repeat center top;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 10px;
  }

  .h_ico1 {
    background: url("../images/s_drop2.png") no-repeat center top;
    background-size: 100%
  }

  .pt {
    text-align: center;
    margin: 30px 0px;
  }

  .pt b {
    font-size: 22px;
  }

  .pt p {
    line-height: 24px;
    font-size: 16px;
    width: 80%;
    margin: 10px auto 0px auto;
  }

  .pl {
    text-align: center;
    border-bottom: solid 1px #e3e3e3;
  }

  .pl li {
    width: 100%;
    margin: 0px;
    font-size: 16px;
    display: block;
    border-top: solid 1px #e3e3e3;
    padding: 30px 0px;
  }

  .pl li img {
    width: 80%;
    display: block;
    margin: 0px auto 15px auto;
  }

  .cs {
    margin: 30px 0px 30px 0px;
  }

  .cs h1 {
    font-size: 22px;
    text-align: center;
  }

  .cs1 {
    width: 90%;
    float: none;
    margin: 0px auto;
  }

  .cs1 li {
    line-height: 50px;
  }

  .cs li span {
    width: 50%;
    display: inline-block;
  }

  .cs li span:nth-child(2n) {
    text-align: right;
  }

  .cs2 {
    width: 90%;
    float: none;
    margin: 0px auto;
  }

  .ci {
    width: 100%;
    margin: 0px auto;
    line-height: 28px;
    font-size: 15px;
  }

  .ci h1 {
    font-size: 22px;
    margin: 20px 0px;
  }

  .ci1 {
    width: 90%;
    margin: 0px auto;
  }

  .ci2 {
    width: 90%;
    text-align: center;
    margin: 20px auto;
  }

  .ci2 li {
    width: 45%;
    margin: 0px 2%;
    display: inline-block;
  }

  .ci2 li img {
    border: solid 1px #e3e3e3;
  }

  .com_1 {
    border-top: 0px;
    margin-top: 0px;
    padding-top: 40px;
  }

  .com_1 h1 {
    font-size: 28px;
    text-align: center;
  }

  .ch1 {
    width: 90%;
    margin: 0px auto;
  }

  .p2_img {
    width: 100%;
    float: none;
    margin: 0px auto 20px auto;
  }

  .p2_1 {
    width: 100%;
    float: none;
    margin: 0px auto;
  }

  .c_nav {
    font-size: 16px;
    margin: 40px auto 20px auto;
    text-align: left;
    width: 90%
  }

  .c_nav span {
    margin: 0px 6px 10px 0px;
    padding: 0px 6px;
    cursor: pointer;
  }

  .c_show {
    width: 100%;
    margin: 0px auto;
  }

  .p2_1 a {
    float: none;
    margin: 20px 0px;
    line-height: 30px;
  }

  .pd {
    width: 90%;
    margin: 30px auto;
  }

  .pd1 {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .h_wap {
    margin: 0px 10px;
  }

  .h_wap img {
    width: 100%;
  }

  .h_wap p {
    width: 90%;
    text-align: center;
    margin: 10px auto;
  }

  .swiper-button-prev,
  .swiper-container-rtl .swiper-button-next {
    left: 0px;
    /*grayscale(val):val值越大灰度就越深*/
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }

  .swiper-button-next,
  .swiper-container-rtl .swiper-button-prev {
    right: 0px;
    /*grayscale(val):val值越大灰度就越深*/
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: grayscale(100%);
    filter: gray;
  }

}

/* SCQ Add  */
.error {
  color: #ab2e0e;
}

.foucs {
  border: 1px solid #ab2e0e !important;
}

.float-l {
  float: left;
}

.float-r {
  float: right;
}

.mt-15 {
  margin-top: 15px;
}

.mr-15 {
  margin-right: 15px;
}

.mb-15 {
  margin-bottom: 15px;
}

.ml-15 {
  margin-left: 15px;
}

.ml-30 {
  margin-left: 30px;
}

.ivu-page {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
}

.ivu-page li {
  width: 40px;
  height: 40px;
  border-radius: 5px;
  border: solid 1px #e3e3e3;
  line-height: 40px;
  display: inline-block;
  margin: 0px 3px;
}

.ivu-page li a:hover,
.page .pcur {
  background: #133984;
  color: #fff;
  border: solid 1px #133984;
  cursor: pointer;
}

.ivu-page span {
  display: inline-block;
  margin: 0px 3px;
}

.ivu-page-disabled {
  cursor: not-allowed;
}

.ivu-page-next,
.ivu-page-prev {
  background-color: #fff;
}

.ivu-page-item-jump-next,
.ivu-page-item-jump-prev,
.ivu-page-next,
.ivu-page-prev {
  display: inline-block;
  vertical-align: middle;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 32px;
  height: 32px;
  line-height: 30px;
  list-style: none;
  text-align: center;
  cursor: pointer;
  color: #666;
  font-family: Arial;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  transition: all .2s ease-in-out;
}

.ivu-page-disabled a {
  color: #ccc;
}

.ivu-page-next a,
.ivu-page-prev a {
  color: #666;
  font-size: 14px;
}

.ivu-page-item-jump-next i:first-child,
.ivu-page-item-jump-prev i:first-child {
  display: none;
}

.ivu-page-item-jump-next i,
.ivu-page-item-jump-prev i {
  color: #ccc;
}

.ivu-icon-ios-arrow-back:before {
  content: "<";
  line-height: 40px;
}

.ivu-icon-ios-more:before {
  content: "•••";
  font-size: 12px;
  line-height: 40px;
}

.ivu-icon-ios-arrow-forward:before {
  content: ">";
  line-height: 40px;
}


.attachmentsmask {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(55, 55, 55, .6);
  height: 100%;
  z-index: 1000;
}

.attachments {
  position: fixed;
  overflow: auto;
  top: 35%;
  z-index: 1145;
  line-height: 40px;
  width: 50%;
  left: 25%;
  padding: 20px;
  border: 1px solid #dcdee2;
  background-color: #fff;
  border-radius: 6px;
  background-clip: padding-box;
  box-shadow: 0 4px 12px rgb(40 40 40 / 40%);
}

.attachments-title {
  cursor: pointer;
  font-size: 14px;
}

.attachments-title:hover {
  font-weight: bolder;
  color: #275c94;
  border-radius: 3px;
}

.attachments-image {
  position: relative;
  padding: 0px 5px;
  top: 2px;
}

.form {
  border-radius: 5px;
  line-height: 45px;
  padding: 15px;
  border: solid 1px #cbc3ab;
  width: 1000px;
  margin: 50px auto;
}

.form-row {
  /* text-align: center; */
  padding-left: 50px;
}

.form-btnadd {
  width: 100px;
  height: 35px;
  color: #fff;
  background: #275c94;
  border-radius: 5px;
  font-family: "微软雅黑";
  font-size: 14px;
  border: 0px;
  margin: 0px auto;
}

.form-btndel {
  width: 80px;
  height: 25px;
  color: #ab2e0e;
  background: #fff;
  border: 1px solid #ab2e0e;
  border-radius: 5px;
  font-family: "微软雅黑";
  font-size: 12px;
  margin-top: 10px;
}

.form-btnsubmit {
  width: 100px;
  height: 35px;
  color: #fff;
  background: #19be6b;
  border-radius: 5px;
  font-family: "微软雅黑";
  font-size: 14px;
  border: 0px;
}

.form-btnadd:hover,
.form-btndel:hover,
.form-btnsubmit:hover {
  cursor: pointer;
}

.form-btnDisables {
  width: 100px;
  height: 35px;
  color: #9e9e9e;
  background-color: #e6e6e6;
  border-color: #585858;
  border-radius: 5px;
  font-family: "微软雅黑";
  font-size: 14px;
  border: 0px;
}

.ivu-input-large {
  font-size: 16px;
  padding: 6px 7px;
  height: 40px;
}

.ivu-input {
  display: inline-block;
  width: 100%;
  height: 32px;
  line-height: 1.5;
  padding: 4px 7px;
  font-size: 14px;
  border: 1px solid #dcdee2;
  border-radius: 4px;
  color: #515a6e;
  background-color: #fff;
  background-image: none;
  position: relative;
  cursor: text;
  transition: border .2s ease-in-out, background .2s ease-in-out, box-shadow .2s ease-in-out;
}


.nyp_pic{ width:100%; background:#fff; margin:0 auto; height:auto; padding:30px 5px 0; position:relative; box-shadow:0px 0px 10px 0px rgba(0,0,0,0.2); zoom:1; overflow:hidden;}
.nyp_pic dl{ float:left; margin-left:30px; width:400px; height:150px;}
.nyp_pic dl dt{ float:left; margin-right:20px;}
.nyp_pic dl dd strong{ font-size:24px; line-height:48px;}
.nyp_pic dl dd { font-size:16px; line-height:24px;}

.yuyan {
    height: 40px;
    display: inline;
}

.yuyan .cn {
    text-align: left;
    display: inline-block;
    width: 50px;
    padding-left: 28px;
    background: url(../images/cn.png) no-repeat left center;
    height: 44px;
    line-height: 44px;
}

.yuyan .en {
    text-align: left;
    display: inline-block;
    width: 50px;
    padding-left: 28px;
    background: url(../images/en.png) no-repeat left center;
    height: 44px;
    line-height: 44px;
}