@charset "utf-8";
body{ font-family:Arial,"Microsoft YaHei"; font-size:16px; line-height:24px; color:#6d6d6d;}
*{ margin:0; padding:0;}
img{ border:none;}
ul,li{ list-style:none;}
a{ color:inherit; text-decoration:none; transition: all 0.3s ease 0s;}
a:hover{ color:#2757ba;}
button {
  outline: 0 !important;
}
input,button{
    border: none;
    -webkit-appearance: none;
    outline: none;
}

table{ width:100%!important; max-width:100%!important;}
table td{ table-layout:fixed; word-break: break-all; overflow:hidden;} 


.wrap{ width:1200px; margin:0 auto;}
.flex{ display: flex; flex-wrap: wrap; justify-content: space-between;}


/*home*/
.head{ width:1200px; height:125px; margin:0 auto;}
.logo{ margin-top:32px;}


.navigation > li{
	position:relative;
	display:inline-block;
	margin:0 20px 0 41px;
}
.navigation > li:before{
	position:absolute;
	content:'';
	left:0px;
	bottom:54px;
	right:0px;
	height:2px;
	opacity:0;
	background-color:#2757ba;
	transform:scale(0.2,1);
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.navigation > li:hover::before{
	transform:scale(1,1);
	opacity:1;
}
.navigation > li > a{
	display:block;
	padding:55px 0px 21px 0px;
	font-size:18px;
	color:#000;
}
.navigation > li > ul{
	position:absolute;
	left:-70px;
	top:100%;
	width:170px;
	z-index:100;
	opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:10px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.navigation > li > ul > li > a{
	position:relative;
	display:block;
	padding:5px 0px;
	font-size:16px;
	color:#222222;
	padding-left:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.navigation > li > ul > li > a:before{
	position: absolute;
    top: -5px;
    left: 5px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
}
.navigation > li > ul > li:hover > a::before{
	opacity:1;
	color:#2757ba;
	text-shadow: 8px 0 #cccccc, -8px 0 #cccccc;
}
.navigation > li > ul > li:hover > a{
	color:#2757ba;
	padding-left:30px;
}
.navigation > li:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	left:-21px;
}

.search{ margin:54px 22px 0 33px; position:relative; padding-left:29px;}
.search:before{ position:absolute; content:''; width:2px; height:19px; background:#b7b7b7; left:0; top:3px;}

.language{ margin:54px 0 0 0; position:relative; height: 22px; padding-bottom:24px; cursor:pointer;}
.language > ul{
	position:absolute;
	left:-90px;
	top:100%;
	width:85px;
	z-index:100;
	opacity: 0;
    visibility: hidden;
    transition: all 900ms ease;
    -moz-transition: all 900ms ease;
    -webkit-transition: all 900ms ease;
    -ms-transition: all 900ms ease;
    -o-transition: all 900ms ease;
	padding:10px 15px;
	border-radius:10px;
	background-color: #ffffff;
	box-shadow: 0px 0px 10px rgba(0,0,0,0.10);
}
.language > ul > li > a{
	position:relative;
	display:block;
	padding:5px 0px;
	font-size:16px;
	color:#222222;
	padding-left:10px;
	transition:all 500ms ease;
	-moz-transition:all 500ms ease;
	-webkit-transition:all 500ms ease;
	-ms-transition:all 500ms ease;
	-o-transition:all 500ms ease;
}
.language ul > li > a:before{
	position: absolute;
    top: -5px;
    left: 5px;
    color: transparent;
    content: '.';
    text-shadow: 0 0 transparent;
    font-size: 2em;
    -webkit-transition: text-shadow 0.3s, color 0.3s;
    -moz-transition: text-shadow 0.3s, color 0.3s;
    transition: text-shadow 0.3s, color 0.3s;
}
.language > ul > li:hover > a::before{
	opacity:1;
	color:#2757ba;
	text-shadow: 8px 0 #cccccc, -8px 0 #cccccc;
}
.language > ul > li:hover > a{
	color:#2757ba;
	padding-left:30px;
}
.language:hover > ul{
	visibility:visible;
	opacity:1;
	top:100%;
	left:-39px;
}


.about{ width:1200px; margin:0 auto; padding:85px 0 97px 0;}
.about_l{ width:39%; height:453px;}
.about_r{ width:54.5%; margin-top:12px;}
.about_r h1{ font-size:29px; color:#c4c4c4; text-transform:uppercase; transform: scale(1,1.5);}
.about_r h2{
      color: #000000;
      font-size: 35px;
      position: relative;
      padding-bottom: 18px;
	  margin:22px 0 23px 0;
}
.about_r h2:before{
      background-color: #2957b5;
      height: 1px;
      width: 64px;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
}
.about_r h2 span{ font-weight:500;}
.intro{ font-size:15px; line-height:27px; color:#6d6d6d;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:3;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.a_more {
	position: relative;
	color: #565554;
	z-index: 1;
	display: inline-block;
	padding: 10px 38px 9px 38px;
	border-radius: 30px;
	overflow: hidden;
	border:solid 1px #d9d9d9;
	font-size:15px;
	margin:28px 0 44px 0;
}
.a_more::before {
	position: absolute;
	content: "";
	left: 40px;
	bottom: -80px;
	height: 30px;
	width: 30px;
	background: #2757ba;
	z-index: -1;
	border-radius: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	overflow: hidden;
}
.a_more:hover:before{
	height:240px;
	width:240px;
	left: -40px;
}
.a_more:hover{ color:#fff;}

.a_menu ul li{ float:left; margin-right:80px; color:#2e2e2e;}
.a_menu ul li span {
    width: 63px;
    height: 63px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 28px;
	border:solid 1px #979797;
}
.a_menu ul li span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	border:solid 1px #acacac;
}
.a_menu ul li:hover span::before{-webkit-transform:rotate(315deg);transform:rotate(315deg);}

.a_menu ul li span img{ transition: all 0.4s linear;}
.a_menu ul li:hover span img{ transform: rotateZ(360deg);}


.youshi{ width:100%; float:left; background:url(../images/youshi.jpg) no-repeat top center; height:778px; color:#fff;}

.tabox1 h3{ font-size:20px; font-weight:600; margin:77px 0 19px 0;}
.tabox1 h1{ font-size:50px; font-weight:500;}
.tabox1 h1 span{ font-size:70px; font-weight:700; margin:0 20px;}
.tabox1 .hd{ width:349px; float:left; margin-top:78px;}
.tabox1 .hd li{ width:349px; float:left; background:rgba(0,0,0,0.5); height:91px; line-height:91px; font-size:30px; border-bottom:solid 1px rgba(194,194,194,0.4);}
.tabox1 .hd li strong{ font-size:37px; margin:0 16px 0 50px; transform: scale(1,1.3); display: inline-block;}
.tabox1 .hd li span{ font-size:17px; margin-left:9px; text-transform: uppercase;}
.tabox1 .hd li.on{ background:#bc2921;}
.tabox1 .bd{ width:470px; float:left; margin:151px 0 0 126px;}
.tabox1 .bd h2{ font-size:50px; position: relative; padding-bottom:34px;}
.tabox1 .bd h2:before{
      background-color: #fff;
      height: 1px;
      width: 70px;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
}
.tabox1 .bd .ys_des{ font-size:17px; line-height:30px; margin:30px 0 56px 0;}

.tabox1 .bd .ys_more {
  font-size: 15px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 8px 54px 9px 53px;
  background-color:#2757ba;
}
.tabox1 .bd .ys_more::before, .tabox1 .bd .ys_more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.tabox1 .bd .ys_more::after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.tabox1 .bd .ys_more:hover {
  color: #2757ba;
}
.tabox1 .bd .ys_more:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.tabox1 .bd .ys_more:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}


.product{ width:100%; float:left; padding:68px 0 78px 0; text-align:center;}
.product h1{ font-size:35px; color:#3b3b3b;}
.product h3{ font-size:18px; color:#898989; font-weight:500; text-transform:uppercase; margin-top:14px;}
.p_line {
    height: 4px;
    width: 40px;
	background-color:#ed1845;
    display: block;
	margin: 10px auto 57px auto;
}

.product .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}
.product .owl-theme .owl-nav .owl-prev, .product .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -67px;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
}
.product .owl-theme .owl-nav .owl-next {
  right: -67px;
  left: auto;
  background: url(../images/next.png) no-repeat center;
}
.product .owl-theme .owl-nav .owl-prev{ background: url(../images/prev.png) no-repeat center;}
.product .owl-theme .owl-nav .owl-prev:hover, .product .owl-theme .owl-nav .owl-next:hover {
  background-color: #2757ba;
}

.p_info {
  padding: 19px 21px 0 21px;;
  position: relative;
  border:solid 2px #f6f6f6;
  height: 344px;
}
.p_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #2757ba;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}
.p_info:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.p_pic{ width:240px; height:286px; overflow:hidden;}
.p_pic img{ height:100%; object-fit: cover; transition:all 0.5s;}
.p_info:hover .p_pic img{ transform:scale(1.1);}
.p_info p { font-size: 18px; color:#000; margin-top:17px;}
.p_info:hover p { color: #ffffff;}

.p_more {
  font-size: 15px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 8px 60px 9px 60px;
  border: 1px solid #fff;
  color: #fff;
  background-color:#2757ba;
  margin-top:59px;
}
.p_more::before, .p_more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
}
.p_more::after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.p_more:hover {
  color: #2757ba;
  border-color:#2757ba;
}
.p_more:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.p_more:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}


.news { width: 100%; float: left; padding:79px 0 76px 0; background-color:#f5f5f5;}

.tabox .hd{ width:143px; float:left; margin-right:30px;}
.tabox .hd h3{ font-size:29px; color:#000000; margin:10px 0 16px 0;}
.tabox .hd h4{ font-size:15px; color:#d8d4d4; text-transform: uppercase; transform: scale(1,1.2); margin-bottom:58px;}
.tabox .hd li{ height:50px; line-height:50px; border-radius:5px; margin-bottom:10px; text-align:center; font-size:18px; color:#b0b0b0; border:solid 1px #ccc; font-weight:700;}
.tabox .hd li a{ display: block;}
.tabox .hd li a:hover{ color:#1c4db2;}
.tabox .hd li.on{ color:#1c4db2; border-color:#1c4db2;}
.tabox .hd li:nth-child(3){ font-size:16px; transform: scale(1,1.1); height: 45px; line-height: 45px;}

.n_left{ width:502px; height:407px; margin:2px 30px 0 61px; float:left; background-color:#fff;}
.n_pic{ width:502px; height:270px; overflow:hidden;}
.n_pic img{ width: 100%; height:100%; object-fit: cover; display:block; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;}
.n_left:hover .n_pic img{ transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -moz-transition:scale(1.1,1.1); -o-transition:scale(1.1,1.1);}
.n_info{ margin:21px 30px 0px 25px;}
.n_info h5{ color:#151515; font-size:16px; font-weight:600; position: relative; transition: all 500ms ease;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n_left:hover .n_info h5 { color:#2757ba; padding-left: 14px;}
.n_info h5:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 2px;
    content: "";
    background: #2757ba;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
}
.n_left:hover .n_info h5:before { opacity: 1;}

.n_txt{ font-size:14px; color:#8c8c8c; line-height:20px; margin:5px 0 11px 0;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n_more{ font-size:12px; color:#8d8d8d; display:inline-block;}
.n_left:hover .n_more{ color:#2757ba;}
.n_date{ float:right; font-size:12px; color:#d1d1d1; text-align:right; font-weight: 700;}

.n_right{ width:400px; float:right; border-top:#dcdcdc solid 1px;}
.n_right ul li{ border-bottom:#dcdcdc solid 1px; padding:27px 0 26px 0; display:inline-block; overflow: hidden; position: relative; z-index:0;}
.n_right ul li:before {
    bottom: 0;
    right: 0;
    border-bottom:3px solid #2757ba;
}
.n_right ul li:after, .n_right ul li:before {
    content: '';
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
	z-index:-1;
}
.n_right ul li:after {
    top: 0;
    left: 0;
    border-top:3px solid #2757ba;
}
.n_right ul li:hover:after, .n_right ul li:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.nright_01{ width:75%; float:left;}
.nright_01 h4{ font-size:18px; color:#151515; margin:6px 0 6px 0; font-weight:600; position: relative; transition: all 500ms ease;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n_right ul li:hover .nright_01 h4{ color:#2757ba; padding-left: 16px;}
.nright_01 h4:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    content: "";
    background: #2757ba;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
}
.n_right ul li:hover .nright_01 h4:before { opacity: 1;}
.nr_txt{ font-size:15px; color:#8c8c8c; line-height:20px;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.nright_02{ width:15%; float:right; text-align:right; border-left:#e5e5e5 solid 2px; padding:16px 0 16px 2%}
.n_date1{ font-size:32px; color:#c4c4c4;}
.n_date2{ font-size:13px; color:#cccccc; font-weight: 700;}


.foot{ width:100%; float:left; background-color:#232325; padding:29px 0 34px 0;}
.foot_1{ width:29.2%; margin:0px 4.8% 0 0; padding:31px 0 0px 0; position:relative;}
.foot_1:after{ content:""; position:absolute; width:1px; height:307px; background-color:#2c2c2d; top:0; right:0;}
.f_link{ width:260px; height:36px; background-color:#2757ba; font-size:17px; line-height:35px; color:#fff; margin:20px 0 17px 0; position:relative; text-align:center;}
.f_link img{ position:absolute; top:45%; right:16px;}
.f_link ul{ opacity: 0; top: 150%; left:0px; position: absolute;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  visibility:hidden;
  background-color:#2757ba;
}
.f_link:hover ul{ opacity: 1; top: 100%; visibility:visible;}
.f_link ul li{ width:100%; display: inline-block; text-align:center; border-top: 1px solid rgba(255, 255, 255, 0.2); font-size:16px; line-height:18px;}
.f_link ul li a{ display:block; padding:7px 0;}
.f_link ul li:hover{ background-color:#fff;}
.f_ewm p{ float:left; margin-right:23px;}
.f_ewm p span{ font-size:15px; color:#919192; margin-top:3px; display:block; text-align:center;}

.foot_2{ width:35%; margin:30px 20px 0 0; padding:10px 20px 0px 0; position:relative;}
.foot_2:after{ content:""; position:absolute; width:1px; height:277px; background-color:#2c2c2d; top:0; right:0;}
.foot h4{ font-size:18px; border-bottom:solid 1px #2e2e2f; color:#fff; font-weight:500; display:inline-block; padding-bottom:15px; margin-bottom:25px;}
.f_con{ font-size:15px; color:#a5a5a5; line-height:30px;}

.foot_3{ width:10%; padding:10px 4.3% 0px 0; margin:30px 0 0 0;}
.f_menu li{ font-size:15px; color:#7f7f87; line-height:35px;}

.foot_4{ width:12.5%; padding:10px 0 0px 0; margin:30px 0 0 0;}

.f_bottom{ font-size:15px; border-top:solid 1px #2d2d2f; padding-top:32px; margin-top:43px;}
.fb_left{ color:#959595;}
.fb_right{ color:#767676;}


/*inside*/
.banner_a{ background:url(../images/banner_a.jpg) no-repeat center top; width:100%; height:300px; position:relative;}
.banner_h{ background:url(../images/banner_h.jpg) no-repeat center top; width:100%; height:300px; position:relative;}
.banner_s{ background:url(../images/banner_s.jpg) no-repeat center top; width:100%; height:300px; position:relative;}
.banner_p{ background:url(../images/banner_p.jpg) no-repeat center top; width:100%; height:300px; position:relative;}
.banner_n{ background:url(../images/banner_n.jpg) no-repeat center top; width:100%; height:300px; position:relative;}
.banner_j{ background:url(../images/banner_j.jpg) no-repeat center top; width:100%; height:300px; position:relative;}
.banner_c{ background:url(../images/banner_c.jpg) no-repeat center top; width:100%; height:300px; position:relative;}

.location{ background-color:rgba(39, 87, 186, 0.5); padding:12px 0; position:absolute; bottom:0; left:0; right:0; color:#eee; font-size:15px;}


.inside{ width:100%; float:left; padding:60px 0 70px 0;}

.inside h1 {
    font-size: 35px;
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 25px;
	margin-bottom:45px;
	letter-spacing: 0.05em;
}
.inside h1::before {
    content: '';
    position: absolute;
    display: block;
    width: 90px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 45px);
}
.inside h1::after {
    content: '';
    position: absolute;
    display: block;
    width: 30px;
    height: 3px;
    background: #2757ba;
    bottom: 0;
    left: calc(50% - 15px);
}


.inside_a {
    padding: 30px 3% 35px 3%;
	box-shadow: 0px 0px 30px 0px rgba(35, 61, 98, 0.1);
	border-radius: 10px;
}


.inside_h ul li {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    padding: 0px 1%;
	width:20.9%;
	float:left;
	margin:0 2.8% 30px 0;
	text-align:center;
}
.inside_h ul li:nth-child(4n){ margin-right:0;}
.inside_h ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border: 1px solid #2757ba;
    transition: all 500ms ease;
    transform: scaleY(0);
	z-index: -1;
}
.inside_h ul li:hover:before {
    transform: scaleY(1);
}
.inside_h ul li:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-color: #2757ba;
    content: "";
    transition: all 500ms ease;
    transform: scaleX(0);
	z-index:-1;
}
.inside_h ul li:hover:after {
    transform: scaleX(1);
}
.h_pic{ height:175px; margin:10px 0; overflow:hidden;}
.h_pic img{ max-width:100%; height:100%; object-fit: cover; transition:all 0.5s;}
.inside_h ul li:hover .h_pic img{ transform:scale(1.1);}
.inside_h ul li p { margin: 0 0 12px 0; transition: all 500ms ease; padding-top:3px;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.inside_h ul li:hover p{ color:#FFFFFF;}


/*contentPage*/
.contentPage { color: #2757ba; text-align:center; clear:both; width:100%; float: left;}
.contentPage .zi { font-size:12px; font-weight:bold; float:none!important;}
.contentPage a { color: #2757ba; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #2757ba;}
.contentPage a:hover { color:#FFF; background-color:#2757ba;}
.contentPage .current { font-size: 12px; margin:0px 3px; padding:4px 7px;}


.inside_s ul li{
	position:relative;
	overflow:hidden;
	width:31.3%;
	height:245px;
	float:left;
	margin:0 3% 30px 0;
}
.inside_s ul li:nth-child(3n){ margin-right:0;}
.inside_s ul li:before{
	background: #2757ba;
    top:0px;
    content: "";
    height: 100%;
	width:100%;
    left:0px;
    position: absolute;
    transition: all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.inside_s ul li:hover:before{
	opacity:0.7;
	visibility:visible;
}
.inside_s ul li img{
	width:100%;
	height:100%;
	object-fit: cover;
}
.s_hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
	padding-top: 67px;
}
.inside_s ul li:hover .s_hover{
	opacity: 1;
	visibility: visible;
}
.s_hover p {
	display:inline-block;
	color: #fff;
	font-size: 18px;
	position: relative;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.s_hover p:before{
	position: absolute;
    content: "";
    left: -20px;
    top: 10px;
    height: 1px;
    width: 10px;
    background: #fff;
}
.s_hover p:after{
	position: absolute;
    content: "";
    right: -20px;
    top: 10px;
    height: 1px;
    width: 10px;
    background: #fff;
}
.s_link:before{
	position: absolute;
    content: "";
    left: 50%;
    top: -40px;
    height: 40px;
    width: 2px;
    background: #fff;
    margin-top: -20px;
    margin-left: -1px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.s_link:after{
	position: absolute;
    content: "";
    left: -40px;
    top: 50%;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: -1px;
    margin-left: -20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.inside_s ul li:hover .s_link:before{
	top: 50%;
	opacity:1;
	visibility:visible;
}
.inside_s ul li:hover .s_link:after{
	left: 50%;
	opacity:1;
	visibility:visible;
}


.p_search{ margin:0 auto 45px auto; display: table;}

.form_control{
    background-color: #f5f5f5;
    border-radius: 30px 0 0 30px;
    padding: 0px 25px;
	float:left;
	height: 50px;
	width:350px;
}
.default_btn{
    background-color: #2757ba;
    border-radius: 0 30px 30px 0;
    color: #fff;
	height: 50px;
	width:200px;
}
.default_btn:hover{
    cursor: pointer;
}


.inside_p ul li{
  border: 1px solid #eee;
  width:28.5%;
  padding:15px 1.5%;
  float:left;
  margin:0 2.5% 30px 0;
  -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;
}
.inside_p ul li:nth-child(3n){ margin-right:0;}
.inside_p ul li:hover{ border-color: #2757ba;}
.pro_pic{ width:49%; height:200px; overflow:hidden;}
.pro_pic img{ width: 100%; height:100%; object-fit: cover; transition:all 0.5s;}
.inside_p ul li:hover .pro_pic img{ transform:scale(1.1);}
.pro_txt { width:42%; margin-top:10px;}
.pro_txt h4 { font-size: 18px; color: #000; font-weight:500;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.pro_info { margin:15px 0 15px 0; line-height:28px; font-size:15px; color: #6c757d;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:3;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.pro_btn {
    width: 38px;
    height: 38px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: #2757ba;
    border-radius: 38px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
	font-size: 15px;
}
.pro_btn span{ width:38px; height:38px; line-height:38px; display:table; text-align:center;}
.inside_p ul li:hover .pro_btn { width: 120px;}


.p_detail{ border:solid 1px #eee; padding:30px 3% 35px 3%;}
.p_detail img{ max-width: 100%;}

.pro_left{ width:70%;}
.pro_left h4{ font-size:24px; color: #2757ba; margin-bottom:20px; font-weight:500;}

.pro_right{ width:25%;}
.pro_right img{ width:100%; margin-bottom:20px;}
.pro_right ul li{ text-align:center; margin-top:10px; font-size:15px; background-color:#f5f5f5;}
.pro_right ul li a{ display:block; padding:10px 0;}
.pro_right ul li a:hover{ background-color:#2757ba; color:#fff;}


.inside_n ul li{
  box-shadow: 0px 0px 20px 0px rgba(108, 117, 125, 0.15);
  padding:30px 3% 30px 3%;
  width:94%;
  margin-bottom:30px;
}
.inside_n ul li a{ align-items: center;}
.news_date { font-size: 48px; color: #2757ba;}
.news_date span { font-size: 18px; color: #ccc;}
.news_info { width:66%;}
.news_info h3 {
    margin-bottom: 10px;
    font-size: 18px;
    color: #000;
}
.news_txt {
  font-size: 15px;
  line-height: 26px;
  text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.news_btn {
  padding: 12px 40px;
  border-radius: 4px;
  color: #fff;
  background-color: #2757ba;
  font-size: 15px;
}

.inside_n ul li:hover{ background-color: #2757ba;}
.inside_n ul li:hover .news_date, .inside_n ul li:hover .news_date span, .inside_n ul li:hover .news_info h3, .inside_n ul li:hover .news_txt{ color:#fff;}
.inside_n ul li:hover .news_btn{ background-color: #fff; color:#2757ba;}
.inside_n ul li, .news_date, .news_date span, .news_info h3, .news_txt, .news_btn{ -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}


.n_detail{ padding:30px 3% 35px 3%;	box-shadow: 0px 0px 30px 0px rgba(35, 61, 98, 0.1);}
.n_detail h4{ font-size:24px; color: #2757ba; margin-bottom:5px; font-weight:500; text-align:center;}
.n_detail h5{ font-size:15px; color:#ccc; font-weight:500; text-align:center; border-bottom:solid 1px #eee; margin-bottom:25px; padding-bottom:5px;}

.n_detail ul li{ width:49%; text-align:center; margin-top:30px; font-size:15px; background-color:#f5f5f5;}
.n_detail ul li a{ display:block; padding:10px 0;}
.n_detail ul li a:hover{ background-color:#2757ba; color:#fff;}


.inside_j ul li{ margin-bottom: 30px; border-radius: 10px; border:solid 1px #eee; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.inside_j ul li:hover{ box-shadow: 0px 10px 30px 0px rgba(39, 87, 186, 0.3);}
.j_title{ color:#2757ba; border-bottom:solid 1px #eee; padding:15px 2% 15px 2%; width:96%; align-items: center;}
.j_title p{ font-size:18px; width: 88%;}
.j_title span{ background-color: #2757ba; color:#FFFFFF; padding:2px 12px; font-size:14px; border-radius: 6px;}
.j_txt{ padding:20px 2% 20px 2%; font-size:15px;}


.inside_m{ width:60%; height:400px; border:#eee solid 5px;}

.inside_c{ width:35%; margin-top:10px; line-height:30px;}
.inside_c p{ border-bottom:dashed 2px #f5f5f5; padding-bottom:10px; margin-bottom:10px;}
.inside_c p:last-child{ border-bottom:none; padding-bottom:0; margin-bottom:0;}


.htmleaf-container_wap{ display:none;}


@media all and (max-width:640px){
.htmleaf-container{ display:none;}
.htmleaf-container_wap{ display: block;}


.wrap{ width:90%; margin:0 auto;}


/*home*/
.head{ display:none;}


.about{ width:90%; margin:0 auto; padding:50px 0 47px 0;}
.about_l{ width:100%; height:auto;}
.about_r{ width:100%; margin-top:42px;}
.about_r h1{ font-size:21px; color:#c4c4c4; text-transform:uppercase; transform: scale(1,1.5);}
.about_r h2{
      color: #000000;
      font-size: 25px;
      position: relative;
      padding-bottom: 13px;
	  margin:12px 0 23px 0;
}
.about_r h2:before{
      background-color: #2957b5;
      height: 1px;
      width: 46px;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
}
.about_r h2 span{ font-weight:500;}
.intro{ font-size:15px; line-height:27px; color:#6d6d6d;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:3;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.a_more {
	position: relative;
	color: #565554;
	z-index: 1;
	display: inline-block;
	padding: 7px 30px 6px 30px;
	border-radius: 30px;
	overflow: hidden;
	border:solid 1px #d9d9d9;
	font-size:14px;
	margin:28px 0 39px 0;
}
.a_more::before {
	position: absolute;
	content: "";
	left: 40px;
	bottom: -80px;
	height: 30px;
	width: 30px;
	background: #2757ba;
	z-index: -1;
	border-radius: 100%;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
	overflow: hidden;
}
.a_more:hover:before{
	height:240px;
	width:240px;
	left: -40px;
}
.a_more:hover{ color:#fff;}

.a_menu ul li{ float:left; margin-right:50px; color:#2e2e2e;}
.a_menu ul li span {
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 5px;
    position: relative;
    z-index: 1;
    margin-bottom: 23px;
	border:solid 1px #979797;
}
.a_menu ul li span::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    border-radius: 5px;
    z-index: -1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all .3s ease-out 0s;
    transition: all .3s ease-out 0s;
	border:solid 1px #acacac;
}
.a_menu ul li:hover span::before{-webkit-transform:rotate(315deg);transform:rotate(315deg);}

.a_menu ul li span img{ transition: all 0.4s linear; max-width: 28px; max-height: 28px;}
.a_menu ul li:hover span img{ transform: rotateZ(360deg);}

.a_menu ul li p{ font-size: 14px;}


.youshi{ width:100%; float:left; background:url(../images/youshi.jpg) no-repeat top center; height:778px; color:#fff;}

.tabox1 h3{ font-size:15px; font-weight:600; margin:47px 0 4px 0;}
.tabox1 h1{ font-size:25px; font-weight:500;}
.tabox1 h1 span{ font-size:35px; font-weight:700; margin:0 10px;}
.tabox1 .hd{ width:100%; float:left; margin-top:48px;}
.tabox1 .hd li{ width:100%; float:left; background:rgba(0,0,0,0.5); height:61px; line-height:61px; font-size:20px; border-bottom:solid 1px rgba(194,194,194,0.4);}
.tabox1 .hd li strong{ font-size:27px; margin:0 11px 0 50px; transform: scale(1,1.3); display: inline-block;}
.tabox1 .hd li span{ font-size:12px; margin-left:7px; text-transform: uppercase;}
.tabox1 .hd li.on{ background:#bc2921;}
.tabox1 .bd{ width:100%; float:left; margin:51px 0 0 0px;}
.tabox1 .bd h2{ font-size:25px; position: relative; padding-bottom:16px;}
.tabox1 .bd h2:before{
      background-color: #fff;
      height: 1px;
      width: 35px;
      content: "";
      position: absolute;
      bottom: 0;
      left: 0;
}
.tabox1 .bd .ys_des{ font-size:15px; line-height:26px; margin:20px 0 36px 0;}

.tabox1 .bd .ys_more {
  font-size: 14px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 5px 39px 6px 38px;
  background-color:#2757ba;
}
.tabox1 .bd .ys_more::before, .tabox1 .bd .ys_more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  display:none;
}
.tabox1 .bd .ys_more::after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.tabox1 .bd .ys_more:hover {
  color: #2757ba;
}
.tabox1 .bd .ys_more:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.tabox1 .bd .ys_more:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}


.product{ width:100%; float:left; padding:48px 0 58px 0; text-align:center;}
.product h1{ font-size:25px; color:#3b3b3b;}
.product h3{ font-size:14px; color:#898989; font-weight:500; text-transform:uppercase; margin-top:6px;}
.p_line {
    height: 3px;
    width: 30px;
	background-color:#ed1845;
    display: block;
	margin: 5px auto 37px auto;
}

.product .owl-theme .owl-nav {
  margin-top: 0;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 50%;
  -webkit-transform: translateY(35px);
          transform: translateY(35px);
}
.product .owl-theme .owl-nav .owl-prev, .product .owl-theme .owl-nav .owl-next {
  position: absolute;
  left: -67px;
  bottom: 0;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  width: 40px;
  height: 40px;
  line-height: 40px;
  border: 1px solid #dcdcdc;
}
.product .owl-theme .owl-nav .owl-next {
  right: -67px;
  left: auto;
  background: url(../images/next.png) no-repeat center;
}
.product .owl-theme .owl-nav .owl-prev{ background: url(../images/prev.png) no-repeat center;}
.product .owl-theme .owl-nav .owl-prev:hover, .product .owl-theme .owl-nav .owl-next:hover {
  background-color: #2757ba;
}

.p_info {
  padding: 19px 21px 0 21px;;
  position: relative;
  border:solid 2px #f6f6f6;
  height: 344px;
}
.p_info::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 0;
  background-color: #2757ba;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  z-index: -1;
}
.p_info:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.p_pic{ width:100%; height:286px; overflow:hidden;}
.p_pic img{ height:100%; object-fit: cover; transition:all 0.5s;}
.p_info:hover .p_pic img{ transform:scale(1.1);}
.p_info p { font-size: 17px; color:#000; margin-top:17px;}
.p_info:hover p { color: #ffffff;}

.p_more {
  font-size: 14px;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  position: relative;
  z-index: 1;
  overflow: hidden;
  display: inline-table;
  padding: 5px 40px 6px 40px;
  border: 1px solid #fff;
  color: #fff;
  background-color:#2757ba;
  margin-top:39px;
}
.p_more::before, .p_more::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 0;
  background-color: #fff;
  z-index: -1;
  -webkit-transition: all ease .5s;
  transition: all ease .5s;
  display:none;
}
.p_more::after {
  top: auto;
  bottom: 0;
  left: auto;
  right: 0;
}
.p_more:hover {
  color: #2757ba;
  border-color:#2757ba;
}
.p_more:hover::before {
  height: 100%;
  top: auto;
  bottom: 0;
}
.p_more:hover::after {
  height: 100%;
  bottom: auto;
  top: 0;
}


.news { width: 100%; float: left; padding:49px 0 51px 0; background-color:#f5f5f5;}

.tabox .hd{ width:100%; float:left; margin-right:0px; margin-bottom: 30px;}
.tabox .hd h3{ font-size:22px; color:#000000; margin:0px 0 6px 0;}
.tabox .hd h4{ font-size:12px; color:#d8d4d4; text-transform: uppercase; transform: scale(1,1.2); margin-bottom:28px;}
.tabox .hd li{ height:40px; line-height:40px; border-radius:5px; margin-bottom:10px; text-align:center; font-size:16px; color:#b0b0b0; border:solid 1px #ccc; font-weight:700;}
.tabox .hd li a{ display: block;}
.tabox .hd li a:hover{ color:#1c4db2;}
.tabox .hd li.on{ color:#1c4db2; border-color:#1c4db2;}
.tabox .hd li:nth-child(3){ font-size:15px; transform: scale(1,1.1); height: 36px; line-height: 36px;}

.n_left{ width:100%; height:auto; margin:2px 0px 40px 0px; float:left; background-color:#fff;}
.n_pic{ width:100%; height:180px; overflow:hidden;}
.n_pic img{ width: 100%; height:100%; object-fit: cover; display:block; -webkit-transition:all 0.5s ease 0s; transition:all 0.5s ease 0s; -moz-transition: all 0.5s ease 0s; -o-transition: all 0.5s ease 0s;}
.n_left:hover .n_pic img{ transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1); -moz-transition:scale(1.1,1.1); -o-transition:scale(1.1,1.1);}
.n_info{ margin:21px 7% 15px 7%;}
.n_info h5{ color:#151515; font-size:15px; font-weight:600; position: relative; transition: all 500ms ease;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n_left:hover .n_info h5 { color:#2757ba; padding-left: 14px;}
.n_info h5:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 8px;
    height: 2px;
    content: "";
    background: #2757ba;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
}
.n_left:hover .n_info h5:before { opacity: 1;}

.n_txt{ font-size:14px; color:#8c8c8c; line-height:20px; margin:5px 0 11px 0;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n_more{ font-size:12px; color:#8d8d8d; display:inline-block;}
.n_left:hover .n_more{ color:#2757ba;}
.n_date{ float:right; font-size:12px; color:#d1d1d1; text-align:right; font-weight: 700;}

.n_right{ width:100%; float:right; border-top:#dcdcdc solid 1px;}
.n_right ul li{ border-bottom:#dcdcdc solid 1px; padding:22px 0 21px 0; display:inline-block; overflow: hidden; position: relative; z-index:0;}
.n_right ul li:before {
    bottom: 0;
    right: 0;
    border-bottom:3px solid #2757ba;
}
.n_right ul li:after, .n_right ul li:before {
    content: '';
    width: 0;
    height: 0;
    visibility: hidden;
    position: absolute;
    -webkit-transition: all 800ms ease-in-out;
    -moz-transition: all 800ms ease-in-out;
    -ms-transition: all 800ms ease-in-out;
    -o-transition: all 800ms ease-in-out;
    transition: all 800ms ease-in-out;
	z-index:-1;
	display:none;
}
.n_right ul li:after {
    top: 0;
    left: 0;
    border-top:3px solid #2757ba;
}
.n_right ul li:hover:after, .n_right ul li:hover:before {
    width: 100%;
    height: 100%;
    visibility: visible;
}

.nright_01{ width:75%; float:left;}
.nright_01 h4{ font-size:16px; color:#151515; margin:6px 0 6px 0; font-weight:600; position: relative; transition: all 500ms ease;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.n_right ul li:hover .nright_01 h4{ color:#2757ba; padding-left: 16px;}
.nright_01 h4:before {
    position: absolute;
    top: 50%;
    left: 0;
    bottom: 0;
    width: 10px;
    height: 2px;
    content: "";
    background: #2757ba;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 500ms ease;
}
.n_right ul li:hover .nright_01 h4:before { opacity: 1;}
.nr_txt{ font-size:15px; color:#8c8c8c; line-height:20px;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}

.nright_02{ width:15%; float:right; text-align:right; border-left:#e5e5e5 solid 2px; padding:11px 0 11px 2%}
.n_date1{ font-size:28px; color:#c4c4c4;}
.n_date2{ font-size:12px; color:#cccccc; font-weight: 700;}


.foot{ width:100%; float:left; background-color:#232325; padding:34px 0 34px 0;}
.foot_1{ width:auto; margin:0px auto 0 auto; padding:11px 0 0px 0; position:relative;}
.foot_1:after{ content:""; position:absolute; width:1px; height:307px; background-color:#2c2c2d; top:0; right:0; display:none;}
.f_logo{ text-align:center;}
.f_logo img{ width:80%;}
.f_link{ width:260px; height:36px; background-color:#2757ba; font-size:17px; line-height:35px; color:#fff; margin:15px 0 17px 0; position:relative; text-align:center; cursor: pointer;}
.f_link img{ position:absolute; top:45%; right:16px;}
.f_link ul{ opacity: 0; top: 150%; left:0px; position: absolute;
  -webkit-transition: all 0.3s linear 0s;
  -moz-transition: all 0.3s linear 0s;
  -ms-transition: all 0.3s linear 0s;
  -o-transition: all 0.3s linear 0s;
  transition: all 0.3s linear 0s;
  visibility:hidden;
  background-color:#2757ba;
}
.f_link:hover ul{ opacity: 1; top: 100%; visibility:visible;}
.f_link ul li{ width:100%; display: inline-block; text-align:center; border-top: 1px solid rgba(255, 255, 255, 0.2); font-size:16px; line-height:28px;}
.f_link ul li a{ display:block; padding:7px 0;}
.f_link ul li:hover{ background-color:#fff;}
.f_ewm{ display:none;}
.f_ewm p{ float:left; margin-right:23px;}
.f_ewm p span{ font-size:15px; color:#919192; margin-top:3px; display:block; text-align:center;}

.foot_2{ width:29%; margin:30px 6.1% 0 0; padding:10px 5.1% 0px 0; position:relative; display:none;}
.foot_2:after{ content:""; position:absolute; width:1px; height:277px; background-color:#2c2c2d; top:0; right:0;}
.foot h4{ font-size:18px; border-bottom:solid 1px #2e2e2f; color:#fff; font-weight:600; display:inline-block; padding-bottom:15px; margin-bottom:25px;}
.f_con{ font-size:15px; color:#a5a5a5; line-height:30px;}

.foot_3{ width:9.5%; padding:10px 4.8% 0px 0; margin:30px 0 0 0; display:none;}
.f_menu li{ font-size:15px; color:#7f7f87; line-height:35px;}

.foot_4{ width:9.5%; padding:10px 2% 0px 0; margin:30px 0 0 0; display:none;}

.f_bottom{ font-size:15px; border-top:solid 1px #2d2d2f; padding-top:27px; margin-top:18px;}
.fb_left{ color:#959595; width: 100%;}
.fb_right{ color:#767676; width: 100%;}


/*inside*/
.banner_a{ background:url(../images/banner_a.jpg) no-repeat center top; width:100%; height:170px; position:relative; background-size: 300%;}
.banner_h{ background:url(../images/banner_h.jpg) no-repeat center top; width:100%; height:170px; position:relative; background-size: 300%;}
.banner_s{ background:url(../images/banner_s.jpg) no-repeat center top; width:100%; height:170px; position:relative; background-size: 300%;}
.banner_p{ background:url(../images/banner_p.jpg) no-repeat center top; width:100%; height:170px; position:relative; background-size: 300%;}
.banner_n{ background:url(../images/banner_n.jpg) no-repeat center top; width:100%; height:170px; position:relative; background-size: 300%;}
.banner_j{ background:url(../images/banner_j.jpg) no-repeat center top; width:100%; height:170px; position:relative; background-size: 300%;}
.banner_c{ background:url(../images/banner_c.jpg) no-repeat center top; width:100%; height:170px; position:relative; background-size: 300%;}

.location{ background-color:rgba(39, 87, 186, 0.5); padding:6px 0; position:absolute; bottom:0; left:0; right:0; color:#eee; font-size:13px;}


.inside{ width:100%; float:left; padding:40px 0 50px 0;}

.inside h1 {
    font-size: 25px;
    color: #000;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
	margin-bottom:35px;
	letter-spacing: 0em;
}
.inside h1::before {
    content: '';
    position: absolute;
    display: block;
    width: 60px;
    height: 1px;
    background: #ddd;
    bottom: 1px;
    left: calc(50% - 30px);
}
.inside h1::after {
    content: '';
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: #2757ba;
    bottom: 0;
    left: calc(50% - 10px);
}


.inside_a {
    padding: 20px 7% 25px 7%;
	box-shadow: 0px 0px 30px 0px rgba(35, 61, 98, 0.1);
	border-radius: 10px;
}


.inside_h ul li {
    position: relative;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    padding: 0px 3%;
	width:94%;
	float:left;
	margin:0 0 25px 0;
	text-align:center;
}
.inside_h ul li:nth-child(4n){ margin-right:0;}
.inside_h ul li:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    content: "";
    border: 1px solid #2757ba;
    transition: all 500ms ease;
    transform: scaleY(0);
	z-index: -1;
}
.inside_h ul li:hover:before {
    transform: scaleY(1);
}
.inside_h ul li:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 40px;
    background-color: #2757ba;
    content: "";
    transition: all 500ms ease;
    transform: scaleX(0);
	z-index:-1;
}
.inside_h ul li:hover:after {
    transform: scaleX(1);
}
.h_pic{ height:175px; margin:10px 0; overflow:hidden;}
.h_pic img{ max-width:100%; height:100%; object-fit: cover; transition:all 0.5s;}
.inside_h ul li:hover .h_pic img{ transform:scale(1.1);}
.inside_h ul li p { margin: 0 0 12px 0; transition: all 500ms ease; padding-top:3px; font-size: 15px;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.inside_h ul li:hover p{ color:#FFFFFF;}


/*contentPage*/
.contentPage { color: #2757ba; text-align:center; clear:both; width:100%; float: left;}
.contentPage .zi { font-size:12px; font-weight:bold; float:none!important;}
.contentPage a { color: #2757ba; font-size: 12px; margin:0px 3px; padding:4px 7px; border: 1px solid #2757ba;}
.contentPage a:hover { color:#FFF; background-color:#2757ba;}
.contentPage .current { font-size: 12px; margin:0px 3px; padding:4px 7px;}


.inside_s ul li{
	position:relative;
	overflow:hidden;
	width:100%;
	height:220px;
	float:left;
	margin:0 0 25px 0;
}
.inside_s ul li:nth-child(3n){ margin-right:0;}
.inside_s ul li:before{
	background: #2757ba;
    top:0px;
    content: "";
    height: 100%;
	width:100%;
    left:0px;
    position: absolute;
    transition: all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.inside_s ul li:hover:before{
	opacity:0.7;
	visibility:visible;
}
.inside_s ul li img{
	width:100%;
	height:100%;
	object-fit: cover;
	cursor: pointer;
}
.s_hover {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	transition: all 0.4s ease;
	text-align: center;
	padding-top: 67px;
}
.inside_s ul li:hover .s_hover{
	opacity: 1;
	visibility: visible;
}
.s_hover p {
	display:inline-block;
	color: #fff;
	font-size: 18px;
	position: relative;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
}
.s_hover p:before{
	position: absolute;
    content: "";
    left: -20px;
    top: 10px;
    height: 1px;
    width: 10px;
    background: #fff;
}
.s_hover p:after{
	position: absolute;
    content: "";
    right: -20px;
    top: 10px;
    height: 1px;
    width: 10px;
    background: #fff;
}
.s_link:before{
	position: absolute;
    content: "";
    left: 50%;
    top: -40px;
    height: 40px;
    width: 2px;
    background: #fff;
    margin-top: -20px;
    margin-left: -1px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.s_link:after{
	position: absolute;
    content: "";
    left: -40px;
    top: 50%;
    height: 2px;
    width: 40px;
    background: #fff;
    margin-top: -1px;
    margin-left: -20px;
	-webkit-transition:all 0.4s ease;
	-moz-transition:all 0.4s ease;
	transition:all 0.4s ease;
	opacity:0;
	visibility:hidden;
}
.inside_s ul li:hover .s_link:before{
	top: 50%;
	opacity:1;
	visibility:visible;
}
.inside_s ul li:hover .s_link:after{
	left: 50%;
	opacity:1;
	visibility:visible;
}


.p_search{ margin:0 auto 35px auto; display: table; width: 90%;}

.form_control{
    background-color: #f5f5f5;
    border-radius: 30px 0 0 30px;
    padding: 0px 6%;
	float:left;
	height: 40px;
	width: 50%;
}
.default_btn{
    background-color: #2757ba;
    border-radius: 0 30px 30px 0;
    color: #fff;
	height: 40px;
	width: 38%;
}
.default_btn:hover{
    cursor: pointer;
}


.inside_p ul li{
  border: 1px solid #eee;
  width:91%;
  padding:10px 4%;
  float:left;
  margin:0 0 25px 0;
  -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;
}
.inside_p ul li:nth-child(3n){ margin-right:0;}
.inside_p ul li:hover{ border-color: #2757ba;}
.pro_pic{ width:44%; height:160px; overflow:hidden;}
.pro_pic img{ width: 100%; height:100%; object-fit: cover; transition:all 0.5s;}
.inside_p ul li:hover .pro_pic img{ transform:scale(1.1);}
.pro_txt { width:47%; margin-top:7px;}
.pro_txt h4 { font-size: 16px; color: #000; font-weight:600;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:1;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.pro_info { margin:10px 0 15px 0; line-height:20px; font-size:15px; color: #6c757d;
text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:3;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;}
.pro_btn {
    width: 30px;
    height: 30px;
    display: inline-flex;
    align-items: center;
    color: #FFFFFF;
    background: #2757ba;
    border-radius: 30px;
    white-space: nowrap;
    overflow: hidden;
    transition: .5s;
	font-size: 14px;
}
.pro_btn span{ width:30px; height:30px; line-height:30px; display:table; text-align:center;}
.inside_p ul li:hover .pro_btn { width: 100px;}


.p_detail{ border:solid 1px #eee; padding:20px 7% 25px 7%;}

.pro_left{ width:100%;}
.pro_left h4{ font-size:18px; color: #2757ba; margin-bottom:20px; font-weight:500;}

.pro_right{ width:100%;}
.pro_right img{ width:100%; margin-bottom:20px; margin-top: 30px;}
.pro_right ul li{ text-align:center; margin-top:10px; font-size:15px; background-color:#f5f5f5;}
.pro_right ul li a{ display:block; padding:5px 0;}
.pro_right ul li a:hover{ background-color:#2757ba; color:#fff;}


.inside_n ul li{
  box-shadow: 0px 0px 20px 0px rgba(108, 117, 125, 0.15);
  padding:20px 5% 20px 5%;
  margin-bottom:25px;
  width: 90%;
}
.inside_n ul li a{ align-items: center;}
.news_date { font-size: 38px; color: #2757ba;}
.news_date span { font-size: 16px; color: #ccc;}
.news_info { width:100%; margin: 10px 0 15px 0;}
.news_info h3 {
    margin-bottom: 5px;
    font-size: 16px;
    color: #000;
}
.news_txt {
  font-size: 14px;
  line-height: 24px;
  text-overflow:ellipsis;/*超出...*/ display:-webkit-box; -webkit-line-clamp:2;/*显示行数*/ -webkit-box-orient:vertical; overflow:hidden;
}
.news_btn {
  padding: 6px 30px;
  border-radius: 4px;
  color: #fff;
  background-color: #2757ba;
  font-size: 14px;
}

.inside_n ul li:hover{ background-color: #2757ba;}
.inside_n ul li:hover .news_date, .inside_n ul li:hover .news_date span, .inside_n ul li:hover .news_info h3, .inside_n ul li:hover .news_txt{ color:#fff;}
.inside_n ul li:hover .news_btn{ background-color: #fff; color:#2757ba;}
.inside_n ul li, .news_date, .news_date span, .news_info h3, .news_txt, .news_btn{ -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}


.n_detail{ padding:20px 7% 25px 7%;	box-shadow: 0px 0px 30px 0px rgba(35, 61, 98, 0.1);}
.n_detail h4{ font-size:18px; color: #2757ba; margin-bottom:2px; font-weight:500; text-align:center;}
.n_detail h5{ font-size:14px; color:#ccc; font-weight:500; text-align:center; border-bottom:solid 1px #eee; margin-bottom:22px; padding-bottom:5px;}

.n_detail ul li{ width:100%; text-align:center; margin-top:25px; font-size:14px; background-color:#f5f5f5;}
.n_detail ul li:nth-child(2){ margin-top:10px;}
.n_detail ul li a{ display:block; padding:5px 0;}
.n_detail ul li a:hover{ background-color:#2757ba; color:#fff;}


.inside_j ul li{ margin-bottom: 25px; border-radius: 10px; border:solid 1px #eee; -webkit-transition: all 0.3s ease 0s; -o-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s;}
.inside_j ul li:hover{ box-shadow: 0px 10px 30px 0px rgba(39, 87, 186, 0.3);}
.j_title{ color:#2757ba; border-bottom:solid 1px #eee; padding:15px 5%; align-items: center;}
.j_title p{ font-size:16px; width: 100%;}
.j_title span{ background-color: #2757ba; color:#FFFFFF; padding:0px 10px; font-size:13px; border-radius: 6px; margin-top:10px;}
.j_txt{ padding:15px 5%; font-size:15px;}


.inside_m{ width:100%; height:300px; border:#eee solid 5px;}

.inside_c{ width:100%; margin-top:30px; line-height:26px;}
.inside_c p{ border-bottom:dashed 2px #f5f5f5; padding-bottom:10px; margin-bottom:10px;}
.inside_c p:last-child{ border-bottom:none; padding-bottom:0; margin-bottom:0;}

}