* { box-sizing:border-box; -webkit-box-sizing:border-box; -moz-box-sizing:border-box; -o-box-sizing:border-box;}
.main { max-width:1470px !important; margin:0 auto !important; padding:0px 15px;}
.main_1200 { max-width:1230px !important; margin:0 auto !important; padding:0px 15px; }
body,html { width:100%; height:100%;}

.header { position: relative; }

.banner { height: 100vh; }
.banner .swiper-wrapper { height: 100%; }
.banner .swiper-slide { height: 100%; display: table; table-layout: fixed; }
.banner .text { color: #fff; display: table-cell; vertical-align: middle;  }
.banner .text h3 { font-size: 40px; color: #fff; }
.banner .text p { font-size: 20px; color: #fff; margin-top: 20px; }

.header .had { position: absolute; top: 30px; left: 0px; width: 100%; z-index: 99; }
.header .had .logo { float: left; }
/* .header .had .logo .language-btn { position: relative; float: right; width: 56px; margin-top: -50px; cursor: pointer; color: #fff;}
.header .had .logo .language-btn .inner { line-height: 40px; }
.header .had .logo .language-btn .inner .lang-icon { display: none; vertical-align: text-top; margin-right: 5px; background: url('../images/international.svg') no-repeat center center; width: 20px; height: 20px; }
.header .had .logo .language-btn .language-div { display: none; }
.header .had .logo .language-btn .language-div a {display: block; line-height: 16px; padding: 8px 0; background-color: rgb(255 255 255 / 10%); color: #fff; text-align: center;}
.header .had .logo .language-btn:hover .language-div { display: block; }
.header .had .logo .language-btn:hover .language-div a:hover {background-color: rgb(255 255 255 / 20%);} */
.header .had .fr { float: right; }
.header .had .nav span { display: inline-block; vertical-align: middle; color: #fff; margin-left: 50px; line-height: 60px; font-size: 16px; }
.header .had .nav { display: inline-block; vertical-align: middle; }
.header .had .search { display: inline-block; vertical-align: middle; margin-left: 50px; cursor: pointer; }
.header .had .search .language-btn {border: 1px solid rgb(255 255 255 / 30%); background-color: rgb(255 255 255 / 15%); border-radius: 30px; padding: 5px 12px; color: #fff; letter-spacing: 0.1em;}
.header .had .search .language-btn .lang-icon { display: inline-block; vertical-align: text-top; margin-right: 5px; background: url('../images/international.svg') no-repeat center center; width: 17px; height: 17px; }
/* .header .had .nav span:hover::before { content: ''; width: 64px; height: 3px; display: block; position: absolute; background-color: #0563af; top: 50px; } */
.header .had .nav span>ul { position: absolute; display: none; }
.header .had .nav span:hover>ul { display: block; }
/* .header .had .nav span>ul::before { content: ''; position: absolute; left: 10px; top: -7px; border: 5px solid transparent; border-bottom-color: #0563af; } */
.header .had .nav span>ul>li { padding-top: 3px; }
.header .had .nav span>ul>li>a { /* background-color: #0563af; */ color: #fff; font-size: 14px; padding: 8px 0px/* 16px */; border-radius: 4px; display: block; line-height: 16px; opacity: 0.95; }
.header .had .nav span>ul>li>a:hover { opacity: 1; }

.ban_next { position:inherit; border: 1px solid #fff;  display: inline-block; vertical-align: top; margin-left: 10px; margin-top: 0px; background-size: 12px auto; width: 40px; height: 40px; outline: none; margin-top: 30px; }
.ban_prev { position:inherit; border: 1px solid #fff;  display: inline-block; vertical-align: top; margin-left: 0px; margin-top: 0px; background-size: 12px auto; width: 40px; height: 40px; outline: none; margin-top: 30px; }

.mouse { position: absolute; bottom:30px; z-index: 8; text-align: center; width: 100%; }
.mouse img { margin: 0 auto; display: inline-block; animation: afadeInup 1.5s linear infinite;  }

@keyframes afadeInup { 
	0% { opacity: 1; transform: translateY(-20px); -webkit-transform: translateY(-20px); }
	100% { opacity: 0; transform: translateY(0px); -webkit-transform: translateY(0px); }
 }


.inabout { margin-top: 90px; }
.inabout h3 { font-size: 34px; color: #333; }
.inabout .list ul { display: flex; margin-top: 50px; justify-content: space-between; }
.inabout .list ul li { font-size: 16px; }
.inabout .list ul li strong { font-size: 52px; color: #0563af; font-family: 'Arial'; margin-right: 10px; }
.inabout .list ul li strong em { font-size: 20px; }

.inabout .con { margin-top: 50px; }
.inabout .con .fl { width: 48.7%; float: left; }
.inabout .con .fl .img { border-top-right-radius: 10px; border-top-left-radius: 10px; overflow: hidden;  }
.inabout .con .fl .text { padding: 40px; border: 1px solid #dcdcdc; border-top: none; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px; }
.inabout .con .fl .img img { width: 100%; }
.inabout .con .fl .text strong { font-size: 20px; color: #333333; }
.inabout .con .fl .text p { line-height: 25px; color: #666666; margin-top: 24px; height: 125px; overflow: hidden; }
.inabout .con .fl .text .m_a { margin-top: 40px; }
.m_a { background: #0563af; padding: 12px 50px; color: #fff; display: inline-block; font-size: 16px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.m_a:hover { background: #0d60c6; }


.inabout .con .fr { width: 47.6%; float: right; position: relative; }
.inabout .con .fr .text { padding: 20px 40px; border: 1px solid #dcdcdc; border-top: none; border-bottom-right-radius: 10px; border-bottom-left-radius: 10px;  }
.inabout .con .fr .text strong { font-size: 20px; color: #333333; }
.inabout .con .fr .text p { line-height: 25px; color: #666666; margin-top: 10px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.inabout .con .fr ul li:first-child { margin-bottom: 30px; }
.inabout .con .fr .img { position: relative; }
.inabout .con .fr .img .m_a { position: absolute; bottom: 0px; right: 0px; }
.inabout .con .fr .img img { width: 100%; }



.technology { margin-top: 100px; }
.technology h3 { font-size: 34px; color: #333; text-align: center; }


/* .occupation { margin-top: 100px; } */
.occupation h3 { font-size: 34px; color: #333; text-align: center; }
.occupation .con { margin-top: 80px; }
.occupation .con .img { position: relative; width: 50%; float: left;  }
.occupation .con .img p { position: absolute; bottom: 0px; background: rgb(5 99 175 / 80%); padding:20px; font-size: 16px; color: #fff; line-height: 25px; }
.occupation .con .img img { width: 100%; }

.occupation .con .fr { width: 46%; float: right;  }
.occupation .con .fr .nav { letter-spacing: -5px; }
.occupation .con .fr .nav span { background: #eeeeee; display: inline-block; vertical-align: top; padding: 10px 46px; font-size: 16px; letter-spacing: 0px; cursor: pointer;  }
.occupation .con .fr .nav span.active { background: #0563af; color: #fff; }

.recruitswp .swiper-slide ul li { height: 100px;  display: table; table-layout: fixed; width: 100%;  margin-top: 20px; position: relative;  }
.recruitswp .swiper-slide ul li .al { display: table-cell; vertical-align: middle; position: relative; border: 1px solid #dcdcdc; padding-left: 40px; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; z-index: 9; width: 100%; }
.recruitswp .swiper-slide h6 {  position:absolute;
  background:/* #bfbfbf */#0563af; top:0px; right:0px; width:47px;writing-mode:tb-rl;  
  -webkit-writing-mode:vertical-rl; height: 100%; text-align: center; line-height: 50px; color: #fff; }
.recruitswp .swiper-slide ul li .al strong { font-size: 16px; color: #333; }
.recruitswp .swiper-slide ul li .al span { margin-left: 40px; }
.recruitswp { margin-top: 30px; padding-bottom: 80px; }
.recruitswp .swiper-slide ul li .al:hover { border: 1px solid #f0f0f0; }
.recruitswp .swiper-slide ul li .al:hover h6 { background: #0563af; }
.recruitswp .swiper-slide ul li .al:hover strong { color: #0563af; }
.recruitswp .swiper-slide ul li:after { content: ''; position: absolute; left: 0px; top: 0px; width: 0%; background: #f0f0f0; height: 100%; transition: all 1s; -webkit-transition: all 1s; -moz-transition: all 1s; }
.recruitswp .swiper-slide ul li:hover:after { width: 100%; }

.recruitswp .swiper-pagination-bullet { width:10px; height:10px; background:#bfbfbf;  margin:0px 8px !important; opacity:1; outline:none;}
.recruitswp .swiper-pagination-bullet-active { background:#91c8e3; }



.contact { background: url('../images/img10.jpg') no-repeat center center; background-size: cover !important; background-attachment: fixed !important; margin-top: 100px; padding: 80px 0px; }
.contact h3 { font-size: 34px; color: #fff; text-align: center; }
.contact ul { margin-top: 100px; }
.contact ul li { width: 25%; float: left; text-align: center; padding: 0px 40px; color: #fff; }
.contact ul li img { margin: 0 auto; }
.contact ul li strong { color: #fff; font-size: 18px; display: block; margin-top: 20px; }
.contact ul li p { margin-top: 0px; line-height: 25px; color: #fff; }


.news { margin-top: 100px; padding-bottom: 100px; position: relative; }
.news .tit { font-size: 34px; color: #333; text-align: center; margin-bottom: 30px; }
.news-sort { border: 1px solid #0563af; padding: 10px 20px; color: #0563af; margin-right: 5px; display: inline-block; }
.news-sort:hover { background-color: #0563af; color: #fff; }
.newswp { margin-top: 30px; margin-bottom: 60px; }
.newswp .swiper-slide { padding: 10px; }
.newswp .swiper-slide .text { padding: 25px; box-shadow: 0px 0px 14px 3px rgba(48,48,48,0.1); }
.newswp .swiper-slide .text strong { font-size: 18px; color: #333; height: 50px; overflow: hidden; display: block;  }
.newswp .swiper-slide .text p { margin-top: 14px; font-size: 14px; color: #666666; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.newswp .swiper-slide .text h6 { text-align: right; margin-top: 20px;   }
.newswp .swiper-slide .text h6 span { border-bottom: 1px solid #9e9e9e; padding-bottom: 1px; display: inline-block; color: #9e9e9e; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.newswp .swiper-slide .img { overflow: hidden; }
.newswp .swiper-slide .img img { width: 100%; }

.newswp .swiper-slide .img img { transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; }
.newswp .swiper-slide .al { display: block;  }
.newswp .swiper-slide .al:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1); }
.newswp .swiper-slide .al:hover .text strong { color: #0563af; }
.newswp .swiper-slide .al:hover h6 span { padding-left: 25px; color: #0563af; border-bottom: 1px solid #0563af; }

.newsnext { background: url('../images/icon10.png') no-repeat right center; right: 7%; outline: none; }
.newsprev { background: url('../images/icon9.png') no-repeat right center; left: 7%; outline: none; }

.footer { background: #434343; padding: 50px 0px; border-bottom: 25px solid #2d2d2d; }

.footer .had .logo { float: left; }
.footer .had .nav { float: right; }
.footer .had .nav a { font-size: 16px; color: #fff; margin-left: 50px; line-height: 61px; }
.footer .had .nav a:hover { color: #0563af; }

.footer .dow { border-top: 1px solid #696969; margin-top: 50px; padding-top: 50px; }
.footer .dow .fl { float: left; }
.footer .dow .fl p { color: #e4e4e4; line-height: 25px; }
.footer .dow .fr { float: right; text-align: right;  }
.footer .dow .fr .wb { background: url('../images/icon12.png') no-repeat center center; width: 40px; height: 40px; border: 1px solid #696969; display: inline-block; vertical-align: top; margin-right: 5px; }
.footer .dow .fr .wx { background: url('../images/icon13.png') no-repeat center center; width: 40px; height: 40px; border: 1px solid #696969; display: inline-block; vertical-align: top; }
.footer .dow .fr .wx>img { display: none; width: 120px; height: 120px; position: absolute; margin-top: -130px; margin-left: -80px; }
.footer .dow .fr .wx:hover>img { display: block; }
.footer .dow .fr .text { margin-bottom: 20px; }
.footer .dow .fr .image { width: 80px; height: 80px; display: inline; margin-top: -35px; transition: all 0.3s; }
.footer .dow .fr .image:hover { width: 150px; height: 150px; margin-top: -105px; transition: all 0.3s; }
.footer .dow .fr p { color: #e4e4e4; margin-top: 8px; }
.footer .dow .fr p i { display: inline-block; vertical-align: middle; margin-top: -2px; margin-right: 5px; }

.technologyswp { margin-top: 80px; }
.technologyswp .swiper-slide { width: 70%; height: 760px; position: relative; }
.technologyswp .swiper-slide:after { content: ''; position: absolute; background: rgba(0,0,0,0.4); left: 0px; top: 0px; width: 100%; height: 100%; z-index: 1; }


.technologyswp .swiper-slide .img { overflow: hidden; position: relative; width: 100%; height: 100%; }
.technologyswp .swiper-slide .img  img { width: 100%; height: 100%; position: absolute; left: 0px; top: 0px; object-fit: cover; }

.technologyswp .swiper-slide .text { position: absolute; top: 0px; width: 100%; height: 100%; left: 0px; display: flex; flex-direction: column; align-items: center; justify-content: center; color: #fff; z-index: 8; }
.technologyswp .swiper-slide .text strong { font-size: 24px; display: block; margin-top: 40px; }
.technologyswp .swiper-slide .text p { width: 50%; text-align: center; margin-top: 20px; line-height: 25px; }
.technologyswp .swiper-slide .text .al { border: 1px solid #fff; padding: 6px 30px; margin-top: 50px; color: #fff; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; display: inline-block; }
.technologyswp .swiper-slide .text .al:hover { background: #0563af; color: #fff; border: 1px solid #0563af; }

.technologyprev {  width: 60px; height: 60px; background: #ffffff url('../images/icon16.png') no-repeat center center !important; left: 70%; margin-left: -60px; outline: none; top: 90%;  }
.technologynext { width: 60px; height: 60px; background: #0563af url('../images/icon15.png') no-repeat center center !important; right: 30%; margin-right: -65px; outline: none; top: 90%; }

.phone_nav { display: none; }
.phone_a { display: none; }


.join-list { display: none; }

.join-type.active { background: #0563af; color: #fff; }
.join-list.active { display: block; }

.ban { height: 400px; }

.details { padding: 100px 0px; }
.details .tit { text-align: center; border-bottom: 1px solid #eaeaea; padding-bottom: 20px; }
.details .tit h1 { font-size: 30px; color: #333; }
.details .tit span { display: block; margin-top: 20px; font-size: 16px; }
.details .tit .sonsort { display: flex; }
.details .tit .sonsort a { padding: 5px 10px; border: 1px solid #0563af; color: #0563af; border-radius: 4px; margin-right: 15px; }
.details .tit .sonsort a span { display: none; float: right; background: #0563af; color: #fff; width: 20px; height: 20px; margin-top: -15px; margin-right: -20px; border-radius: 50px; font-size: 14px; }
.details .tit .sonsort a:hover, .details .tit .sonsort a.btn-info { background-color: #0563af; color: #fff; }
.details .tit .sonsort a:hover span, .details .tit .sonsort a.btn-info span { background-color: #fff; color: #0563af; border: 1px solid #0563af; }

.details .img { margin-top: 50px; text-align: center; }
.details .img img { display: inline-block; }
.details .con { padding-top: 30px; line-height: 30px; }
.details .con p { font-size: 16px;  margin-top: 10px; line-height: 28px; }
.details .con p strong { display: block; font-weight: bold; color: #333; margin-bottom: 5px; }
.details .con img {  height: auto !important; margin: 0 auto; }
.details .con li.lh-3 { line-height: 3; border-bottom: 1px dashed #ccc; }
.details .con li.lh-3 a:hover { transition: all 0.3s; padding-left: 5px; color: #0563af; font-weight: bold; }
.details .con li.lh-3 span.float-right { float: right;}

/* 新式列表页 */
.details .con li { padding: 10px 0 20px; }
.details .con li.new-li>a { line-height: 40px; font-size: 16px; font-weight: bold; color: #4088c2; }
.details .con li.new-li>a>i { position: absolute;width: 30px;height: 3px;background-color: #4088c2;margin-top: 40px; }

.details .con table tr td { padding: 5px; text-align: center;  }
.details .con table tr td p { margin-top: 0px; }
.details .con table tr:first-child td { background-color: #eaeaea; color: #333; font-weight: bold; padding: 15px 0px; }



.vision { padding: 100px 0px; }
.vision .conbox { position: relative; }
.vision .conbox .img { width: 80.2%;  }
.vision .conbox .con { position: absolute; top: 0px; right: 0px; width: 100%; height: 100%;  display: flex; align-items: center; justify-content:flex-end ;  }
.vision .conbox .con ul { background: rgba(12,77,162,0.8); color: #fff; padding: 40px 80px; display: inline-block; text-align: left;  }
.vision .conbox .con ul li { margin: 40px 0px; }
.vision .conbox .con ul li .icon { width: 41px; float: left; }
.vision .conbox .con ul li .text { margin-left: 60px; }
.vision .conbox .con ul li .text strong { font-size: 16px; }
.vision .conbox .con ul li .text p { margin-top: 5px; }
.vision .conbox .con ul li .text p em { margin-right: 15px; }

.about { padding: 100px 0px; }
.about .img { width: 48%; float: left; border: 1px solid #dadada; padding: 20px; }
.about .img img { width: 100%; }
.about .text { width: 48%; float: right; }
.about .text h3 { font-size: 30px; color: #333; position: relative; padding-bottom: 10px; }
.about .text h3:after { content: ''; background: #0563af; height: 2px; bottom: 0px; position: absolute; width: 50px; left: 0px; }
.about .text p { font-size: 14px; line-height: 28px; text-align: justify; margin-top: 20px; }


.treatment { padding-left: 40px; }
.treatment h5 { color: #333333; font-size: 16px; line-height: 36px; margin-top: 80px; }
.treatment p { color: #666666; margin-top: 40px; line-height: 26px; }
.treatment p strong { color: #0563af; display: block; margin-bottom: 10px; font-size: 16px; }




.solution2 .list { text-indent: 0px; }
.solution2 .list ul li { display: flex; flex-direction: row; align-content: center; justify-content: center; background-color: #eaeaea; }
.solution2 .list ul li .img { flex: 0 0 auto; width: 50%; overflow: hidden; margin-top: 0px; }
.solution2 .list ul li .img img { width: 100%; transition: all 0.6s; -webkit-transition: all 0.6s; -moz-transition: all 0.6s; 
	transform: scale(1, 1); -webkit-transform: scale(1, 1); -moz-transform: scale(1, 1); font-size: 0px; display: block; }
.solution2 .list ul li .text { flex: 0 0 auto; width: 50%; display: flex; flex-direction: column; justify-content: center; padding: 20px 80px; }
.solution2 .list ul li .text h3 { font-size: 22px; color: #151515; margin-bottom: 10px; }
.solution2 .list ul li .text p { font-size: 14px; color: #666666; margin-top: 8px; position: relative; line-height: 25px; }
.solution2 .list ul li:nth-child(2n) { flex-direction: row-reverse; }
.solution2 .list ul li:hover .img img { transform: scale(1.1, 1.1); -webkit-transform: scale(1.1, 1.1); -moz-transform: scale(1.1, 1.1);  }

.email { margin-top: 50px; }
.email a { background: #0563af; color: #fff; font-size: 16px; padding: 15px 22px; border-radius: 3px;  }

.email div.pagination { text-align: center; }
.email div.pagination a { padding: 5px 10px; font-size: 14px; background-color: #fff; border: 1px solid #0563af; color: #0563af; }
.email div.pagination a.page-num-current { background-color: #0563af; color: #fff; }

@media screen and (max-width:1600px) {

.main { max-width:1230px !important; margin:0 auto !important; padding:0px 15px;}
.inabout .con .fl .text p { height: 100px; }
.inabout .con .fr ul li:first-child { margin-bottom: 23px; }
.banner .text h3 { font-size: 40px; }
.banner .text p { font-size: 20px; }

}




@media screen and (max-width:992px) {

.header .had { position: fixed; left: 0px; top: 0px;  width: 100%; height: 50px; background: rgba(35,131,249,0.9); z-index: 99; }
.header .had .fr { position: fixed; right: -50%; top: 0px; background: #222222; width: 50%; height: 100%; z-index: 90; }
.header .had .nav span { display: block; border-bottom: 1px solid #383838; margin-left: 0px; text-align: center; }
.header .had .nav { display: block; }
.header .had .search { margin-left: 0px; text-align: center; width: 100%; margin-top: 30px; }
.header .had .search img { display: inline-block; margin: 0 auto; }
.header .had .logo { line-height: 50px; }
.header .had .logo img { height: 30px; display: inline-block; vertical-align: middle; }
.header .had .logo .language-btn {margin-top: 0;margin-left: -20px;}
.header .had .logo .language-btn .inner {line-height: inherit;}
.header .had .logo .language-btn .inner .lang-icon {display: inline-block;}
.header .had .logo .language-btn .inner>span {display: none;}

.phone_nav { position: absolute; right: 15px; top: 50%; margin-top: -15px; display: block; }
.phone_nav span { width: 30px; height: 2px; background: #fff; display: block; margin: 6px 0px; }
.banner .text h3 { font-size: 20px; }
.banner .text p { font-size: 14px; line-height: 25px; margin-top: 10px; }

.ban_prev { width: 30px; height: 30px; background-size: 10px auto; }
.ban_next { width: 30px; height: 30px; background-size: 10px auto; }
.mouse img { width: 20px; } 
.mouse { bottom: 10px; }
.inabout { margin-top: 40px; }
.inabout h3 { font-size: 22px; }
.inabout .list ul { flex-direction: column; margin-top: 0px; }
.inabout .list ul li { margin-top: 20px; font-size: 14px; }
.inabout .list ul li strong { font-size: 28px; }
.inabout .con .fl { width: 100%; float: none; }
.inabout .con .fr { width: 100%; float: none; margin-top: 20px; }
.inabout .con .fl .text { padding: 20px; }
.inabout .con .fl .text p { margin-top: 10px; }
.inabout .con .fl .text .m_a { margin-top: 20px; }
.m_a { padding: 8px 25px; font-size: 12px; }
.inabout .con .fl .text strong { font-size: 18px; }
.inabout .con .fr .text { padding: 20px; }
.inabout .con .fr .text strong { font-size: 18px; }

.phone_a { display: inline-block; margin-top: 20px; }
.pc_a { display: none; }

.technology h3 { font-size: 22px; }
.technology { margin-top: 40px; }
.technologyswp { margin-top: 20px; }
.technologyswp .swiper-slide { width: 100%; height:500px; }
.technologyswp .swiper-slide .text p { width: 90%; font-size: 14px; }
.technologyswp .swiper-slide .text i img { width: 50px; }
.technologyswp .swiper-slide .text strong { font-size: 18px; }

.occupation .con .img { width: 100%; float: none; }
.occupation .con .fr { width: 100%; float: none; margin-top: 30px; }
.occupation { margin-top: 50px; }
.occupation h3 { font-size: 22px; }
.occupation .con { margin-top: 30px; }
.occupation .con .img p { padding: 10px; font-size: 14px; line-height: 25px; }
.occupation .con .fr .nav span {  padding: 10px 30px; font-size: 14px; }

.recruitswp { padding-bottom: 60px; }
.recruitswp { margin-top: 10px; }
.recruitswp .swiper-slide ul li { height: 80px; line-height: 80px; }
.recruitswp .swiper-slide ul li .al { padding-left: 20px; }
.recruitswp .swiper-slide ul li .al span { margin-left: 18px; font-size: 12px; }
.recruitswp .swiper-slide ul li .al strong { font-size: 14px; }

.contact { margin-top: 40px; padding: 30px 0px; }
.recruitswp .swiper-slide ul li { margin-top: 10px; }
.contact h3 { font-size: 22px; }
.contact ul li { width: 100%; margin-top: 10px; padding: 0px; }
.contact ul li img { width: 30px; }
.contact ul { margin-top: 10px; }
.contact ul li strong { font-size: 16px; margin-top: 6px; }

.news { margin-top: 40px; padding-bottom: 40px; }
.news .tit { font-size: 22px; }
.newswp { margin-top: 20px; }
.newsprev { display: none; }
.newsnext { display: none; }
.footer .had .nav { display: none; }
.footer .had .logo img { height: 40px; }
.footer .dow .fl { float: none; }
.footer .dow .fr { float: none; text-align: left; margin-top: 20px; }
.footer .dow .fr p { font-size: 12px; }
.footer { padding: 30px 0px; }
.footer .dow { margin-top: 20px; padding-top: 20px; }

.technologyswp { padding-bottom: 70px; }
.technologyprev { width: 40px; height: 40px;  background: #eaeaea url('../images/icon16.png') no-repeat center center !important; left: 50%; margin-left: -50px; bottom: 0px; top: inherit; }
.technologynext { width: 40px; height: 40px;  right: 50%; margin-right: -50px; bottom: 0px; top: inherit;  }

.m_back { background: rgba(0,0,0,0.5); position: fixed; top: 0px; left: 0px; width: 100%; height: 100%; 
	z-index: 88; display: none; }

.ban { height: 220px; }
.details { padding: 30px 0px; }
.details .con p { font-size: 14px; line-height: 24px; }
.details .tit h1 { font-size: 24px; }
.details .tit span { font-size: 14px; margin-top: 10px; }
.details .con { padding-top: 20px; }

.vision { padding: 30px 0px; }
.vision .conbox .img { width: 100%; }
.vision .conbox .con { position: inherit; }
.vision .conbox .con ul { background: rgba(12,77,162,1); padding: 20px; }
.vision .conbox .con ul li { margin: 30px 0px; }
.vision .conbox .con ul li .icon { width: 32px; margin-top: 5px; }
.vision .conbox .con ul li .text { margin-left: 48px; }
.vision .conbox .con ul li .text p { font-size: 14px; }

.about { padding: 30px 0px; }
.about .img { float: none; width: 100%; padding: 15px; }
.about .text { float: none; width: 100%; margin-top: 20px; }

.about .text h3 { font-size: 22px; text-align: center; }
.about .text h3:after { width: 30px; margin: 0 auto; left: 50%; margin-left: -15px; }
.about .text p { line-height: 26px; }

.treatment { padding-left: 0px;  }
.treatment h5 { margin-top: 20px; font-size: 14px; line-height: 30px; }

.treatment p strong { font-size: 14px; }
.treatment p { margin-top: 20px; line-height: 22px; font-size: 12px; text-align: justify; }

.occupation .con .fr .nav span { width: 33.33%; float: left; display: block; padding: 10px 0px; text-align: center; }

.solution2 .list ul li { display: block; }
.solution2 .list ul li .img { width: 100%; }
.solution2 .list ul li .text { width: 100%; display: block; padding: 15px 15px; }
.solution2 .list ul li .text h3 { font-size: 16px; }
.solution2 .list ul li .text p { font-size: 14px; margin-top: 2px; }
.solution2 .list { margin-top: 30px; }

.header { height: 320px; }
.header .banner { height: 100%;}

.footer .dow .fr .image {
	margin-top: 0;
}


}