body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
legend,
input,
button,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
}
a {
  text-decoration: none;
  -webkit-transition: color 0.1s linear, background-color 0.15s linear;
  -moz-transition: color 0.1s linear, background-color 0.15s linear;
  -o-transition: color 0.1s linear, background-color 0.15s linear;
  transition: color 0.1s linear, background-color 0.15s linear;
}
body {
  color: #191919;
  font-size: 14px;
  font-family: "Microsoft YaHei";
  min-width: 1200px;
  margin: auto;
}
h1,
h2,
h3,
h4,
h5,
h6,
b,
label {
  font-weight: normal;
}
address,
caption,
cite,
code,
dfn,
em,
i,
u,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
i {
  font-style: normal;
}
a {
  color: #191919;
  text-decoration: none;
}
/*a:hover {
  text-decoration: none;
  color: #0a8be5;
}*/
img {
  border: none;
  max-width: 100%;
}
ol,
ul,
li {
  list-style: none;
}
input,
textarea,
select,
button {
  outline-style: none;
}
table {
  border-collapse: collapse;
}
html {
  overflow-y: scroll;
}
ol > li > ol,
ol > li > ul,
ul > li > ol,
ul > li > ul {
  margin: 0;
}
/* css common */
.clearfix:after,
.clearfix:before {
  content: "";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clear {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
.left {
  float: left;
}
.right {
  float: right;
}
input,
textarea,
select,
button {
  font-family: "Microsoft YaHei";
  color: #191919;
}
input[placeholder],
[placeholder],
*[placeholder] {
  color: #686868;
}
:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #999999;
  opacity: 1;
}
::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #999999;
  opacity: 1;
}
input:-ms-input-placeholder {
  color: #999999;
  opacity: 1;
}
input::-webkit-input-placeholder {
  color: #999999;
  opacity: 1;
}
/*头部*/
.header {
  background: #86aef6;
}
.header ._header {
  width: 1200px;
  margin: auto;
  /*导航*/
}
.header ._header .logo {
  padding: 20px 0;
  float: left;
}
.header ._header .logo img {
  height: 52px;
}
.header ._header .nav {
  float: right;
}
.header ._header .nav > li {
  float: left;
  padding: 38px 0;
  position: relative;
  margin-left: -1px;
}
.header ._header .nav > li > a {
  display: block;
  padding: 0 25px;
  line-height: 1;
  color: #ffffff;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #dfe0e3 ;
}
.header ._header .nav > li .sub {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: none;
  z-index: 999999;
  background: #86aef6;
  padding: 5px 0 ;
  text-align: center;
  font-size: 13px;
}
.header ._header .nav > li .sub li {
  background: #86aef6;
  line-height: 30px;
}
.header ._header .nav > li .sub li > a {
  display: block;
  color: white;
}
.header ._header .nav > li .sub li.on {
  background: #5892fa;
}
.header ._header .nav > li .sub li:hover {
  background: #5892fa;
}
.header ._header .nav > li.on {
  background: #5892fa;
  z-index: 99;
}
.header ._header .nav > li.on > a{
  border-left: none;
}
/*banner*/
.banner {
  position: relative;
}
.banner img {
  width: 100%;
}
.banner .swiper-pagination-bullet {
  width: 15px;
  height: 15px;
  border: 2px solid white ;
  background: transparent;
  opacity: 1;
  margin: 0 4px !important;
}
.banner .swiper-pagination-bullet-active {
  opacity: 1;
  background: white;
}
.banner .swiper-pagination-bullets {
  bottom: 20px;
}
.banner1 img {
  width: 100%;
}
/*tit*/
.tit {
  width: 1200px;
  margin: auto;
  text-align: center;
  padding: 40px 0;
}
.tit h6 {
  font-size: 40px;
  color: #4372c7;
  font-family: Impact;
  margin-bottom: 5px;
}
.tit span {
  color: #2f2f32;
  font-size: 15px;
  border-bottom: 2px solid #2f2f32;
  display: inline-block;
  padding-bottom: 13px;
}
/*产品中心*/
.Pro {
  width: 1200px;
  margin: auto;
  padding: 20px 0;
}
.Pro .Pro_ul {
  margin-bottom: 40px;
}
.Pro .Pro_ul li {
  width: 580px;
  text-align: center;
}
.Pro .Pro_ul li .pro_tit {
  display: inline-block;
  padding-left: 60px;
}
.Pro .Pro_ul li .pro_tit h6 {
  font-size: 22px;
  color: #5f5f5f;
  margin-bottom: 5px;
}
.Pro .Pro_ul li .pro_tit p {
  color: #656565;
  font-size: 12px;
}
.Pro .Pro_ul li .pro_nav {
  margin-top: 10px;
}
.Pro .Pro_ul li .pro_nav a {
  display: inline-block;
  width: 30%;
  margin: 20px 1% 0 1%;
  height: 40px;
  line-height: 40px;
  border-radius: 9px;
  color: white;
  font-size: 15px;
}
.Pro .Pro_ul li.tiy1 {
  float: left;
}
.Pro .Pro_ul li.tiy1 .pro_tit {
  background: url(../images/fk1.png) no-repeat left;
}
.Pro .Pro_ul li.tiy1 .pro_nav a {
  background: #6e96de;
}
.Pro .Pro_ul li.tiy2 {
  float: right;
}
.Pro .Pro_ul li.tiy2 .pro_tit {
  background: url(../images/fk2.png) no-repeat left;
}
.Pro .Pro_ul li.tiy2 .pro_nav a {
  background: #57ccc2;
}
/*.服务优势*/
.Service {
  background: url(../images/se.png) no-repeat center;
  background-size: cover ;
  padding: 10px 0 60px 0;
}
.Service ._Service {
  width: 1200px;
  margin: auto;
}
.Service ._Service ._Service_ul li {
  margin-left: 36px;
  float: left;
  width: 376px;
}
.Service ._Service ._Service_ul li .ser_d {
  position: relative;
}
.Service ._Service ._Service_ul li .ser_d img {
  width: 100%;
  display: block;
  height: 230px;
}
.Service ._Service ._Service_ul li .ser_d p {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  height: 35px;
  line-height: 35px;
  text-align: center;
  color: white;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  padding: 0 15px;
}
.Service ._Service ._Service_ul li .ser_d p.on0 {
  background: #6e96de;
}
.Service ._Service ._Service_ul li .ser_d p.on1 {
  background: #57ccc2;
}
.Service ._Service ._Service_ul li .ser_d p.on2 {
  background: #e2bb43;
}
.Service ._Service ._Service_ul li .ser_i {
  margin-top: 15px;
  /*overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;*/
  line-height: 1.8;
  height: 72px;
}



/*新闻中心*/
.News {
  width: 1200px;
  margin: 20px auto 60px;
}
.News .News_ul li {
  width: 363px;
  float: left;
  margin-left: 55.5px;
}
.News .News_ul li img {
  display: block;
  height: 197px;
  width: 100%;
  margin-bottom: 15px;
}
.News .News_ul li .News_ul_d h5 {
  float: left;
  width: 68px;
  height: 76px;
  background: url(../images/nwbg.gif) no-repeat center;
  background-size: 100% 100% ;
  text-align: center;
  color: #424242;
}
.News .News_ul li .News_ul_d h5 b {
  display: block;
  font-size: 27px;
  height: 52px;
  line-height: 52px;
}
.News .News_ul li .News_ul_d h5 span {
  height: 24px;
  line-height: 24px;
  display: block;
}
.News .News_ul li .News_ul_d div {
  width: 282px;
  float: right;
}
.News .News_ul li .News_ul_d div h6 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: #424242;
  font-size: 15px;
  margin-bottom: 10px;
}
.News .News_ul li .News_ul_d div P {
  color: #9e9d9d;
  font-size: 12px;
  line-height: 1.8;
  height: 42px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.News .gd {
  width: 150px;
  height: 44px;
  line-height: 40px;
  border: 2px solid #5e5f60;
  display: block;
  text-align: center;
  color: #4d4d4e;
  margin: 50px  auto 0;
  border-radius: 20px;
}
.News .gd:hover {
  color: white;
  background: #5e5f60;
}
/*底部*/
.footer {
  background: #86aef6;
  padding: 20px 0;
}
.footer ._footer {
  width: 1200px;
  margin: auto;
}
.footer ._footer .footer_a {
  float: left;
  width: 360px;
}
.footer ._footer .footer_a .logo {
  display: block;
  margin-bottom: 20px;
}
.footer ._footer .footer_a .footer_a_yt {
  border-right: 1px solid white;
}
.footer ._footer .footer_a .footer_a_yt li {
  float: left;
  margin-right: 70px;
}
.footer ._footer .footer_a .footer_a_yt li.foot_ty1 a {
  display: block;
  font-size: 15px;
  color: white;
  line-height: 1.9;
}
.footer ._footer .footer_a .footer_a_yt li.foot_ty2 h6 {
  font-weight: bold;
  font-size: 15px;
  color: white;
  margin-bottom: 5px;
  line-height: 1.9;
}
.footer ._footer .footer_a .footer_a_yt li.foot_ty2 a {
  display: block;
  font-size: 12px;
  color:white;
  line-height: 2.3;
}
.footer ._footer .footer_b {
  width: 560px;
  float: left;
  padding: 0 65px;
  margin-top: 50px;
}
.footer ._footer .footer_b h6 {
  font-weight: bold;
  font-size: 15px;
  color: white;
  margin-bottom: 10px;
  line-height: 1.9;
}
.footer ._footer .footer_b p {
  color: white;
  line-height: 1.8;
  margin-top: 10px;
  padding-left: 40px;
}
.footer ._footer .footer_b p.on0 {
  background: url(../images/a1.png) no-repeat left 3px;
  background-size: 20px auto;
}
.footer ._footer .footer_b p.on1 {
  background: url(../images/a2.png) no-repeat left 3px;
  background-size: 20px auto;
}
.footer ._footer .footer_b p.on2 {
  background: url(../images/a3.png) no-repeat left 3px;
  background-size: 20px auto;
}
.footer ._footer .footer_b p.on3 {
  background: url(../images/a4.png) no-repeat left 3px;
  background-size: 20px auto;
}
.footer ._footer .footer_b p.on4 {
  background: url(../images/a5.png) no-repeat left 3px;
  background-size: 20px auto;
}
.footer ._footer .footer_d {
  margin-top: 85px;
  float: left;
}
.footer ._footer .footer_d img {
  width: 130px;
  height: 130px;
  float: left;
}
.footer ._footer .footer_d div {
  float: left;
  margin-left: 12px;
  color: white;
  margin-top: 40px;
}
.footer ._footer .footer_d div p {
  font-size: 18px;
}
.bottom {
  color:white;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #86aef6;
}
.bottom span {
  margin: 0 5px;
}
.bottom a {
  color: white;
}
/*分页*/
.pages {
  text-align: right;
  margin: 30px 0 15px 20px;
  font-size: 12px;
}
.pages a {
  text-align: center;
  height: 32px;
  display: inline-block;
  line-height: 30px;
  padding: 0 10px;
  margin-left: 8px;
  color: #666666;
  border: 1px solid #dedede;
}
.pages span {
  display: inline-block;
  text-align: center;
  height: 32px;
  line-height: 30px;
  padding: 0 10px;
  margin-left: 8px;
  background: #4372c7;
  border: 1px solid #4372c7;
  color: white;
}
.pages b {
  display: inline-block;
  text-align: center;
  height: 32px;
  line-height: 30px;
  color: #666666;
  padding: 0 10px;
  border: 1px solid #dedede;
}
/*内页头部*/
.N_header {
  border-bottom: 2px solid #4372c7;
  margin-bottom: 25px;
}
.N_header ._header {
  width: 1200px;
  margin: auto;
  /*导航*/
}
.N_header ._header .logo {
  padding: 20px 0;
  float: left;
}
.N_header ._header .logo img {
  height: 52px;
}
.N_header ._header .nav {
  float: right;
}
.N_header ._header .nav > li {
  float: left;
  padding: 39px 0;
  position: relative;
  margin-left: -1px;
}
.N_header ._header .nav > li > a {
  display: block;
  padding: 0 25px;
  line-height: 1;
  color: #222328;
  font-size: 15px;
  font-weight: bold;
  border-left: 1px solid #dfe0e3 ;
}
.N_header ._header .nav > li .sub {
  position: absolute;
  left: 0;
  width: 100%;
  top: 100%;
  display: none;
  z-index: 999999;
  background: #86aef6;
  padding: 5px 0 ;
  text-align: center;
  font-size: 13px;
}
.N_header ._header .nav > li .sub li {
  background: #86aef6;
  line-height: 30px;
}
.N_header ._header .nav > li .sub li > a {
  display: block;
  color: white;
}
.N_header ._header .nav > li .sub li.on {
  background: #5892fa;
}
.N_header ._header .nav > li .sub li:hover {
  background: #5892fa;
}
.N_header ._header .nav > li.on {
  background: #4372c7;
  z-index: 999;
}
.N_header ._header .nav > li.on > a {
  color: white;
  border: none;
}
/*内页主体*/
.section {
  width: 1200px;
  margin: 0 auto 90px;
}
.section .section_top {
  margin-bottom: 25px;
  background: url(../images/fz.gif) no-repeat left;
  padding-left: 20px;
}
.section .section_top a {
  float: left;
  background: url(../images/sj.png) no-repeat 8px center;
  padding-left: 20px;
  color: #545453;
  font-size: 12px;
  font-weight: bold;
}
.section .left {
  float: left;
  width: 315px;
  /*
  min-height: 790px;
  */
  background: #f5f5f5;
}
.section .left .left_tit {
  width: 315px;
  height: 180px;
  padding: 50px 30px 0 30px;
  color: white;
}
.section .left .left_tit h6 {
  font-size: 38px;
  font-weight: bold;
  font-family: Arial;
  text-transform: uppercase;
}
.section .left .left_tit p {
  font-weight: bold;
  font-size: 15px;
}
.section .left .left_nav li {
  
  background: #f0f0f0;
}
.section .left .left_nav li > a {
  display: block;
  padding-left: 30px;
  color: #838383;
  font-weight: bold;
  height: 60px;
  line-height: 59px;
  border-bottom: 1px solid #e4e4e4;
}
.left_u{
	display: none;
}
.left_u a{
		display: block;
  	padding-left: 50px;
  	height: 50px;
    line-height: 49px;
    font-size: 13px;
    color: #838383;
  	border-bottom: 1px solid #e4e4e4;
  	background: #eff2f7;
}
.left_u a:hover{
		background: #5e89d8;
		color: white;
}
.left_u a.on{
		background: #5e89d8;
		color: white;
}

.section .left .left_nav li.on > a {
  color: white;
  background: #a1b8e3;
}
.section .left .left_nav li:hover >  a {
  color: white;
  background: #a1b8e3;
}
.section .right {
  float: left;
  width: 885px;
}
.section .right .x_banner {
  height: 180px;
}
.section .right .x_banner img {
  width: 100%;
  height: 100%;
  display: block;
}
.section .right .n_about {
  padding: 30px 0 0 30px;
  font-size: 14px;
  color: #737373;
  line-height: 2.3;
}
.section .right .n_about img {
  display: inline-block;
  margin: 10px 5px;
}
.section .right .n_pro {
  margin-left: 30px;
}
.section .right .n_pro li {
  width: 270px;
  float: left;
  margin-left: 22.5px;
  margin-top: 30px;
  text-align: center;
}
.section .right .n_pro li img {
  width: 100%;
  height: 238px;
  display: block;
}
.section .right .n_pro li p {
  margin-top: 5px;
  border: 1px solid #e5e5e5;
  height: 55px;
  line-height: 53px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  color: black;
  font-size: 14px;
}
.section .right .n_pro li:hover p {
  border: 1px solid #4372c7;
  background: #4372c7;
  color: white;
}
.section .right .n_contact {
  margin: 35px 0 0 35px;
}
.section .right .n_contact .dt {
  margin-bottom: 35px;
}
.section .right .n_contact .dt img {
  width: 100%;
}
.section .right .n_contact .n_contact_y {
  color: #666666;
  line-height: 2.3;
}
.section .right .n_message {
  margin: 55px 110px 0 110px;
}
.section .right .n_message input {
  width: 100%;
  border: 1px solid #d3d3d3;
  padding: 0 15px;
  height: 45px;
  margin-bottom: 15px;
}
.section .right .n_message input.yam{
	 width: 200px;
}
.section .right .n_message a.yzmimg{
	 display: inline-block;
	 height: 45px;
	 width: 125px;
	 margin-left: 20px;
	 vertical-align: top;
}
.section .right .n_message a.yzmimg img{
	 display:block;
	 height: 45px;
	 width: 125px;
}

.section .right .n_message textarea {
  width: 100%;
  height: 180px;
  border: 1px solid #d3d3d3;
  padding: 10px 15px;
  margin-bottom: 15px;
}
.section .right .n_message .bot {
  text-align: center;
  margin-top: 50px;
}
.section .right .n_message .bot button {
  margin: 0 15px;
  width: 110px;
  height: 35px;
  font-size: 12px;
  color: white;
  border-radius: 10px;
  border: none;
  background: #286cc2;
}
.section .right .n_news {
  /*margin: 35px 0 0 40px;*/
  margin: 15px 0 0 40px;
}
.section .right .n_news .tg1 {
  padding-bottom: 25px;
  border-bottom: 2px solid #a1b8e3;
}
.section .right .n_news .tg1 img {
  float: left;
  width: 282px;
  height: 152px;
}
.section .right .n_news .tg1 div {
  width: 532px;
  float: right;
}
.section .right .n_news .tg1 div h6 {
  color: #494949;
  font-size: 15px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  margin-bottom: 8px;
}
.section .right .n_news .tg1 div span {
  font-size: 12px;
  color: #898989;
}
.section .right .n_news .tg1 div p {
  line-height: 2;
  text-indent: 2em;
  font-size: 13px;
  color: #6f6f6f;
  margin: 12px auto 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  height: 52px;
}
.section .right .n_news .tg1 div i {
  color: #4372c7;
  font-size: 12px;
}
.section .right .n_news .tg2 {
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #c8c8c8;
}
.section .right .n_news .tg2 span {
  float: left;
  color: #a3a3a3;
  font-size: 12px;
}
.section .right .n_news .tg2 p {
  margin-left: 25px;
  float: left;
  font-size: 14px;
  color: #7c7c7c;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
}


.section .right .n_news .tg3 {
  padding: 20px 5px;
  border-bottom: 1px solid #c8c8c8;
}
.section .right .n_news .tg3 span {
  display: block;
  color: #a3a3a3;
  font-size: 12px;
  margin-bottom: 10px;
}
.section .right .n_news .tg3 h6{
  font-size: 16px;
  color: #333333;
  margin-bottom: 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  max-width: 80%;
  font-weight: bold;
}

.section .right .n_news .tg3:hover h6{
	color: #a1b8e3;
	text-decoration: underline;
}
.section .right .n_news .tg3 P{
  font-size: 14px;
  color: #7c7c7c;
  line-height: 1.6;
  overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
}


.section .right .n_news_info {
  margin: 30px 0 0 30px;
}
.section .right .n_news_info .n_news_tit {
  text-align: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #e1e2e3;
  margin-bottom: 15px;
}
.section .right .n_news_info .n_news_tit h6 {
  font-size: 18px;
  color: #4a4949;
  margin-bottom: 8px;
}
.section .right .n_news_info .n_news_tit p {
  color: #b0b1b1;
  font-size: 12px;
}
.section .right .n_news_info .n__news_ky {
  font-size: 14px;
  color: #737373;
  line-height: 2.3;
}
.section .right .n_news_info .n__news_ky img {
  display: inline-block;
  margin: 10px 5px;
}
.section .right .n_news_info .n__news_next {
  padding: 13px 5px;
  border-top: 1px solid #dcdcdc ;
  border-bottom: 1px solid #dcdcdc ;
  margin-top: 30px;
}
.section .right .n_news_info .n__news_next p {
  color: #8f8f8f;
  font-size: 12px;
  max-width: 40%;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.section .right .n_news_info .n__news_next p a {
  color: #8f8f8f;
}
.section .right .n_news_info .n__news_next p.p1 {
  float: left;
}
.section .right .n_news_info .n__news_next p.p2 {
  float: right;
}


