
@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.1');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.1') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.1') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.1') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.1') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.1#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
.fa {
  display: inline-block;
  font-family: 'FontAwesome';
  font-weight: normal;
  font-style: normal;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  transform: translate(0, 0);
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-check:before {
  content: "\f00c";
}
.fa-map-marker:before {
    content: "\f041";
}
.fa-phone:before {
    content: "\f095";
}
.fa-fax:before {
    content: "\f1ac";
}
.fa-envelope-o:before {
    content: "\f003";
}
.fa-sort-desc:before{
	content: "\f0dd";
}

*{
	margin: 0px;
	padding: 0px;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
*:before,*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
body {
    line-height: 1.42857143;
    background-color: #fff
}

input,button,select,textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}
a:focus {
	outline: thin dotted;
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}
img {
    vertical-align: middle
}
button,html input[type="button"],input[type="reset"],input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled],html input[disabled] {
    cursor: default
}

@font-face {
	font-family: 'Poppins';
	font-display: swap;
	src: url('../fonts/Poppins-Regular.eot');
	src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/Poppins-Regular.woff2') format('woff2'),
	url('../fonts/Poppins-Regular.woff') format('woff'),
	url('../fonts/Poppins-Regular.ttf')  format('truetype'),
	url('../fonts/Poppins-Regular.svg#Poppins') format('svg');
}
.servicetwo-content .title-style{
	font-size: 20px;
    padding-bottom: 15px;
    color: #1d4577;
    padding-top: 5px;
    font-family: 'Poppins' !important;
    font-weight: bold !important;
}
.grecaptcha-badge{
	z-index: 3;
}
html,body{
	font-family: 'Poppins',Arial,sans-serif;
}
dl,dt,dd,ul,li,input,form,a,p,textarea,button{
   margin: 0;
   padding: 0;
   font-family: 'Poppins' !important;
   font-weight: 300 !important;
   outline: none;
}
h1,h2,h3,h4,h5,h6{
	font-family: 'Poppins' !important;
    font-weight: bold !important;
    max-width: 100%;
}
strong{
    font-weight: bold;
}
.fa{
	font-family: 'FontAwesome' !important;
}
.font-head{
	font-family: 'Poppins' !important;
    font-weight: bold !important;
    display: block;
}
ol,ul,li{
	list-style: none;
}
a{
	text-decoration: none;
	}
.fl{
	float: left;	
}

.fr{
	float: right;
}
.clear{
	zoom: 1;

}
.clear:after{
	display: block;
	clear: both;
	content:"";
	height: 0;

}
.clearfix{
	overflow: hidden;
}

img{
	border: none;
	outline: none;
}
a{color:#333;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;transition: all .3s ease-out;}
a:hover{color:#eca400;-webkit-transition: all .3s ease-out;-moz-transition: all .3s ease-out;transition: all .3s ease-out;}
/*img{ max-width:100%; height:auto;}*/

input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #b0bfc5;
  font-size: 14px;
  font-weight: 500;
  font-family: 'Poppins';
}
input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
}
 input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
}
 input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
 color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
}

textarea::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
}
textarea:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
}
textarea::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
}
textarea::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins';
}
　　 a:active { text-decoration:none;}
　　 a:hover { text-decoration:none;} 
　　 a:visited { text-decoration: none;}


.imgbox img{
	transition: all 2s;
}
.imgbox img:hover{
	transform: scale(1.1); 
}

.less{
	width: 420px;
	height: 400px;
	position: relative;
	border-radius: 5px;
	overflow: hidden;
	transition: box-shadow .2s,-webkit-transform .2s;
    transition: box-shadow .2s,transform .2s;
    transition: box-shadow .2s,transform .2s,-webkit-transform .2s;
}
.less:hover{
	transform: translateY(-6px);
	-webkit-transform: translateY(-6px);
}


.gray{ 
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);  
    filter: grayscale(100%);	
    filter: gray;
}

.navli>ul>li>.downnav::-webkit-scrollbar {
        width: 0px;     
        /*height: 2px;*/
       background: #1e1e1e;
    }
.navli>ul>li>.downnav::-webkit-scrollbar-thumb {
        border-radius: 10px;
         -webkit-box-shadow: inset 0 0 2px #ab7525;
        background: #1e1e1e;
        width: 0px;     
        height: 4px;
    }
.navli>ul>li>.downnav::-webkit-scrollbar-track {
        -webkit-box-shadow: inset 0 0 5px #1e1e1e;
        border-radius: 10px;
        background: #fff;
    }
    

.text-dealsss{
    overflow : hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
 
input[type="number"] {
    -moz-appearance: textfield;
}

.contact-content-mess form
{
    position: relative;
    display: flex;
    flex-direction: column;
    margin: 10px 0;

}
.contact-content-mess form input
{
    position: relative;
    margin: 10px 0;
    padding: 10px;
    border: none;
    outline: none;
    width: 100%;
}
.contact-content-mess form>div
{
    display: flex;
    position: relative;
    justify-content: space-between;
    align-items: flex-end;
}
.contact-quality-btn
{
    position: relative;
    margin: 30px 0;
}
.btn-saqui
{
    position: relative;
    padding: 10px 30px;
    border: none;
    text-transform: uppercase;
    background: #d1e8fa;
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    color: #111e37;
    overflow: hidden;
    cursor: pointer;
    font-size: 16px;
}
.btn-saqui::after
{
    position: absolute;
    background: #d75d37;
    color:rgba(255,255,255,1);
    content:attr(data-text);
    padding: 10px 30px;
    /*width: 100%;*/
    height: 100%;
    -webkit-transition: all ease 0.5s;
    -moz-transition: all ease 0.5s;
    -ms-transition: all ease 0.5s;
    -o-transition: all ease 0.5s;
    transition: all ease 0.3s;
    -webkit-transform: rotatez(45deg);
    -moz-transform: rotatez(45deg);
    -ms-transform: rotatez(45deg);
    -o-transform: rotatez(45deg);
    transform: rotatez(45deg);
    top: 0;
    left: 0;
    opacity: 0;
    transform-origin: left center;
    line-height: 20px;
}
.btn-saqui:hover::after
{
    -webkit-transform: rotatez(0deg);
    -moz-transform: rotatez(0deg);
    -ms-transform: rotatez(0deg);
    -o-transform: rotatez(0deg);
    transform: rotatez(0deg);
    opacity: 1;
}

.content{
	width: 100%;
	height: auto;
	margin: auto;
	padding: 0px 30px;
}
.toper{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
}
.toper .content{
	display: flex;
    align-items: center;
    justify-content: space-between;
}
.topicon{
	display: none;
	width: 100%;
	height: auto;
	background: #ffffff38;
	padding: 8px 0px;
}
.topicon .content{
	display: flex;
	justify-content: space-between;
}
#topemail a{
	color: #fff;
	font-size: 15px;
}
#topemail a:hover{
	color: #00b140;
}
.contacticon a{
	margin-left: 15px;
}
.contacticon a span{
	font-size: 15px;
	color: #fff;
}
.contacticon a span:hover{
	color: #0D4C99;
}
.topnav{
	width: 100%;
	height: auto;
	padding-top: 0px;
	padding-bottom: 0px;
}
.logos{
	width: auto;
	height: 100%;
}
.logos img{
	width: auto;
	height: 60px;
}
.sp_nav{width:25px;position:relative;cursor:pointer;height:22px;margin-top:9px;display: none;}
.sp_nav span{display:block;background:#fff;width:25px;height:2px;position:absolute;left:0px;transition:all ease 0.35s}
.sp_nav span:nth-of-type(1){top:0px}
.sp_nav span:nth-of-type(2){top:10px}
.sp_nav span:nth-of-type(3){top:20px}
.sp_nav_se span:nth-of-type(1){top:10px;transform:rotate(45deg)}
.sp_nav_se span:nth-of-type(2){width:0}
.sp_nav_se span:nth-of-type(3){top:10px;transform:rotate(-45deg)}
.navs{
	width: auto;
	height: 100%;
	position: relative;
	margin-top: 0;
}
.navs a{
	font-size: 16px;
	color: #fff;
}
.navs a:first-child{
	margin-left: 0px;
}
.navs a:hover{
	color: #fcc10e;
}
.navs a.shows{
	color: #fcc10e;
}
.navs>ul>li{
	width: auto;
	height: 100px;
	line-height: 100px;
	float: left;
	margin-left: 35px;
	position: relative;
	padding: 0px 0px 0px;
}
.navs>ul>li:first-child{
	margin-left: 0px;
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: #fff;
    font-size: 12px;
    transition: all 0.3s;
}
.navs>ul>li>span::before{
	content: "\f0d7";
	font-family: 'FontAwesome';
    right: 0;
    top: 0;
}
.navs>ul>li>a.actives{
	color: #ffcb05;
}
.navs>ul>li>span.act::before{
	color: #ffcb05;
}
.navs>ul>li:hover>a{
	color: #d1e8fa;
}
.navs>ul>li:hover>span{
	color: #d1e8fa;
}
.navs>ul>li .nav-l{
	width: 100%;
}
.navs>ul>li .nav-l .levels-3{
	display: none;
}
.navs>ul>li .nav-r{
	display: none;
}
.navs ul li ul li{
	width: 100%;
    height: auto;
    padding: 10px 10px;
    border-bottom: 1px solid #d2d7da;
    margin-bottom: 0px;
    position: relative;
    line-height: 25px;
    float: left;
}
.navs ul li ul li span::before{
	content: ">";
	color: #062134;
	font-weight: bold;
	position: absolute;
	top: 50%;
    right: 15px;
    position: absolute;
    transform: translateY(-50%);
}
.navs ul li ul li a{
	font-size: 15px;
	line-height: 20px;
    color: #000;
    display: inline-block;
    max-width: 90%;
    font-weight: 100;
    transition: all .1s ease-out;
    /*font-weight: bold;*/
}
.navs ul li ul li:hover{
	/*background: #062134;*/
	/*border-bottom: 1px solid #062134;*/
}
.navs ul li ul li:hover>a{
	color: #d75d37;
}
.navs ul li ul li:hover>span::before{
	color: #d75d37;
}
.navs ul li ul li a.shows{
	color: #0D4C99;
}
.navs ul li ul li img{
	height: 7px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 50%;
    position: absolute;
    right: 5px;
    transform: translateY(-50%);
}
.navs ul li ul li img.down{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
}
.navs>ul>li>ul{
	position: absolute;
	left: 0px;
	top: 90%;
	background: #fff;
	width: 280px;
	height: auto;
	display: none;
}
.navs ul li ul li ul{
	position: absolute;
	left: 100%;
	top: 0px;
	background: #fff;
	width: 100%;
	height: auto;
	display: none;
}
.searchbox{
	width: auto;
	height: 38px;
}
.searchbox form{
	width: 100%;
	height: 100%;
	position: relative;
	border: 1px solid #fff;
	border-radius: 60px;
}
.searchbox input{
	width: 250px;
	height: 100%;
	border: none;
	font-size: 16px;
	color: #fff;
	float: left;
	border-radius: 20px 0 0 20px;
	box-shadow: none;
	border-right: none;
	background: none;
	padding: 0px 15px;
	font-family: 'Poppins';
}
.searchbox input:focus{
	box-shadow: none;
}
.searchbox input::-webkit-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.searchbox input:-moz-placeholder {
  color: #fff;
  font-size: 16px;
}
 .searchbox input::-moz-placeholder {
 color: #fff;
  font-size: 16px;
}
 .searchbox input::-ms-input-placeholder {
  color: #fff;
  font-size: 16px;
}
.searchbox button{
	height: 100%;
	width: 50px;
	background: url(../images/search.svg) center center/45% no-repeat;
	border: none;
	left: 230px;
	border-radius: 0 20px 20px 0;
	cursor: pointer;
}
.searchbox button:hover{
	background: url(../images/search.svg) center center/45% no-repeat #1b3c67;
}
.toper.fixed{
	background: #1d4577;
}
p{
	font-size: 16px;
	/*line-height: 28px;*/
	line-height: 1.7;
	color: #2b3247;
	max-width: 100%;
}
.banner-section{
	width: 100%;
	height: auto;
	background: #1d4577;
	position: relative;
	padding-top: 250px;
}
.banner-info{
	width: 100%;
	height: auto;
	padding: 0px 90px;
}
.banner-bg{
	width: 100%;
	height: auto;
}
.banner-bg img{
	width: 100%;
	height: auto;
	display: flex;
}
.banner-info{
	height: auto;
}
.banner-info .text{
	width: 50%;
}
.banner-info .text h1{
	font-size: 40px;
	line-height: 50px;
	color: #fff;
	margin-bottom: 30px;
}
.banner-info .text h1 a{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit !important;
	font-weight: inherit !important;
}
.banner-info .text h1 a:hover{
	color: #d75d37;
}
.banner-info .text p{
	color: #fff;
	font-size: 18px;
}
.banner-info .pic{
	width: 41%;
	position: absolute;
	right: 90px;
	bottom: 0px;
}
.banner-info .pic img{
	width: 100%;
	height: auto;
}
.banner-info .text p.text1{
	margin-top: 30px;
	margin-bottom: 30px;
}
.banner-info .text p.text2{
	display: flex;
	align-items: flex-start;
	margin-bottom: 10px;
}
.banner-info .text p.text2 i{
	color: rgba(30, 69, 119, 1.0);
	width: 20px;
	height: 20px;
	line-height: 20px;
	font-size: .5em;
	background: rgba(255, 255, 255, 1.0);
	border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    margin-right: 6px;
    flex-shrink: 0;
    margin-top: 4px;
}
.banner-info .more{
	margin-top: 20px;
}
.more{
    background: #d1e8fa;
	color: #111e37;
    font-size: 16px;
    padding: 8px 30px;
    border-radius: 50px;
    display: inline-block;
}
.more:hover{
	background: #d75d37;
    color: #fff;
}
.banner-info .more{
   background: #d75d37;
    color: #fff;
    font-size: 16px;
    padding: 8px 30px;
    border-radius: 50px;
    display: inline-block;
}
.banner-info .more:hover{
	background: #d1e8fa;
	color: #111e37;
}
.index-section1{
	width: 100%;
	height: auto;
	padding: 100px 0px 60px;
}
.maincon{
	width: 1170px;
	height: auto;
	margin: auto;
}
.section1list{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.index-section1 .section1list:nth-child(2n){
	flex-direction: row-reverse;
}
.section1list .pic{
	width: 30%;
	height: auto;
}
.index-section1 .section1list:first-child .pic{
	width: 34%;
}
.section1list .pic img{
	width: 100%;
	height: auto;
}
.section1list .text{
	width: 50%;
	height: auto;
}
.index-title{
	font-size: 30px;
	color: #111e37;
	font-weight: bold;
}
.section1list .text h2{
	margin-bottom: 25px;
}
.section1list .text h2 a{
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	font-family: inherit !important;
	font-weight: inherit !important;
}
.section1list .text h2 a:hover{
	color: #d75d37;
}
.section1list .text p{
	line-height: 25px;
	margin-bottom: 25px;
}
.index-section2{
	width: 100%;
	height: auto;
	padding: 80px 0px 50px;
	background: #f3f8fc;
}
.index-section2 .index-title{
	text-align: center;
	margin-bottom: 50px;
}
.section2list{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
}
.section2list a{
	width: 31.5%;
	display: inline-block;
	box-shadow: 1px 3px 15px #ecf2f3;
	background: #fff;
	margin-bottom: 30px;
}
.section2list a .pic{
	width: 100%;
	padding-bottom: 70%;
	overflow: hidden;
	position: relative;
}
.section2list a .pic img{
	width: 100%;
	height: 100%;
	transition: all .5s;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}
.section2list a:hover .pic img{
	transform: scale(1.1);
}
.section2list a .text{
	width: 100%;
	height: auto;
	padding: 20px 15px;
}
.section2list a .text h3{
	margin-bottom: 15px;
	font-size: 18px;
	line-height: 22px;
	color: #000;
}
.section2list a:hover .text h3{
	color: #d75d37;
}
.index-section3{
	width: 100%;
	height: auto;
	padding: 80px 0px 40px;
}
.section3info {
	text-align: center;
}
.section3info img{
	width: 50px;
	height: auto;
	display: block;
	margin: 0px auto 25px;
}
.section3info h3{
	margin-bottom: 25px;
}
.section3info p{
	margin-bottom: 25px;
}
.footer{
	width: 100%;
	height: auto;
	background: #1e4577;
}
.footer .foot-bg{
	width: 100%;
	height: auto;
	position: relative;
    top: -3px;
}
.footer .foot-bg img{
	width: 100%;
	height: auto;
}
.foot-info{
	width: 100%;
	height: auto;
	padding: 40px 0px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
.foot-info h3{
	font-size: 20px;
	color: #fff;
	margin-bottom: 20px
}
.foot-info .foot-head{
	font-size: 20px;
    color: #fff;
    margin-bottom: 20px;
    padding: 10px 0 10px 0;
    display: block;
}
.foot-info a{
	color: #fff;
	font-size: 16px;
	line-height: 1.7;
	/*line-height: 28px;*/
}
.foot-info a:hover{
	color: #d1e8fa;
}
.foot-title h2{
	font-size: 30px;
	color: #fff;
	line-height: 36px;
	margin-bottom: 25px;
}
.foot-title p{
	color: #fff;
}
.foot-title a{
	background: none;
	color: #fff;
    font-size: 16px;
    padding: 6px 20px;
    line-height: 20px;
    border-radius: 50px;
    display: inline-block;
    border: 2px solid #fff;
    margin-top: 25px;
}
.foot-nav{
	display: flex;
	flex-direction: column;
}
.foot-nav a{
	margin-bottom: 5px;
}
.foot-contact{
	max-width: 400px;
}
.foot-contact p{
	color: #fff;
	margin-bottom: 5px;
}
.foot-contact-title{
        font-size: 18px;
        color: #fff;
        display: block;
    margin-bottom: 10px;
    margin-top: 15px;
}
.foot-contact-title2{
        font-size: 16px;
        color: #fff;
    display: block;
    margin-bottom: 4px;
    margin-top: 10px;
}
.Copyright{
	padding-bottom: 15px;
}
.Copyright p{
	color: #fff;
	text-align: center;
}
.Copyright-icon{
	display: flex;
	align-items: center;
	justify-content: center;
	column-gap: 15px;
	margin-bottom: 10px;
}
.Copyright-icon a{
	color: rgba(30, 69, 119, 1.0);
	width: 35px;
	height: 35px;
	font-size: 19px;
	background-color: rgba(255, 255, 255, 1.0);
	border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}
.Copyright-icon a:hover{
	background-color: rgb(215 93 55);
	color: #fff;
}
.Copyright-icon .fa-twitter:before{
	content: '';
}
.Copyright-icon .fa-twitter{
	background-image: url(../images/twitter.svg);
	background-repeat: no-repeat;
	background-size: 50%;
	background-position: center center;
}
.Copyright-icon .fa-twitter:hover{
	background-image: url(../images/twitter-w.svg);
}
.crumbnav .bread-navi{
	width: 100%;
	text-align: left;
	justify-content: center;
	flex-wrap: wrap;
	margin: 10px 0px;
}
.crumbnav .bread-navi a{
	color: #fff;
	font-size: 15px;
}
.crumbnav .bread-navi a:hover{
	color: #d75d37;
}
.crumbnav .bread-navi li{
	color: #fff;
	font-size: 15px;
	margin: 0px 4px;
}
.crumbnav .bread-navi li a:after{
	display: inline-block;
	content: '/';
	margin-left: 10px;
	margin-right: 5px;
}
.pagebanner{
	width: 100%;
	height: 500px;
	position: relative;
}
.pagebanner:after{
	content: '';
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(0,0,0,.3);
	z-index: 2;
}
.pagebanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagebanner .text{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	top: 50%;
	z-index: 4;
}
.pagebanner .text h1{
	color: #fff;
	text-align: left;
	margin-bottom: 20px;
}
.pagebanner .text p {
	color: #fff;
	text-align: left;
}
.pagebanner .banner-text p{
	margin-top: 10px;
}
.pagebanner-info{
	display: none;
}
.pagebanner .banner-text .pagebanner-info{
	display: block;
}
.pagebanner .crumbnav{
	position: absolute;
	left: 0px;
	bottom: 20px;
	width: 100%;
	z-index: 4;
}
.pagebanner .crumbnav .bread-navi{
	justify-content: flex-start;
}
.page-content{
	width: 100%;
	height: auto;
	padding: 40px 0px 80px;
}
.page-content .servicetwo-content{
	width: 100%;
}
.servicetwo-content h1
{
    position: relative;
    margin-top: 0;
    margin-bottom: 50px;
    font-size: 30px;
}
.servicetwo-content h1::after,.servicetwo-content h1::before
{
    position: absolute;
    content: '';
    left: 0;
    bottom: -20px;
}
.servicetwo-content h1::after
{
    width: 90%;
    height: 2px;
    background:rgba(212,212,212,1);
    z-index:1;
    max-width: 140px;
}
.servicetwo-content h1::before
{
    width: 30%;
    height: 4px;
    background: #1d4577;
    z-index:2;
    max-width: 50px;
}
.servicetwo-content p{
	padding-bottom: 15px;
}
.servicetwo-content p a{
	color: #1d6fd6;
}
.servicetwo-content p a:hover{
	color: #d75d37;
}
.servicetwo-content h3{
	font-size: 20px;
	padding-bottom: 15px;
	color: #111e37;
	padding-top: 15px;
}
.servicetwo-content h2{
	font-size: 20px;
	padding-bottom: 15px;
	color: #111e37;
	padding-top: 15px;
}
.servicetwo-content h3.h3-new{
	font-size: 17px;
	padding-bottom: 15px;
	color: #111e37;
	padding-top: 5px;
}
.servicetwo-content ul li{
	font-size: 16px;
    /*line-height: 28px;*/
    line-height: 1.7;
    color: #2b3247;
    margin-bottom: 15px;
}
.servicetwo-content ul li a{	color: #1d6fd6;}
.servicetwo-content ul li a:hover{ color: #d75d37;}

.servicetwo-content ul>li{
	font-size: 16px;
    /*line-height: 28px;*/
	line-height: 1.7;
    color: #2b3247;
    margin-bottom: 0 !important;
}
.servicetwo-content table tr td{
	font-size: 16px;
    /*line-height: 28px;*/
	line-height: 1.7;
    color: #2b3247;
}
.servicetwo-content table a{	color: #1d6fd6;}
.servicetwo-content table a:hover{ color: #d75d37;}

.servicetwo-content .ullist>li:last-child{
    margin-bottom: 0;
}
.servicetwo-content p.Reference{
	font-size: 17px;
	padding-bottom: 15px;
	color: #111e37;
	padding-top: 5px;
}
.Reference li{
	margin-bottom: 10px;
}
.inquiry-notic{
	margin: 15px 0px 0px;
	padding-bottom: 0px;
	color: #1d4577;
	font-size: 16px;
}
.careerForm{
	width: 100%;
}
.careersList>li>span{
	top: 12px;
}
.servicec-title{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.servicec-title .inquiry-btn{
    color: #fff;
    padding: 7px 14px;
    font-size: 17px;
    display: inline-block;
    border-radius: 3px;
    line-height: 20px;
    margin-left: 20px;
    background: #1d4577;
    flex-shrink: 0;
    margin-top: 5px;
}
.servicec-title .inquiry-btn:hover{
    color: #fff;
    background: #d75d37;
} 
.side-inquiry{
	width: 60px;
	height: 60px;
	position: fixed;
	right: 15px;
	bottom: 30px;
	border-radius: 100px;
	z-index: 88;
}
.side-inquiry a{
	display: inline-block;
	width: 100%;
	height: 100%;
	border-radius: 100px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #d75d37;
}
.side-inquiry a:hover{
	background: linear-gradient(0deg, rgb(81, 111, 144) 35%, rgb(41, 62, 84) 100%);
}

#contact-inquiry i{
	line-height: normal;
}
.inquiry-box{
	position: fixed;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	z-index: 3333;
	display: none;
}
.inquiry-box .inquiry-bg{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.7);
	cursor: pointer;
}
.inquiry-info{
	position: absolute;
	left: 50%;
	top: 100px;
	z-index: 2;
	width: 800px;
	margin-left: -400px;
	height: auto;
	background: #fff;
	border-radius: 20px;
	padding: 40px 30px 10px;
}
.colse-btn{
	font-size: 30px;
	position: absolute;
	top: 10px;
	right: 20px;
	color: #aaa;
	font-weight: bold;
	cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.inquiry-info>h2{
	font-size: 22px;
    text-align: center;
    color: #104d85;
    margin-bottom: 10px;
}
.inquiry-info>.inquiry-title{
	font-size: 22px;
    text-align: center;
    color: #104d85;
    margin-bottom: 10px;
}
.side-inquiry-text{
	position: absolute;
	bottom: 80px;
	right: 0px;
	width: 220px;
	height: auto;
	padding: 25px 16px 16px;
	background: #fff;
    box-shadow: 0px 0px 15px #ccc;
    border-radius: 10px;
}
.side-inquiry-text p{
	line-height: 22px;
}
.side-inquiry-text .inquiry-close{
	font-size: 30px;
	position: absolute;
	top: 2px;
	right: 10px;
	color: #aaa;
	font-weight: bold;
	cursor: pointer;
    width: 20px;
    height: 20px;
    line-height: 20px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
}
.footlogo{
	height: 55px;
	margin-bottom: 10px;
	width: auto;
	margin-top: 10px;
}


.Subcellular-list{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: flex-start;
	column-gap: 1.33%;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 10px;
	margin-bottom: 0px;
}
.Subcellular-list a{
	width: 24%;
	height: auto;
	margin-bottom: 25px;
	box-shadow: 1px 2px 10px #bcbcbc;
	background: #fff;
}
.Subcellular-list a .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.Subcellular-list a .pic img{
	width: 100%;
	height: auto;
	transition: all .5s;
	display: block;
}
.Subcellular-list a:hover .pic img{
	transform: scale(1.1); 
}
.Subcellular-list a p{
	text-align: center;
	line-height: 22px;
	padding: 15px 10px 15px;
}


.about-info{
	text-align: center;
	width: 100%;
}
.about-info .font60{
	font-size: 60px;
	line-height: 1.3;
	margin-bottom: 0px;
}
.about-info .font60:after{
	content: none;
}
.about-info .font60:before{
	content: none;
}
.about-info h4{
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 40px;
	margin-top: 30px;
}
.about-list{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: stretch;
	margin-top: 40px;
}
.about-list .about-list-item{
	width: 48%;
	padding: 35px 20px;
	box-shadow: 1px 2px 10px #bcbcbc;
	background: #fff;
}
.about-list .about-list-item h4{
	margin-top: 15px;
	margin-bottom: 25px;
	font-size: 18px;
    line-height: 22px;
}
.about-list .about-list-item h4 a{
	color: #111e37;
	font-family: 'Poppins' !important;
    font-weight: bold !important;
}
.about-list .about-list-item h4 a:hover{
	color: #d75d37;
}

.index-section4{
	width: 100%;
	height: auto;
	padding: 40px 0px 10px;
}
.index-section4 .index-title{
	text-align: center;
	margin-bottom: 45px;
}
.choose-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.choose-list .list-item{
	width: 33.33%;
	padding: 10px 15px;
	margin-bottom: 40px;
	border-right: 1px solid #e5e5e5;
	display: flex;
	align-items: center;
	justify-content: center;
}
.choose-list .list-item:nth-child(3n){
	border-right: none;
}
.choose-list .list-item img{
	width: auto;
	height: 65px;
	max-width: 100%;
	object-fit: contain;
}
.about-choose-list{
	padding-top: 20px;
}

.kc-items { display: flex; width: 100%; margin-left: 0px; margin-right: 0px; margin-top: 10px;flex-wrap: wrap;align-items: stretch;justify-content: flex-start;column-gap: 3.5%;}
.kc-items .col-md-4 { padding: 0px 0px;width: 31%;margin-bottom: 40px;box-shadow: 1px 2px 10px #bcbcbc; background: #fff; border-radius: 4px;}
.kc-items .pic{ height: 220px; overflow: hidden; display: flex; align-items: center; justify-content: center;}
.kc-items .pic a{
	width: 100%;
	height: 100%;
	display: inline-flex;
	align-items: center; justify-content: center;
}
.kc-items .pic img{ height: 100%; width: 100%;  transition: all ease-out .3s;object-fit: cover;}
.kc-items .col-md-4:hover .pic img{ transform: scale(1.05);}
.kc-items .text{ width: 100%; padding: 25px 15px;height: auto;}

.kc-items .text h3 {margin-bottom:0; font-size: 18px; line-height: 22px; color: #000;padding-top: 0px;padding-bottom: 0px;}
.kc-items .text h3 a{font-size: 18px; line-height: 22px; color: #000;font-family: 'Poppins' !important; font-weight: bold !important;}
.kc-items .col-md-4:hover .text h3 a{  color: #d75d37;}
.kc-items:before{
	content: none;
}
.kc-items:after{
	content: none;
}
.related-service-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
	flex-wrap: wrap;
	column-gap: 3.5%;
}
.related-service-list .list-item{
	width: 31%;
	margin-bottom: 30px;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}
.related-service-list .list-item .pic{
	width: 100%;
	padding-bottom: 70%;
	overflow: hidden;
	position: relative;
	display: block;
}
.related-service-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
	transition: all .5s;
}
.related-service-list .list-item:hover .pic img{
	transform: scale(1.1); 
}
.related-service-list .list-item p{
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0px;
	top: 0%;
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 2;
	padding-bottom: 0px;
	background: rgba(0,0,0,.3);
	font-size: 20px;
}
.related-service-list .list-item p a{
	display: flex;
	padding: 0px 15px;
	text-align: center;
	line-height: 1.3;
	color: #fff;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
}
.page-services-content-tabs .content-tabs-navs {
    overflow: hidden;
    margin-bottom: 25px;
    display: inline-block;
    box-shadow: 0 0 10px rgba(0,0,0,0.2);
    padding: 0px 0px;
}
.page-services-content-tabs .content-tabs-navs li {
    float: left;
    display: inline-block;
    padding: 7px 5px;
    border: 0;
    border-right: 1px solid #ddd;
    width: 190px;
    text-align: center;
    cursor: pointer;
    font-weight: bold;
    font-size: 1.1em;
    border-radius: 0;
    background-color: #fff;
    font-family: 'Poppins' !important;
    font-weight: bold !important;
}
.page-services-content-tabs .content-tabs-navs li.active {
    background-color: #1d4577;
    color: #fff
}
.page-services-content-tabs .content-tabs-navs li:last-child {
    border-right: 0
}
.page-services-content-tabs .content-tabs-list .content-tabs-text {
    display: none;
}
.page-services-content-tabs .content-tabs-list .content-tabs-text.active{
	display: block;
}
.servicetwo-content .bg-style1{
	width: 100%;
	height: auto;
	padding: 15px 20px 23px;
	background: #f3f3f3;
	margin-bottom: 20px;
}
.servicetwo-content .bg-style1 h3.h3-new{
	font-size: 19px;
    padding-bottom: 8px;
    color: #111e37;
    padding-top: 5px;
    font-family: 'Poppins' !important;
}
.servicetwo-content .bg-style1 p{
	padding-bottom: 0px;
}

.index-section5{
	background: #f3f8fc;
	width: 100%;
	height: auto;
	padding: 80px 0px 0px;
}
.index-section5-info{
	width: 100%;
	height: auto;
	position: relative;
}
.index-section5-info .pic{
	width: 100%;
	height: 600px;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.index-section5-info .pic-box{
	max-width: 0%;
	height: 100%;
	flex: 1 1 0%;
	transition: all .8s ease-in-out;
	overflow: hidden;
	z-index: 0;
	position: relative;
}
.index-section5-info .pic-box .pic-box-img{
	bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
}
.index-section5-info .pic-box:nth-child(1) .pic-box-img{
	background-image: url(../images/home-pic8.jpg);
	background-image: -webkit-image-set(url(../images/home-pic8.webp) 1x);
}
.index-section5-info .pic-box:nth-child(2) .pic-box-img{
	background-image: url(../images/home-pic8.jpg);
	background-image: -webkit-image-set(url(../images/home-pic8.webp) 1x);
}
.index-section5-info .pic-box:nth-child(3) .pic-box-img{
	background-image: url(../images/home-pic8.jpg);
	background-image: -webkit-image-set(url(../images/home-pic8.webp) 1x);
}
.index-section5-info .pic-box:nth-child(4) .pic-box-img{
	background-image: url(../images/home-pic9.jpg);
	background-image: -webkit-image-set(url(../images/home-pic9.webp) 1x);
}
.index-section5-info .pic-box:nth-child(5) .pic-box-img{
	background-image: url(../images/home-pic9.jpg);
	background-image: -webkit-image-set(url(../images/home-pic9.webp) 1x);
}
.index-section5-info .pic-box.shows{
	flex: 1 1 100%;
    max-width: 100%;
    opacity: 1;
}
.index-section5-info .text{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
	background: rgba(0,13,43,.5);
}
.index-section5-info .text .text-title{
	position: absolute;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: stretch;
	justify-content: flex-start;
}
.index-section5-info .text .text-title .text-title-list{
	width: 25%;
	height: 100%;
	padding: 30px 15px 50px;
	display: flex;
	align-items: flex-end;
	justify-content: center;
	text-align: center;
	border-right: 1px solid rgba(255,255,255,.5);
	position: relative;
}
.index-section5-info .text .text-title .text-title-list span{
	font-size: 16px;
	color: #fff;
	line-height: 1.4;
	text-align: center;
	cursor: pointer;
	transition: all .3s ease-in-out;
	position: relative;
}
.index-section5-info .text .text-title .text-title-list span:hover{
	padding-bottom: 20px;
}
.index-section5-info .text .text-title .text-title-list span:after{
	content: '';
	height: 1px;
	width: 0px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	transform: translateX(-50%);
    background-color: #fff;
    opacity: 0;
    transition: all .3s ease-in-out;
    display: inline-block;
}
.index-section5-info .text .text-title .text-title-list span:hover:after{
	width: 70px;
	opacity: 1;
}
.index-section5-info .text .text-title .text-title-list .progress-bar{
	width: 0px;
	height: 5px;
	background: #fff;
	position: absolute;
	left: 0px;
	bottom: 0px;
	transition: all 0s ease-in-out;;
}
.index-section5-info .text .text-title .text-title-list.shows .progress-bar{
	width: 100%;
	transition: all 8s ease-in-out;;
}
.index-section5-info .text .text-list .list-item{
	width: 100%;
	height: auto;
	position: absolute;
	left: -100%;
	top: 0px;
	padding: 100px 100px 20px 100px;
	transition: all .7s ease-in-out;
}
.index-section5-info .text .text-list .list-item.shows{
	left: 0px;
}
.index-section5-info .text .text-list .list-item h2{
	color: #fff;
	font-size: 30px;
	margin-bottom: 40px;
	line-height: 1.3;
}
.index-section5-info .text .text-list .list-item h2 a{
	color: inherit;
	font-size: inherit;
	font-family: inherit !important;
	font-weight: inherit !important;
	line-height: inherit;
}
.index-section5-info .text .text-list .list-item p{
	color: #fff;
	margin-bottom: 40px;
	max-width: 700px;
}
.index-section5-info .text .text-list .list-item .more-btn{
	display: inline-flex;
	align-items: center;
	justify-content: flex-start;
	color: #fff;
}
.index-section5-info .text .text-list .list-item .more-btn:before{
	background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60% auto;
    border: 1px solid #fff;
    border-radius: 50%;
    content: "";
    display: inline-block;
    height: 48px;
    margin-right: 16px;
    vertical-align: middle;
    width: 48px;
    background-image: url(../images/icon-plus.svg);
}
.index-section6{
	width: 100%;
	height: auto;
	padding: 50px 0px 60px;
}
.index-section6 .index-title{
	text-align: center;
	margin-bottom: 40px;
}
.index-section6-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.index-section6-list .list-item{
	width: 31%;
    margin-bottom: 35px;
    padding: 25px 25px;
    box-shadow: 1px 3px 15px #ecf2f3;
}
.index-section6-list .list-item h3{
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 15px;
    color: #000;
    text-align: center;
}
.index-section6-list .list-item p{
    color: #444;
    font-size: 16px;
    line-height: 28px;
    text-align: center;
}
.index-section6-list .list-item:hover h3{
	color: #d75d37;
}
.go_top{
	width: 40px;
	height: 40px;
	display: inline-block;
	border-radius: 4px;
	background-image: url(../images/top.svg);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 50%;
	background-color: #d75d37;
	position: fixed;
	right: 25px;
	bottom: 250px;
	opacity: 0;
	z-index: 5;
}
.go_top:hover{
	background-color: #e67400;
}
.info-pic-left{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    column-gap: 25px;
}
.info-pic-left .pic{
	width: auto;
	flex-shrink: 0;
	max-width: 100%;
}
.info-pic-left .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-left .text{
	width: 100%;
}
.info-pic-left .text p:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.info-pic-left .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-left .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}


.info-pic-right{
	width: 100%;
	height: auto;
	margin-bottom: 25px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
    column-gap: 25px;
}
.info-pic-right .pic{
	width: auto;
	flex-shrink: 0;
	max-width: 100%;
}
.info-pic-right .pic img{
	height: auto;
	max-width: 100%;
}
.info-pic-right .text{
	width: 100%;
}
.info-pic-right .text p:last-child{
	padding-bottom: 0px;
    margin-bottom: 0px;
}
.info-pic-right .text ul:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h2:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.info-pic-right .text h3:last-child{
	padding-bottom: 0px;
	margin-bottom: 0px;
}
.secretomics-box {
    width: 100%;
    height: auto;
    padding: 0px 0px 70px;
}
.secretomics-box .servicetwo-content{
	width: 100% !important;
}
.secretomics-box .secretomics-title{
	font-size: 28px;
	line-height: 1.2;
	position: relative;
	padding-bottom: 20px;
	margin-bottom: 40px;
	padding-top: 0px;
}
.secretomics-box .secretomics-title:before{
	content: '';
	width: 120px;
	height: 6px;
	border-radius: 100px;
	background: #1d4577;
	position: absolute;
	left: 0px;
	bottom: 0px;
}
.secretomics-box .secretomics-title.center{
	text-align: center;
}
.secretomics-box .secretomics-title.center:before{
	left: 50%;
	transform: translateX(-50%);
}
.page-title-list-box{
	width: 100%;
	height: auto;
	position: sticky;
	top: 100px;
	overflow: auto;
	background: #d75d37;
	z-index: 40;
	margin-bottom: 50px;
}
.page-title-list{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	column-gap: 0px;
}
.page-title-list .list-item{
	font-size: 15px;
	line-height: 1.2;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    min-height: 50px;
    cursor: pointer;
    padding: 0px 5px;
}
.page-title-list .list-item:hover{
    color: #d75d37;
    background: #fff;
}
.page-title-list .list-item.shows{
    color: #d75d37;
    background: #fff;
}
.page-title-list .list-item.click-bg-form{
    color: #fff;
    background: #1d4577;
}
.info-box1{
	width: 100%;
	height: auto;
	padding: 20px 15px 5px;
	margin-bottom: 30px;
	box-shadow: 0px 0px 6px rgba(0,0,0,.15);
	transition: all .2s;
}
.info-box1:hover{
	transform: translateY(-6px);
}
.info-box1 .info-pic-left{
	margin-bottom: 15px;
}
.info-box1 .info-pic-right{
	margin-bottom: 15px;
}
.secretomics-section1{
		width: 100%;
		height: auto;
		display: flex;
		align-items: stretch;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 2%;
		padding-top: 10px;
		margin-bottom: 50px;
}
.secretomics-section1 .list-item{
		width: 32%;
		margin-bottom: 30px;
		border-radius: 10px;
		background: #fff;
		border: 2px solid #f4f4fd;
		padding: 20px 15px 15px;
		transition: all .3s;
		box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.secretomics-section1 .list-item:hover{
		transform: translateY(-6px);
		box-shadow: 0px 0px 8px rgba(0,0,0,.15);
		border: 2px solid #1d4577;
}
.secretomics-section1 .list-item .list-title{
	display: flex;
	align-items: center;
	justify-content: flex-start;
	column-gap: 10px;
	margin-bottom: 15px;
}
.secretomics-section1 .list-item .list-title img{
	width: 46px;
	height: 46px;
	flex-shrink: 0;
	object-fit: contain;
}
.secretomics-section1 .list-item .list-title h3{
	font-size: 17px;
	line-height: 1.3;
	padding: 0px;
	margin: 0px;
}
.secretomics-section2{
	width: 100%;
	height: auto;
	margin-bottom: 70px;
	padding: 70px 0px 50px;
	background: #f2f2f2;
}
.secretomics-section2-list{
		width: 100%;
		height: auto;
		display: flex;
		align-items: stretch;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 2%;
}
.secretomics-section2-list .list-item{
		width: 32%;
		margin-bottom: 30px;
		border-radius: 10px;
		background: #fff;
		padding: 20px 15px 15px;
		transition: all .3s;
		box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.secretomics-section2-list .list-item:hover{
		transform: translateY(-6px);
		box-shadow: 0px 0px 8px rgba(0,0,0,.15);
}
.secretomics-section2-list .list-item .pic{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.secretomics-section2-list .list-item .pic img{
	width: 65px;
	height: 65px;
	object-fit: contain;
}
.secretomics-section2-list .list-item h3{
	font-size: 17px;
	line-height: 1.3;
	padding: 0px;
	margin: 0px 0px 15px;
	text-align: center;
}
.secretomics-section2-list .list-item p{
	padding-bottom: 10px;
}
.secretomics-section2-list .list-item .style1{
	color: #ED7D31;
}
.secretomics-section3-list{
	width: 100%;
	height: auto;
}
.secretomics-section3-list .list-item{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 20px;
	margin-bottom: 0px;
	padding: 15px 20px;
	transition: all .4s;
	border-radius: 10px;
}
.secretomics-section3-list .list-item:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 40px 5px rgb(0,0,0,.05);
}
.secretomics-section3-list .list-item:last-child{
	margin-bottom: 0px;
}
.secretomics-section3-list .list-item .list-number{
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1d4577;
	color: #fff;
	font-size: 18px;
	flex-shrink: 0;
	border-radius: 8px;
	margin-top: 2px;
}
.secretomics-section3-list .list-item .list-text p{
	margin-bottom: 8px;
	padding-bottom: 0px;
}
.secretomics-section3-list .list-item .list-text p:last-child{
	margin-bottom: 0px;
}
.secretomics-section4{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.secretomics-section4 .pic{
	width: 250px;
}
.secretomics-section4 .text{
	width: calc(100% - 300px);
}
.secretomics-section4 .pic .swiper-slide{
	height: auto;
}
.secretomics-section4 .pic .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.secretomics-section5{
		width: 100%;
		height: auto;
		display: flex;
		align-items: stretch;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 1.33%;
		margin-bottom: 50px;
}
.secretomics-section5 .list-item{
		width: 24%;
		margin-bottom: 30px;
		transition: all .3s;
		border: 1px solid #ccc;
		padding: 15px 10px 5px;
}
.secretomics-section5 .list-item:hover{
		transform: translateY(-6px);
		border: 2px solid #1d4577;
}
.secretomics-section5 .list-item .pic{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.secretomics-section5 .list-item .pic img{
	width: 55px;
	height: 55px;
	object-fit: contain;
}
.secretomics-section5 .list-item .text p{
	font-size: 15px;
	line-height: 24px;
	text-align: center;
	padding-bottom: 10px;
}
.secretomics-section6{
	width: 100%;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 60px;
}
.secretomics-section6 .pic{
	width: 400px;
}
.secretomics-section6 .text{
	width: calc(100% - 440px);
}
.secretomics-section6 .pic .swiper-slide{
	height: auto;
}
.secretomics-section6 .pic .swiper-slide img{
	width: 100%;
	height: 100%;
	object-fit: contain;
	object-position: center center;
}
.secretomics-section6-list{
	width: 100%;
	height: auto;
}
.secretomics-section6-list .list-item{
	width: 100%;
	height: auto;
	padding-bottom: 15px;
	margin-bottom: 15px;
	border-bottom: 1px dashed #ededed;
	padding-left: 30px;
	position: relative;
}
.secretomics-section6-list .list-item:last-child{
	margin-bottom: 0px;
}
.secretomics-section6-list .list-item:before{
	content: '';
	width: 18px;
	height: 18px;
	background: #1d4577;
	border-radius: 4px;
	position: absolute;
	left: 0px;
	top: 4px;
}
.secretomics-section6-list .list-item p{
	padding-bottom: 0px;
}
.faq-list-box{
	width: 100%;
	height: auto;
	margin: 80px 0px 50px;
}
.faq-list{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
}
.faq-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
}
.faq-list .list-item:last-child{
	margin-bottom: 0px;
}
.faq-list .list-title{
	width: 100%;
	height: auto;
	background: #f8f8f8;
	padding: 6px 15px 6px 50px;
	min-height: 54px;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: space-between;
	position: relative;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	border-radius: 5px;
}
.faq-list .list-title:before{
	content: '';
	width: 24px;
	height: 24px;
	position: absolute;
	left: 15px;
	top: 15px;
	background: url(../images/arrow1.png) no-repeat center center/contain;
}
.faq-list .list-title p{
	padding: 0px;
	font-weight: bold;
	margin-bottom: 0px;
	line-height: 1.3;
}
.faq-list .list-title:hover p{
	color: #1d4577;
}
.faq-list .list-title.shows p{
	color: #1d4577;
}
.faq-list .list-title:after{
	content: '+';
	font-size: 20px;
	color: #000;
	font-weight: bold;
	width: 20px;
	height: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
	margin-left: 20px;
}
.faq-list .list-title.shows:after{
	content: '-';
}
.faq-list .list-text{
	width: 100%;
	height: auto;
	padding: 20px 15px 5px;
	border: 1px solid #ccc;
	background: #fff;
	position: relative;
	display: none;
	margin-top: 30px;
	box-shadow: 0px 0px 6px rgba(0,0,0,.2);
	border-radius: 5px;
}
.faq-list .list-text:before,.faq-list .list-text:after{
    bottom: 100%;
    left: 6%;
    border: solid transparent;
    content: "";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.faq-list .list-text:before{
	border-color: transparent;
    border-bottom-color: #ccc;
    border-width: 17px;
    margin-left: -17px;
}
.faq-list .list-text:after{
	border-color: transparent;
    border-bottom-color: #fff;
    border-width: 15px;
    margin-left: -16px;
}
.secretomics-section7{
	width: 100%;
	height: auto;
	margin-bottom: 70px;
	padding: 70px 0px 50px;
	background: rgb(1,19,44);
}
.secretomics-section7 h2{
	color: #fff;
}
.secretomics-section7 h2:before{
	background: #fff !important;
}
.secretomics-section7-list{
		width: 100%;
		height: auto;
		display: flex;
		align-items: stretch;
		justify-content: center;
		flex-wrap: wrap;
		column-gap: 1.33%;
		padding-top: 15px;
}
.secretomics-section7-list .list-item{
		width: 24%;
		margin-bottom: 30px;
		border-radius: 10px;
		background: rgba(255,255,255,.1);
		padding: 20px 10px 15px;
		transition: all .3s;
		box-shadow: 0px 0px 5px rgba(0,0,0,.1);
}
.secretomics-section7-list .list-item:hover{
		transform: translateY(-6px);
		box-shadow: 0px 0px 8px rgba(0,0,0,.15);
		background: rgba(255,255,255,.25);
}
.secretomics-section7-list .list-item .pic{
	width: 100%;
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}
.secretomics-section7-list .list-item .pic img{
	width: 65px;
	height: 65px;
	object-fit: contain;
}
.secretomics-section7-list .list-item h3{
	font-size: 15px;
	line-height: 1.3;
	padding: 0px;
	margin: 0px 0px 15px;
	text-align: center;
	color: #fff;
}
.secretomics-section7-list .list-item p{
	padding-bottom: 10px;
	color: #fff;
	font-size: 15px;
	line-height: 24px;
}
.secretomics-section7-list .list-item .style1{
	color: #ED7D31;
	text-align: center;
}
.secretomics-section8{
	width: 100%;
	height: auto;
	margin-bottom: 60px;
}
.secretomics-section8-list{
		width: 100%;
		height: auto;
		display: flex;
		align-items: flex-start;
		justify-content: space-between;
		flex-wrap: wrap;
		padding-top: 15px;
}
.secretomics-section8-list .list-item{
		width: 48%;
		margin-bottom: 30px;
		display: flex;
		align-items: flex-start;
		justify-content: flex-start;
		column-gap: 15px;
		transition: all .3s;
}
.secretomics-section8-list .list-item:hover{
		transform: translateY(-6px);
}
.secretomics-section8-list .list-item .pic{
	width: 65px;
	flex-shrink: 0;
}
.secretomics-section8-list .list-item .pic img{
	width: 65px;
	height: 65px;
	object-fit: contain;
}
.secretomics-section9{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
	padding-top: 20px;
	margin-bottom: 40px;
}
.secretomics-section9 .list-item{
	width: 49%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	column-gap: 15px;
	margin-bottom: 0px;
	padding: 15px 15px;
	transition: all .4s;
	border-radius: 10px;
}
.secretomics-section9 .list-item:hover{
    transform: translateY(-10px);
    box-shadow: 0 0 40px 5px rgb(0,0,0,.05);
}
.secretomics-section9 .list-item:last-child{
	margin-bottom: 0px;
}
.secretomics-section9 .list-item .list-number{
	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #1d4577;
	color: #fff;
	font-size: 18px;
	flex-shrink: 0;
	border-radius: 8px;
	margin-top: 0px;
}
.secretomics-section9 .list-item .list-text p{
	margin-bottom: 8px;
	padding-bottom: 0px;
	font-size: 15px;
	line-height: 24px;
}
.secretomics-section9 .list-item .list-text p:last-child{
	margin-bottom: 0px;
}
.secretomics-section10{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.secretomics-section10 .list-item{
	width: 49%;
  margin-bottom: 30px;
  border-radius: 10px;
  background: #fff;
  padding: 20px 15px 70px;
  transition: all .3s;
  box-shadow: 0px 0px 5px rgba(0,0,0,.1);
  position: relative;
}
.secretomics-section10 .list-item:hover{
	transform: translateY(-6px);
	box-shadow: 0px 0px 8px rgba(0,0,0,.15);
}
.secretomics-section10 .list-item .list-btn{
	width: 100%;
	padding: 0px 15px;
	position: absolute;
	left: 0px;
	bottom: 25px;
}
.secretomics-section10 .list-item .list-btn a{
	display: inline-block;
	padding: 7px 15px;
	background: #1d4577;
	color: #fff;
	border-radius: 6px;
}
.secretomics-section10 .list-item .list-btn a:hover{
	background: #d75d37;
	color: #fff;
}


@media screen and (min-width:1920px){
	.toper .content{
		width: 1800px;
		margin: auto;
	}
	.banner-info{
		width: 1800px;
		margin: auto;
		position: relative;
	}
	.banner-info .pic{
		width: 778px;
		top: 0px;
	}
}


@media screen and (min-width:1100px){

.navs{
	position: static;
}
.navs>ul>li.navList{
	position: static;
}
.navs>ul>li.navList>ul{
	width: 100%;
	height: auto;
	max-height: calc(100vh - 140px);
	overflow: auto;
	flex-wrap: wrap;
	padding: 30px 50px !important;
	box-shadow: 1px 3px 5px #929292;
	min-height: 560px;
}
.navs>ul>li.navList>ul .nav-l{
	width: 300px;
	padding-right: 0px;
}
.navs>ul>li.navList>ul .nav-l>li{
	border-bottom: none;
	position: relative;
}
.navs>ul>li.navList>ul .nav-l>li a{
	font-size: 16px;
}
.navs>ul>li.navList>ul .nav-l>li:after{
	content: '';
	width: 3px;
	height: 0px;
	background: #1d4577;
	position: absolute;
	right: -2px;
	top: 50%;
	transform: translateY(-50%);
	transition: all .5s;
}
.navs>ul>li.navList>ul .nav-l>li.act{
	background: #f0f0f0;
}
.navs>ul>li.navList>ul .nav-l>li.act:after{
	height: 100%;
}
.navs>ul>li.navList>ul .nav-l>li.act a{
	color: #1d4577;
}
.navs>ul>li.navList>ul .nav-r{
	width: calc(100% - 300px);
	display: block;
	border-left: 1px solid #d2d7da;
	padding-left: 30px;
}
.navs>ul>li.navList>ul .nav-r .levels-3{
	display: none;
	position: relative;
	padding-right: 400px;
	flex-wrap: wrap;
	justify-content: space-between;
}
.navs>ul>li.navList>ul .nav-r .levels-3>li{
	width: 100%;
	border-bottom: none;
	padding: 2px 10px;
	margin-bottom: 10px;
}
.navs>ul>li.navList>ul .nav-r .levels-3>li>a{
	font-size: 16px;
	color: #1d4577;
}
.navs>ul>li.navList>ul .nav-r .levels-3>li>a:hover{
	color: #d75d37;
}
.navs>ul>li.navList>ul .nav-r .levels-3>li>span{
	display: none;
}
.navs>ul>li.navList>ul .nav-r .levels-3>li>ul{
	display: block !important;
	position: static;
}
.navs>ul>li.navList>ul .nav-r .levels-3>li>ul li{
	border-bottom: none;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-top: 0px;
	margin-top: 4px;
}
.navs>ul>li.navList ul li:hover>a{
	color: #000;
}
.navs>ul>li.navList ul li a:hover{
	color: #d75d37;
}
.navs>ul>li.navList>ul .nav-r .levels-3.shows{
	display: block;
}
.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic{
	position: absolute;
	right: 0px;
	top: 0px;
	width: 350px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: flex-start;
}
.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic h3{
	line-height: 22px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 18px;
	margin-top: 0px;
}
.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic span{
	font-family: 'Poppins' !important;
    font-weight: bold !important;
    max-width: 100%;
    display: block;
    padding: 10px 0 10px 0;
	line-height: 22px;
	padding-bottom: 0px;
	text-align: center;
	font-size: 18px;
	margin-top: 0px;
}
.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic p{
	text-align: center;
	margin-bottom: 0px;
	margin-top: 5px;
	text-align: center;
	font-size: 15px;
	line-height: 22px;
}

.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic .pic{
	width: 100%;
	line-height: normal;
	margin-bottom: 10px;
	margin-top: 10px;
}
.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic img{
	width: 100%;
	height: auto;
}
.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic .pic2 img{
	width: 200px;
	max-width: 100%;
	display: block;
	margin: auto;
}
.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic a{
	line-height: 26px;
	color: #111e37;
}
.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic a:hover{
	color: #fff;
}
.navs>ul>li.navList>ul .nav-r .levels-4>li>span{
	display: none;
}
.navs>ul>li.navList>ul .nav-r .levels-4 .levels-5{
	display: block;
	position: static;
	margin-bottom: 10px;
}
.navs>ul>li.navList>ul .nav-r .levels-4 .levels-5 li{
	padding: 0px 0px;
}
.navs>ul>li.navList>ul .nav-r .levels-4 .levels-5 li a{
	color: #9f9f9f;
	padding-left: 12px;
	position: relative;
}
.navs>ul>li.navList>ul .nav-r .levels-4 .levels-5 li a:before{
	content: '\2022';
	position: absolute;
	left: 0px;
	top: 4px;
	line-height: 10px;
	height: 10px;
	font-size: 10px;
}
.navs>ul>li.navList>ul .nav-r .levels-4 .levels-5 li a:hover{
	color: #d75d37;
}
.navs>ul>li.navList ul:after{
	clear: both;
	content:"";
	height: 0;
	display: block;
}
.navs{
	top: 50px;
}
.navs>ul>li{
	height: 60px;
    line-height: 60px;
}
.navs>ul>li.navList>ul{
	top: 95%;
}

	
}


@media screen and (min-width:1450px){



.navs>ul>li.navList>ul .nav-r .levels-3>li>ul li{
	padding-left: 8px;
}
.navs>ul>li.navList>ul .nav-r .levels-3>li{
	padding: 10px 10px;
	width: 50%;
	margin-bottom: 0px;
}
.navs{
	top: 70px;
}
.navs>ul>li{
	height: 100px;
    line-height: 100px;
}
.navs>ul>li.navList>ul{
	top: 90%;
}
	
}


@media screen and (max-width:1680px){


.logos img {
    width: auto;
    height: 45px;
}
.navs>ul>li{
	margin-left: 18px;
}
.searchbox input{
	width: 200px;
}
	
}


@media screen and (max-width:1450px){


.page-title-list-box{
	top: 110px;
}
.topnav{
	padding-bottom: 65px;
}
.navs{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 50px;
	padding: 0px 40px;
}
.navs>ul>li{
	margin-left: 20px;
}
	
}


@media screen and (max-width:1300px){



.index-section5-info .text .text-list .list-item h2{
	font-size: 26px;
}
.navs>ul>li.navList>ul .nav-r .levels-3{
	padding-right: 320px;
}
.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic h3{
	font-size: 18px;
}
.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic span{
	font-size: 18px;
}
.navs>ul>li.navList>ul .nav-r .levels-3 .nav-right-pic{
	width: 280px;
}
.about-info .font60{
	font-size: 40px;
}
.inquiry-info{
	width: 80%;
	left: 10%;
	top: 50px;
	margin-left: 0px;
}
.foot-title h2{
	font-size: 25px;
	line-height: 30px;
}
.section1list .text{
	width: 60%;
}
.maincon{
	width: 100%;
	padding: 0px 6%;
}
.banner-info .text h1{
	font-size: 30px;
	line-height: 35px;
}
.banner-info .text p{
	font-size: 16px;
}
.banner-section{
	padding-top: 180px;
}
.banner-info .text{
	width: 70%;
}
.navs>ul>li>ul{
	left: 50%;
	transform: translateX(-50%);
}
.navs>ul>li.navList>ul{
	left: 50%;
}
.logos img{
	height: 50px;
}
.toper .content{
	flex-wrap: wrap;
}
.navs{
	width: 100%;
}
.navs>ul>li{
	margin-left: 20px;
}
.searchbox input{
	width: 200px;
}
.searchbox{
	height: 34px;
	position: absolute;
	right: 30px;
	top: 20px;
}
	
}


@media screen and (max-width:1100px){

.secretomics-section7-list{
		column-gap: 2%;
}
.secretomics-section7-list .list-item{
		width: 32%;
}
.secretomics-section6{
	flex-wrap: wrap;
	justify-content: center;
}
.secretomics-section6 .pic{
	max-width: 100%;
}
.secretomics-section6 .text{
	width: 100%;
	margin-bottom: 30px;
}
.secretomics-section5{
		column-gap: 2%;
		justify-content: flex-start;
}
.secretomics-section5 .list-item{
		width: 32%;
}
.secretomics-section2-list .list-item{
		width: 49%;
}
.secretomics-section1 .list-item{
		width: 49%;
}
.page-title-list-box{
	top: 80px;
}
.page-title-list{
	width: auto;
	column-gap: 15px;
	border-bottom: none;
}
.page-title-list .list-item{
	flex-grow: 1;
	white-space: nowrap;
}
.related-service-list .list-item p{
	font-size: 18px;
}
.careerForm{
	display: flex;
	flex-wrap: wrap;
}
.careerForm>div{
	width: 100%;
}
.pagebanner .text p{
	margin-bottom: 10px;
}
.crumbnav .bread-navi{
	flex-direction: row;
}
.logos img {
    height: 50px;
}
.searchbox{
	height: 36px;
}
.topnav {
    padding-top: 15px;
    padding-bottom: 15px;
}
.searchbox {
    right: 100px;
    top: 50%;
    position: static;
}
.sp_nav {
    display: block;
    margin-left: 30px;
    margin-top: 0px;
}	
.navs {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    margin-top: 0px;
    right: 0px;
    bottom: auto;
    background: #2f4d83;
    padding-top: 0px;
    padding-left: 0px;
    padding-right: 0px;
    z-index: 999;
    transition: .15s ease-in-out;
    -webkit-transition: .15s ease-in-out;
    -moz-transition: .15s ease-in-out;
    -ms-transition: .15s ease-in-out;
    -o-transition: .15s ease-in-out;
    transform: translateY(15px);
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    opacity: 0;
    visibility: hidden;
    max-height: calc(100vh - 120px);
    overflow: auto;
}
.navs a{
    width: 100%;
    height: auto;
    border-bottom: 1px solid #d8d8d8;
    line-height: 50px;
    line-height: 50px;
    display: block;
    margin-left: 0px;
    z-index: 999;
    padding: 0px 20px;
    float: left;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
.navs.visible{transform: translateY(0); -webkit-transform: translateY(0); -moz-transform: translateY(0); -ms-transform: translateY(0); -o-transform: translateY(0); opacity: 1; visibility: visible;}
.navs>ul{
	width: 100%;
	height: auto;
}
.toper.fixed .navs a{
	color: #fff;
}
.navs ul li a{
	font-size: 15px;
	line-height: 40px;
    color: #fff;
    display: inline-block;
    width: auto;
    text-align: left;
    border-bottom: none;
    padding: 0px 0px;
}
.navs ul{
	margin-top: 0px;
}
.navs ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 0px 15px;
    margin-bottom: 0px;
    position: relative;
    margin-left: 0px;
    line-height: 40px;
    border-bottom: 1px solid #43648e;
    display: inline-block;
}
.navs ul li:last-child{
    margin-bottom: 0px;
}
.navs>ul>li:last-child{
	border-bottom: 1px solid #43648e;
    margin-bottom: 0px;
}
.navs ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 15px;
    position: absolute;
    right: 20px;
}
.navs ul li ul li img{
	height: 8px;
    cursor: pointer;
    transition: all 0.3s;
    line-height: 12px;
    top: 20px;
    position: absolute;
    right: 20px;
}
.navs ul li img.down{
	transform:rotate(-90deg);
	-ms-transform:rotate(-90deg);
	-moz-transform:rotate(-90deg);
	-webkit-transform:rotate(-90deg);
	-o-transform:rotate(-90deg); 
}
.navs ul li ul{
	display: none;
	padding-left: 10px;
	overflow: hidden;
}
.navs ul li ul li{
	padding: 0px 0px;
}
.navs ul li ul li:last-child{
	border-bottom: none;
}
.navs ul li ul li a{
	line-height: 22px;
	padding: 10px 0px;
}
.navs>ul>li>ul{
	position: static;
	width: 100%;
	padding-left: 20px;
	background: none;
	transform: none;
}
.navs ul li ul li ul{
	position: static;
}
.navs ul li ul li ul {
    position: static;
    width: 100%;
}
.navs>ul>li:hover{
	padding-bottom: 0px;
}
.navs>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul>li>ul>li>ul>li>ul>li>ul>li>a{
	color: #fff;
}
.navs>ul li span{
	float: right;
	margin-right: 15px;
	font-size: 18px;
	font-weight: bold;
}
.navs ul li span::before{
	color: #fff;
    content: "+";
    font-weight: bold;
}
.navs ul li span.down::before{
	color: #fff;
    content: "-";
    font-weight: bold;
}
.navs>ul>li:hover {
    background: none;
    border-bottom: 1px solid #43648e;
}
.navs ul li ul li span::before{
	color: #fff;
	content: "+";
}
.navs ul li ul li span.down::before{
	content: "-";
}
.navs ul li ul li:hover>span::before{
	color: #fff;
}
.navs ul li ul li{
	border-bottom: 1px solid #43648e;
}
.navs ul li ul li:hover {
    background: none;
    border-bottom: 1px solid #43648e;
}
.navs>ul>li:after{
	content: none;
}
.navs ul li ul li ul{
	background: none;
	padding-left: 20px;
}
.navs ul li ul li span::before{
	top: 18px;
}
.navs a:hover{
	color: #fff;
}
.navs>ul>li:hover>a{
	color: #fff;
}
.navs ul li ul li:hover>a{
	color: #fff;
}
.navs>ul>li .nav-l .levels-3 {
    display: block !important;
    padding-left: 15px;
}
.nav-right-pic{
	display: none;
}
	
}

@media screen and (max-width:1000px){



.secretomics-section10 .list-item{
	width: 100%;
}
.secretomics-section9 .list-item{
	width: 100%;
}
.secretomics-section8-list .list-item{
	width: 100%;
}
.secretomics-section7-list .list-item{
		width: 49%;
}
.secretomics-section5 .list-item{
		width: 49%;
}
.secretomics-section4{
	flex-wrap: wrap;
	justify-content: center;
}
.secretomics-section4 .pic{
	max-width: 100%;
}
.secretomics-section4 .text{
	width: 100%;
}
.secretomics-box .secretomics-title{
	font-size: 22px;
}
.info-pic-right{
	flex-wrap: wrap;
	justify-content: center;
}
.info-pic-right .pic{
	max-width: 100%;
	margin-top: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.info-pic-right .pic img{
	max-width: 100%;
	height: auto;
}
.info-pic-right .text{
	width: 100%;
}

.info-pic-left{
	flex-wrap: wrap;
	justify-content: center;
}
.info-pic-left .pic{
	max-width: 100%;
	margin-bottom: 20px;
	margin-right: 0px;
	margin-left: 0px;
}
.info-pic-left .pic img{
	max-width: 100%;
	height: auto;
}
.info-pic-left .text{
	width: 100%;
}
.index-section6-list .list-item{
	width: 100%;
}
.index-section5-info .text .text-list .list-item{
	padding: 50px 50px 20px 50px;
}
.related-service-list{
	justify-content: space-between;
	column-gap: 0%;
}
.related-service-list .list-item{
	width: 48%;
}
.kc-items {
	justify-content: space-between;
	column-gap: 0%;
}
.kc-items .col-md-4 {
	width: 48%;
}
.Subcellular-list{
	column-gap: 2%;
}
.Subcellular-list a{
	width: 32%;
}
.servicec-title{
	flex-direction: column;
}
.servicec-title .inquiry-btn{
	margin-bottom: 20px;
	margin-left: 0px;
}
.contact-content-mess form{
	width: 100% !important;
}
.servicetwo-content h1{
	font-size: 24px;
}
.foot-title{
	width: 100%;
	margin-bottom: 25px;
}
.section1list .text h2{
	margin-bottom: 15px;
}
.index-title{
	font-size: 24px;
}
.maincon{
	padding: 0px 30px;
}
.banner-info{
	padding: 0px 30px;
}
.banner-info .text {
    width: 100%;
}
.banner-info .text h1{
	font-size: 24px;
	line-height: 30px;
	margin-bottom: 0px;
}
.banner-info .text p.text1{
	margin-top: 20px;
	margin-bottom: 20px;
}
.banner-info .pic{
	right: 0px;
}

}

@media screen and (max-width:800px){




.secretomics-section7-list .list-item{
		width: 100%;
}
.secretomics-section5 .list-item{
		width: 100%;
}
.secretomics-section3-list .list-item{
	column-gap: 10px;
	padding: 15px 10px;
}
.secretomics-section2-list .list-item{
		width: 100%;
}
.secretomics-section1 .list-item{
		width: 100%;
}
.page-title-list-box{
	top: 106px;
}
.index-section5-info .text .text-title .text-title-list .progress-bar{
	height: 3px;
}
.go_top{
	width: 36px;
	height: 36px;
	right: 5px;
}
.index-section5-info .text .text-list .list-item .more-btn:before{
	width: 38px;
	height: 38px;
}
.index-section5-info .text .text-list .list-item p {
    margin-bottom: 20px;
}
.index-section5-info .text .text-list .list-item h2{
	font-size: 20px;
	margin-bottom: 15px;
}
.index-section5-info .text .text-list .list-item{
	padding: 50px 20px 20px 20px;
}
.index-section5-info .text .text-title .text-title-list span:hover{
	padding-bottom: 0px;
}
.index-section5-info .text .text-title .text-title-list span:after{
	content: none;
}
.index-section5-info .text .text-title .text-title-list{
	width: 50%;
	height: auto;
	border-right: none;
	padding: 8px 10px;
}
.index-section5-info .text .text-title{
	flex-wrap: wrap;
	height: auto;
	align-items: center;
	justify-content: flex-start;
	top: auto;
	bottom: 20px;
}
.choose-list .list-item{
	width: 50%;
}
.choose-list .list-item:nth-child(3n){
	border-right: 1px solid #e5e5e5;
}
.choose-list .list-item:nth-child(2n){
	border-right: none;
}
.about-info .font60{
	font-size: 28px;
}
.Subcellular-list{
	column-gap: 2%;
}
.Subcellular-list a{
	width: 49%;
}
.side-inquiry-text{
	bottom: 50px;
}
.inquiry-info{
	width: 90%;
	left: 5%;
	padding: 30px 15px 0px;
}
.inquiry-info>h2{
	font-size: 20px;
}
.inquiry-info>.inquiry-title{
	font-size: 20px;
}
.side-inquiry{
	width: 45px;
	height: 45px;
	right: 5px;
}
.side-inquiry img{
	width: 55%;
}
.servicetwo-content h1{
	font-size: 22px;
}
.servicetwo-content h3{
	font-size: 18px;
	line-height: 24px;
}
.servicetwo-content h2{
	font-size: 18px;
	line-height: 24px;
}
.servicetwo-content p.Reference{
	font-size: 18px;
}
.page-content{
	padding: 40px 0px;
}
.pagebanner .text{
	top: 40%;
}
.foot-nav{
	width: 100%;
	margin-bottom: 25px;
}
.index-section3{
	padding: 40px 0px;
}
.index-section2{
	padding: 30px 0px 20px;
}
.index-section2 .index-title{
	margin-bottom: 20px;
}
.section2list{
	flex-wrap: wrap;
}
.section2list a{
	width: 100%;
}
.index-section1{
	padding: 50px 0px 10px;
}
.section1list{
	flex-wrap: wrap;
}
.section1list .text{
	width: 100%;
}
.section1list .pic{
	margin: auto;
	width: 50%;
	margin-bottom: 20px;
}
.index-section1 .section1list:first-child .pic{
	width: 50%;
}
.index-title{
	font-size: 20px;
}
.maincon{
	padding: 0px 15px;
}
.banner-info {
	padding: 0px 15px 280px;
}
.banner-info .text h1{
	font-size: 20px;
	line-height: 26px;
}
.more{
	padding: 6px 24px;
}
.banner-info .pic {
    left: 50%;
    bottom: 0px;
    max-width: 380px;
    width: 100%;
    transform: translateX(-50%);
}
.logos img {
    height: 40px;
}
.topnav {
    padding-top: 5px;
    padding-bottom: 5px;
}
.toper {
    background: #1d4577;
}
.content{
	padding: 0px 15px;
}
.searchbox {
	width: 100%;
    right: 0px;
    top: 100%;
    transform: translateY(0%);
    padding: 10px 15px;
    height: 56px;
    background: #f4f4f4;
        position: absolute;
}
.searchbox form{
	border: 1px solid #1d4577;
}
.searchbox input{
	width: 100%;
	border-radius: 20px 20px 20px 20px;
	color: #1d4577;
}
.searchbox input::-webkit-input-placeholder {
    color: #1d4577;
}
.searchbox input:-moz-placeholder {
    color: #1d4577;
}
 .searchbox input::-moz-placeholder {
    color: #1d4577;
}
 .searchbox input::-ms-input-placeholder {
    color: #1d4577;
}
.searchbox button{
	left: auto;
	right: 0px;
	position: absolute;
	background: url(../images/search.svg) center center/45% no-repeat #1d4577;
}	
}



@media screen and (max-width:500px){




.related-service-list .list-item{
	width: 100%;
}
.kc-items .col-md-4 {
	width: 100%;
}
.about-info .font60{
	font-size: 24px;
}
.about-info h4{
	font-size: 18px;
}
.about-list .about-list-item{
	width: 100%;
}
.about-list .about-list-item:first-child{
	border-right: none;
	border-bottom: 1px solid #ccc;
}
.Subcellular-list a{
	width: 100%;
}
.section1list .pic{
	max-width: 260px;
	width: 100%;
}
.index-section1 .section1list:first-child .pic{
	max-width: 260px;
	width: 100%;
}
	
}

