﻿
.nav
{
	
left:auto;
	
height:34px;
	
font-family:Arial;
	
font-size:14px;
	
font-weight:bold;
	
padding-top:10px;
	
margin: auto;
}
.nav ul
{
	float:left;
	width:100%;
	height:34px;
	list-style-type:none;
}
.nav ul li
{
	float:left;
	height:34px;
	position:relative;
	z-index:100;
	text-transform: capitalize;
}
.nav ul li a
{
	float:left;
	width:96px;
	height:34px;
	line-height:34px;
	text-align:center;
	color: #ff9797;
	padding-bottom: 29px;
}
.nav ul li a:hover
{
	float:left;
	width:96px;
	height:34px;
	line-height:34px;

	text-align:center;
	color:#767676;
    border-bottom:solid 4px #ff001a;
}
.nav ul li a.login
{
	width:63px;
}
.nav ul li a.first
{
	width:84px;
}
.nav ul li a.last
{
	width:82px;
	padding:0;
	background:none;
}
.nav ul li .submenu
{
    position:absolute;
    left: -201px;
    background-color:#fff;
    padding-bottom:0px;
    border-top:none;
    border-radius:0 0 7px 7px;
    -webkit-border-bottom-right-radius:7px;
    -webkit-border-bottom-left-radius:7px;
    font-size:12px;
    font-weight:normal;
    display:none;
    top: 67px;
    width: inherit;
    transition: all 1s ease;
    background: linear-gradient(45deg, #0000005e, #0000007a);
}
.nav ul li:hover .submenu
{
	display:block;
	transition: all 1s ease;
}
.nav ul li .submenu a
{
	float:left;
	
	padding:0;
	margin:0;
	height:35px;
	 border-bottom:none;
	line-height:35px;
	text-align:center;
	background:none;
}

.nav ul li .submenu a:hover
{
	float:left;
	
	padding:0;
	margin:0;
	height:35px;
	 border-bottom:none;
	line-height:35px;
	text-align:center;
	background:none;
	 color:#ff001a;
}
.leftpannel
{
	float:left;
	width:731px;
	margin-top:15px;
}
.mod-cycle
{
	float:left;
	width:100%;
	height:283px;
}
.mod-cycle img
{
	width:100%;
	height:283px;
}
.leftpannel .l_h_01
{
	float:left;
	width:100%;
	height:30px;
	margin-top:10px;
	background:url(../images/l_h_bg_01.html) no-repeat;
}
.leftpannel .l_h_01 h3
{
	float:left;
	width:122px;
	padding-top:5px;
	height:25px;
   line-height:27px;
   text-align:center;
   color:#22ade6;
   font-size:13px;
}
.leftpannel .listbox1
{
	float:left;
	width:715px;
	height:144px;
	margin-top:3px;
	padding-top:15px;
	padding-right:7px;
	padding-left:7px;
	border:solid 1px #eaebed;
	border-top:none;
	border-radius:0 0 5px 5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
.leftpannel .listbox1 .list
{
	float:left;
	width:100%;
	height:144px;
	overflow:hidden;
}
.leftpannel .listbox1 img
{
	width:194px;
	height:121px;
	padding:1px;
	background:#fff;
	border:solid 3px #ebecee;
	margin:0 7px;
	-display:inline;
}
.leftpannel .listbox2
{
	float:left;
	width:100%;
	margin-top:9px;
}
.leftpannel .listbox2 .infobox
{
	float:left;
	width:359px;
	padding-bottom:10px;
}
.leftpannel .listbox2 .infobox.fr
{
	float:right;
}
.leftpannel .listbox2 .infobox .head
{
	float:left;
	width:100%;
	height:31px;
	background:url(../images/l_h_bg_02.html) no-repeat;
}
.leftpannel .listbox2 .infobox .head h3
{
	float:left;
	width:102px;
	height:26px;
	padding-left:6px;
	margin-top:4px;
	text-align:center;
	line-height:28px;
	font-size:13px;
	color:#fff;
}
.leftpannel .listbox2 .infobox .box
{
	float:left;
	width:357px;
	padding-top:5px;
	border:solid 1px #c6e7ff;
	border-top:none;
	border-radius:0 0 5px 5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}

.leftpannel .listbox2 .infobox .box .list
{
	float:left;
	width:331px;
	padding-left:13px;
	line-height:26px;
	height:26px;
}
.leftpannel .listbox2 .infobox .box .list a
{
	float:left;
	padding-left:10px;
	width:275px;
	height:26px;
	background:url(../images/dot.html) no-repeat 0 12px;
    overflow:hidden;
}
.leftpannel .listbox2 .infobox .box .list .date
{
	float:right;
}
.leftpannel .listbox2 .infobox .box .list_style1
{
	float:left;
	width:100%;
	margin-top:10px;
}
.leftpannel .listbox2 .infobox .box .list_style1 a
{
	float:left;
	margin-left:13px;
	padding-left:8px;
	height:26px;
	width:155px;
	line-height:26px;
	background:url(../images/dot.html) no-repeat 0 11px;
    overflow:hidden;
}

.leftpannel .listbox2 .infobox .box .list_top
{
	float:left;
	padding-left:10px;
	width:334px;
	line-height:18px;
}
.leftpannel .listbox2 .infobox .box .list_top h3
{
	color:#0091df;
	font-size:13px;
	padding-bottom:3px;
}
.leftpannel .listbox2 .infobox .box .list_top h3 a
{
	color:#0091df;
}
.leftpannel .listbox2 .infobox .box .list_top img
{
	float:left;
	width:127px;
	height:94px;
	padding-right:12px;
}
.leftpannel .listbox3
{
	float:left;
	width:100%;
	padding-bottom:10px;
}
.leftpannel .listbox3 .head
{
	float:left;
	width:100%;
	height:32px;
	background:url(../images/l_h_bg_03.html) no-repeat;
}
.leftpannel .listbox3 .head h3
{
	float:left;
	padding-left:8px;
	color:#0091df;
	font-size:13px;
	line-height:35px;
}
.leftpannel .listbox3 .box
{
	float:left;
	width:729px;
	border:solid 1px #eaebed;
	height:160px;
	border-top:none;
	border-radius:0 0 5px 5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
.leftpannel .listbox3 .box .list,.leftpannel .listbox3 .box .list_style1
{
	float:left;
	width:711px;
	height:131px;
	margin-left:9px;
	margin-top:16px;
	-display:inline;
	overflow:hidden;
}
.leftpannel .listbox3 .box .list_style1
{
	height:144px;
}
.leftpannel .listbox3 .box .list_style1 .li
{
	float:left;
    width:134px;
    margin-right:7px;
}
.leftpannel .listbox3 .box .list img,.leftpannel .listbox3 .box .list_style1 img
{
	float:left;
	width:164px;
	height:123px;
	padding:3px;
	border:solid 1px #eaebed;
	margin-right:7px;
}
.leftpannel .listbox3 .box .list_style1 img
{
	width:128px;
	height:107px;
	margin:0;
}
.leftpannel .listbox3 .box .list_style1 .title
{
	float:left;
	width:100%;
	margin-top:5px;
	line-height:normal;
	text-align:center;
}
.leftpannel .listbox4
{
	float:left;
	width:100%;
}
.leftpannel .listbox4 .info
{
	float:left;
	width:361px;
	padding-bottom:10px;
}
.leftpannel .listbox4 .info.fr
{
	float:right;
}
.leftpannel .listbox4 .info .head
{
	float:left;
	width:100%;
	height:32px;
	background:url(../images/l_h_bg_04.html) no-repeat;
}

.leftpannel .listbox4 .info .head h3
{
    color: #FFFFFF;
    float: left;
    font-size: 13px;
    height: 26px;
    line-height: 28px;
    margin-top: 4px;
    padding-left: 6px;
    text-align: center;
    width: 102px;
}
.leftpannel .listbox4 .info .box
{
	float:left;
	width:349px;
	padding:7px 0 5px 10px;
	border:solid 1px #eaebed;
	border-top:none;
	border-radius:0 0 5px 5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
.leftpannel .listbox4 .info .box a
{
	float:left;
	width:335px;
	height:25px;
	line-height:25px;
	overflow:hidden;
}
.leftpannel .listbox4 .info .box a .num
{
	float:left;
	width:24px;
	text-align:center;
	color:#5cacd9;
	font-weight:bold;
	font-style:italic;
}
.leftpannel .mod-zlhz
{
	float:left;
	width:100%;
}
.leftpannel .mod-zlhz .head
{
	float:left;
	width:100%;
	height:27px;
	border-bottom:solid 1px #2c89c2;
}
.leftpannel .mod-zlhz .head h3
{
	float:left;
	width:113px;
	height:27px;
	padding-left:7px;
	text-align:center;
	line-height:27px;
	color:#fff;
	font-size:13px;
	background:url(../images/l_h_bg_05.html) no-repeat right;
}
.leftpannel .mod-zlhz .list
{
	float:left;
	width:100%;
	margin-top:10px;
	line-height:22px;
}
.leftpannel .mod-zlhz .list a
{
	padding:0 7px;
}
.rightpannel
{
	float:right;
	margin-top:15px;
	width:234px;
}
.rightpannel .list_btn
{
	float:left;
	width:100%;
	height:84px;
	background:url(../images/list_btn.html) no-repeat;
}
.rightpannel .list_btn a
{
	float:left;
	width:107px;
	height:70px;
	margin:9px 0 0 7px;
	font-size:0;
	text-indent:-9999px;
	-display:inline;
}
.rightpannel .head
{
	float:left;
	width:100%;
	height:31px;
	margin-top:10px;
	background:url(../images/r_h_bg.html) no-repeat;
}
.rightpannel .head h3
{
	float:left;
	padding-left:10px;
	line-height:31px;
	font-size:13px;
	color:#555555;
}
.rightpannel .box
{
	float:left;
	width:234px;
	padding-bottom:5px;
	padding-top:5px;
	border:solid 1px #f3f3f4;
	border-top:none;
	border-radius:0 0 5px 5px;
	-webkit-border-bottom-right-radius:5px;
	-webkit-border-bottom-left-radius:5px;
}
.rightpannel .box .list-img
{
	float:left;
	width:228px;
	padding-left:3px;
}
.rightpannel .box .list-img img
{
	float:left;
}
.rightpannel .box .list-img .sp
{
	float:left;
	width:100%;
	margin-top:10px;
	height:9px;
	border-top:dashed 1px #ecedef;
}
.rightpannel .box .list
{
	float:left;
	padding-left:12px;
	width:210px;
}
.rightpannel .box .list a
{
	float:left;
	padding-left:10px;
	height:25px;
	width:200px;
	line-height:25px;
	background:url(../images/dot.html) no-repeat 0 12px;
	overflow:hidden;
}
.rightpannel .box .list_style1
{
	float:left;
	width:226px;
	padding-left:5px;
	padding-top:12px;
}
.rightpannel .box .list_style1 img
{
	float:left;
	width:113px;
	height:83px;
	padding-right:12px;
}
.rightpannel .box .list_style1 a
{
	float:right;
	width:93px;
	height:21px;
	line-height:21px;
	padding-left:8px;
	background:url(../images/dot.html) no-repeat 0 9px;
}
.rightpannel .box .list_style1 .sp
{
	float:left;
	width:100%;
	margin-top:15px;
	height:14px;
	border-top:dashed 1px #ecedef;
}
.rightpannel .box .list_yjcs
{
	float:left;
	width:218px;
	padding-left:8px;
	margin-top:2px;
}
.rightpannel .box .list_yjcs .list
{
	float:left;
	padding:0;
	width:100%;
	height:35px;
	line-height:35px;
	border-bottom:dashed 1px #d3d3d3;
}
.rightpannel .box .list_yjcs .list a
{
	float:left;
	width:206px;
	padding-left:12px;
	height:34px;
	line-height:34px;
	background:url(../images/dot.html) no-repeat 4px center;
}
.mod-links
{
	float:left;
	margin-top:15px;
	width:845px;
	padding-left:137px;
	height:48px;
	background:#daedf8 url(../images/links.html) no-repeat;
}
.mod-links a
{
	float:left;
	height:24px;
	padding:0 5px;
	color:#0485cf;
	line-height:24px;
	white-space:nowrap;
}
.mod-mthz
{
	float:left;
	padding-left:15px;
	width:967px;
	height:39px;
	background:#ebebeb;
	color:#7c7c7c;
	font-weight:bold;
	line-height:39px;
}
.mod-mthz a
{
	padding-left:9px;
	color:#7c7c7c;
	font-weight:normal;
}
.bottom-links
{
	float:left;
	width:100%;
	height:42px;
	line-height:42px;
	text-align:center;
	color:#fff;
	margin-top:10px;
	background:#0485cf;
}
.bottom-links a
{
	color:#fff;
}
.bottom-links span
{
	padding:0 5px;
}
header.head {
    width: 100%;
    position: fixed;
    background: red;
    transition: all 1s ease;
    z-index: 1;
}
header{
	height: 120px;
	transition: all 1s ease;
}
.footer
{
	float:left;
	width:100%;
	height:75px;
	background:url(../images/dhtx.html) no-repeat 7px 22px;
}
.copyright
{
	float:right;
	padding-top:18px;
	width:100%;
	line-height:22px;
	text-align:right;
	color:#656464;
}
.all-head{
	clear:both;
	display: flex;
	justify-content: space-between;
	width: 1140px;
	max-width: 1140px;
}
.footer-section{
	width: 100%;
	height: 100%;
	background: #016c4d;
}
.footer-headinfg {
    max-width: 1000px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: auto;
}
.info-section {
    position: relative;
    text-align: center;
}

.info-section h1 {
    font-size: 45px;
    color: white;
    text-transform: capitalize;
}	
.w3{
	max-width: 33%;
	flex: 0 0 33%;
}
.flex{
	display: flex;
	
}
.footer-main-section{
	display: flex;
	margin: auto;
	max-width: 1100px;
	box-sizing: border-box;
	margin-top: 50px;
}
.comonCss {
    padding: 10px;
    box-sizing: border-box;
    word-break: break-word;
}

.section-title {
    position: relative;
    margin-bottom: 20px;
}

.section-title h1 {
    font-size: 23px;
    font-weight: 600;
    text-transform: capitalize;
    letter-spacing: 1px;
    color: white;
    line-height: 32px;
}
.imgRespons{
	width: 100px;
	height: 100px;
	padding-right: 10px;
	object-fit: cover;
}
.section-details {
    display: flex;
}
.footer-last {
    background: red;
}
.icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #504fd3;
    margin: 0 13px;
    border-radius: 10rem;
    text-align: center;
}
.icon i {
    font-size: 19px;
    color: white;
}
.icon-section {
    margin-top: 50px;
    padding-bottom: 20px;
}

.some-icon.flex {
    margin: auto;
    max-width: 1100px;
    text-align: center;
}
.submenu.services-submenu {
    left: -26px !important;
}
.submenu.servicesMEnu {
    left: 32px !important;
}
.bars {
    position: absolute;
    right: 40px;
    width: 30px;
    height: 30px;
    font-size: 22px;
    border-radius: 5px;
    border: 1px solid silver;
    display: flex;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}

.bars i {
    color: blue;
	line-height: 30px;
}
.main-menu{
	display: flex;
	justify-content: space-between;
}
.menu-item {
    position: relative;
}

.menu-item ul {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 23px;
}

.menu-item ul li {
    font-size: 20px;
    padding: 50px 0;
    position: relative;
}

.menu-item ul li a {
    color: white;
    text-transform: capitalize;
    padding: 41px 12px;
    margin: 3px;
    transition: all 0.7s ease;
}
.menu-item ul li a:hover {
    color: #d2d245;
    transition: all 0.7s ease;
}	
.submenu {
    position: absolute;
    top: 120px;
    border-top: 2px solid orange;
    transition: all 0.7s ease;
    opacity: 0;
    height: 0;
    pointer-events: none;
}

.submenu ul {display: block;background: rebeccapurple;max-width: 220px;width: 151px;text-align: initial;}

.submenu ul li {
    padding: 10px 0px;
    transition: all 0.7s ease;
}

.submenu ul li a {
    padding: 0;
    text-align: left;
}
.menu-item ul li:hover .submenu {
    opacity: 1;
    height: 100%;
    transition: all 0.7s ease;
    pointer-events: inherit;
}
.submenu ul li:hover {transition: all 0.7s ease;padding-left: 10px;}
.submenu.submenu-product ul {width: 300px;max-width: 300px;}
.submenu.company ul {
    width: 200px;
}
.menu-item{
	transition: all 0.7s ease;
	height: 88px;
}
.menu-item.show{
	display: block;
	height: 100vh !important;
	opacity: 1;
	transition: all 0.7s ease;
}

img.img-logo {
    width: 100%;
    height: 112px;
    object-fit: cover;
    margin-top: 4px;
    margin-left: 2px;
    border-radius: 10rem;
    transform: scale(0.9);
}
.nens {
    margin-top: -38px !IMPORTANT;
}
ul.mission {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 29px;
}

ul.mission li {max-width: 50%;flex: 0 0 50%;font-size: 17px;word-break: break-word;padding: 10px;box-sizing: border-box;line-height: 21px;}
.logo.company {
    display: none;
}
.right-sectionb {
    max-width: 300px;
    margin-left: 30px;
    line-height: 30px;
    margin-top: -55px;
}

.right-sectionb p {
    font-size: 18px;
    color: #fff;
}
p.strong {
    font-size: 16px;
    margin-top: 0;
}
i.fab.fa-weixin {
    width: 40px;
    height: 40px;
    background: rebeccapurple;
    line-height: 40px;
    border-radius: 10rem;
    font-size: 24px;
}

i.fab.fa-whatsapp {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: #4eaa27;
    border-radius: 10rem;
    font-size: 23px;
}

i.fab.fa-youtube {
    width: 40px;
    height: 40px;
    line-height: 40px;
    background: red;
    border-radius: 10rem;
    font-size: 22px;
}

i.fab.fa-facebook-f {
    width: 40px;
    line-height: 40px;
    height: 40px;
    background: #1559aa;
    border-radius: 10rem;
}
.info p {
    font-size: 16px;
    color: #ffffff;
    letter-spacing: 1px;
    margin-top: 0;
}
p.product-description {
    margin-top: 9px;
}

img.img-section {
    border-bottom: 1px solid silver;
}