
*{
    margin: 0;
    padding: 0;
}
a,a:hover{
    text-decoration: none;
    color: #333;
}
/* 
*******************  分页
*/
.listpage {
	text-align: center;
	margin-top: 30px;
}
.listpage-right{
	text-align: right;
	margin-right: 40px;
}
.listpageLeft{
	text-align: left;
	/* margin-left: 40px; */
}
.listpage-border{
	display: inline-block;
	border: 1px solid #ccc;
	border-radius: 10px;
	overflow: hidden;
}
.listpage a{
	display: inline-block;
	width: 2em;
	border-left: 1px solid #ccc;
	text-align: center;
	color: #333;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 0px;
}
.listpage a:first-child{
	width: 5em;
	border-left: 0px;
}
.listpage a.a1{
	width: 5em;
}
.listpage .on{
	background-color: #de0000;
	color: #fff;
}
.listpage a:hover{
	background-color: #de0000;
	color: #fff;
}
.listpage a.dian:hover{
	background-color: #fff;
	color: #000;
}
/*
********************************  首页 index 
*/
.header{
    width: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 99;
    background-color: rgba(0, 0, 0, 0.5);
}
.header .navbar{
    margin-bottom: 0px;
}
.header .logo{
    display: block;
    padding-top: 10px;
}
.header .nav li{
    position: relative;
}
.header .nav li a, .header .nav li a:hover, .header .nav li a:active, .header .nav li a:visited{
    display: inline-block;
    color: #fff;
    font-size: 16px;
    line-height: 90px;
    background-color: rgba(0, 0, 0, 0);
    padding: 0px 15px;
    position: relative;
}
.header .nav li a .navHeng{
    display: block;
    width: 0px;
    height: 0px;
    background-color: #de0000;
    border-radius: 50px;
    position: absolute;
    bottom: 0px;
    left: 0px;
    transition: .5s;
}
.header .nav li:hover a .navHeng{
    width: 100%;
    height: 4px;
}
.header .nav .active a .navHeng{
    width: 100%;
    height: 4px;
}
.header .nav .CnE{
    font-size: 14px;
    color: #fff;
}
.header .nav .CnE a, .header .nav .CnE a:hover, .header .nav .CnE a:active, .header .nav .CnE a:visited{
    padding: 0 5px;
    font-size: 14px;
    /* color: #fff; */
}
.header .nav .CnE .CnEActive,  .header .nav .CnE a:hover{
    color: #de0000;
    font-weight: 600;
}
/* 
****二级导航
*/
.header .nav li .dt{
    height: 0px;
    transition: .5s;
    position: absolute;
    top: 90px;
    left: 0px;
    overflow: hidden;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-color: rgba(0, 0, 0, .5);
}
.header .nav li:hover .dt{
    height: auto;
}
.header .nav li .dt dl{
    margin-bottom: 0px;
    text-align: center;
}
.header .nav li .dt dl a,.header .nav li .dt dl:hover a{
    font-size: 16px;
    font-weight: 100;
    color: #fff;
    line-height: 42px;
    text-align: center;
}
.header .nav li:hover .dt dl a .navHeng{
    width: 0px;
}
.header .nav li:hover .dt dl:hover a .navHeng{
    width: 100%;
    height: 4px;
}
/* 
**** 首页 banner 轮播图
*/
.banner {
    position: relative;
}
.banner .bannerLR {
    position: absolute;
    top: 50%;
    margin-top: -25px;
}
.banner .bannerL{
    left: 20px;
}
.banner .bannerR{
    right: 20px;
}
/* 
**** 首页 关于我们
*/
.inAboutCon{
    position: relative;
    top: -60px;
    z-index: 1;
    background: #fff;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 20px;
    overflow: hidden;
}
.inAbout {
    padding: 60px;
}
/* 首页 title */
.in-title h1{
    font-size: 24px;
    font-weight: 600;
    color: #333;
}
.in-title h1 .hengBu{
    display: inline-block;
    width: 20px;
    height: 1px;
    background-color: #de0000;
    margin-left: 10px;
    margin-right: 5px;
}
.in-title h1 .inTiEn{
    font-size: 18px;
    font-weight: 400;
    color: #ccc;
}
/* 首页 title  End */
.inAboutText{
    margin-top: 40px;
}
.inAboutText p{
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 1.5em;
    margin-bottom: 1em;
}
.inAboutText .aboutTxtLi:nth-child(3),.inAboutText .aboutTxtLi:last-child{
    display: none;
}
.inA{
    text-align: right;
}
.inA a{
    color: #de0000;
    font-size: 16px;
}
/* 首页 关于我们图片 */
.inAboutImg {
    overflow: hidden;
    border-radius: 10px;
}
/* 
****  首页 新闻中心
*/
.inNewsUl {
    list-style:none;
    border-bottom:  1px solid #333;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
}
.inNewsUl li {
    border-top: 1px dashed #ccc;
}
.inNewsUl li:first-child {
    border: none;
}
.inNewsUl li a h3{
    font-size: 18px;
    color: #333;
}
.inNewsUl li a h3 .inDian{
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50px;
    background-color: #de0000;
    margin-right: 10px;
    transition: .5s;
}
.inNewsUl li a h3 .inNewsTime{
    font-size: 16px;
    color: #999;
    margin-right: 5px;
    transition: .5s;
}
.inNewsUl li a p{
    height: 0px;
    font-size: 14px;
    color: #999;
    overflow: hidden;
}
/* 首页 新闻中心 选中样式 */
.inNewsUl .active a h3{
    font-size: 20px;
    color: #de0000;
}
.inNewsUl .active a h3 .inDian{
    width: 0px;
    margin-right: 0px;
}
.inNewsUl .active a h3 .inNewsTime{
    width: 0px;
    overflow: hidden;
    margin-right: 0px;
}
.inNewsUl .active a p{
    height: 100%;
}
/* 首页 新闻中心 鼠标经过 */
.inNewsUl li a:hover h3{
    font-size: 20px;
    color: #de0000;
}
.inNewsUl li a:hover h3 .inDian{
    width: 0px;
    margin-right: 0px;
}
.inNewsUl li a:hover h3 .inNewsTime{
    width: 0px;
    overflow: hidden;
    margin-right: 0px;
}
.inNewsUl li a:hover p{
    height: 100%;
}
/* 首页 新闻中心 新闻图片 */
.inNewsImg {
    overflow: hidden;
    border-radius: 10px;
}
.inNewsImg img{
    display: none;
    border-radius: 10px;
    margin: 0px;
    max-height: 430px;
}
.inNewsImg img:first-child {
    display: block;
}
/* 
****  首页 产品中心
*/
.inProductCon{
    margin-top: 40px;
    margin-bottom: 40px;
}
.inProductSubject{
    margin-top: 40px;
}
/* 首页 左侧切换按钮 */
.inProductNav li {
    margin-bottom: 20px;
}
.inProductNav li a{
    border-radius: 10px;
    text-align: center;
    font-size: 18px;
    font-weight: 600;
    color: #333;
    line-height: 30px;
    box-shadow: 0 0 5px 0 #ccc;
    transition: 1s;
}
.inProductNav .active a,.inProductNav li a:focus,.inProductNav li a:hover{
    background-color: #de0000;
    color: #fff;
}
/* 首页 右侧轮播产品展示 */
.inProductUl li{
    padding: 0px;
    margin: 0 0 10px 0 ;
    list-style: none;
}
.inProductLi{
    display: block;
    background-color: #F8F8F8;
    border-radius: 10px;
    box-shadow:  0 0 5px 0 #ccc;
    overflow: hidden;
    margin: 0 10px;
}
.inProductLiImg {
    display: flex;
    align-items: center;
    height: 200px;
    overflow: hidden;
    background-color: #fff;
}
.inProductLiTxt {
    padding: 0 10px;
}
.inProductLiTxt h3 { 
    font-size: 16px;
    color:#333;
    text-align: center;
}
.inProductLiTxt p {
    font-size: 12px;
    color: #333;
}
/* 首页 右侧轮播 点 */
.inProduct .carousel-indicators {
    bottom: -30px;
}
.inProduct ol li{
    background-color: #888;
}
.inProduct ol .active{
    background-color: #de0000;
}

/* 
**** 网站底部信息
*/
.footerCon{
    background-color: #333;
    padding-top: 40px;
}
.footerLi h5{
    color: #fff;
    font-size: 16px;
    font-weight: 600;
}
.footerLi li a{
    font-size: 14px;
    color: #fff;
    line-height: 32px;
}
.footerEwm{
    text-align: center;
    font-size: 14px;
    color: #fff;
}
.footerEwm p {
    margin-top: 10px;
}
.footerCop{
    background-color: #292929;
    color: #bbb;
    text-align: center;
    padding: 20px 0;
    margin-top: 20px;
}
.footerCop p {
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 0px;
    letter-spacing: 0.5px;
}
/* 
**********************************************   关于我们
*/
.about{
    margin-top: 60px;
}
.aboutTxt {
    margin-top: 30px;
}
.aboutTxt .aboutTxtLi{
    display: inline-block;
    width: 49.5%;
    font-size: 16px;
    line-height: 1.5em;
    color: #333;
    text-indent: 2em;
}
.aboutTxt .aboutTxtLi p{
    padding: 5px 20px;
}
.development{
    margin-top: 30px;
}
.developmentCon{
    position: relative;
    background-color: #F8F8F8;
    box-shadow: 0 0 5px 0 #ccc;
    border-radius: 10px;
    margin-top: 100px;
    margin-bottom: 120px;
}
.developmentImg{
    max-width: 500px;
    border-radius: 5px;
    position: absolute;
    left: 50px;
    bottom: 0px;
}
.developmentImgBg{
    width: 100%;
    height: 100%;
    background-color: #d6d6d6;
    border-radius: 10px;
    box-shadow: 0 0 5px 0 #ccc;
    position: absolute;
    left: -50px;
    bottom: -50px;
    z-index: 1;
}
.developmentImg img{
    position: relative;
    z-index: 2;
}
.developmentTxt{
    min-height: 350px;
    margin-left: 550px;
    padding-left: 50px;
    padding-right: 30px;
}
.developmentTxtTitle{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    padding-top: 50px;
}
.developmentTxtP {
    font-size: 16px;
    color: #333;
    text-indent: 2em;
    line-height: 1.5em;
    margin-top: 30px;
}
.developmentTxtTitleA{
    text-align: right;
}
.developmentTxtTitleA a{
    color: #de0000;
    font-size: 16px;
    margin-top: 50px;
}
/* 
****************************************** 企业文化
*/
.cultureCon{
    padding-top: 40px;
    margin-bottom: 60px;
}
.cultureConTitle{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.cultureConTitle{
    padding-top: 20px;
}
.cultureConTitle span{
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #de0000;
    border-radius: 50px;
    margin-right: 10px;
}
.cultureConTxt{
    padding-top: 20px;
}
.cultureConTxt p{
    font-size: 16px;
    line-height: 1.5em;
    text-indent: 2em;
    margin-bottom: 1em;
}
.cultureImg{
    padding-top: 40px;
}
/* 
***************************************************   新闻中心
*/
.newsCon{
    margin-top: 40px;
}
.currentPosition{
    font-size: 20px;
    color: #333;
    line-height: 16px;
}
.currentPosition a{
    font-size: 16px;
    color: #333;
    padding: 0 5px;
}

.news{
    width: 90%;
    margin: 0 auto;
    padding-top: 20px;
    margin-bottom: 40px;
}
.news h2{
    font-size: 18px;
    font-weight: 600;
    color: #de0000;
    margin-bottom: 20px;
}
.news ul{
    list-style: none;
    border-top: 1px solid #ccc;
}
.news ul li{
    border-bottom: 1px dashed #ccc;
}
.news ul li a{
    display: block;
    padding-top: 10px;
    padding-bottom: 20px;
}
.news ul li h3{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    padding-bottom: 10px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news ul li a img{
    width: 30px;
}
.newsTime{
    font-size: 14px;
    font-weight: 100;
    color: #999;
    padding-top: 15px;
}
/* 
************************************   新闻详情
*/
.newsShowCon{
    width: 70%;
    padding: 40px 0;
    margin: 0 auto;
}
.newsShowCon h2{
    font-size: 18px;
    font-weight: 600;
    color: #de0000;
    padding-bottom: 10px;
}
.newsShow {
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 40px;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.newsShow h3{
    font-size: 20px;
    color: #333;
    text-align: center;
}
.newsShowTxt{
    padding: 10px;
}
.newsShowTxt p{
    font-size: 16px;
    line-height: 1.5em;
    text-indent: 2em;
    margin-bottom: 1em;
}
/*
********************************************      招贤纳士列表页
*/
.zhaopin-con{
	background-color: #fff;
	padding-top: 60px;
	padding-bottom: 45px;
}
.zhaopin{
	background-color: #fff;
	box-shadow: 0 0 5px 0 #d8d8d8;
    margin-top: 30px;
    padding-top: 30px;
    padding-bottom: 30px;
}
.zhaopin h4{
	font-size: 24px;
	margin-left: 60px;
}
.zhaopin ul{
	margin-top: 30px;
}
.zhaopin ul li{
	list-style: none;
	text-align: center;
	transition: 1s;
}
.zhaopin .th{
	font-size: 18px;
	font-weight: bold;
	line-height: 45px;
	margin: 0 45px;
	border-bottom: 1px solid #bdbdbd;
}
.zhaopin .th div:first-child{
	text-align: left;
}
.zhaopin .th div:last-child{
	text-align: right;
}
.zhaopin .th:after{
    display: table;
    content: " ";
}
.zhaopin .th:after{
	clear: both;
}
.zhaopin .tr{
	display: block;
	font-size: 16px;
	line-height: 45px;
	margin: 0 45px;
	border-bottom: 1px solid #bdbdbd;
	transition: 1s;
}
.zhaopin .tr div:first-child{
	text-align: left;
}
.zhaopin .tr div:last-child{
	text-align: right;
}
.zhaopin .tr:after{
    display: table;
    content: " ";
}
.zhaopin .tr:after{
	clear: both;
}
.zhaopin li:hover{
	background-color: #de0000;
}
.zhaopin .li-zhaopin:hover{
	background-color: #fff;
}
.zhaopin li:hover .tr{
	color: #fff;
	border-bottom: 1px solid #de0000;
}
/*
************************************************************  招贤纳士详情
*/
.show-zp-bg{
	background-color: #f8f8f8;
	padding-top: 45px;
	padding-bottom: 45px;
}
.show-zp{
	background-color: #fff;
	box-shadow: 0 0 5px 0 #d8d8d8;
    padding: 45px;
    margin-top: 40px;
}
.show-zp-title{
	position: relative;
}
.show-zp-title h2{
	font-size: 28px;
	font-weight: bold;
	margin-bottom: 0px;
}
.show-zp-title h3{
	font-size: 16px;
	color: #666;
	margin-top: 10px;
}
.show-zp-title h4{
	font-size: 28px;
	font-weight: bold;
	color: #de0000;
	position: absolute;
	top: 0px;
	right: 0px;
}
.zyliangdian{
	margin-top: 30px;
}
.zyliangdian-title{
	position: relative;
}
.zyliangdian-title h5,.show-zp-text-tit h2{
	display: inline-block;
	font-size: 18px;
	font-weight: bold;
	background-color: #fff;
	padding-right: 20px;
	position: relative;
	z-index: 1;
}
.zyliangdian-title hr{
	width: 100%;
	position: absolute;
	top: 50%;
	border: .5px solid #eee;
	margin: 0px;
}
.zyliangdian-text{
	margin-top: 15px;
}
.zyliangdian-text span{
	display: inline-block;
	font-size: 16px;
	font-weight: bold;
	color: #de0000;
	padding: 3px 5px;
	border: 2px solid #de0000;
	border-radius: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
/* 
*********************************************   产品中心
*/
.productNavL{
    background-color: #de0000;
    text-align: center;
    position: relative;
    top: -50px;
}
.productNavL h2{
    font-size: 24px;
    font-weight: 600;
    color: #fff;
    line-height: 72px;
    margin: 0;
}
.productNavL ul li{
    list-style: none;
}
.productNavL ul li a{
    display: block;
    line-height: 52px;
    font-size: 16px;
    color: #fff;
    border-top: 1px solid #fff;
    transition: .5s;
}
.productNavL ul .active a{
    background-color: rgba(0, 0, 0, .5);
}
.productNavL ul li:hover a{
    background-color: rgba(0, 0, 0, .5);
}
.productR{
    margin-top: 40px;
    margin-bottom: 60px;
}
.productR li{
    list-style: none;
    margin-bottom: 30px;
}
.productR li a{
    display: block;
    border-radius: 15px;
    background-color: #f8f8f8;
    box-shadow: 0 0 5px 0 #ccc;
    overflow: hidden;
}
.productLiImg{
    display: flex;
    align-items: center;
    min-height: 200px;
    max-height: 200px;
    overflow: hidden;
    background-color: #fff;
}
.productLiTxt{
    min-height: 50px;
    padding: 10px;
    padding-bottom: 5px;
}
.productLiTxt h3{
    font-size: 16px;
    margin: 0;
    margin-bottom: 10px;
}
.productLiTxt p{
    font-size: 14px;
    line-height: 18px;
}
/* 
*********************************************   产品中心详情
*/
.productPosition{
    overflow: hidden;
}
.productShow{
    position: relative;
    /* overflow: hidden; */
    padding: 40px 30px;
    margin-top: 20px;
    margin-bottom: 60px;
}
.productShowBG{
    height: 100%;
    width: 80vw;
    position: absolute;
    top: 0;
    left: 0;
    box-shadow: 0 0 15px 0 #666;
    border-radius: 15px;
    margin: 0;
    overflow: hidden;
}
.productShowTxt{
    position: relative;
    z-index: 2;
}
.productShowTitle{
    display: flex;
    align-items: center;
}
.productShowImg{
    margin-right: 30px;
    max-width: 300px;
}
.productShowTitleCon h3{
    font-size: 18px;
    font-weight: 600;
    color: #333;
}
.productShowTitleCon div{
    font-size: 16px;
    color: #333;
    line-height: 28px;
}
.productShowTitleCon div span{
    color: #999;
}
.productShowTxtCon{

}
.productShowTxtCon h4{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 20px;
    margin-bottom: 15px;
    position: relative;
}
.productShowTxtCon h4 span{
    width: 12px;
    height: 23px;
    display: inline-block;
    background-color: #de0000;
    border-radius: 2px;
    margin-right: 20px;
    position: relative;
    top: 5px;
}
.productShowTxtCon div{
    font-size: 16px;
    margin-left: 32px;
}
.productShowA{
    text-align: right;
    margin-top: 40px;
    margin-bottom: 30px;
}
.productShowA a{
    display: inline-block;
    font-size: 16px;
    font-weight: 900;
    color: #fff;
    background-color: #de0000;
    border-radius: 5px;
    padding: 10px 40px;
    letter-spacing: 1px;
}
/* 
*********************************************   合作单位
*/
.cooperator{
    margin-top: 40px;
    margin-bottom: 40px;
}
.cooperator h2{
    font-size: 32px;
    font-weight: 600;
    color: #333;
    text-align: center ;
    margin-top: 40px;
    margin-bottom: 40px;
}
.cooperator ul {
    margin-bottom: 40px;
}
.cooperator ul li{
    list-style: none;
    box-shadow: 0 0 5px 0 #ccc;
    padding: 20px 0;
    margin-bottom: 30px;
}
.cooperator ul li a{
    /* display: flex; */
    /* justify-content: space-around; */
    /* align-items: center; */
    max-height: 120px;
    padding: 0 20px;
}
.cooperator ul li a div{
    display: inline-block;
}
.cooperator ul li a h3{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    text-align: center;
}
.cooperator ul li a p{
    font-size: 16px;
    color: #999;
    margin-left: 20px;
}
/* 
*********************************************   销售网络
*/
.selling{
    margin-top: 40px;
    margin-bottom: 60px;
}
.selling h2{
    font-size: 32px;
    font-weight: 600;
    text-align: center;
    color: #333;
    margin-top: 40px;
    margin-bottom: 40px;
}
.selling .sellingImg{
    /* display: flex;
    align-items: center; */
    box-shadow: 0 0 5px 0 #ccc;
    padding: 40px 0;
    position: relative;
}
.sellingImgTishi{
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: bold;
    margin-left: 40px;
} 
.sellingImgTishi p{
    margin-bottom: 0px;
    margin-right: 10px;
}
.sellingImgTishi span{
    display: inline-block;
    width: 40px;
    height: 24px;
    background-color: red;
    border-radius: 5px;
}
.selling .sellingImg img{
    display: block;
    max-width: 100%;
    height: auto;
    margin-left: auto;
    margin-right: auto;
}
/* 
*********************************************   合作单位
*/
.QualityIntroduce{
    margin-top: 40px;
    margin-bottom: 40px;
}
.QualityIntroduceTxt{
    margin-top: 30px;
}
.QualityIntroduceTxt p{
    font-size: 16px;
    text-indent: 2em;
    line-height: 24px;
}
/* 
****执照列表
*/
.licenseListBG{
    background-image: url('../images/licenseListBG.png');
    background-position: top center;
    padding-top: 40px;
    padding-bottom: 40px;
}
.licenseListBG .in-title{
    margin-bottom: 30px;
}
.licenseListBG .in-title h1{
    color: #fff;
}
.licenseListBG .in-title h1 .hengBu{
    background-color: #fff;
}
.licenseListBG .in-title h1 .inTiEn{
    color: #fff;
}
.licenseListUl {
    display: flex;
    flex-wrap: wrap;
}
.licenseListUl .licenseListLi{
    display: flex;
    align-items: center;
    padding: 10px;
    border-radius: 10px;
    background-color: #fff;
    margin-right: 13px;
    margin-bottom: 15px;
}
.licenseListUl .licenseListLi img{
    max-width: 195px;
}
/* 
*********************************************   行业政策
*/
.policyCon{
    width: 70%;
    margin: 0 auto;
    margin-top: 40px;
}
.policy{
    margin-top: 20px;
    margin-bottom: 40px;
}
.policyLi{
    list-style: none;
    border-top: 1px dashed #ccc;
}
.policyLi:first-child{
    border-top: 1px solid #ccc;
}
.policyLi a{
    display: flex;
    /* justify-content: space-between; */
    align-items: center;
    padding: 20px 10px;
}
.policyLi a .policyNum{
    width: 80px;
    height: 80px;
    line-height: 80px;
    font-size: 62px;
    text-align: center;
    color: #fff;
    background-color: #de0000;
    border-radius: 15px;
    box-shadow: 10px 10px 0px 1px #e8e8e8;
    margin-right: 30px;
    margin-top: -20px;
}
.policyTxt h3{
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-top: 0px;
    margin-bottom: 10px;
}
.policyTxt p{
    width: 80%;
    font-size: 14px;
    color: #ccc;
    line-height: 24px;
}
.policyTxt span{
    color: #de0000;
    font-size: 14px;
}
/* 
*********************************************   政策详情
*/
.policyDetails{
    margin-top: 40px;
    margin-bottom: 40px;
}
.policyDetailsTxt{
    margin-top: 30px;
}
.policyDetailsImg{
    border-radius: 10px;
    border: 1px solid #de0000;
    overflow: hidden;
    margin-right: 30px;
    margin-bottom: 30px;
}
.policyDetailsTitle {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 30px;
}
.policyDetailsTitle span{
    color: #de0000;
    font-size: 24px;
    margin-right: 10px;
}
.policyDetailsTxt p{
    font-size: 16px;
    line-height: 28px;
    text-indent: 2em;
    margin-bottom: 1em;
}
/* 
*********************************************   联系我们
*/
.contactPosition{
    overflow: hidden;
}
.contact{
    padding-bottom:40px;
}
.contactTitle{
    font-size: 24px;
    font-weight: 600;
    color: #333;
    margin-top: 0px;
    padding-top: 40px;
    margin-bottom: 40px;
}
.contactFormLiTilte{
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-top: 30px;
    margin-bottom: 10px;
}
.contactFormLi input{
    width: 90%;
    line-height: 25px;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 5px 10px;
}
.contactFormLi textarea{
    width: 80%;
    border: 1px solid #ccc;
    border-radius: 5px;
    min-height: 200px;
}
.contactFormButton{
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #de0000;
    padding: 10px 40px;
    border: none;
    border-radius: 5px;
    letter-spacing:1px;
    margin-top:40px;
}
.contactWay{
    position: relative;
}
.contactWayCon{
    padding-left: 20px;
    position: relative;
    z-index: 2;
}
.contactWayCon .contactTitle{
    color: #fff;
    padding-bottom: 40px;
}
.contactWayBg{
    width: 100vw;
    height: 100vw;
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #de0000;
}
.contactWayLi h3{
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    margin-top: 40px;
    margin-bottom: 20px;
}
.contactWayLi div{
    font-size: 16px;
    color: #fff;
}

@media (max-width: 992px){
    .header {
        position: relative;
        background-color: rgba(0, 0, 0, 0.7);
    }
    .header .logo img{
        height: 60px;
        padding-bottom: 10px;
    }
    .header .nav li .dt {
        position: relative;
        top: 0px;
    }
    .collapse.in {
        width: 100%;
        position: absolute;
        z-index: 99;
        background-color: rgba(0, 0, 0, .5);
        margin-left: -15px;
    }
    .navbar-toggle {
        margin-top: 15px;
        margin-bottom: 8px;
        border: 1px solid #fff;
    }
    .navbar-toggle .icon-bar {
        background: #fff;
    }
    .footerLi{
        text-align: center;
    }
    .aboutTxt .aboutTxtLi {
        display: inline-block;
        width: auto;
        font-size: 16px;
        line-height: 1.5em;
        color: #333;
        text-indent: 2em;
    }
    .developmentTxt {
        min-height: 350px;
        margin-left: auto;
        padding-left: 50px;
        padding-right: 30px;
    }
    .licenseListUl .licenseListLi {
        width: 46%;
    }
}