body {font-size:14px;font-family:Microsoft Yahei; min-width:1200px;}
*{margin:0; padding:0;	}
dl {margin:0;}
dt {font-weight:normal;}
ul, li {list-style-type:none;margin:0;}
h1, h2, h3, h4, h5, h6 {font-size: 100%;font-weight: normal;}
a {color: #333;text-decoration:none;-o-transition: all 0.3s ease-out;-moz-transition: all 0.3s ease-out;-webkit-transition: all 0.3s ease-out;transition: all 0.3s ease-out;}
a:hover {text-decoration:none;color:#ffa900;}
a:focus {text-decoration:none;color:inherit;}
img { border:0;vertical-align:middle;}
table {border-collapse:collapse;}
input {border:0; outline:none;}
.wrap {
    width:100%;
	overflow:hidden;
    min-width: 320px;
    margin: 0px auto;
    max-width: 640px;
	box-sizing:border-box;
	position:relative;
	padding-bottom: 47px;
}
/*公共样式勿删除*/
.clearfix:after {content: " ";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;}
.clearfix {zoom: 1;}
.container {width:1200px; margin:0 auto;}
.f_b {font-weight:bold;}
.v_m {vertical-align:middle;}
.v_t {vertical-align:top;}
.fl { float:left;}
.fr {float:right;}
.db {display:block;}
.dnb {display:inline-block;}
.d_n {display:none;}
.bod_r50 {border-radius:50%;}
.bod_r {border-radius:5px;}
.p20 {padding:20px;}
.pt5 {padding-top:5px;}
.pb5 {padding-bottom:5px;}
.pl5 {padding-left:5px;}
.pr5 {padding-right:5px;}
.pt10 {padding-top:10px;}
.pb10 {padding-bottom:10px;}
.pl10 {padding-left:10px;}
.pr10 {padding-right:10px;}
.pt15 {padding-top:15px;}
.pl15 {padding-left:15px;}
.pr15 {padding-right:15px;}
.pb15 {padding-bottom:15px;}
.pr20 {padding-right:20px;}
.pb20 {padding-bottom:20px;}
.pl20 {padding-left:20px;}
.pt20 {padding-top:20px;}
.pr25 {padding-right:25px;}
.pb25 {padding-bottom:25px;}
.pl25 {padding-left:25px;}
.pt25 {padding-top:25px;}
.pr30 {padding-right:30px;}
.pb30 {padding-bottom:30px;}
.pl30 {padding-left:30px;}
.pt30 {padding-top:30px;}
.mt5 {padding-top:5px;}
.mb5 {margin-bottom:5px;}
.ml5 {margin-left:5px;}
.mr5 {margin-right:5px;}
.mt10 {margin-top:10px;}
.mb10 {margin-bottom:10px;}
.ml10 {margin-left:10px;}
.mr10 {margin-right:10px;}
.mt15 {margin-top:15px;}
.ml15 {margin-left:15px;}
.mr15 {margin-right:15px;}
.mb15 {margin-bottom:15px;}
.mr20 {margin-right:20px;}
.mb20 {margin-bottom:20px;}
.ml20 {margin-left:20px;}
.ml80 {margin-left:80px;}
.mt20 {margin-top:20px;}
.mr25 {margin-right:25px;}
.mb25 {margin-bottom:25px;}
.ml25 {margin-left:25px;}
.mt25 {margin-top:25px;}
.mr30 {margin-right:30px;}
.mb30 {margin-bottom:30px;}
.ml30 {margin-left:30px;}
.mt30 {margin-top:30px;}
.t_c {text-align:center;}
.t_r {text-align:right;}
.t_l {text-align:left;}
.f36 {font-size:36px;}
.f32 {font-size:32px;}
.f30 {font-size:30px;}
.f28 {font-size:28px;}
.f24 {font-size:24px;}
.f22 {font-size:22px;}
.f20 {font-size:20px;}
.f12 {font-size:12px;}
.f18 {font-size:18px;}
.f16 {font-size:16px;}
.f14 {font-size:14px;}
.bod {border:1px solid #eee;}
.b_t {border-top:1px solid #eee;}
.b_r {border-right:1px solid #eee;}
.bb_d {border-bottom:1px dotted #ddd;}
.bb {border-bottom:1px solid #eee;}
.b_l {border-left:1px solid #eee;}
.lh30 {line-height:30px;}
.lh24 {line-height:24px;}
.t_d {text-decoration:underline;}
.p_r {position:relative;}
.c_p {cursor:pointer;}
.c_6 {color:#666;}
.white { color:#fff;}
.red {color:#f01414;}
.c_9 {color:#999;}
.yellow {color:#fcdd80;}
.blue{color:#0098fb;}
.bgf {background:#fff;}
.orange {color:#ff9000;}
.box_s {box-shadow:0 0 20px #ccc;}
.td2 {text-indent:2em;}
.bgcolor {background:#f5f5f5;}
.green {color:#45b29b;}
.p10 {padding:10px;}
.p15 {padding:15px;}
.p20 {padding:20px;}
.p30 {padding:30px;}



.top {
	background:#0b0001;
	line-height:35px;
	font-size:12px;
	color:#fff;
}
.top a {
	color:#fff;
	padding:0 10px;
}
.dropmenu {
	position:absolute;
	text-align:center;
	background:#fff;
	left:0;
	width:100%;
	top:100%;
	padding:5px 0;
	z-index:99;
	box-shadow: 0 5px 3px #ddd;
	display:none;
	
}
.dropmenu a {
	color:#666;
	padding:0;
}
.dropdown {
	position:relative;
	cursor:pointer;
}
.dropdown:hover .dropmenu {
	display:block;
}
.nav li {
	float:left;
	font-size:15px;
	line-height:82px;
	position:relative;
}
.nav li:after {
	content:'/';
	display:inline-block;
	position:absolute;
	right:0;
	top:0;
}
.nav li:last-child:after {
	content:'';
}
.nav li a {
	display:block;
	padding:0 25px;
}
.nav li:last-child a {
	padding-right:0;
}
.sidebar {
	width:80px;
	text-align:center;
	position:fixed;
	right:0;
	top:50%;
	border:1px solid #ddd;
	z-index:99;
	font-size:12px;
	background:#fff;
	margin-top:-200px;
}

.sidebar li {
	border-bottom:1px solid #ddd;
}
.sidebar li a {
	display:block;
	padding:10px 0;
}
.sidebar li i {
	display:inline-block;
	width:39px;
	height:39px;
	background-image:url(../images/ico.png);
	background-repeat:no-repeat;
}
.totop {
	background:#333;
	color:#fff;
}
.tel {
	background-position:0 -81px;
}
.Facebook {
	background-position:0 -160px;
}
.wx {
	background-position:0 -238px;
}
.email {
	background-position:0 -316px;
}
.topico {
	background-position:0 -395px;
}
.footer_l {
	width:520px;
}
.footer {
	background:#151515;
	padding:50px 0;
	color:#fff;
}
.Copyright {
	text-align:center;
	padding-top:20px;
	color:#a0a0a0;
	border-top:1px solid #999;
	margin-top:20px;
}
.footer a {
	color:#fff;
}
.footer .ul1 {
	width:200px;
}
.footer .ul1 li {
	float:left;
	padding:0 18px;
	line-height:40px;
	font-size:16px;
}

.footer .ul2 {
	font-size:15px;
	line-height:38px;
}
.aq {
	background:url(../images/img_73.jpg) right center no-repeat #f3f3f3;
	height:392px;
	line-height:32px;
}
.aq h3 {
	padding:50px 0 20px;
	color:#333;
}

.aq a {
	color:#666;
}
.aq span {
	display:inline-block;
	background:#a0a0a0;
	color:#fff;
	font-weight:bold;
	width:16px;
	height:16px;
	text-align:center;
	line-height:16px;
}
.news {
	padding:50px 0;
}
.title_h {
	text-align:center;
	font-size:18px;
	color:#666;
}
.title_h h3 {
	margin-bottom:10px;
	font-size:30px;
	color:#333;
}
.title_h h3 b {
	display:inline-block;
	position:relative;
}
.title_h h3 b:after {
	content:'';
	display:block;
	width:90px;
	border-bottom:2px solid #636282;
	position:absolute;
	left:-120px;
	top:50%;transform: translate(0,-50%);
}
.title_h h3 b:before {
	content:'';
	display:block;
	width:90px;
	border-bottom:2px solid #636282;
	position:absolute;
	right:-120px;
	top:50%;transform: translate(0,-50%);
}
.news .box {
	width:573px;
	border:1px solid #ddd;
	margin-top:40px;
}
.news .box ul {
	padding:10px 15px;
}
.news .box li {
	line-height:32px;
	background:url(../images/img_69.png) left center no-repeat;
	padding-left:20px;
	color:#999999;
}
.news .box li span {
	font-size:12px;
}
.news .box li a {
	color:#666;
	width:70%;
	display:block;
	overflow: hidden;
text-overflow:ellipsis;
white-space: nowrap;
}
.news .box li a:hover {
	color:#ffa900;
}
.news .box h3 {
	border-bottom:1px solid #ddd;
}
.news .box h3 span {
	border-bottom:2px solid #ffa900;
	padding:10px;
	margin-bottom:-1px;
}

.search {
	background:#ffb500;
	padding:30px 0;
}
.search .box {
	width:660px;
	margin:0 auto;
	position:relative;
	height:50px;
	background:#fff;
	border-radius:5px;
	overflow:hidden;
}
.search .box .btn {
	position:absolute;
	right:0;
	top:0;
	background:#000000;
	color:#fff;
	border-radius:5px;
	width:113px;
	height:50px;
	cursor:pointer;
}
.search .box span {
	display:inline-block;
	line-height:20px;
	color:#ffb500;
	padding:0 10px;
	border-right:1px solid #ddd;
	margin-top:15px;
}
.search .box .form {
	width:70%;
	border:none;
	padding-left:10px;
}
.s_btn {
	display:inline-block;
	border-radius:3px;
	border:1px solid #fff;
	padding:6px 15px;
	color:#fff;
	margin:0 15px;
}
.searvice {
	padding:50px 0;
}
.title_h1 {
	position:relative;
	text-align:center;
	font-size:30px;
	margin-bottom:50px;
}
.title_h1:after {
	content:'';
	display:block;
	width:92px;
	border-bottom:4px solid #2a2955;
	position:absolute;
	left:50%;
	margin-left:-46px;
	bottom:-15px;
}
.searvice li {
	float:left;
	width:50%;
	line-height:22px;
	position:relative;
}
.searvice li dl {
	margin-left:165px;
}
.searvice li a {
	padding:30px 15px;
}
.searvice li a:hover {
	background:#ffb500;
	color:#fff;
}
.searvice li a:hover i {
	background-image:url(../images/img_30.png);
}
.searvice li i {
	display:inline-block;
	width:72px;
	height:52px;
	background-image:url(../images/img_29.png);
	background-repeat:no-repeat;
}
.searvice li dd {
	margin-top:13px;
}
.searvice li a:hover dd {
	color:#fff;
}
.ico1 {
	background-position:10px 0;
}
.ico2 {
	background-position:-392px 0;
}
.ico3 {
	background-position:-795px 0;
}
.ico4 {
	background-position:10px -142px;
}
.ico5 {
	background-position:-392px -142px;
}
.ico6 {
	background-position:-795px -142px;
}
.p_span {
	display:inline-block;
	font-size:16px;
	text-align:center;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/img_25.png) center no-repeat;
	width:66px;
	line-height:28px;
	color:#fff;
}
.liucheng {
	padding:40px 0 50px;
	background:#f3f3f3;
}

.liucheng li {
	float:left;
	width:20%;
	box-sizing:border-box;
	padding:10px;
	text-align:center;
	position:relative;
}
.liucheng li>div {
	border-radius:10px;
	position:relative;
	background: linear-gradient(to  top, #34c4c7, #54d2d5);
	color:#fff;
	padding:70px 0 0;
	height:256px;
}
.liucheng li>div.bg2 {
	background: linear-gradient(to  top, #fa728b, #ff92a6);
}
.liucheng li>div.bg2 b {
	background:#fa718a;
}
.liucheng li>div.bg3 {
	background: linear-gradient(to  top, #ffbe1f, #ffcc4e);
}
.liucheng li>div.bg3 b {
	background:#ffbe1e;
}
.liucheng li>div.bg4 {
	background: linear-gradient(to  top, #5faeff, #81bffd);
}
.liucheng li>div.bg4 b {
	background:#5eaeff;
}
.liucheng li>div.bg5 {
	background: linear-gradient(to  top, #7370ff, #aeacff);
}
.liucheng li>div.bg5 b {
	background:#726fff;
}
.liucheng li>div h4 {
	padding:10px 0 20px;
}
.liucheng li>div b {
	font-size:18px;
	display:inline-block;
	position:absolute;
	background:#34c4c7;
	width:94px;
	line-height:38px;
	border-radius:0 0 10px 10px;
	top:-7px;
	left:50%;
	margin-left:-47px;
}
.liucheng li>div b:after {
	content:'';
	display:block;
	background:url(../images/img_40.png) center no-repeat;
	width:6px;
	height:7px;
	position:absolute;
	top:0;
	right:-6px;
}
.liucheng li:after {
	content:'';
	display:block;
	position:absolute;
	right:-17px;
	margin-top:-18px;
	z-index:999;
	top:50%;
	width:37px;
	height:37px;
	background:url(../images/img_56.png) center no-repeat #fff;
	border-radius:50%;
	box-shadow:0 0 10px #ddd;
}
.liucheng li:last-child:after {
	background:none;
	box-shadow:none;
}
.gongneng {
	background:url(../images/img_66.jpg) center no-repeat;
	background-size: cover;
	height:529px;
	padding-top:126px;
}
.gongneng_l {
	background:url(../images/1_03.jpg) center no-repeat;
	width:495px;
	color:#fff;
	height:321px;
	box-sizing:border-box;
	line-height:30px;
	font-size:16px;
	padding:70px 30px 0 30px;
}
.gongneng_r {
	width:685px;
}
.gongneng_r ul {
	margin:-5px;
}
.gongneng_r li {
	float:left;
	width:50%;
	box-sizing:border-box;
	padding:5px;
}
.gongneng_r li>div {
	background:#fff;
	padding:35px 15px;
}
.gongneng_r li  dl {
	margin-left:100px;
}

.gongneng_r li  dl dt {
	color:#999;
}
.gongneng_r li dt b {
	font-size:36px;
	color:#f88228;
}

.gongneng_r li dd span {
	display:inline-block;
	background:#eeeeee;
	width:118px;
	color:#666;
	line-height:28px;
	text-align:center;
	margin-top:10px;
}
.swiper-pagination-bullet{
	opacity:1;
	background:#fff;
}
.swiper-pagination-bullet-active {
	background:#ffb500;
}
.m_btn,.Copyright.visible-xs{display: none;}
@media screen and (min-width: 1441px) and (max-width: 1600px) {
}
@media screen and (min-width: 1200px) and (max-width: 1440px) {
}

@media screen and (min-width: 769px) and (max-width: 979px) {
}

@media (max-width: 768px) {
	body{min-width: 100%;}
	img{max-width: 100%;height: auto;}
	.container{width: 100%;padding: 0 15px;}
	.top,.liucheng li:after{display: none;}
	.header .logo{padding: 0;}
	.header .logo img{width: 110px;}
	.header{position: relative;padding: 10px 0;z-index: 99;}
	.m_btn{text-align: center;}
	.m_btn a{display: block;line-height: 40px;}
	.m_menu{display: none;position: absolute;top: 100%;left: 0;width: 100%;background-color: #fff;box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);}
	.nav{float: none;z-index: 99;}
	.nav li:after{display: none;}
	.nav li:last-child a,.nav li a{padding: 0;}
	.nav li{float: none;text-align: center;line-height: 40px;}
	.search .box,.searvice li,.liucheng li,.gongneng_l,.gongneng_r,.gongneng_r li,.news .box,.footer_l{width: 100%;}
	.search{padding: 30px 15px;}
	.title_h1{font-size: 20px;}
	.searvice{padding: 30px 0;}
	.searvice li dl{margin-left: 130px;}
	.liucheng li>div{padding-top: 40px;}
	.gongneng{height: auto;padding: 30px 0;}
	.gongneng_l{height: auto;padding: 20px;font-size: 14px;line-height: 24px;}
	.gongneng_l h3{font-size: 20px;}
	.gongneng_l .pt30{padding: 0;}
	.gongneng_r li dt b{font-size: 24px;}
	.news{padding: 30px 0;}
	.news .box{margin-top: 20px;}
	.news .box li a{width: 50%;}
	.aq{background: #f3f3f3;}
	.partner ul{margin: 0 !important;width: 100% !important;padding: 0 10px;}
	.partner li{width: 50%;padding: 5px;margin: 0 !important;}
	.partner li a{margin: 0 !important;}
	.footer{padding: 30px 0;font-size: 12px;}
	.footer .ul1{width: 100%;margin-top: 15px;display: flex;text-align: center;}
	.footer .fr .t_c{width: 100%;text-align: center;padding: 15px 0;}
	.footer .ul1 li{flex: 1;padding: 0;float: none;font-size: 14px;}
	.title_h h3,.title h3 a{font-size: 20px;}
	.aq h3{font-size: 20px;padding: 30px 0 20px;}
	.liucheng li h3{font-size: 18px;}
	.footer .ul2{font-size: 14px;line-height: 30px;}
	.Copyright{margin-top: 10px;display: none;}
	.Copyright.visible-xs{display: block;float: left;width: 100%;}
	.footer .logo{width: 120px;}
	.m_nav {
	  position: absolute;
	  right: 15px;
	  top: 16px;
	  width: 25px;
	  z-index: 99;
	}
	.m_nav i {
	  display: block;
	  height: 2px;
	  background: #999;
	  margin-bottom: 6px;
	}
	.cross i:nth-of-type(1) {
	  -webkit-transform: translateY(8px) rotate(-45deg);
	  -ms-transform: translateY(8px) rotate(-45deg);
	  transform: translateY(8px) rotate(-45deg);
	}
	.cross i:nth-of-type(2) {
	  opacity: 0;
	}
	.cross i:nth-of-type(3) {
	  -webkit-transform: translateY(-8px) rotate(45deg);
	  -ms-transform: translateY(-8px) rotate(45deg);
	  transform: translateY(-8px) rotate(45deg);
	}
	.m_btn{display: block;}
	.search .box span{margin: 0;}
	.search .box .form{width: auto;flex: 1;height: 40px;}
	.search .box form{display: flex;align-items: center;}
	.search .box .btn{height: 40px;width: 80px;}
	.search .box{height: auto;}


}


.xiazai {
    display: none;
}

@media (max-width:797px) {
    .xiazai {
        width: 100%;
        position: fixed;
        left: 0;
        bottom: 20px;
        z-index: 99;
        display: block;
    }

        .xiazai a {
            width: 200px;
            height: 40px;
            line-height: 40px;
            background: #ffb500;
            color: #fff;
            margin: 0 auto;
            display: table;
            border-radius: 100px;
            text-align: center;
            box-shadow: 0px 5px 25px rgba(255,181,0, 0.4);
        }
}


.newbox {
    width: 100%;
    border: none;
}

    .newbox h3 {
        border-bottom: 1px solid #ddd;
    }

        .newbox h3 span {
            float: left;
            font-size: 18px;
            line-height: 30px;
            padding: 10px;
            margin-right: 20px;
            cursor: pointer;
            color: #333333;
        }

.new_hover {
    border-bottom: 2px solid #ffa900;
    padding: 10px;
    margin-bottom: -1px;
    color: #ffa900 !important;
    font-weight: bold;
}

.new_ul {
    width: 100%;
    display: table;
    margin-top: 20px;
}

    .new_ul li {
        width: 48%;
        float: left;
        margin-bottom: 40px;
    }

        .new_ul li:nth-child(even) {
            float: right;
        }

.new_nrf {
    width: 90px;
    height: 90px;
    color: #333;
    background: #eee;
    font-size: 18px;
    text-align: center;
    line-height: 35px;
    float: left;
}

    .new_nrf span {
        font-size: 16px;
        border-bottom: #ddd 1px solid;
        text-align: center;
        width: 60px;
        margin: 0 auto;
        display: table;
        line-height: 35px;
        padding-top: 10px;
    }

.new_nrf_d {
    width: calc(100% - 100px);
    float: right;
}

    .new_nrf_d h2 {
        font-size: 20px;
        color: #666;
        line-height: 35px;
        display: -webkit-box;
        -webkit-line-clamp: 1;
        -webkit-box-orient: vertical;
        overflow: hidden;
    }

        .new_nrf_d h2:hover {
            color: #ffa900 !important;
        }

    .new_nrf_d h6 {
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        overflow: hidden;
        line-height: 22px;
        color: #666;
        margin-top: 5px;
    }

        .new_nrf_d h6:hover {
            color: #ffa900 !important;
        }

.more_but {
    padding: 10px 50px;
    font-size: 14px;
    color: #666666;
    border: #dcdcdc 1px solid;
    border-radius: 100px;
    margin: 0 auto;
    display: table;
}

.more_but:hover {
    background: #ffa900;
    color: #fff;
    border: #ffa900 1px solid;
}

@media (max-width: 768px) {
    .new_ul li {
        width: 100%;
        float: left;
        margin-bottom: 40px;
    }

    .newbox {
        margin-top: 30px;
    }
}

.blbg {
    width: 100%;
    height: 100%;
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0;
    background: rgba(0,0,0,0.5);
    z-index: 9;
    display: none;
}

.bl_tab {
    width: 100%;
    position: fixed;
    left: 0%;
    top: 20%;
    z-index: 10;
    display: none;
}

.bl_tab_1 {
    width: 300px;
    margin: 0 auto;
    display: table;
    background: #ffffff;
    padding: 20px 0;
    border-radius: 10px;
    background: -webkit-linear-gradient(top, #fff8f2 0%,#fff 100%);
    position: relative;
}

    .bl_tab_1 h2 {
        width: 100%;
        text-align: center;
        line-height: 60px;
        font-size: 18px;
    }

.guangbi {
    position: absolute;
    right: 15px;
    top: 15px;
}

    .guangbi img {
        width: 22px;
        height: 22px;
    }

.qudding {
    width: 200px;
    height: 40px;
    line-height: 40px;
    margin: 0 auto;
    display: table;
    ;
    border-radius: 100px;
    color: #fff;
    text-align: center;
    font-size: 16px;
    cursor: pointer;
    font-family: "思源黑体";
    background: #eac44a;
    margin-top: 10px;
    text-decoration: none;
}

.qudding:hover {
    background: -webkit-linear-gradient(top, #e89c04 0%,#fdaf10 100%);
    color: #fff;
}


.ne_tab {
    width: 100%;
    display: block;
    margin-bottom: 20px;
    height: 220px;
    overflow: hidden;
}

.ne {
    width: 48%;
    float: left;
}

.ne_r {
    width: 48%;
    float: right;
}

.ne_title {
    width: 100%;
    border-bottom: #ddd 1px solid;
    display: table;
    font-size: 18px;
    font-weight: bold;
    padding-bottom: 10px;
    margin-top: 15px;
    color: #ffa900;
}

.ne_title a {
    color: #999;
    font-size: 12px;
    font-weight: normal;
    float: right;
    line-height: 30px;
}

    .ne_title a:hover {
        color: #ffa900;
    }

.ne_ul {
    width: 100%;
    margin-top: 15px;
}

.ne_ul li {
    width: 100%;
    line-height: 30px;
    font-size: 15px;
}

.ne_ul li a {
    color: #666;
    width: 300px;
    height: 30px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    display: block;
    float: left;
}

    .ne_ul li a:hover {
        color: #ffa900;
    }

.ne_ul li span {
    color: #999;
    float: right;
}

@media (max-width: 768px) {
    .ne_tab {
        height: auto;
    }

    .ne {
        width: 100%;
        float: left;
    }

    .ne_r {
        width: 100%;
        float: right;
    }

    .ne_ul li {
        border-bottom: #eee 1px dotted;
        display: table;
        margin-bottom: 10px;
        line-height: 25px;
        padding-bottom: 8px;
    }

    .ne_ul li a {
        width: 100%;
        white-space: nowrap;
        text-overflow: ellipsis;
        overflow: hidden;
        display: block;
    }

    .ne_ul li span {
        width: 100%;
        color: #999;
        float: left;
        line-height:;
    }

    .ne_ul li:last-child {
        border-bottom: none;
    }
}
















