@charset "utf-8";
@import url('style-r.css');


.successinfo {padding-left: 2px;line-height: 30px;color: #888888;padding-right: 2px;padding-bottom: 20px;}
.successinfo .iconarea .iconunit {text-align: center;display: block;width: 40px;height: 40px;border-radius: 40px;background-color: #7b9d3c;color: #ffffff;line-height: 40px;font-weight: bolder;font-size: 22px;position: relative;z-index: 9;}
.successinfo .tit {font-size: 26px;font-weight: bold;color: #7b9d3c;display: block;padding: 6px 0 15px 0;}
.successinfo .iconarea .iconunit img {top: 10px;left: 5px;position: absolute;z-index: 10;}
.Successtable table td{font-size: 16px;}
.img-responsive, .thumbnail>img, .thumbnail a>img, .carousel-inner>.item>img, .carousel-inner>.item>a>img{
	max-width: none;
	height: 100%;
    min-width: 100%;
    width: 100%;
    object-fit: cover;
}
.carousel-indicators{
	display: none;
}
.carousel-control{
	height: 35px;
    width: 35px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/carousel-right.svg) no-repeat center center/100% #005c87 !important;
}
.carousel-control.right{
	right: 2%;
}
.carousel-control.left{
	left: 2%;
	right: auto;
	transform: rotate(180deg) translateY(50%);
}
.carousel-inner>.item{
	height: 100vh;
}
.carousel-inner .item img{
	width: 100%;
	height:100vh;
	object-fit: cover;
}
.bannertext{
	position: absolute;
    top: 50%;
    transform: translateY(-50%);
    transition: all .5s;
    width: 100%;
    text-align: left;
}
.bannertext h1{
	font-size: 40px;
	color: #fff;
	margin-bottom: 15px;
	font-family: 'Roboto-Medium';
	text-align: left;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
    padding: 0px 5%;
}
.bannertext span{
	font-size: 40px;
	color: #fff;
	margin-bottom: 15px;
	font-family: 'Roboto-Medium';
	text-align: left;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 0.5s ease-out;
    animation: upDown 0.5s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.5s;
    padding: 0px 5%;
    display: block;
}
.bannertext p{
	font-size: 16px;
	color: #fff;
	line-height: 25px;
	text-align: left;
	max-width: 100%;
	white-space: normal;
	display: inline-block;
	font-family: 'Roboto-Regular';
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 0.8s ease-out;
    animation: upDown 0.8s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 0.8s;
    padding: 0px 5%;
}
.bannertext .text-btn{
	width: 100%;
	text-align: left;
	margin-top: 30px;
	padding: 0px 5%;
	opacity: 0;
	transform: translateY(-15px);
	-webkit-animation: upDown 1s ease-out;
    animation: upDown 1s ease-out;
    animation-iteration-count:1;
    animation-fill-mode:forwards;
    animation-delay: 1s;
}
.bannertext .text-btn a{
	position: relative;
    z-index: 1;
    background-color: #4cb2d4;
    height: 38px;
    line-height: 35px;
    padding: 0 80px 0 20px;
    color: #fff;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    font-style: italic;
    border: 0;
    display: inline-block;
}
.bannertext .text-btn a:before{
	position: absolute;
    content: '';
    height: 100%;
    width: 70px;
    top: 0;
    right: -10px;
    z-index: -1;
    background: #2080a0;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    transform: skew(-12deg);
}
.bannertext .text-btn a:after{
	content: '\e968';
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    line-height: 38px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    font-style: normal;
    transform: rotate(-90deg);
}
.bannertext .text-btn a:hover {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-right: 60px;
}
.bannertext .text-btn a:hover:before {
    width: 110%;
}
@-webkit-keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}
@keyframes upDown {
    0% {
        opacity: 0;
        -webkit-transform: translateY(-30px);
        -moz-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        transform: translateY(-30px);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0px);
        -moz-transform: translateY(0px);
        -ms-transform: translateY(0px);
        -o-transform: translateY(0px);
        transform: translateY(0px);
    }
}

.content{
	width: 1520px;
	height: auto;
	margin: auto;
}
.toper{
	width: 100%;
	height: auto;
	position: fixed;
	top: 0px;
	left: 0px;
	z-index: 99;
}
.topicon{
	width: 100%;
	height: auto;
	background: #ffffff15;
	padding: 8px 0px;
}
.topicon .content{
	display: flex;
	justify-content: flex-end;
}
.topicon p{
	color: #fff;
	font-family: 'Roboto-Regular';
}
.topicon p em{ font-style: normal;}
.topicon p a{
	color: #fff;
	font-family: 'Roboto-Regular';
}
.topicon p a:hover{
	color: #00d5cd;
}
.topicon p span:last-child:before{
	content: '|';
	margin-left: 8px;
	margin-right: 8px;
}
#topemail a{
	color: #fff;
	font-size: 15px;
}
.contacticon a{
	margin-left: 15px;
}
.contacticon a span{
	font-size: 15px;
	color: var(--light-blue);
}
.contacticon a span:hover{
	color: #00d5cd;
}
.topnav{
	width: 100%;
	height: auto;
	padding-top: 20px;
}
.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: 10px;
}
.navs a{
	font-size: 16px;
	color: #fff;
	font-family: 'Roboto-Medium';
}
.navs a:first-child{
	margin-left: 0px;
}
.navs a:hover{
	color: #fff;
}
.navs a.shows{
	color: #fcc10e;
}
.navs>ul>li{
	width: auto;
	height: 60px;
	float: left;
	margin-right: 35px;
	position: relative;
	line-height: 40px;
	padding: 0px 0px 20px;
}
.navs>ul>li:after{
	content: '';
	position: absolute;
	width: 0%;
	height: 2px;
	background: #fff;
	bottom: 23px;
	left: 0px;
	transition: all 0.3s;
}
.navs>ul>li>span{
    float: right;
    margin-left: 5px;
    color: #fff;
    font-size: 14px;
    line-height: inherit;
}
.navs>ul>li>span::before{
	content: '\e968';
	font-family: 'icomoon';
    right: 0;
    top: 0;
}
.navs>ul>li>a.actives{
	color: #ffcb05;
}
.navs>ul>li>span.act::before{
	color: #ffcb05;
}
.navs>ul>li:hover:after{
	width: 100%;
}
.navs>ul>li:hover>a{
	color: #fff;
}
.navs>ul>li:hover>span{
	/*color: #007398;*/
}
.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: #062134;
    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: #007398;
}
.navs ul li ul li:hover>span::before{
	color: #007398;
}
.navs ul li ul li a.shows{
	color: #fcc10e;
}
.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: 55px;
	background: #fff;
	width: 240px;
	height: auto;
	display: none;
}
.navs ul li ul li ul{
	position: absolute;
	left: 240px;
	top: 0px;
	background: #fff;
	width: 240px;
	height: auto;
	display: none;
}
.searchbox{
	width: auto;
	height: 34px;
	background: #fff;
	margin-top: 13px;
	margin-left: 40px;
}
.searchbox form{
	width: 100%;
	height: 100%;
	position: relative;
}
.searchbox input{
	width: 220px;
	height: 100%;
	border: none;
	background: #fff;
	padding: 0px 10px 0px 10px;
	font-size: 15px;
	border-radius: 0px;
	color: #000;
	float: left;
	border: none;
	box-shadow: none;
}
.searchbox input:focus{
	box-shadow: none;
	border: none;
}
.searchbox input::-webkit-input-placeholder {
  /* WebKit browsers */
  color: #959595;
  font-size: 15px;
}
.searchbox input:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #959595;
  font-size: 14px;
  font-family: 'Roboto-Light';
}
 .searchbox input::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #959595;
  font-size: 14px;
  font-family: 'Roboto-Light';
}
 .searchbox input::-ms-input-placeholder {
  /* Internet Explorer 10+ */
  color: #959595;
  font-size: 14px;
  font-family: 'Roboto-Light';
}
.searchbox button{
	height: 100%;
	width: 46px;
	background: url(../images/search.svg) center center/40% no-repeat #007398;
	border: none;
	float: left;
}
.searchbox button:hover{
	background: url(../images/search.svg) center center/40% no-repeat #00d5cd;
}
.toper.fixed{
	background: #323232;
	box-shadow: 1px 2px 6px #323232;
}
.toper.fixed .topnav {
    padding-top: 10px;
}
.toper.fixed .topicon{
    display: none;
}
.toper.fixed .logos img {
    height: 50px;
    margin-top: 5px;
}
.toper.fixed .searchbox input{
	border: none;
}
.toper.fixed .searchbox input:focus{
	border: none;
}
.toper.fixed .searchbox button{
	border: none;
}
.toper.fixed .searchbox button:hover{
	border: none;
}
.maincon{
	width: 1520px;
    height: auto;
    margin: auto;
}
.mainsection1{
	width: 100%;
	height: auto;
}
.section1list{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.section1list li{
	width: 48%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.section1list li .pic{
	width: 28%;
}
.section1list li .pic img{
	width: 100%;
}
.section1list li .text{
	width: 68%;
	text-align: left;
}
p{
	font-size: 16px;
	color: #242934;
	line-height: 25px;
}
.section1text{
	width: 100%;
	height: auto;
	padding: 45px 30px;
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	top: -40px;
	z-index: 33;
	background: #fff;
	text-align: center;
	box-shadow: 1px 3px 10px #efefef;
}
.section1text p{
	max-width: 1000px;
	display: inline-block;
	margin-bottom: 15px;
}
.section1text h3{
	font-size: 18px;
	color: #007298;
	font-family: 'Roboto-Medium';
	margin-bottom: 10px;
}
.section1text .text-head{
	font-size: 18px;
	color: #007298;
	font-family: 'Roboto-Medium';
	margin-bottom: 10px;
	display: block;
}
.more{
	display: block;
	text-align: left;
}
.more a{
	width: auto;
	height: 30px;
	display: inline-flex;
	align-items: center;
	padding: 4px 10px 4px 25px;
	font-size: 16px;
	color: #007298;
	font-family: 'Roboto-Regular';
	background: url(../images/more.svg) no-repeat 0px 55%/15px;
	transition: all 0.3s;
}
.more a:hover{
	background: url(../images/more.svg) no-repeat 10px 55%/15px #96d8ec;
	padding: 4px 10px 4px 35px;
	/*transform: translateX(5px);*/
}
.mainsection2{
	width: 100%;
	height: auto;
	padding: 30px 0px 80px;
}
.maintitle{
	margin-bottom: 35px;
}
.maintitle h3{
	font-size: 30px;
	margin-bottom: 15px;
	font-family: 'Roboto-Medium';
	color: #242833;
	text-align: center;
}
.maintitle h2{
	font-size: 30px;
	margin-bottom: 15px;
	font-family: 'Roboto-Medium';
	color: #242833;
	text-align: center;
}
.maintitle p{
	text-align: center;
}
.section2list{
	width: 100%;
	height: auto;
}
.section2list ul{
	width: 100%;
	height: auto;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: space-between;
}
.section2list ul li{
	width: 23.5%;
	height: auto;
	box-shadow: 1px 3px 10px #efefef;
	position: relative;
}
.section2list ul li .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.section2list ul li .pic img{
	width: 100%;
	height: auto;
	transition: all 0.8s;
}
.section2list ul li:hover .pic img{
	transform: scale(1.1); 
}
.section2list ul li .text{
	width: 100%;
	height: auto;
	padding: 20px 20px 45px;
}
.section2list ul li .text h4{
	font-size: 18px;
	color: #242934;
	text-align: left;
	margin-bottom: 15px;
	line-height: 25px;
	font-family: 'Roboto-Medium';
}
.section2list ul li .text p{
	margin-bottom: 10px;
}
.section2list ul li .text .more{
	position: absolute;
    bottom: 20px;
    left: 20px;
}

.mainsection3{
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.mainsection3 .section3pic{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url("../images/index-pic4.jpg");
	background-image: -webkit-image-set(
                    url("../images/index-pic4.webp") 1x
    );
    background-image: image-set(
                    url("../images/index-pic4.jpg") 1x
    );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
    transform: translateZ(-200px) scale(1.2);
}
.mainsection3 .maincon{
	position: relative;
}
.mainsection3 .maincon .maintitle{
	margin-bottom: 0px;
	padding: 90px 0px 70px;
}
.mainsection3 .maincon .maintitle h3{
	font-family: 'Roboto-Medium';
	color: #fff;
}
.mainsection3 .maincon .maintitle h2{
	font-family: 'Roboto-Medium';
	color: #fff;
}
.mainsection3 .maincon .maintitle p{
	color: #fff;
	font-family: 'Roboto-Medium';
}
.mainsection4{
	padding: 75px 0px;
}
.section4list{
	width: 100%;
	height: auto;
	margin-bottom: 35px;
}
.section4list ul{
	width: 100%;
	height: auto;
	display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-between;
}
.section4list ul li{
	width: 32%;
	height: auto;
	box-shadow: 2px 3px 8px #ccc;
}
.section4list ul li .pic{
	width: 100%;
	height: auto;
	overflow: hidden;
}
.section4list ul li .pic img{
	width: 100%;
	height: auto;
	transition: all 0.8s;
}
.section4list ul li:hover .pic img{
	transform: scale(1.1); 
}
.section4list ul li .text{
	width: 100%;
    height: auto;
    padding: 20px 20px;
}
.section4list ul li .text h4{
	font-size: 18px;
    color: #242833;
    text-align: left;
    margin-bottom: 20px;
    font-family: 'Roboto-Medium';
}
.section4list ul li .text p{
	margin-bottom: 10px;
}
.viewall{
	width: 100%;
	height: auto;
	text-align: center;
}
.viewall a{
	padding: 8px 14px;
	display: inline-block;
	font-size: 16px;
	color: #fff;
	background: #007398;
	font-family: 'Roboto-Medium';
}
.viewall a:hover{
	background: #00d5cd;
}
.mainsection5{
	width: 100%;
	height: auto;
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	flex-wrap: wrap;
}
.section5pic{
	width: 50%;
	position: relative;
	overflow: hidden;
}
.section5pics{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background-image: url("../images/index-pic7.jpg");
	background-image: -webkit-image-set(
                    url("../images/index-pic7.webp") 1x
    );
    background-image: image-set(
                    url("../images/index-pic7.jpg") 1x
    );
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}
.section5text{
	width: 50%;
	height: auto;
	padding: 50px 150px 50px 40px;
	background: url(../images/speak.svg) no-repeat 10% 20px/ 20% #007398;
}
.section5text .maintitle{
	margin-bottom: 0px;
}
.section5text .maintitle h3{
	color: #fff;
	text-align: left;
}
.section5text .maintitle h2{
	color: #fff;
	text-align: left;
}
.section5text .maintitle p{
	color: #fff;
	text-align: left;
	margin-bottom: 25px;
}
.section5text .maintitle .more{
	text-align: left;
}
.section5text .maintitle .more a{
	color: #fff;
	background: url(../images/more-white.svg) no-repeat 0px 55%/15px;
}
.section5text .maintitle .more a:hover{
	background: url(../images/more-white.svg) no-repeat 10px 55%/15px #3c9ebd;
}
.footercon{
	width: 100%;
	height: auto;
	background: #323232;
	padding: 65px 0px 60px;
}
.footercon .content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.footlogo{
	width: 30%;
}
.footlogo img{
	max-width: 180px;
	height: auto;
	margin-bottom: 25px;
}
.footlogo p{
	color: #fff;
}
.footcontact{
	width: auto;
}
.footcontact p{
	color: #fff;
	padding-left: 24px;
	margin-bottom: 5px;
}
.foothead{
	display: block;
	margin-bottom: 20px;
	font-size: 18px;
	color: #fff;
	font-family: 'Roboto-Medium';
}
.footcontact p a{
	color: #fff;
}
.footcontact p a:hover{
	color: #00d5cd;
}
.footcontact p:nth-child(2){
	background: url(../images/address.svg) no-repeat 0px 5px/12px;
}
.footcontact p:nth-child(3){
	background: url(../images/tel.svg) no-repeat 0px 5px/13px;
}
.footcontact p:nth-child(4){
	background: url(../images/fax.svg) no-repeat 0px 6px/13px;
}
.footcontact p:nth-child(5){
	background: url(../images/email.svg) no-repeat 0px 7px/14px;
}
.footlink p{
	margin-bottom: 5px;
}
.footlink p a{
	color: #fff;
}
.footlink p a:hover{
	color: #00d5cd;
}
.footicon .contacticon{
	margin-top: 30px;
}
.footicon .contacticon a{
	margin-left: 5px;
	margin-right: 5px;
}
.footicon .contacticon a span{
	color: #fff;
}
.copyright{
	width: 100%;
	height: auto;
	background: #000000;
	padding: 10px 0px;
}
.copyright .content{
	display: flex;
	justify-content: space-between;
}
.copyright .content p{
	color: #fff;
	font-size: 14px;
}
.copyright p a{
	color: #fff;
	font-size: inherit;
}
.copyright p a:hover{
	color: #fff;
}
.go_top{
	display: flex;
	align-items: baseline;
	justify-content: flex-start;
	color: #fff;
	font-size: 14px;
	cursor: pointer;
}
.go_top span{
	font-size: 15px;
	margin-right: 5px;
}
.go_top:hover{
	color: #00d5cd;
}
.pagebanner{
	width: 100%;
	height: 400px;
	position: relative;
}
.pagebanner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.pagebanner .text{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 0px 15px;
}
.pagebanner h1{
	font-size: 35px;
	color: #fff;
	font-family: 'Roboto-Medium';
	margin-top: 80px;
}
.crumbnav{
	width: 100%;
	height: auto;
	background: #f6f6f6;
	padding: 10px 0px;
}
.crumbnav ul{
	width: 100%;
	height: auto;
	margin: auto;
	font-size: 15px;
	color: #fff;
}
.crumbnav ul li{
	font-size: 16px;
	color: #242934;
	display: inline-block;
	margin-right: 5px;
	font-family: 'Roboto-Regular';
}
.crumbnav ul li a{
	font-size: 16px;
	color: #007398;
	display: inline-block;
	font-family: 'Roboto-Regular';
}
.crumbnav ul li a:hover{
	color: #242934;
}
.crumbnav ul li::before{
	content: ">";
	color: #007398;
	margin-right: 7px
}
.crumbnav ul li:first-child::before{
	content: "";
	margin-right: 0px;
}
.pagecontent{
	width: 100%;
	height: auto;
	padding: 50px 0px;
}
.contact{
	width: 1020px;
	height: auto;
	margin: auto;
	padding-top: 30px;
}
.contactcon{
	width: 100%;
	height: auto;
	display: inline-flex;
	justify-content: space-between;
	align-items: flex-start;
}
.contactcons{
	width: auto;
}
.contactcons span{
	font-size: 18px;
	color: #002664;
	font-family: 'Roboto-Medium';
	margin-bottom: 10px;
	display: block;
}
.contactcons p{
	margin-bottom: 30px;
	color: #242934;
}
.contactcons p a{
	color: #242934;
}
.contactcons p a:hover{
	color: #007398;
}
.formbox{
	width: 50%;
	height: auto;
}
.formbox form input{
	width: 100%;
	height: 42px;
	background: #f6f6f6;
	padding: 0px 10px;
	border: none;
	margin-bottom: 20px;
	border-bottom: 2px solid #dddddd;
	box-shadow: none;
	color: #007398;
	font-size: 16px;
	font-family: 'Roboto-Regular';
}
.formbox form textarea{
	width: 100%;
	height: 100px;
	background: #f6f6f6;
	padding: 0px 10px;
	border: none;
	margin-bottom: 20px;
	border-bottom: 2px solid #dddddd;
	box-shadow: none;
	color: #007398;
	font-size: 16px;
	font-family: 'Roboto-Regular';
}
.formbox form input:focus{
	border-bottom: 2px solid #007398;
}
.formbox form textarea:focus{
	border-bottom: 2px solid #007398;
}
.quantity{
	display: flex;
	justify-content: flex-start;
}
.formbox form .quantity input{
	width: 50%;
	margin-right: 15px;
}
.formbox form .quantity select{
	height: 42px;
	width: 80px;
	border: none;
	border-bottom: 2px solid #dddddd;
	box-shadow: none;
	color: #007398;
	font-size: 16px;
	font-family: 'Roboto-Regular';
	background: #f6f6f6;
	cursor: pointer;
}
.formbox form .quantity select:focus{
	border-bottom: 2px solid #007398;
}
.verifi{
	display: flex;
	justify-content: flex-start;
}
.formbox form .verifi input{
	width: 50%;
	margin-right: 15px;
}
.formbox form .verifi .verifycoderefresh{
	width: auto;
	height: 42px;
	cursor: pointer;
}
.formbox form .btns button{
	width: 160px;
    height: 44px;
    border: none;
    background: #002664;
    font-size: 16px;
    color: #fff;
    font-family: 'Roboto-Medium';
}
.formbox form .btns button:hover{
	background: #007398;
}
.formbox input::-webkit-input-placeholder {
    color: #666666;
}
.formbox input:-moz-placeholder {
    color: #666666;
}
.formbox input::-moz-placeholder {
    color: #666666;
}
.formbox input::-ms-input-placeholder {
    color: #666666;
}

.formbox textarea::-webkit-input-placeholder {
    color: #666666;
}
.formbox textarea:-moz-placeholder {
    color: #666666;
}
.formbox textarea::-moz-placeholder {
    color: #666666;
}
.formbox textarea::-ms-input-placeholder {
    color: #666666;
}
.nomain-content p{
	padding-top: 5px;
    padding-bottom: 15px;
}
.nomain-content img{
	max-width: 350px;
	width: 30%;
}
.nomain-content h3{
	font-family: 'Roboto-Medium';
}
.nomain-content h2{
	font-family: 'Roboto-Medium';
}
.nomain-inquiry>div.inquirybox:first-child{
	padding: 40px 20px 30px;
	width: 60%;
	background: #f4f4f4;
}
.nomain-inquiry>div.inquirybox .form-inquiry{
	padding: 0 0 20px 0;
}
.nomain-title2{
	font-size: 35px;
	margin-top: 35px;
}
.follow-title{
	color: #007398;
	font-family: 'Roboto-Medium';
    margin-top: 20px;
	margin-bottom: 20px;
    font-size: 20px;
    text-align: center;
}
.get-touch-title{
	color: #007398;
	font-family: 'Roboto-Medium';
    margin-bottom: 10px;
    font-size: 36px;
}
.service-content{
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
}
.leftnav{
	width: 25%;
}
.rightcon{
	width: 70%;
}
.leftnav h3{
	font-size: 22px;
	color: #000;
	margin-bottom: 25px;
	font-weight: bold;
	display: block;
    line-height: 22px;
    color: #222222;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}
.leftnav h3 a{
    color: #222222;
    font-weight: bold;
}
.leftnav h3:before {
    content: '';
    width: 5px;
    height: 25px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #007398;
    border-radius: 10px;
    position: absolute;
}

.leftnav .side-title{
	font-size: 22px;
	color: #000;
	margin-bottom: 25px;
	font-weight: bold;
	display: block;
    line-height: 22px;
    color: #222222;
    padding-left: 20px;
    position: relative;
    text-transform: uppercase;
}
.leftnav .side-title a{
    color: #222222;
    font-weight: bold;
}
.leftnav .side-title:before {
    content: '';
    width: 5px;
    height: 25px;
    left: 0px;
    top: 50%;
    transform: translateY(-50%);
    background: #007398;
    border-radius: 10px;
    position: absolute;
}

.leftnavli{
	width: 100%;
	height: auto;
	padding: 20px 15px 20px;
	box-shadow: 0px 2px 14px #eaeaea;
	margin-bottom: 35px
}
.leftnavli>ul{
	width: 100%;
	height: auto;
}
.leftnavli ul li a{
	font-size: 16px;
	line-height: 22px;
    color: #2f2725;
    display: inline-block;
    max-width: 90%;
    font-family: 'Roboto-Regular';
}
.leftnavli ul li a:hover{
	color: #007398;
}
.leftnavli ul{
	margin-top: 5px;
	margin-bottom: 7px;
}
.leftnavli ul li{
	width: 100%;
    height: auto;
    padding: 0px 0px 5px 0px;
    border-bottom: 1px solid #d2d7da;
    margin-bottom: 10px;
    position: relative;
}
.leftnavli ul li ul li:last-child{
	border-bottom: 0px solid #e2e2e2;
    margin-bottom: 0px;
    padding: 10px 0px 0px;
}
.leftnavli>ul>li:last-child{
	border-bottom: 1px solid #e2e2e2;
    margin-bottom: 10px;
}
.leftnavli ul li span{
	float: right;
	position: relative;
}
.leftnavli ul li span::before{
	content: "+";
    color: #062134;
    font-weight: bold;
    position: absolute;
    right: 15px;
    position: absolute;
    cursor: pointer;
}
.leftnavli ul li span.down::before{
	content: "-";
    color: #004b8d;
}
.leftnavli ul li ul{
	display: none;
	padding-left: 14px;
}
.leftnavli>ul>li{
	padding: 15px 0px;
	margin-bottom: 0px;
}
.leftnavli ul li ul li{
	padding: 10px 0px;
	margin-bottom: 0px;
}
.leftnav .nomain-inquiry{
	flex-wrap: wrap;
	margin: 0px 0px 0px;
}
.leftnav .nomain-inquiry>div.inquirybox:first-child{
	width: 100%;
	padding: 20px 15px 10px;
	box-shadow: 0px 2px 14px #eaeaea;
	background: none;
}
.leftnav .nomain-inquiry>div:nth-child(2){
	width: 100%;
	margin-top: 130px;
}
.leftnav .nomain-inquiry .nomain-inquiry-data{
	width: 100%;
}
.leftnav .form-row{
	flex-wrap: wrap;
}
.leftnav .form-row>div{
	width: 100%;
}
.leftnav .form-inquiry{
	font-size: 15px;
}
.leftnav .form-inquiry input, .leftnav .form-inquiry>textarea{
	margin: 5px 0 15px;
}
.leftnav .inputbox .inquiry-quantity select.form_control{
	margin-top: 5px;
}
.leftnav .form-inquiry button{
	margin-top: 5px;
}
.nomain-picrow>li h3{
	height: auto;
	line-height: 26px;
	padding-bottom: 15px;
}
.nomain-picrow>li h3::after{
	left: 10px;
	width: 40px;
	height: 3px;
}
.nomain-picrow>li p{
	margin-bottom: 10px;
}
.nomain-picrow .linkbtn{
	bottom: 0px;
	font-family: 'Roboto-Regular';
}
.nomainCareer-second>h3 {
    font-family: 'Roboto-Medium';
    margin-bottom: 10px;
}
.nomainCareer-second>p {
    margin-bottom: 15px;
}
.nomainCareer-second a{
	background: #323232;
	font-size: 15px;
}
.nomainCareer-second a:hover{
	color: #fff;
}
.prolist {
    padding: 0px 0;
    color: #666666;
}
.protable{
	width: 100%;
	height: auto;
}
.protablehead{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ddd;
}
.protablehead .tdbg{
	padding: 8px 8px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	text-align: left;
}
.protablehead .tdbg:last-child{
	text-align: center;
}
.protablehead .tdbg:nth-child(1){
	width: 20%;
}
.protablehead .tdbg:nth-child(2){
	width: 60%;
}
.protablehead .tdbg:nth-child(3){
	width: 20%;
}
.protablelist{
	width: 100%;
	height: auto;
	border-bottom: 1px solid #ddd;
}
.protablelist div{
	padding: 8px 8px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	font-weight: 100;
	font-family: 'Roboto-Medium';
}
.protablelist div span{
	display: none;
	font-weight: bold;
}
.protablelist div:nth-child(1){
	width:20%;
	min-height: 10px;
	padding: 12px 8px 8px;
}
.protablelist div:nth-child(2){
	width: 60%;
	padding: 12px 8px 8px;
}
.protablelist div:nth-child(3){
	width: 20%;
}
.protablelist div:nth-child(2) a{
	color: #4472c4;
}
.protablelist div:nth-child(2) a:hover{
	color: #007398;
}
.protablelist div a{
	font-weight: 100 !important;
	font-family: 'Roboto-Medium';
	font-size: 16px;
}
.inquiry-a {
	background-color: #007398;
	color: #ffffff !important;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	-ms-border-radius: 30px;
	-o-border-radius: 30px;
	border-radius: 30px;
	text-align: center;
	padding: 5px 18px;
	display: block;
	width: 82px;
	margin: auto;
	font-family: 'Roboto-Medium';
}
.inquiry-a:hover{
	background: #2a4047;
}
.ProTab {
    margin: 15px 0px 40px;
    /*border-top: 1px solid #bdcdd3;*/
}
.ProTab .unitContents {
	margin: 0px;
	background-color: #ffffff;
	border-bottom: 1px solid #ededed;
	height: auto;
	overflow: hidden;
}

.ProTab .unitContents .leftTit {
	width: 24%;
	border-right: 0px solid #ededed;
	line-height: 23px;
	height: auto;
	float: left;
	padding: 5px 15px 5px 5px;
	font-weight: bold;
	text-align: right;
}

.ProTab .unitContents .leftName {
	width: 76%;
	padding-left: 10px;
	color: #908e8e;
	line-height: 24px;
	height: auto;
	float: left;
	padding: 5px;
}

.ProTab .border {
	border-bottom: 1px solid #ededed;
}

.pro-table h2 {
	border-bottom: 2px solid #999999;
	color: #2e6da4;
	font-size: 18px;
	line-height: 36px;
	margin-top: 10px;
}

.pro-table .row {
	margin-left: 0;
	margin-right: 0;
	border-bottom: 1px solid #bdcdd3;
	padding: 12px 5px;
	line-height: 20px;
}
.pro-table .row:last-child {
	margin-bottom: 0;
}

.pro-table .row .col-md-3 {
	font-weight: 100;
	font-family: 'Roboto-Medium';
	text-align: right;
	color: #899499;
	font-size: 16px;
	width: 170px;
	line-height: 25px;
}
.pro-table .row .col-md-9 {
	font-size: 16px;
	color: #333;
	width: calc(100% - 200px);
	line-height: 25px;
	padding-left: 0px;
	float: right;
	font-family: 'Roboto-Regular';
}
.pro-table .row .col-md-9 .structure-pic{
	width: auto;
	max-width: 100%;
}
.propic .dw-msds{
	color: #337ab7;
}
.propic .dw-msds:hover{
	color: #eca400;
}
.propic .dw-msds.nohref{
	color: #999;
	cursor: default;
}
.propic .dw-msds.nohref:hover{
	color: #999;
}
.product-tags{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	flex-wrap: wrap;
}
.product-tags div{
	width: 49%;
	margin-bottom: 15px;
	
}
.product-tags a{
	width: 100%;
	height: 100%;
	padding-left: 5px;
    display: inline-flex;
    color: #337ab7;
    background-color: #f3f3f3;
    font-size: 15px;
    line-height: 20px;
    font-family: 'Roboto-Regular';
    padding: 8px 15px;
    align-items: center;
}
.product-tags a:hover{
	background: #007398;
	color: #fff;
}



.pro_list {
    width: 100%;
    height: auto;
    overflow: hidden;
    font-size: 16px;
    border-bottom: 1px #e6e6e6 solid;
    padding: 10px 0;
    margin: 5px 0;
    display: flex;
    justify-content: space-between;
}
.pro_list div {
    width: auto;
    display: inline-flex;
    vertical-align: top
}
.pro_list .pro_list_info{
	width: calc(100% - 80px);
	flex-wrap: wrap;
}
.pro_list .pro_left_cas{
	width: 50%;
}
.pro_list .pro_left strong{
	margin-right: 5px;
}
.pro_list_title {
    display: table !important;
    width: 100% !important;
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 15px
}
.pro_list_title a {
    color: #00a6e6;
    text-decoration: none;
    font-family: 'Roboto-Regular';
    font-weight: bold;
    font-size: 19px;
}
.pro_list_title a:hover {
    color: #2751a3;
    text-decoration: none
}
.pro_list_title span {
    font-size: 16px;
    font-weight: normal;
    text-align: right
}
.pro_real_title {
    display: table-cell !important;
    vertical-align: top;
    width: auto !important
}
.inquiry_btn {
    padding: 0em .8em;
    clear: both;
    color: #FFF;
    background-color: #007398;
    text-decoration: none;
    border-radius: 2px;
    font-size: 16px;
    display: inline-block;
    transition: all .3s;
    margin: 10px 0;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
        word-break: normal !important;
}

.inquiry_btn:hover {
    color: #FFF;
    background: #00a6e6;
    border-radius: 0px;
}
.pro_list_inquiry{
	display: inline-flex ;
	align-items: center;
}
.pro_list_inquiry .inquiry_btn{
	margin-right: 10px;
}
.cart_btn {
    padding: 0em .8em;
    clear: both;
    color: #FFF;
    background-color: #1e2d3b;
    text-decoration: none;
    border-radius: 2px;
    font-size: 18px;
    display: inline-block;
    transition: all .3s;
    margin: 10px 0;
    cursor: pointer;
    height: 35px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}
.cart_btn:hover {
    color: #FFF;
    background: #4c4988;
}

.product-list-opl{
	margin-bottom: 20px;
}
.product-list-opl a{
    display: inline-block;
    color: #fff;
    background: #007398;
    padding: 8px 15px;
    font-size: 16px;
}
.product-list-opl a:hover{
    background: #00d5cd;
    color: #fff;
}
.service-post-title{
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid rgba(200,200,200,0.6);
}
.service-post-title h2{
	color: #000;
	margin-top: 5px;
	margin-bottom: 0px;
    font-size: 24px;
    font-family: 'Roboto-Medium';
}
.service-post-title h1{
	color: #000;
	margin-top: 5px;
	margin-bottom: 0px;
    font-size: 24px;
    font-family: 'Roboto-Medium';
}
.service-post-title .site-btn{
	position: relative;
    z-index: 1;
    background-color: #4cb2d4;
    height: 38px;
    line-height: 35px;
    padding: 0 80px 0 20px;
    color: #fff;
    transition: all ease .3s;
    -webkit-transition: all ease .3s;
    cursor: pointer;
    overflow: hidden;
    font-size: 16px;
    font-style: italic;
    border: 0;
    flex-shrink: 0;
    margin-left: 20px;
    display: none;
}
.service-post-title .site-btn:before{
	position: absolute;
    content: '';
    height: 100%;
    width: 70px;
    top: 0;
    right: -10px;
    z-index: -1;
    background: #2080a0;
    -webkit-transition: .3s all ease-out;
    -o-transition: .3s all ease-out;
    transition: .3s all ease-out;
    transform: skew(-12deg);
}
.service-post-title .site-btn:after{
	content: '\e968';
    font-family: 'icomoon';
    position: absolute;
    right: 0;
    top: 0;
    height: 38px;
    line-height: 38px;
    width: 50px;
    text-align: center;
    color: #fff;
    font-size: 1.4em;
    font-style: normal;
    transform: rotate(-90deg);
}
.service-post-title .site-btn:hover {
    position: relative;
    z-index: 1;
    color: #fff;
    padding-right: 60px;
}
.service-post-title .site-btn:hover:before {
    width: 110%;
}
.inputbox .inquiry-quantity{
	width: 100%;
	display: flex;
}
.inputbox .inquiry-quantity input.form_control {
	border: 1px solid rgba(222,222,222,1);
	color: #000;
	width: calc(100% - 110px);
	height: 45px;
	border-radius: 0px;
	padding: 0px 12px;
	outline: none;
	box-shadow: none;
}
/*.inputbox .inquiry-quantity input.form_control::-webkit-input-placeholder,
.inputbox .inquiry-quantity input.form_control::-webkit-input-placeholder,
.inputbox .inquiry-quantity input.form_control::-webkit-input-placeholder {
	color: #fff
}*/
.inputbox .inquiry-quantity input.form_control:after {
	content: " ";
	position: absolute;
	z-index: 2;
	top: -25px;
	width: 110%;
	height: 50px;
	background-color: #fff;
	transform: rotate(-0.5deg)
}
.inputbox .inquiry-quantity select.form_control {
	color: #000;
	width: 110px;
	height: 42px;
	border: 1px solid rgba(222,222,222,1);
	margin-left: -1px;
	border-radius: 0px;
	margin-top: 10px;
	outline: none;
	height: 45px;
	box-shadow: none;
}
.services-container .title-icon{
	padding-left: 18px;
	background-image: url(../images/title-icon1.png);
	background-size: 35px auto;
	background-repeat: no-repeat;
	background-position: 0px 0px;
	margin-bottom: 20px;
}
.services-container .title-icon h3{
	width: 100%;
	height: auto;
	border-bottom: 1px dashed #7f7f7f;
	color: #0070c0;
	padding-bottom: 10px;
	margin-bottom: 0px;
	padding-left: 30px;
	position: relative;
}
.services-container .title-icon h3:before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #7f7f7f;
	position: absolute;
	left: -3px;
	bottom: -3px;
}
.services-container .title-icon h3:after{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 10px;
	background: #7f7f7f;
	position: absolute;
	right: -3px;
	bottom: -3px;
}
.info-item1{
	width: 100%;
	height: auto;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.info-item1 .item-list{
	width: 420px;
	margin-bottom: 30px;
}
.info-item1 .item-list .pic{
	width: 100%;
	height: auto;
	margin-bottom: 20px;
	display: flex;
	align-items: flex-start;
	justify-content: center;
}
.info-item1 .item-list .pic img{
	max-width: 100%;
	height: auto;
}
.info-item1 .item-list .text h4{
	width: 100%;
	height: 50px;
	background: #8faadc;
	padding: 0px 10px;
	border-radius: 6px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	font-size: 18px;
	margin-bottom: 25px;
	position: relative;
}
.info-item1 .item-list .text h4:before{
	content: '';
	width: 0;
    height: 0;
    border-top: 15px solid #8faadc;
    border-right: 20px solid transparent;
    border-left: 20px solid transparent;
    position: absolute;
    left: 50%;
    bottom: -14px;
    transform: translateX(-50%);
}
.info-item1 .item-list .text p{
	text-align: justify;
}
.info-item1 .item-list .text .learn-more{
	text-align: right;
}
.info-item1 .item-list .text .learn-more a{
	color: #117ac4;
	font-weight: bold;
}
.info-item1 .item-list .text .learn-more a:hover{
	color: #8faadc;
}
.info-item2{
	width: 100%;
    height: auto;
    padding: 20px 20px 5px;
    background: #f1f5fb;
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 0px;
}
.info-item3{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	position: relative;
}
.info-item3 img{
	width: 250px;
	height: auto;
}
.info-item3 .info-item3-list .item-list{
	width: calc(100% - 250px);
	height: auto;
	position: absolute;
}
.info-item3 .info-item3-list .item-list p{
	margin-bottom: 0px;
}
.info-item3 .info-item3-list .item-list:nth-child(1){
	left: 220px;
	top: 4%;
}
.info-item3 .info-item3-list .item-list:nth-child(2){
	left: 265px;
    top: 41%;
}
.info-item3 .info-item3-list .item-list:nth-child(3){
	left: 220px;
    top: 81%;
}
.info-item4{
	width: 100%;
    height: auto;
    padding: 20px 20px 5px;
    background: #f1f1f1;
    margin-bottom: 20px;
    margin-top: 5px;
    border-radius: 0px;
}
.ullist.list-icon2{
	padding-left: 19px;
	padding-bottom: 5px;
}
.ullist.list-icon2>li{
	padding-left: 0px !important;
	position: relative;
	list-style:none;
	color: #0070c0;
}
.ullist.list-icon2>li:before{
	content: '';
	position: absolute;
	top: 10px;
	left: -19px;
	width: 8px;
	height: 8px;
	background: #0070c0;
	transform: rotate(45deg);
	border-radius: 0px;
} 
.info-item5{
	width: 100%;
	height: auto;
}
.info-item5 .item-list{
	width: 100%;
	height: auto;
	margin-bottom: 30px;
	border: 2px solid #8faadc;
	border-right: 20px solid #8faadc;
	border-radius: 10px;
	padding: 25px 20px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.info-item5 .item-list .pic{
	width: 250px;
	height: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	flex-shrink: 0;
	margin-right: 20px;
}
.info-item5 .item-list .pic img{
	max-width: 100%;
	margin-bottom: 10px;
	height: auto;
}
.info-item5 .item-list .pic a{
	font-weight: bold;
	color: #5b9bd5;
}
.info-item5 .item-list .pic a:hover{
	color: #8faadc;
}
.info-item5 .item-list .text{
	width: auto;
}
.info-item5 .item-list .text h4{
	color: #5b9bd6;
	margin-bottom: 20px;
	font-size: 18px;
	padding-top: 15px;
	position: relative;
	margin-top: 10px;
}
.info-item5 .item-list .text h4:before{
	content: '';
	width: 60px;
	height: 3px;
	background: #5b9bd6;
	position: absolute;
	left: 0px;
	top: 0px;
}
.info-item5 .item-list .text p{
	padding-bottom: 0px;
}
.info-item5 .item-list:nth-child(2n){
	border-right: 2px solid #8faadc;
	border-left: 20px solid #8faadc;
	flex-direction: row-reverse;
}
.info-item5 .item-list:nth-child(2n) .pic{
	margin-right: 0px;
	margin-left: 20px;
}


.blog-bg{
	width: 100%;
	height: 250px;
	position: relative;
	margin-bottom: 50px;
}
.blog-bg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.services-container .blog-bg p{
	position: absolute;
	left: 0px;
	top: 50%;
	transform: translateY(-50%);
	font-size: 22px;
	font-weight: bold;
	width: 100%;
	padding: 0px 20px;
	color: #fff;
	text-shadow: 1px 1px 2px rgba(0,0,0,.3);
}
.blog-list{
	width: 100%;
	height: auto;
	margin-top: 30px;
}
.blog-list .list-item{
	width: 100%;
	height: auto;
	margin-bottom: 40px;
	padding-bottom: 40px;
	border-bottom: 1px solid #e5e5e5;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
}
.blog-list .list-item .pic{
	width: 320px;
	position: relative;
	overflow: hidden;
	padding-bottom: 200px;
}
.blog-list .list-item .pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 0px;
	top: 0px;
}
.blog-list .list-item .text{
	width: calc(100% - 360px);
	padding: 0px 0px;
}
.blog-list .list-item .text .text-title{
	margin-bottom: 20px;
}
.blog-list .list-item .text .text-title a{
	font-size: 18px;
	font-weight: bold;
	line-height: 1.4;
	color: #000;
}
.blog-list .list-item .text .text-title a:hover{
	color: #2F5597;
}
.blog-list .list-item .text .more-box{
	margin-top: 5px;
	text-align: right;
}
.blog-list .list-item .text .more-box a{
	display: inline-block;
	background: #2F5597;
	color: #fff;
	padding: 8px 26px;
	border-radius: 50px;
	font-size: 16px;
}
.blog-list .list-item .text .more-box a:hover{
	background: #FF8E00;
}




@media screen and (min-width:1200px){

.navs>ul>li:nth-child(2)>ul{
	width: 600px;
}
.navs>ul>li:nth-child(2)>ul>li{
	width: 48%;
	margin-right: 2%;
	height: 55px;
    display: flex;
    align-items: center;
    padding: 0px 10px;
}
.navs>ul>li:nth-child(2)>ul>li ul{
	width: 100%;
	left: 100%;
	z-index: 2;
	box-shadow: 1px 2px 6px #b9b1b1;
}
.navs>ul>li:nth-child(2)>ul>li>ul{
	width: 110%;
}
	
}


@media screen and (max-width:1580px){




.info-item1 .item-list{
	width: 45%;
}
.content{
	width: 100%;
	height: auto;
	padding: 0px 120px;
}
.maincon{
	width: 100%;
	height: auto;
	padding: 0px 120px;
} 
.searchbox{
	margin-left: 0px;
}   
p{
	font-size: 15px;
}
.maintitle h3{
	font-size: 28px;
}
.maintitle h2{
	font-size: 28px;
}
.footlogo img {
	width: 160px;
    margin-bottom: 30px;
}
.section2list ul li .text {
    padding: 20px 10px 45px;
}
.section2list ul li .text .more {
    left: 10px;
}
	
}

@media screen and (max-width:1450px){




.info-item1 .item-list{
	width: 48%;
}
.nomain-picrow {
    grid-template-columns: repeat(auto-fill,32%);
}
.container-row-a {
    grid-template-columns: repeat(auto-fill,48%);
}
.leftnav {
    width: 28%;
}
.rightcon {
    width: 68%;
}

.navs{
	width: 100%;
}
.logos img{
	height: 40px;
}
.searchbox{
	margin-top: 0px;
}
.toper.fixed .logos img {
    height: 40px;
    margin-top: 0px; 
    margin-bottom: 10px;
}
.bannertext h1 {
    font-size: 30px;
}
.bannertext span {
    font-size: 30px;
}
.nomain-rowlayout>div {
    position: relative;
    width: 48%;
}
.nomain-contact-shell .cap-mess {
    width: 370px;
}
.inquirybox .form-row>div {
    width: 100%;
}
.inquirybox .form-row {
    flex-wrap: wrap;
}
.nomain-inquiry>div.inquirybox:first-child {
    width: 50%;
}
.nomain-inquiry>div:nth-child(2) {
    width: 48%;
}
	
}

@media screen and (max-width:1200px){


.blog-list .list-item .pic{
	padding-bottom: 260px;
}
.bannertext .text-btn{
	padding: 0px 0px;
}
.nomain-picrow {
    grid-template-columns: repeat(auto-fill,48%);
}
.service-content{
	flex-wrap: wrap;
	flex-direction: column-reverse;
}
.leftnav {
    width: 100%;
}
.rightcon {
    width: 100%;
    margin-bottom: 30px;
}
.service-piclist{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.service-piclist li{
	width: 48%;
}
.nomain-inquiry>div.inquirybox:first-child {
    width: 100%;
}
.nomain-inquiry>div:nth-child(2) {
    width: 600px;
    margin: 120px auto 0px;
}
.nomain-contact iframe{
	margin-top: 30px;
}
.form-inquiry button{
	margin-top: 0px;
}
.nomain-contact-shell .cap-mess {
    width: 400px;
    max-width: 100%;
}
.nomain-rowlayout>div {
    width: 100%;
}
.nomain-contact-shell .cap-mess {
    margin-top: 0px;
}
.nomain-rowlayout {
    flex-direction: column;
}
.section4list ul{
	justify-content: center;
}
.section4list ul li{
	width: 60%;
	margin-bottom: 25px;
}
.mainsection2{
	padding: 30px 0px 60px;
}
.section2list ul li {
    width: 48%;
    margin-bottom: 25px;
}
.section1list{
	flex-wrap: wrap;
}
.section1list li{
	width: 100%;
	margin-bottom: 20px;
}
.section1list li:last-child{
	margin-bottom: 0px;
}
.searchbox {
    margin-top: 3px;
}
.nomain-pc-title{
	font-size: 24px;
}
.pagecontent {
    padding: 45px 0px;
}
.contact{
	width: 100%;
}
.footercon .content{
	flex-wrap: wrap;
}
.footlogo {
    width: 100%;
    margin-bottom: 35px;
}
.section5text{
	padding: 50px 50px 50px 40px;
}
.section2list ul li .text{
	padding: 20px 10px 45px;
}
.bannertext h1{
	font-size: 30px;
	padding: 0px 0px;
}
.bannertext span{
	font-size: 30px;
	padding: 0px 0px;
}
.bannertext p{
	padding: 0px 0px;
}
.sp_nav {
    display: block;
    margin-left: 30px;
}	
.navs {
    width: 100%;
    height: auto;
    position: absolute;
    top: 100%;
    right: 0px;
    background: #007398;
    padding-top: 0px;
    padding-left: 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;
}
.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 #0e86ac;
    display: inline-block;
}
.navs ul li:last-child{
    margin-bottom: 0px;
}
.navs>ul>li:last-child{
	border-bottom: 1px solid #0e86ac;
    margin-bottom: 10px;
}
.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: 40px;
	padding: 0px 0px;
}
.navs>ul>li>ul{
	position: static;
	width: 100%;
	padding-left: 20px;
	background: 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;
}
.navs ul li span::before{
	color: #fff;
    content: "+";
}
.navs ul li span.down::before{
	color: #fff;
    content: "-";
}
.navs>ul>li:hover {
    background: none;
    border-bottom: 1px solid #004b8d;
}
.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 #0e86ac;
}
.navs ul li ul li:hover {
    background: none;
    border-bottom: 1px solid #0e86ac;
}
.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;
}
.toper.fixed .navs{
	top: 50px;
}
	
}

@media screen and (max-width:1000px){


.services-container .blog-bg p{
	font-size: 18px;
}
.blog-list .list-item .text{
	width: 100%;
	padding: 30px 0px 0px;
}
.blog-list .list-item .pic{
	max-width: 100%;
	width: 280px;
    padding-bottom: 240px;
}
.blog-list .list-item{
	flex-wrap: wrap;
	justify-content: center;
}

.service-post-title h2{
	font-size: 20px;
}
.service-post-title h1{
	font-size: 20px;
}
.service-post-title{
	flex-direction: column;
}
.service-post-title .site-btn{
	margin-left: 0px;
	margin-top: 15px;
}
.propic .ProTab .col-md-3{
	float: left;
}
.protablehead{
	display: none;
}
.protablelist{
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.protablelist div{
	width: 100% !important;
	font-size: 16px;
	font-weight: 100;
}
.protablelist div span {
    display: inline-block;
    margin-right: 10px;
    font-weight: bold;
}
.protablelist div a {
    display: inline-block;
    margin-right: 10px;
    word-break: unset;
}
.protablelist div:nth-child(2) {
    padding: 8px 8px 8px;
}

.pagebanner h1 {
    font-size: 28px;
}
.section5text{
	padding: 50px 30px 50px 40px;
}
.mainsection4 {
    padding: 45px 0px;
}
.section4list ul li{
	width: 70%;
	margin-bottom: 25px;
}
.section4list{
	margin-bottom: 10px;
}
.mainsection2{
	padding: 10px 0px 30px;
}
.maintitle h3 {
    font-size: 25px;
}
.maintitle h2 {
    font-size: 25px;
}
.section2list ul li {
    width: 48%;
    margin-bottom: 25px;
}
.content {
    padding: 0px 30px;
}
.maincon{
	padding: 0px 30px;
}
	
}

@media screen and (max-width:800px){



.nomain-content h2{
	font-size: 22px;
}
.get-touch-title{
    font-size: 26px;
}
.info-item5 .item-list .pic{
	margin-left: 0px !important;
	margin-right: 0px !important;
	margin-bottom: 20px;
	max-width: 100%;
}
.info-item5 .item-list{
	flex-direction: column !important;
}
.info-item3 .info-item3-list .item-list{
	position: static;
	width: 100%;
	margin-bottom: 0px;
}
.info-item3 img{
	display: none;
}
.info-item1{
	flex-wrap: wrap;
}
.info-item1 .item-list{
	width: 100%;
}
.pro_list .pro_list_info{
	width: 100%;
}
.pro_list{
	flex-wrap: wrap;
}
.pro_list_title{
	margin-bottom: 5px;
}
.pro_list .pro_left_cas{
	width: 100%;
	margin-bottom: 3px;
}

.product-tags div{
	width: 100%;
}
.propic .ProTab .col-md-3 {
    width: 100%;
    padding: 5px 0px;
    text-align: left;
}
.propic .ProTab .col-md-9 {
    width: 100%;
    padding-right: 0px;
}
.pagebanner h1 {
    font-size: 22px;
    line-height: 26px;
}
.nomain-picrow {
    grid-template-columns: repeat(auto-fill,100%);
}
.leftnavli{
	padding: 0px 0px 0px;
	box-shadow: none;
}
.leftnav .nomain-inquiry>div.inquirybox:first-child{
	padding: 0px 0px 0px;
	box-shadow: none;
}
.container-row-a {
    grid-template-columns: repeat(auto-fill,100%);
}
.nomain-inquiry>div:nth-child(2) {
    width: 100%;
}
.inquiry-notic{
	margin: 30px 0px 0px;
}
.nomain-pc-title{
	font-size: 22px;
}
.nomain-inquiry-data{
	width: 100%;
}
.contactcon{
	flex-direction: column;
}
.formbox{
	width: 100%;
}
.formbox form .btns button{
	width: 120px;
    height: 40px;
}
.footercon{
	padding: 45px 0px;
}
.footlogo img {
    width: 140px;
    margin-bottom: 25px;
}
.footercon .content{
	justify-content: flex-start;
}
.footlink{
	margin-right: 50px;
}
.footlogo {
    margin-bottom: 25px;
}
.footcontact {
    width: 100%;
    margin-bottom: 25px;
}
.foothead{
	font-size: 16px;
}
.bannertext h1{
	font-size: 24px;
}
.bannertext span{
	font-size: 24px;
}
.content {
    padding: 0px 15px;
}
.maincon{
	padding: 0px 15px;
}
.searchbox{
	height: 34px;
	margin-top: 3px;
}
.topnav {
    padding-top: 10px;
}
.section1text{
	padding: 35px 15px;
}
.section5text {
    padding: 40px 15px 40px 15px;
    width: 100%;
}
.section5pic{
	width: 100%;
}
.section5pics{
	position: static;
	height: 300px;
}
	
}

@media screen and (max-width:600px){



.service-piclist li{
	width: 100%;
	margin-bottom: 10px;
}
.section4list ul li{
	width: 100%;
}
.section1list li{
	flex-wrap: wrap;
	justify-content: center;
}
.section1list li .text {
    width: 100%;
}
.section1list li .pic {
    width: 50%;
    margin-bottom: 15px;
}
.topicon .content{
	justify-content: flex-start;
}
.topicon p{
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: flex-start;
}
.topicon p span:last-child:before {
    content: none;
    margin-left: 0px;
    margin-right: 0px;
}
.nomainAbout-first img {
    width: 60% !important;
}
.copyright .content{
	flex-direction: column;
	align-items: flex-end;
}
.copyright .content p{
	margin-bottom: 8px;
	width: 100%;
}
.viewall a{
	font-size: 15px;
}
.section4list ul li .text {
    padding: 20px 10px;
}
.section2list ul li {
    width: 100%;
}
.maintitle h3 {
    font-size: 22px;
}
.maintitle h2 {
    font-size: 22px;
}
.bannertext{
	padding: 0px 30px;
}
.bannertext h1 {
    font-size: 20px;
}
.bannertext span {
    font-size: 20px;
}
.bannertext p{
	padding: 0px 0px;
}
.logos {
    width: 100%;
    text-align: center;
}
.searchbox{
	width: 85%;
	margin-top: 15px;
	float: left;
}
.sp_nav {
    margin-left: 0px;
    margin-top: 21px;
}
.searchbox input{
	width: calc(100% - 46px);
}
.navs{
	/*top: 140px;*/
}
.contacticon a {
    margin-left: 10px;
}
.toper.fixed .topnav {
    padding-bottom: 15px;
}
.toper.fixed .navs {
    top: 115px;
}
	
}

@media screen and (max-width:500px){

.section1list li .pic {
    width: 60%;
}
.nomain-contact-shell .cap-mess>li{
	padding: 20px 15px;
}
.form-inquiry{
	padding: 0 0 40px 0;
}
	
}