/* CSS Document */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
    margin: 0;
    padding: 0;
}
@font-face
{
	font-family: "ShuHeiTi";
	src:url('../font/Alimama_ShuHeiTi_Bold.ttf');
}
@font-face
{
	font-family: "Black";
	src:url('../font/Alibaba_PuHuiTi_2.0_115_Black_115_Black.ttf');
}
@font-face
{
	font-family: "Heavy";
	src:url('../font/Alibaba_PuHuiTi_2.0_105_Heavy_105_Heavy.ttf');
}
@font-face
{
	font-family: "ExtraBold";
	src:url('../font/Alibaba_PuHuiTi_2.0_95_ExtraBold_95_ExtraBold.ttf');
}
@font-face
{
	font-family: "SemiBold";
	src:url('../font/Alibaba_PuHuiTi_2.0_75_SemiBold_75_SemiBold.ttf');
}
@font-face
{
	font-family: "Medium";
	src:url('../font/Alibaba_PuHuiTi_2.0_65_Medium_65_Medium.ttf');
}
@font-face
{
	font-family: "RegularBold";
	src:url('../font/Alibaba_PuHuiTi_2.0_55_Regular_85_Bold.ttf');
}
@font-face
{
	font-family: "Regular";
	src:url('../font/Alibaba_PuHuiTi_2.0_55_Regular_55_Regular.ttf');
}
@font-face
{
	font-family: "Light";
	src:url('../font/Alibaba_PuHuiTi_2.0_45_Light_45_Light.ttf');
}
@font-face
{
	font-family: "Thin";
	src:url('../font/Alibaba_PuHuiTi_2.0_35_Thin_35_Thin.ttf');
}
body {
    font-size: 12px;
    font-family: "Medium";
}
h1, h2, h3, h4, h5, h6 {
    font-weight: normal;
    font-size: 100%;
}
ul, li {
    list-style: none;
}

a {
    color: #000;
    text-decoration: none;
}
img {
    border: none;
}
i,em{
	font-style: normal;
}
.fr {
    float: right;
}
.fl {
    float: left;
}
.clear {
    clear: both;
}
.auto {
    width: 1200px;
    margin: 0 auto;
}
.clearfloat:after {
    display: block;
    clear: both;
    content: "";
    visibility: hidden;
    height: 0
}
.clearfloat {
    zoom: 1
}
.htmleaf-container{
	display: none;
}
.header-navigation {
	 position:fixed; 
	top:0;
	width:100%;
	text-align:center;
	z-index:9999;
	background-image: linear-gradient(rgba(0,0,0,0.2), transparent);
}
.heads{
	height:70px;
	top: 0px;
	width: 100%;
	left: 0%;
	transition: all .5s;
}
.slideUp {
	/* -webkit-transform:translateY(-100px);
	transform:translateY(-100px);
	*/
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
	background-image: linear-gradient(#fff, #fff);
	background-color: #fff;
}
.slideDown {
	/*-webkit-transform:translateY(0);
	transform:translateY(0);
	*/
	-webkit-transform:translateY(0px);
	-ms-transform:translateY(0px);
	-o-transform:translateY(0px);
	transform:translateY(0px);
	/*transition:transform .5s ease-out;
	*/
	-webkit-transition:transform .5s ease-out;
	-o-transition:transform .5s ease-out;
	transition:transform .5s ease-out;
	transition: all .5s;
	background-image: linear-gradient(#fff, #fff);
	background-color: #fff;
}
.headdv{
	margin: 0 auto;
	width: 80%;
	margin: 0 auto;
	height: 70px;
	display: flex;
	justify-content: space-between;

}
.headdvleft img{
	display: block;
}
.headdvright{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.headdvright ul li{
	line-height: 70px;
	margin: 0 20px;
	padding: 0 10px;
	transition: all .3s;
}
.headdvright ul i{
	display: block;
	height: 5px;
	width: 5px;
	background-color: #4d4d4d;
	border-radius: 50%;
}
.headdvright ul li a{
	color: #fff;
	font-size: 16px;
	font-family: "";
}
.slideDown .headdvright ul li a{
	color: #373737;
}
.headdvright ul li:hover a{
	color: #ff9900;
}
.banner img{
	display: block;
	width: 100%;
}
.abu{
	width: 80%;
	display: flex;
	margin: 0 auto;
	margin-top: 180px;
	justify-content: space-between;
}
.abuleft{
	width: 180px;
}
.aburight{
	width: 70%;
}
.abuleft h1{
	font-family: "Bahnschrift";
	font-weight: bold;
	font-size: 54px;
	color: #4d4d4d;
	margin-bottom: 50px;
}
.abuleft h1 b{
	color: #ff9900;
}
.abuleft h2{
	width: 60px;
	height: 5px;
	background-color: #ff9900;
	margin-bottom: 50px;
}
.abuleft h3{
	color: #4d4d4d;
	font-size: 38px;
	font-family: "RegularBold";
	margin-top: 50px;
	margin-bottom: 200px;
}
.aburight p{
	color: #808080;
	font-size: 16px;
	font-family: "Regular";
	line-height: 35px;
}
.aburight img{
	width: 100%;
	display: block;
	margin-top: 15px;
}
.xiae{
	width: 80%;
	margin: 0 auto;
	margin-top: 120px;
	margin-bottom: 140px;
	display: flex;
	justify-content: space-between;
}
.xiaeleft{
	width: 55%;
	padding: 40px 5%;
	background-color: #f3f3f3;
	border-top-left-radius: 150px;
}
.xiaeright{
	width: 22%;
	padding: 40px 5%;
	background-color: #f3f3f3;
	border-top-left-radius: 150px;
}
.xiaeleft h1{
	color: #ff9900;
	font-size: 100px;
	font-family: "Bahnschrift";
	font-weight: bold;
	text-align: center;
}
.xiaeleft sup{
	font-size: 82px;
	font-weight: normal;
}
.xiaeleft h2{
	text-align: center;
	color: #808080;
	font-size: 18px;
	font-family: "Medium";
}
.xiaeright h1{
	color: #ff9900;
	font-size: 100px;
	font-family: "Bahnschrift";
	font-weight: bold;
	text-align: center;
}
.xiaeright sup{
	font-size: 82px;
	font-weight: normal;
}
.xiaeright h2{
	text-align: center;
	color: #808080;
	font-size: 18px;
}
.cpyoushi{
	width: 80%;
	border-top: 2px solid #918c8a;
	padding-top: 125px;
	margin: 0 auto;
}
.cpystext h1{
	display: flex;
	justify-content: space-between;
}
.cpystext h1 span{
	color: #4d4d4d;
	font-size: 38px;
	font-family: "RegularBold";
}
.cpystext h1 i{
	color: #4d4d4d;
	font-size: 38px;
	text-transform: uppercase;
	font-weight: bold;
	font-family: Bahnschrift;
}
.cpystext h1 i b{
	color: #ff9900;
}
.cpystext p{
	font-size: 18px;
	line-height: 35px;
	color: #808080;
	width: 58%;
	margin-top: 50px;
	font-family: "Regular";
}
.cpystext h2{
	color: #666666;
	font-size: 28px;
	margin-top: 50px;
	margin-bottom: 35px;
	font-family: "RegularBold";
}
.syfw{
	width: 80%;
	margin: 0 auto;
	margin-top: 120px;
}
.syfwbt{
	display: flex;
	justify-content: space-between;
}
.syfwbt h1{
	color: #4d4d4d;
	font-size: 38px;
	font-family: "RegularBold";
}
.syfwbt h1 i{
	display: block;
	margin-top: 20px;
	width: 60px;
	height: 5px;
	background-color: #4d4d4d;
}
.syfwbt p{
	color: #4d4d4d;
	font-size: 38px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Bahnschrift";
}
.syfwlist ul{
	display: flex;
	justify-content: space-between;
	margin-top: 100px;
}
.syfwlist ul li{
	width: 13.5%;
	padding: 3% 5%;
	transition: all .5s;
	background-color: #f3f3f3;
}
.syfwlist ul li div{
	width: 80px;
	margin: 0 auto;
	height: 80px;
	position: relative;
}
.syfwlist ul li div img{
	width: 80px;
	display: block;
}
.syfwlist ul li div img:first-child{
	opacity: 1;
}
.syfwlist ul li div img:last-child{
	opacity: 0;
	top: 0;
	position: absolute;
	left: 0;
	transition: all .5s;
}
.syfwlist ul li:hover div img:first-child{
	opacity: 0;
}
.syfwlist ul li:hover div img:last-child{
	opacity: 1;
}
.syfwlist ul li section{
	color: #808080;
	font-size: 18px;
	line-height: 35px;
	transition: all .5s;
	margin-top: 40px;
	font-family: "Regular";
}
.syfwlist ul li:hover{
	background-color: #ff9900;
}
.syfwlist ul li:hover section{
	color: #fff;
}
.wuliu{
	margin: 180px 0px;
	margin-bottom: 0;
}
.wuliubt{
	width: 80%;
	margin: 0 auto;
}
.wuliubt  h1{
	color: #4d4d4d;
	font-size: 48px;
	font-weight: bold;
	text-transform: uppercase;
	font-family: "Bahnschrift";
}
.wuliubt  h1 b{
	font-size: 48px;
	color: #ff9900;
}
.wuliubt p{
	margin-top: 15px;
	color: #4d4d4d;
	font-size: 38px;
	font-family: "RegularBold";
}
.wuliutext{
	width: 100%;
	background-color: #ff9900;
	padding: 85px 0px;
	margin-top: 90px;
	position: relative;
}
.wuliutextdv{
	width: 80%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.wuliuttleft{
	width: 50%;
}
.wuliuttleft h1{
	color: #ffffff;
	font-size: 18px;
	line-height: 35px;
	font-weight: bold;
	font-family: "RegularBold";
}
.wuliuttleft span{
	display: block;
	position: relative;
	margin-top: 20px;
	width: 200px;
	margin-bottom: 70px;
	height: 4px;
	background-color: rgba(255, 255, 255, 0.3);
}
.wuliuttleft span::after{
	display: block;
	content: '';
	width: 35px;
	height: 4px;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #fff;
}
.wuliuttleft ul li{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 15px;
	align-items: flex-start;
	
}
.wuliuttleft ul li em{
	display: block;
	width: 5px;
	height: 5px;
	background-color: #ffffff;
	border-radius: 5px;
	margin-right: 5px;
	margin-top: 10px;
}
.wuliuttleft ul li p{
	color: #ffffff;
	font-size: 14px;width: 90%;
}
.wuliuttright{
	position: absolute;
	top: -90px;
	right: 0;
	width: 50%;
}
.wuliuttright img{
	display: block;
	max-width: 100%;
}
.cptx{
	width: 80%;
	margin: 0 auto;
	margin-top: 120px;

}
#contrast{
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 45px;
	margin-bottom: 60px;
}
#contrast  a{
    width: 56px;
    border: 4px solid #ff9900;
    height: 56px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-left: 15px;
    transition: all .5s;
}
#contrast  a iconpark-icon{
	color: #f29600;
	font-size: 42px;
	font-weight: bold;
	transition: all .5s;
}
#contrast  a:hover{
	background-color: #f29600;
}
#contrast  a:hover iconpark-icon{
	color: #fff;
}
.xiangxia{
	margin-top: 255px;
}
.foot{
	background-color: #ff9900;
	padding-top: 45px;
}
.footnav{
	padding-bottom: 70px;
}
.footnav ul{
	display: flex;
	justify-content: center;
}
.xiangxia{
	margin-top: 40px;
	text-align: center;
	margin-bottom: 40px;
}
.xiangxia img{
	display: block;
	margin: 0 auto;
	text-align: center;
	transform: rotate(180deg);
	border-radius: 50%;
	-webkit-animation: shaking 1s infinite; 
	animation: shaking 1s infinite; 
}
@keyframes shaking {

    0% {
        transform: translateY(-10px);
    }
    50% {
        transform: translateY(10px);
    }
    100% {
        transform: translateY(-10px);
    }
}

.footnav ul {
	margin-bottom: 100px;
}
.footnav ul li a{
	font-size: 18px;
	font-family: "RegularBold";
	color: #ffebcc;
}
.footnav ul li{
	margin: 0  5%;
}
.footnav img{
	margin: 0 auto;
	display: block;
	margin-bottom: 50px;
	width: 300px;
}
.footnav h1{
	text-align: center;
	font-size: 18px;
	color: #ffebcc;
	line-height: 40px;
}
.wdl {
	display: block;
}
.wdl p{
	text-align: center;
	color: #ffebcc;
	font-size: 18px;
	line-height: 80px;
	border-top: 1px solid rgba(255, 255, 255, 0.7);
	font-family: "Medium";
}
.wdl p a{
	color: #ffebcc;
	margin: 0 15px;
}
.cptxlist .tixilist{
	width: 100%;
}
.tixilist div img{
	display: block;
	width: 100%;
	transition: all .5s;
}
.tixilist div{
	position: relative;
	overflow: hidden;
}
.tixilist:hover div img{
	transform: scale(1.05);
}
.tixilist div span{
	display: block;
	width: 75px;
	height: 75px;
	background-color: #fff;
	font-size: 28px;
	color: #b3b3b3;
	position: absolute;
	bottom: 1px;
	text-align: center;
	right: 1px;
	line-height: 75px;
	font-weight: bold;
}
.tixilist section h1{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
	margin-bottom: 20px;
}
.tixilist section h1 span{
	color: #666666;
	font-size: 28px;
	font-family: "Bahnschrift";
	font-weight: bold;
}
.tixilist section h1 i{
	background-color: #ff9900;
	height: 2px;
	display: block;
	width: 20px;
}
.tixilist section  p{
	color: #808080;
	font-size: 18px;
	line-height: 35px;
	font-family: "Regular";
}
.tixilist section h2{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}
.tixilist section h2 span{
	display: block;
	width: 85px;
	
	background-color: #ff9900;
	text-align: center;
	line-height: 25px;
	font-size: 14px;
	color: #fff;
	border-radius: 50px;
}
.gygc{
	width: 830px;
	margin: 130px auto;
}
.gygc h1{
	color: #4d4d4d;
	font-size: 38px;
	text-align: center;
	margin-bottom: 45px;
	font-family: "RegularBold";
}
.gygc p{
	font-size: 18px;
	margin-bottom: 30px;
	line-height: 35px;
	color: #7f8080;
	font-family: "Regular";
}
.qgywmaig{
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	z-index: 2;
}
.qgywmaig img{
	display: block;
	max-width: 100%;
}
.xianhz{
	padding-top: 150px;
	padding-bottom: 170px;
	background-color: #f3f3f3;
	margin-top: -55px;
}
.xianhz h1{
	font-size: 38px;
	color: #4d4d4d;
	text-align: center;
	font-family: "RegularBold";
}
.xianhz p{
	text-align: center;
	font-size: 18px;
	color: #7f8080;
	margin-top: 15px;
	font-family: "Light";
}
.xianhz ul{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.xianhz ul li img{
	display: block;
	max-width: 100%;
}
.xianhz ul li h2{
	color: #808080;
	font-size: 18px;
	text-align: center;
	font-family: "Regular";
	margin-top: 30px;
}
.cptedian{
	width: 80%;
	margin: 0 auto;
	margin-top: 100px;
	margin-bottom: 50px;
}
.cptedianbt{
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 40px;
}
.cptedianbtleft h1{
	color: #4d4d4d;
	font-size: 38px;
	margin-bottom: 30px;
}
.cptedianbtleft i{
	display: block;
	width: 65px;
	height: 5px;
	background-color: #4d4d4d;
}
.cptedianbtright{
	text-transform: uppercase;
	color: #4d4d4d;
	font-size: 38px;
	font-weight: bold;
	font-family: "Bahnschrift";
}
.cptedianbtright i{
	color: #f29600;
}
.cptedianlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	align-items: flex-start;
}
.cptedianlist ul li{
	width: calc(40% - 5px);
	padding: 5%;
	background-color: #f3f3f3;
	margin-bottom: 10px;
	transition: all .5s;
}
.cptedianlist ul li h1{
	color: #808080;
	font-size: 28px;
	margin-bottom: 30px;
	transition: all .5s;
}
.cptedianlist ul li i{
	display: block;
	width: 30px;
	height: 3px;
	background-color: #808080;
	margin-bottom: 30px;
	transition: all .5s;
}
.cptedianlist ul li p{
	line-height: 30px;
	color: #666666;
	font-size: 18px;
	transition: all .5s;
	font-family: "Regular";
}
.cptedianlist ul li:nth-child(3){
	margin-top: -30px;
}
.cptedianlist ul li:nth-child(4) h1{
	margin-top: 30px;
}
.cptedianlist ul li:last-child{
	margin-top: -30px;
}
.cptedianlist ul li:hover{
	background-color: #f29600;
}
.cptedianlist ul li:hover h1{
	color: #fff;
}
.cptedianlist ul li:hover p{
	color: #fff;
}
.cptedianlist ul li:hover i{
	background-color: #fff;
}
.talcp{
	width: 80%;
	margin: 0 auto;
}
.talcp dl dt {
	display: flex;
	justify-content: space-between;
	align-items: center;
	background-color: #f29600;
	
}
.talcp dl dt h1{
	width: 32%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	color: #ffffff;
	font-size: 22px;
}
.talcp dl dd{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.talcp dl dd:nth-child(2){
	border-bottom: 2px solid #c8c8c8;
}
.talcp dl dd p{
	width: 32%;
	text-align: center;
	height: 60px;
	line-height: 60px;
	text-align: center;
	color: #808080;
	font-size: 18px;
	font-family: "Regular";
}
.talcp dl dd  div{
	width: 32%;
}
.talcp dl dd div img{
	display: block;
	width: 100%;
}
.smatd{
	width: 80%;
	margin: 0 auto;
	margin-top: 150px;
}
.smatddv {
	margin-top: 100px;
}
.smatddv ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.smatddv ul li{
	padding: 5%;
	background-color: #f3f3f3;
	margin: 5px;
	color: #808080;
	line-height: 30px;
	font-size: 18px;
	transition: all .5s;
	font-family: "Regular";
}
.smatddv ul li:hover{
	background-color: #ff9900;
	color: #fff;
}
.gxlqdv{
	margin-top: 100px;
}
.gxlq{
	width: 80%;
	margin: 0 auto;
	margin-top: 150px;
}

.gxlqdv{
	width: 100%;
	display: flex;
	justify-content: space-between
}
.gxlqdvleft{
	width: 49%;
}
.gxlqdvleft ul li{
	display: flex;
	justify-content: flex-start;
	margin-bottom: 30px;
}
.gxlqdvleft ul li i{
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background-color: #f29600;
	margin-top: 12px;
}
.gxlqdvleft ul li span{
	width: 95%;
	display: block;
	margin-left: 5px;
	color: #808080;
	font-size: 17px;
	line-height: 35px;
	font-family: "Regular";
}
.gxlqdvright ul{
	display: flex;
	justify-content: space-between;
}
.gxlqdvright{
	width: 49%;
}
.gxlqdvright  ul li{
	width: 48%;
}
.gxlqdvright ul li img{
	display: block;
	width: 100%;
}
.gxlqdvright ul li h1{
	height: 35px;
	line-height: 35px;
	text-align: center;
	overflow: hidden;
	color: #ffffff;
	background-color: #4d4d4d;
	transition: all .5s;
	font-size: 18px;font-family: "Regular";
}
.gxlqdvright ul li:hover h1{
	background-color: #ff9900;
}
.gblq{
	width: 80%;
	margin: 0 auto;
	margin-top: 150px;
}
.gblqlist ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.gblqlist ul li{
	width: calc(40% - 10px);
	margin: 5px;
	padding: 5%;
	background-color: #f3f3f3;
	color: #666666;
	font-size: 22px;
	transition: all .5s;
	font-family: "RegularBold";
}
.gblqlist ul li:hover{
	background-color: #f29600;
	color: #fff;
}
.gmllq{
	width: 80%;
	margin: 0 auto;
	margin-top: 150px;
}
.gmllqlist{
	margin-top: 50px;
}
.gmllqlist p{
	font-size: 18px;
	color: #808080;
	line-height: 35px;
	font-family: "Regular";
}
.gmtjj{
	width: 80%;
	margin: 0 auto;
	margin-top: 150px;
}
.jszb{
	width: 80%;
	margin: 0 auto;
	margin-top: 150px;
}
.jszbbt{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.jszbbtleft h1{
	color: #808080;
	font-size: 22px;
} 
.jszbbtleft p{
	color: #808080;
	margin-top: 10px;
	font-size: 22px;
}
.jszbbtright img{
	display: block;
}
.lqyqjg{
	margin-top: 50px;
}
.lqyqjg h1{
	text-align: center;
	color: #ff9900;
	font-size: 28px;
	margin-bottom: 25px;font-family: "SemiBold";
}
.lqyqjg dl dt{
	display: flex;
	justify-content: space-between;
	height: 60px;
	background-color: #f29600;
}
.lqyqjg dl dt h2{
	text-align: center;
	color: #ffffff;
	font-size: 22px;
	line-height: 60px;
	width: 20%;
	font-family: "RegularBold";
}
.lqyqjg dl dt h2:first-child{
	width: 40%;
}
.lqyqjg dl dd{
	display: flex;
	justify-content: space-between;
	height: 60px;
	border-bottom: 2px solid #d1d1d1;font-family: "Regular";
}
.lqyqjg dl dd h3{
	display: flex;
	justify-content: center;font-family: "Regular";
}
.lqyqjg dl dd h3{
	text-align: center;
	color: #808080;
	font-size: 18px;
	line-height: 60px;
	width: 20%;font-family: "Regular";
}
.lqyqjg dl dd h3:first-child{
	width: 40%;
	justify-content: space-between;
}
.lxwm{
	width: 80%;
	margin: 0 auto;
	margin-top: 150px;
}
.lxwmdv ul{
	display: flex;
	justify-content: space-between;
}
.lxwmdv ul li{
	width: 21%;
	background-color: #f3f3f3;
	padding: 40px 0rem;
	text-align: center;
	transition: all .5s;
}
.lxwmdv ul li:first-child{
	width: 35%;
}
.lxwmdv ul li iconpark-icon{
	font-size: 48px;
	color: #808080;
	transition: all .5s;
}
.firstRow{
	font-family: "RegularBold" !important;
	font-size: 22px;
}
.firstRow p span{
	color: #fff !important;
	font-size: 22px !important;
}
.firstRow  span{
		color: #fff !important;
		font-size: 22px !important;
	}
td p {
	text-align: center;
    color: #808080 !important;
    font-size: 18px;
    font-family: "Regular" !important;
	font-size: 18px !important;
}
td p span{
	text-align: center;
    color: #808080 !important;
    font-size: 18px;
    font-family: "Regular" !important;
	font-size: 18px !important;
}└
td   span{
	text-align: center;
    color: #808080 !important;
    font-size: 18px;
    font-family: "Regular" !important;
	font-size: 18px !important;
}
.lxwmdv ul li h1{
	color: #808080;
	font-size: 18px;
	margin-top: 35px;
	margin-bottom: 20px;
	transition: all .5s;
}
.lxwmdv ul li p{
	color: #808080;
	font-size: 18px;
	transition: all .5s;
}
.lxwmdv ul li:hover{
	background-color: #f29600;
}
.lxwmdv ul li:hover h1,.lxwmdv ul li:hover p,.lxwmdv ul li:hover iconpark-icon{
	color: #fff;
}
.dubiqg{
	padding: 60px;
	background: url(../images/bj_03.png) center no-repeat;
	display: flex;
	justify-content: space-between;
	    border-radius: 20px;
}
.dubiqgleft{
	width: 25%;
}
.dubiqgleft h3{
	color: #808080;
	font-size: 24px;
	font-family: "RegularBold";
}
.dubiqgleft  em{
	display: block;width: 100%;
	height: 2px;
	background-color: #fff;
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
.dubiqgleft em::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	height: 2px;
	width: 60px;
	background-color: #7c7c7c;
}
.dubiqgleft ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	height:30px;
}
.dubiqgleft ul li i{
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 50%;
	background-color: #808080;
	margin-right: 8px;
}
.dubiqgleft ul li span{
	color: #808080;
	font-size: 14px;
}

.dubiqgright{
	width: 50%;
}
.dubiqgright h3{
	color: #fff;
	font-size: 24px;
}
.dubiqgright  em{
	display: block;width: 100%;
	height: 2px;
	background-color: rgba(255, 255, 255, 0.3);
	position: relative;
	margin-top: 20px;
	margin-bottom: 30px;
}
.dubiqgright em::after{
	content: "";
	position: absolute;
	top: 0;
	left: 0%;
	height: 2px;
	width: 60px;
	background-color: #fff;
}
.dubiqgright ul li{
	display: flex;
	justify-content: flex-start;
	align-items: center;
	margin-bottom: 15px;
}
.dubiqgright ul li i{
	width: 4px;
	height: 4px;
	display: block;
	border-radius: 50%;
	background-color: #fff;
	margin-right: 8px;
}
.dubiqgright ul li span{
	color: #fff;
	font-size: 14px;
	font-family: "RegularBold";
}
.nrbanner{
	overflow: hidden;
	width: 100%;
	position: relative;
}
.nrbanner img{
	display: block;
	width: 100%;
}
.nrbanner .btext{
	width: 100%;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}
.nrbanner .btext section{
	width: 80%;
}
.nrbanner .btext section h1{
	color: #fff;
	font-size: 48px;text-transform: uppercase;
	text-transform: uppercase;
	font-family: "Bahnschrift";
	font-weight: bold;
}
.nrbanner .btext section h2{
	color: #fff;
	font-family: "Regular";
	margin-top: 10px;
	font-size: 30px;
}
.sbanners{
	display: block;
	width: 100%;
}
.sbanners .swiper-slide{
	position: relative;
} 
.sbanners .swiper-slide div{
	position: absolute;
	width: 80%;
	height: 100%;
	left: 10%;top: 0;
	display: flex;
	justify-content: flex-start;
}
.sbanners .swiper-slide div section{
	width: 100%;
}
.sbanners .swiper-slide div h1{
	color: #fff;
    font-size: 24px;
    text-transform: uppercase;
    margin-bottom: 15px;
    text-align: center;
}
.sbanners .swiper-slide div h2{
	color: #4d4d4d;
    font-size: 48px;
    margin-top: 10%;
    text-align: center;
    font-family: "Regular";
}
.sbanners .swiper-slide div h2 i{
	font-family: "Thin";
	font-size: 48px;
}
.sbanners .swiper-slide div p{
	color: #666666;
	margin:0 auto;
	margin-top: 35px;
	font-size: 16px;
	line-height: auto;
	line-height: 40px;
	width: 75%;
	text-align: center;
	font-family: "Regular";
}
.sbanners .swiper-slide div a{
	width: 200px;
	height: 60px;
	border-radius: 60px;
	display: flex;
	justify-content: space-around;
	font-size: 18px;
	color: #3479c0;
	align-items: center;
	margin-top: 70px;
	background-color: #fff;
	font-weight: bold;
}
.mfoot,.mfootdv{
	display: none;
}
@media only screen and (min-width: 1200px) and (max-width: 1400px){
	.lxwm{
		width: 95%;
	}
	.lxwmdv ul li p{
		font-size: 14px;
	}
	.abu{
		width: 95%;
	}
	.xiae{
		width: 95%;
	}
	.cpyoushi{
		width: 95%;
	}
	.cptx{
		width: 95%;
	}
	.syfw{
		width: 95%;
	}
	.wuliutextdv{
		width: 95%;
	}
	.xianhz ul{
		width: 95%;
	}
	.cptedian{
		width: 95%;
	}
	.talcp{
		width: 95%;
	}
	.smatd,.gxlq,.gblq,.gmllq,.gmtjj,.jszb{
		width: 95%;
	}
	.wuliubt{
		width: 95%;
	}
}
@media only screen and (min-width: 1000px) and (max-width: 1199px){
	.lxwm{
		width: 95%;
	}
	.lxwmdv ul li p{
		font-size: 14px;
	}
	.abu{
		width: 95%;
	}
	.xiae{
		width: 95%;
	}
	.cpyoushi{
		width: 95%;
	}
	.cptx{
		width: 95%;
	}
	.syfw{
		width: 95%;
	}
	.wuliutextdv{
		width: 95%;
	}
	.xianhz ul{
		width: 95%;
	}
	.cptedian{
		width: 95%;
	}
	.talcp{
		width: 95%;
	}
	.smatd,.gxlq,.gblq,.gmllq,.gmtjj,.jszb{
		width: 95%;
	}
	.dubiqg{
		padding: 5%;
	    background-size: cover;
	}
	.dubiqgleft{
		width: 18%;
	}
	.dubiqgright{
		width: 58%;
	}
	.tixilist section h1 span{
		font-size: 18px;
	}
	.tixilist section p{
		font-size: 14px;
	}
	.wuliubt{
		width: 95%;
	}
}
@media screen and (max-width: 999px){
	.heads{
		display: none;
	}
	.abu{
		width: 95%;
		margin-top: 30px;
		display: block;
	}
	.abuleft{
		width: 100%;
	}
	.abuleft h1{
		font-size: 16px;
		text-align: center;
		margin-bottom: 15px;
	}
	.abuleft h2{
		margin: 0 auto;
		margin-bottom: 15px;
		height: 3px;
	}
	.abuleft h3{
		margin-top: 0 ;
		text-align: center;
		font-size: 24px;
		margin-bottom: 15px;
	}
	.aburight{
		width: 100%;
		font-size: 14px;
	}
	.aburight p{
		font-size: 14px;
		line-height: 30px;
	}
	.xiae{
		width: 95%;
		margin-top: 20px;
		margin-bottom: 20px;
	}
	.xiaeleft h1{
		font-size: 32px;
	}
	.xiaeleft sup{
		font-size: 18px;
	}
	.xiaeleft h2{
		font-size: 14px;
	}
	.xiaeright h2{
		font-size: 14px;
	}
	.xiaeright h1{
		font-size: 32px;
	}
	.xiaeright sup{
		font-size: 18px;
	}
	.xiaeleft{
		width: 48%;
	}
	.xiaeright{
		width: 30%;
	}
	.xiaeleft,.xiaeright{
		padding: 20px 5%;
		border-top-left-radius: 50px;
	}
	.cpyoushi{
		width: 95%;
	}
	.cpyoushi{
		padding-top: 35px;
	}
	.cpystext h1{
		display: block;
	}
	.cpystext h1 span{
		display: block;
		font-size: 24px;
		text-align: center;
	}
	.cpystext h1 i{
		display: block;
		text-align: center;
		font-size: 16px;
		margin-top: 10px;
	}
	.cpystext p{
		width: 100%;
		margin-top: 15px;
		font-size: 14px;
	}
	.cpystext h2{
		margin-top: 30px;
		font-size: 24px;
		text-align: center;
		margin-bottom: 15px;
	}
	.dubiqg{
		background: none;
		display: block;
		padding: 0;
	}
	.dubiqgleft{
		width: 90%;
		padding: 5%;
		background-color: #f3f3f3;
	}
	.cpystext h2{
		font-size: 20px;
		margin-top: 15px;font-weight: bold;
	}
	.dubiqgleft h3{
		font-size: 16px;
	}
	.dubiqgleft em{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.dubiqgright{
		width: 90%;
		padding: 5%;
		margin-top: 10px;
		background-color: #ff9900;
	}
	.dubiqgright h3{
		font-size: 16px;
	}
	.dubiqgright em{
		margin-top: 15px;
		margin-bottom: 15px;
	}
	.dubiqgright ul li span{
		line-height: 30px;
		width: 95%;
	}
	.dubiqgright ul li{
		margin-bottom: 8px;
	}
	.cptx{
		width: 95%;
		margin-top: 30px;
	}
	.syfwbt{
		display: block;
	}
	.syfwbt h1{
		font-size: 24px;
		text-align: center;
	}
	.syfwbt h1 i{
		margin: 0 auto;
		margin-top: 10px;
		margin-bottom: 10px;
		height: 3px;
	}
	.syfwbt p{
		font-size: 16px;
		text-align: center;
	}
	#contrast{
		display: none;
	}
	.cptxlist {
		margin-top: 15px;
	}
	.tixilist div span{
		width: 35px;
		height: 35px;
		font-size: 14px;
		line-height: 35px;
	}
	.tixilist section h1{
		margin-top: 15px;
		margin-bottom: 10px;
	}
	.tixilist section h1{
		display: block;
	}
	.tixilist section h1 span{
		font-size: 16px;
		line-height: 30px;
		height: 30px;
		overflow: hidden;white-space:nowrap;
		overflow:hidden;
		text-overflow:ellipsis;
	}
	.tixilist section h1 i{
		margin-top: 8px;
	}
	.tixilist section p{
		font-size: 14px;
		line-height: 30px;
	}
	.tixilist section h2{
		margin-top: 15px;
	}
	.tixilist section h2 img{
		width: 30px;
	}
	.syfw{
		width: 95%;
		margin: 0 auto;
		margin-top: 45px;
	}
	.syfwlist ul{
		margin-top: 25px;
		flex-wrap: wrap;
	}
	.syfwlist ul li{
		width: 38%;
		margin: 1%;
		padding: 5%;
	}
	.syfwlist ul li div {
		width: auto;
		display: flex;
		justify-content: center;
		height: auto;
	}
	.syfwlist ul li div img{
		width: 35px;
	}
	.syfwlist ul li section{
		margin-top: 10px;
		font-size: 14px;
		line-height: 30px;
	}
	.wuliu{
		margin: 30px auto;
	}
	.wuliubt{
		width: 95%;
	}
	.wuliubt h1{
		font-size: 16px;
		text-align: center;
	}
	.wuliubt h1 b{
		font-size: 16px;
	}
	.wuliubt p{
		font-size: 24px;
		text-align: center;
		margin-top: 5px;
	}
	.wuliutext{
		padding: 30px 0px;
		margin-top: 20px;
	}
	.wuliutextdv{
		width: 95%;
		display: block;
	}
	.wuliuttright{
		position: inherit;
	}
	.wuliuttleft{
		width: 100%;
	}
	.wuliuttleft h1{
		font-size: 18px;
	}
	.wuliuttleft span{
		width: 120px;
	}
	.wuliuttleft span{
		margin-bottom: 20px;
	}
	.wuliuttleft ul li{
		margin-bottom: 8px;
	}	
	.wuliuttleft ul li p{
		font-size: 14px;
		font-weight: normal;
		line-height: 30px;
	}
	.wuliuttright{
		width: 50%;
		margin: 0 auto;
	}
	.xiangxia{
		margin-top: 45px;
		margin-bottom: 20px;
	}
	.xiangxia img{
		width: 35px;
	}
	.footnav{
		padding-bottom: 30px;
	}
	.footnav ul{
		padding-bottom: 10px;margin-bottom: 35px;
	}
	.footnav ul li{
		margin: 0 2%;
	}
	.footnav ul li a{
		font-size: 16px;
	}
	.footnav img{
		width: 65%;
		margin-bottom: 35px;
	}
	.footnav h1{
		font-size: 14px;
		line-height: 30px;
	}
	.wdl p{
		font-size: 14px;
		line-height: 30px;
	}
	.gygc{
		width: 95%;
		margin: 30px auto;
	}
	.gygc h1{
		font-size: 24px;
		margin-bottom: 15px;
	}
	.gygc p{
		font-size: 14px;
		line-height: 30px;
		margin-bottom: 15px;
	}
	.xianhz{
		padding: 30px 0px;
		margin-top: 0;
	}
	.xianhz h1{
		font-size: 24px;
	}
	.xianhz p{
		font-size: 14px;
		margin-bottom: 30px;
	}
	.xianhz ul{
		width: 95%;
		display: block;
	}
	.xianhz ul li{
		width: 100%;
	}
	.xianhz ul li img{
		width: 30%;
		display: block;
		margin: 0 auto;
	}
	.xianhz ul li h2{
		margin-bottom: 15px;
		margin-top: 10px;
		text-align: center;
		font-size: 14px;
	}
	.lxwm{
		width: 95%;
		margin-top: 30px;
	}
	.lxwmdv ul{
		display: block;
	}
	.lxwmdv ul li:first-child{
		width: 100%;
	}
	.lxwmdv ul li{
		width: 100%;
		margin-bottom: 10px;
		padding: 5% 0;
	}
	.lxwmdv ul li h1{
		margin-top: 10px;
		font-weight: bold;
		margin-bottom: 10px;
	}
	.lxwmdv ul li p{
		font-size: 14px;
	}
	.cptedian{
		margin-top: 30px;
		width: 95%;
	}
	.cptedianbt{
		display: block;
	}
	.cptedianbtleft h1{
		font-size: 22px;
		text-align: center;
		margin-bottom: 15px;
	}
	.cptedianbtleft i{
		width: 65px;
		height: 3px;
		margin: 0 auto;
	}
	.cptedianbtright{
		font-size: 16px;
		text-align: center;
		margin-top: 10px;
		color: #4d4d4d;
	}
	.cptedianbt{
		margin-bottom: 20px;
	}
	.cptedianlist ul{
		display: block;
	}
	.cptedianlist ul li{
		width: 90%;
		padding: 5%;
	}
	.cptedianlist ul li h1{
		font-size: 18px;
		font-weight: bold;
		margin-bottom: 15px;
	}
	.cptedianlist ul li i{
		margin-bottom: 15px;
	}
	.cptedianlist ul li p{
		font-size: 14px;
		line-height: 30px;
	}
	.cptedianlist ul li:nth-child(3){
		margin-top: 0;
	}
	.cptedianlist ul li:nth-child(4) h1{
		margin-top: 0;
		margin-bottom: 0;
	}
	.cptedianlist ul li:last-child{
		margin-top: 0;
	}
	.cptedian{
		margin-bottom: 25px;
	}
	.talcp{
		width: 95%;
	}
	.talcp dl dt h1{
		font-size: 14px;
	}
	.talcp dl dd p{
		line-height: 25px;
		height: auto;
		font-size: 14px;
		margin: 10px 0px;
	}
	.smatd{
		width: 95%;
		margin-top: 30px;
	}
	.smatddv{
		margin-top: 10px;
	}
	.smatddv ul{
		display: block;
	}
	.smatddv ul li{
		font-size: 14px;
		margin: 0;
		margin-top:10px ;
	}
	.gxlq{
		width: 95%;
		margin: 0 auto;
		margin-top: 30px;
	}
	.gxlqdv{
		display: block;
		margin-top: 15px;
	}
	.gxlqdvleft{
		width: 100%;
	}
	.gxlqdvleft ul li {
		margin-bottom: 0px;
	}
	.gxlqdvleft ul li span{
		font-size: 14px;
	}
	.gxlqdvright{
		width: 100%;
		margin-top: 10px;
	}
	.gxlqdvright ul li h1{
		font-size: 14px;
	}
	.gblq{
		width: 95%;
		margin-top: 35px;
	}
	.gblqlist ul li{
		font-size: 14px;
	}
	.gmllq{
		width: 95%;
		margin-top: 30px;
	}
	.gmllqlist{
		margin-top: 20px;
		font-size: 14px;
	}
	.gmllqlist p{
		font-size: 14px;
		line-height: 30px;
	}
	.gmtjj{
		width: 95%;
		margin-top: 30px;
	}
	.jszb{
		width: 95%;
		margin-top: 30px;
	}
	.jszbbt{
		display: block;
	}
	.jszbbtleft h1{
		font-size: 14px;
	}
	.jszbbtleft p{
		font-size: 14px;
	}
	.jszbbtright img{
		width: 60%;
		margin-top: 15px;
	}
	.lqyqjg h1{
		font-size: 18px;
	}
	.lqyqjg dl dt h2{
		font-size: 14px;
	}
	.lqyqjg dl dd h3{
		font-size: 14px;
	}
	.lqyqjg dl dd{
		height: auto;
	}
	.lqyqjg dl dd h3{
		line-height: 25px;
	}
	.htmleaf-container{
		display: block;
		height: 50px;
	}
	.sbanners .swiper-slide div h2{
		font-size: 24px;
	}
	.sbanners .swiper-slide div p{
		margin-top: 15px;
	}
	.sbanners .swiper-slide div p{
		width: 90%;
		font-size: 14px;
		line-height: 30px;
	}
	.sbanners .swiper-slide div{
		width: 100%;
		left: 0;
	}
	.nrbanner .btext section h1{
		font-size: 14px;
	}
	.nrbanner .btext section h2{
		font-size: 24px;
		margin-top: 10px;
	}
	.firstRow{
		font-family: "RegularBold" !important;
		font-size: 18px;
	}
	.firstRow p span{
		color: #fff !important;
		font-size: 14px !important;
	}
	.firstRow  span{
		color: #fff !important;
		font-size: 14px !important;
	}
	td p {
		text-align: center;
	    color: #808080 !important;
	    font-size: 14px;
	    font-family: "Regular" !important;
		font-size: 14px !important;
	}
	td p span{
		text-align: center;
	    color: #808080 !important;
	    font-size: 14px;
	    font-family: "Regular" !important;
		font-size: 14px !important;
	}
	td   span{
		text-align: center;
	    color: #808080 !important;
	    font-size: 14px;
	    font-family: "Regular" !important;
		font-size: 14px !important;
	}
	.sbanners .swiper-slide div h2 i{
		font-size: 24px;
	}
	.mfoot{
		height: 45px;
		display: block;
	}
	.mfootdv{
		display: flex;
		width: 100%;
		height: 45px;
		line-height: 45px;
		justify-content: space-between;
		position: fixed;
		z-index: 999;
		bottom: 0;
		left: 0;
		background-color:#ff9900;
	}
	.mfootdv li{
		width: 100%;
		border-right: 1px solid #e78b00;
	}
	.mfootdv li a{
		color: #fff;
		font-size: 14px;
		line-height: 45px;
		text-align: center;
		display: block;
	}
}