* {
    margin: 0;
    padding: 0;
    -webkit-font-smoothing: antialiased;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
	font-family: Exo,'-apple-system','Open Sans',HelveticaNeue-Light,'Helvetica Neue Light','Helvetica Neue','Hiragino Sans GB','Microsoft YaHei',Helvetica,Arial,sans-serif;
	color: #333;
}
.content{
    max-width: 1920px;
    margin: 0 auto;
}
.container{
    width: 100%;
}
.slider{
    margin: 0 auto;
    max-width: 1920px;
}
a{
	text-decoration: none;
	color: #333;
}
.hover,a:hover{
	color: #ff7839;
	font-weight: bold;
}
.header{
	height: 80px;
    line-height: 80px;
    position: fixed;
    background: #fff;
    z-index: 100;
    width: 100%;
    box-shadow: rgba(0,0,0,.1)0 1px 5px;
    -webkit-box-shadow: rgba(0,0,0,.1)0 1px 5px;
    -moz-box-shadow: rgba(0,0,0,.1)0 1px 5px;
    -ms-box-shadow: rgba(0,0,0,.1)0 1px 5px;
    -o-box-shadow: rgba(0,0,0,.1)0 1px 5px;
    /**
    box-shadow: 0 0 5px #eee;
    -webkit-box-shadow: 0 0 5px #eee;
    -moz-box-shadow:0 0 5px #eee;
    
    box-shadow: 0px 2px 18px -5px #efefef;
    -webkit-box-shadow: 0px 2px 18px -5px #ccc;
    -moz-box-shadow: 0px 2px 18px -5px #ccc;
    **/
}
.content{
	padding-top: 71px;
    min-height: 800px;
}
.joinus_content{
    margin-bottom: 50px;
}
.logo{
	font-size: 18px;
	font-weight: bold;
	float: left;
	position: absolute;
	width: 170px;
}
.logo img{
	height: 70px;
	width: 70px;
	vertical-align:middle;
    border:0;
}
.content-in{
	width: 1100px;
	margin: 0 auto;
	display: block;
}
.header .nav{
	float: right;
}
.header ul li{
	list-style: none;
	float: left;
	margin: 0 15px;
    position: relative;
}
.header ul li a:hover{
	cursor: pointer;
	color: #ff7839;
	font-weight: bold;
}
/* banner start */
.banner {
    position: relative;
    width: 100%;
    overflow: auto;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: rgba(255,255,255,.6);
    text-shadow: 0 0 1px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.3);
    /**
    background: #5b4d3d;
    box-shadow: 0 1px 2px rgba(0,0,0,.25);
    **/
}
.banner li { list-style: none; }
.banner ul li { 
	float: left; 
	height: auto;
	background-size: 100% 100%;
}
.banner .dots {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0px;
}
.banner .dots li {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin: 0 4px;
    text-indent: -999em;
    border: 2px solid #fff;
    border-radius: 50%;
    cursor: pointer;
    /**opacity: .4;**/
    -webkit-transition: background .5s, opacity .5s;
    -moz-transition: background .5s, opacity .5s;
    transition: background .5s, opacity .5s;
}
.banner .dots li.active {
    border:2px solid #ff7839;
    background: #ff7839;
    opacity: 1;
}
/* banner end */
.row3{
	float: left;
	width: 33.3%;
}
.line{
	height: 1px;
	background: #eee;
	margin: 10px 0 30px 0;
}
.infos{
	padding-right: 50px;
}
.introduction{
	margin-top: 50px;
}
.introduction p{
	line-height: 20px;
    padding-right: 0px;
    text-align: justify;
    font-size: 14px;
    text-indent: 2em;
}
.introduction ul{
	list-style: none;
	line-height: 20px;
    font-size: 14px;
}
.footer{
	clear: both;
	display: block;
	padding: 50px 0;
    text-align: center;
}
/**/
.intro{
	background-image: url('../images/introduction.png');
	background-size: 100% 100%;
}
.download ul li img{
	width: 100px;
	height: 100px;
}
.dhelp img{
	width: 120px;
	height: 120px;
	margin-bottom: 10px;
}
.download ul li{
	list-style: none;
	float: left;
	text-align: center;
	width: 25%;
	line-height: 18px;
}
.download ul li a{
    font-size: 14px;
}
.download ul li span{
	display: block;
    height: 120px;
    line-height: 120px;
    width: 120px;
    margin: 0 auto;
    background: #49baa7;
    /**
    background: url('../images/icon_download.jpg');
    background-repeat: no-repeat;
    background-size: 100% 100%;
    **/
    border-radius: 50%;
    color: #fff;
    font-weight: bold;
}
.dclient,.dhelp{
	display: inline-block;
	width: 100%;
	margin: 20px 0;
}
.dclient{
	margin-top: 50px;
}
.dclient div{
	margin: 30px 0;
    display: inline-block;
    width: 100%;
}
.download ul li a{
	text-decoration: underline;
}
.download ul li img{
    vertical-align: middle;
}
.left{
	float: left;
}
.dhelp h3{
	margin: 20px 0;
}
.dhelp .dhelp_left{
    line-height: 25px;
    font-weight: bold;
    font-size: 18px;
}
.dhelp .dhelp_left p a{
    font-size: 14px;
}
.orange{
	color: #ff7839;
}
.yg,.dl,.product,.question{
	display: none;
}
.joinus_title,.help_title{
	text-align: center;
    margin: 50px 0;
}
.joinus_title span,.replay_title span,.help_title span{
	margin: 0;
    cursor: pointer;
    padding: 10px 30px;
    border: 1px solid #ff7839;
    color: #ff7839;
    border-radius: 5px;    
}
.joinus_title span{
	margin: 0 80px;
}
.replay_title span{
	padding:5px 25px;
}
.joinus_title span:hover,.replay_title span:hover,.help_title span title{
	background: #ff7839;
	color: #fff;
}
.joinus_title .active,.replay_title .active,.help_title .active{
	background: #ff7839;
	color: #fff;
}
.dl,.yg,.question{
	width: 50%;
	margin:0 auto;
	text-align: center;
}
.item{
	border-bottom: 1px solid #eee;
    margin-bottom: 20px;
    text-align: left;
}
.dl p,.yg p,.question p{
	text-align: left;
	text-align: left;
    font-size: 16px;
    line-height: 24px;
    color: #333;
}
button{
	padding: 15px 50px;
    background: #ff7839;
    border: 0;
    border-radius: 5px;
    color: #fff;
    font-size: 18px;
    cursor: pointer;
    font-weight: bold;
    margin: 20px 0;
}
button:hover{
	opacity: 0.6
	/**background: aquamarine;**/
}
button:focus{
	outline: none;
}
.remodal table,.replay_title table{
	width: 100%;
	text-align: left;
}
.remodal table .td1,.replay_title table td1{
	width:50px;
	color: red;
}
.remodal table .td2,.replay_title table td2{
	width:150px;
}
.remodal table tr,.replay_title table tr{
	height: 40px;
	line-height: 40px;
}
.remodal table tr td input{
	height: 30px;
    width: 242px;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
}
.remodal table tr td input[type="radio"]{
	height: 15px;
    width: 15px;
}
.remodal table tr td input:focus{
	border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075),0 0 8px rgba(102,175,233,.6);
}
.gr,.qy{
	display: none;
}
.tip{
	text-align: left;
    font-size: 14px;
    margin: 15px 0 0 0;
    color: #666;
}
.help .item{
	font-size: 16px;
}

.board-l {
    width: 200px;
    float: left;
    position: relative;
    z-index: 2;
}
.board .board-l{
    border: 1px solid #f0f0f0;
}
.board-r {
    padding-left: 220px;
    z-index: 1;
}
.bli-title {
    height: 48px;
    line-height: 48px;
    padding-left: 20px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: 16px;
    background-image: url(../images/home/dir-r.png);
    background-position: 172px center;
    font-weight: 400;
}
.bli-title{
    border-bottom: 1px solid #f0f0f0;
    font-size: 14px;
}
.board ul{
    background-color: #F7F7F7;
    display: none;
}
.card {
    border: 1px solid #f0f0f0;
    display: none;
    border-radius: 4px;
}
.bli-title i {
    height: 20px;
    background-size: 20px;
    background-position: center;
    margin-right: 17px;
    font-size: 20px;
}
.bli-title i, .board-4 li i {
    width: 20px;
    background-repeat: no-repeat;
    margin-top: 13px;
    float: left;
}
.color-1 {
    color: #4BA8EB;
}
.icon {
    font-family: fontface!important;
    speak: none;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -ms-text-stroke-width: .2px;
    -moz-osx-font-smoothing: grayscale;
    color: #333;
}
.board-l ul{
    background-color: #F7F7F7;
    display: none;
}
ul li{list-style: none;}
.contents {width: 150px; height: auto;    background: #fff;}
.contents > ul {list-style: none;    border: 1px solid #eee;border-radius: 5px;}
.contents .menu-one > li {width: 150px; height: auto; overflow: hidden; border-top: 1px solid #eee;height: 40px;}
.contents .menu-one > li.firstChild {border: 0;}
.contents .menu-one .menu-header {height: 40px; line-height: 40px; text-indent: 15px; cursor: pointer;}
.contents .menu-one .menu-header:hover,
.contents .menu-one .menuOne-current {background: #ff7839;}
.contents .menu-one .menu-header > span {display: block;}
.contents .menu-one .menu-header .txt {float: left; color: #333;}
.contents .menu-one .menu-header .arrow {float: right; width: 35px; height: 35px; background: url('../images/icon_up.png') no-repeat center center;background-size: 25%;}     
.contents .menu-show .menu-header {background: #eee;}
.contents .menu-show .menu-header .arrow {background-image: url('../images/icon_down.png');background-size: 35%;}
.product_left{
	float: left;
	width: 150px;
}
.product_right{
	margin-left: 180px;
    border: 1px solid #eee;
    border-radius: 5px;
    padding: 20px 50px;
}
.right_item {display: none;}
.menuon{
	background: #ff7839;
}
.contents .menu-one .menuon .txt{
	color: #fff;
}
.right_content p img{
	width: 230px;
    height: 400px;
	margin: 10px 0;
}
.contents .menu-one .menu-header:hover  .txt{
	color: #fff;
}
.logoimg{
	list-style: none;
	display: inline-block;
	cursor: pointer;
	margin-left: 70px;
}
.logoimg li img{
	width: 100px;
}
.header .logoimg li{
	float: none;
    margin: 0;
    height: 40px;
    line-height: 40px;
    display: block;
    text-align: center;
}
.logo_zh{
	margin-bottom: -15px;
}
.logoimg li .logo_en{
	width: 80px;
}
.footer img{
	width: 150px;
}
.help_title span{
	margin: 0 80px;
}
.remodal table tr td select {
    height: 30px;
    width: auto;
    border-radius: 5px;
    border: 1px solid #ccc;
    padding: 0 10px;
    color: #333;
    font-size: 16px;
}
.remodal table tr td select:focus{
	outline: none;
}
.question{
	width: 60%;
}
.question p{
	line-height: 28px;
}
.question h3,.right_title h3{
	text-align: left;
	margin: 10px 0;
}
.blockquote{
	padding: 10px 15px;
    margin: 10px 0;
    background-color: whitesmoke;
    border-left: 4px solid #999;
    word-break: break-word;
    font-size: 15px;
    font-weight: 100;
    line-height: 30px;
}
.product_right {
    text-indent: 2em;
}
.help_title{
    margin-left: 180px;
}
.question{
    width: 920px;
    margin-left: 180px;
}
.download ul li span img{

}
.dhelp{
    border-top: 1px solid #eee;
}
.dhelp .left p{
    font-size: 13px;
    text-indent: 2em;
}
.joinus_title,.help_title{
    text-align: left;
    margin: 65px 0 20px 0;
}
.joinus_title span,.help_title span{
    background: none;
    color: #333;
    border: 0;
    border-radius: 0;
    margin: 0;
    padding: 0 0 10px 0;
    margin-right: 30px;
    font-weight: bold;
    font-size: 18px;
}
.joinus_title .active,.help_title .active{
    background: none;
    color: #ff7839;
    border-bottom: 2px solid #ff7839;
}
.joinus_content table{
    width: 100%;
    text-align: left;
}
.yg{
    width: 100%;
}
.yg table tr{
    height: 40px;
    line-height: 40px;
}
.yg table tr td{
    border-bottom: 1px solid #eee;
    padding: 10px 0;
}
.yg p{
    font-size: 16px;
}
.yg .joinp{
    text-align: right;
}
.joinp button{
    padding: 6px 12px;
    margin: 0;
    border-radius: 2px;
}
.joinus_title span:hover,.help_title span:hover{
    background: none;
    color: #ff7839
}
.dl{
    width:100%;
    padding-top: 20px;
}
.dl p{
    line-height: 40px;
    font-size: 16px;
}
.dl .dlp{
    text-align: left;
}
.bold{
    font-weight: bold;
}
.yg table tr td .bold{
    margin:5px 0;
}
.help_title{
    margin-top: 240px;
}
.question {
    width: 100%;
    margin:0;
}
.product_right{
    padding: 0;
}
.right_title{
    border-bottom: 1px solid #eee;
    padding: 0 30px;
}
.right_content{
    padding: 20px 30px;
}
.dlp button{
    padding: 10px 30px;
}
.footer{
    padding: 40px 0 50px 0;
}
.footer p{
    font-size: 12px;
}
.joinus-content{
    /**
    background: url('../images/joinus-bg.png');
    background-repeat: no-repeat;
    background-size: cover;
    **/
}
.joinus-content .footer{
    /**padding-top: 130px;**/
}
.joinus-content .dl{
    padding-top: 60px;
}
.dlp button{
    margin-top: 60px;
}
.joinus_content{
    min-height: 600px;
}
.joinus-content .dl p {
    color: #333;
    font-weight: bold;
}
.joinus-content .footer,.joinus-content .footer a{
    color: #fff;
}
.product_right{
    min-height: 400px;
}
.dhelp .dhelp_left p a {
    text-decoration: underline;
}
.dhelp .items{
    width: 33%;
}
.product_right .right_item .right_content p.img{
    text-align: center;
}
.product_right .right_item .right_content p img{
    width: 230px;
    height: 400px;
    margin: 10px 0;
    border-radius: 2px;
    margin-right: 20px;
    box-shadow: 0px 2px 18px #ccc;
    -webkit-box-shadow: 0px 2px 18px #ccc;
    -moz-box-shadow: 0px 2px 18px #ccc;
    -o-box-shadow: 0px 2px 18px #ccc;
    -ms-box-shadow: 0px 2px 18px #ccc; 
    
}
.banner ul li img{
    width: 100%;
    height: auto;
    min-height: 350px;
}
.body{
    min-width: 1100px;
}
.index-intro{
    /*background: url(../images/introbg.png);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    height: 500px;
    padding: 82px 80px 0 72px;
    background-size: 95%;*/
    width: 700px;
    margin: 0 auto;
}
.index-product{
    height: 550px;
    background: url(../images/index-probg.png) no-repeat;
    background-size: cover;
    background-position: 50% 50%;
}
.transition{
    height: 160px;
    background: url('../images/transition.png') no-repeat;
}
.intro-top{
    margin-top: 100px;
    margin-bottom: 30px;
    font-size: 32px;
    text-align: center;
}
.index-intro p{
    font-size: 18px;
    color: #333;
    font-weight: lighter;
    line-height: 30px;
    text-indent: 2em;
    padding: 0 7px;
    margin-bottom: 20px;
    letter-spacing: 2px;
}
.product-item{
    width: 33.3%;
    float: left;
}
.product-item:nth-child(1){
    text-align: left;
}
.product-item:nth-child(2){
    text-align: center;
}
.product-item:nth-child(3){
    text-align: right;
}
.protop{
    padding-top: 40px;
}
.product-items{
    margin-top: 50px;
}
.product-item .box{
    display: -webkit-inline-box;
    width: 250px;
    height: 300px;
    cursor: pointer;
    position: relative;
    transition:all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}
.product-item .box a{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.footer{
    background-color: #ffffff;
    color: #666;
}
.footer.grey{
    background-color: rgba(238,238,238,.6);

}
.footer .wechat p:nth-child(2){
    margin: 10px 0 20px 0;
}
.footer p{
    font-size: 16px;
    text-align: center;
}
.footer p a{
    color: #666;
    border-bottom: 1px solid #666;
    font-style: oblique;
}
.footer p a:hover{
    color: #ff7839;
    font-weight: bold;
    border-color: #ff7839
}
.download-top{
    height: 300px;
    background: url('../images/download-top.png') no-repeat;
}
.download-content{
    /*background: #e5e5e5;*/
    background-color: rgba(238,238,238,.6);
    display: inline-block;
    width: 100%;
}
.downloads{
    background: #fff;
    display: inline-block;
    width: 100%;
    margin-bottom: 180px;
    margin-top: -50px;
    border-radius: 30px;
    box-shadow: 0 0 5px 0 #ccc;
}
.down-padding{
    display: inline-block;
    width: 100%;
    padding: 0px 230px 40px 150px;
}
.dbox{
    float: left;
    width: 50%;
}
.down-right{
    text-align: right;
}
.down-box{
    display: inline-block;
    text-align: center;
    margin-top: 70px;
}
.down-title,.down-button{
    text-align: center;
}
.down-title{
    margin-bottom: 20px;
    margin-top: 90px;
    font-size: 42px;
    color: #ff7839;
}
.down-button p span{
    font-size: 24px;
    padding: 8px 20px;
    background: #e5e5e5;
    color: #aaaaaa;
    cursor: pointer;
    transition:all 0.3s ease-in;
    -ms-transition: all 0.3s ease-in;
    -moz-transition: all 0.3s ease-in;
    -webkit-transition: all 0.3s ease-in;
    -o-transition: all 0.3s ease-in;
    cursor: pointer;
}
.down-button p span:nth-child(1){
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
}
.down-button p span:nth-child(2){
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
}
.down-button p span.active{
    background: #ff7839;
    color: #fff;
}
.down-left {
    padding-top: 60px;
}
.down-right{
    padding-top: 100px;
}
.down-right .down-box p:nth-child(2),.down-right .down-box p:nth-child(4){
    font-size: 20px;
    color: #333;
    margin:12px 0;
    font-weight: bold;
}
.down-help{
    /*border-top: 3px solid #e5e5e5;
    padding: 0 0 10px 375px;
    clear: both;*/
    border-top: 3px solid #e5e5e5;
    padding: 40px 0;
    clear: both;
    text-align: center;
}
.down-help p a{
    font-size: 20px;
    color: #666666;
    cursor: pointer;
}
.down-help p a:hover{
    font-weight: normal!important;
    color: #ff7839!important
}   
.down-help div{
    float: left;
    height: 100%;
}
.down-help .dh-left{
    line-height: 182px;
}
.down-help .dh-left img{
    vertical-align: middle;
}
.down-help .dh-right{
    padding-top: 50px;
    margin-left: 20px;
    font-size: 20px;
    color: #aaaaaa;
}
.down-help .dh-right p a{
    color: #aaaaaa;
    cursor: pointer;
    font-weight: normal;
}
.down-help .dh-right p a:hover{
    text-decoration: underline;
    color: #ff7839;
    font-weight: normal;
}
/**
.down-help .dh-right p:nth-child(1){
    margin-bottom: 20px;
}
**/
.pcdownload{
    display: block;
    width: 200px;
    height: 200px;
    background: url('../images/pc.png') no-repeat;
    transition:all 0.5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    cursor: pointer;
}
.pcdownload:hover{
    background: url('../images/pc-hover.png') no-repeat;
    transform: rotate(360deg);
    -ms-transform: rotate(360deg);       /* IE 9 */
    -webkit-transform: rotate(360deg);   /* Safari and Chrome */
    -o-transform: rotate(360deg);        /* Opera */
    -moz-transform: rotate(360deg);  
}

.down-gov{
    height: 0;
    width: 100%;
    opacity: 0;
    overflow: hidden;
    transition: opacity 1.5s ease;
    -ms-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
}
.down-company{
    transition: opacity 1.5s ease;
    -ms-transition: opacity 1.5s ease;
    -moz-transition: opacity 1.5s ease;
    -webkit-transition: opacity 1.5s ease;
    -o-transition: opacity 1.5s ease;
}
/**
.wechat p:nth-child(1) img{
    transition:all 0.5s ease-in-out;
    -ms-transition: all .5s ease-in-out;
    -moz-transition: all .5s ease-in-out;
    -webkit-transition: all .5s ease-in-out;
    -o-transition: all .5s ease-in-out;
    cursor: pointer;
}
.wechat p:nth-child(1) img:hover{
    transform: scale(1.5,1.5);
    -ms-transform: scale(1.5,1.5);  
    -webkit-transform: scale(1.5,1.5); 
    -o-transform: scale(1.5,1.5);   
    -moz-transform: scale(1.5,1.5);
}
**/
.down-box p a{
    display: block;
}
.down-box p img{
    width: 200px;
    height: 200px;
}
.intros-top{
    height: 500px;
    background: url('../images/intro-banner.png') no-repeat;
    background-position: 50% 50%;
}
.top-button p span{
    display: inline-block;
    text-align: center;
    font-size: 36px;
    color: #aaaaaa;
    width: 194px;
    height: 82px;
    line-height: 75px;
    background: url('../images/button-bg.png') no-repeat;
    cursor: pointer;
}

.top-button p span.active{
    color: #fff;
    background: url('../images/button-bg-hover.png') no-repeat;
    
}
.top-button p span:nth-child(1){
    margin-right: 30px;
}
.top-button{
    text-align: center;
    padding-top: 210px;
}
.intro-items{
    padding-top: 40px;
    display: table;
    margin: 0 auto;
}
.intro-items .intro-item{
    width: 136px;
    height: 136px;
    float: left;
    margin:0 36px;
}
.intro-items .intro-item a{
    display: inline-block;
    width: 136px;
    height: 136px;
}
.intro-items .intro-item a.dt{
    background: url('../images/dt.png');
}
.intro-items .intro-item a.dt:hover{
    background: url('../images/dt-hover.png');
}
.intro-items .intro-item a.dz {
    background: url(../images/dz.png);
}
.intro-items .intro-item a.dz:hover{
    background: url(../images/dz-hover.png);
}
.intro-items .intro-item a.xz{
    background: url('../images/xz.png');
}
.intro-items .intro-item a.xz:hover{
    background: url('../images/xz-hover.png');
}
.intro-items .intro-item a.gl{
    background: url('../images/gl.png');
}
.intro-items .intro-item a.gl:hover{
    background: url('../images/gl-hover.png');
}
.intro-items .intro-item a.xl{
    background: url('../images/xl.png');
}
.intro-items .intro-item a.xl:hover{
    background: url('../images/xl-hover.png');
}
.daotu{
    background: url(../images/hfwbanner.png) no-repeat;
    background-position: 50% 0;
    height: 500px;
    display: -webkit-box;
    background-size: auto 500px;
}
.dingzhi{
    background: url(../images/dingzhi.jpg) no-repeat;
    background-position: 50% 0;
    height: 900px;
    display: -webkit-box;
}
.xiezuo{
    height: 900px;
    /*background: #dcc7bc;*/
    display: -webkit-box;
    background: url(../images/iamge_a.png) no-repeat;
    background-position: 50% 0;
    height: 900px;
    display: -webkit-box;
    background-size: auto 900px;
}
.xz-left p.thetext span:nth-child(1){
    /*width: 48px;
    height: 48px;
    vertical-align: middle;*/
    width: 48px;
    height: 70px;
    background-size: 48px;
    float: left;
}
.guanli{
    margin-top: 0;
    height: 900px;
    /*background: #dcc7bc;*/
    display: -webkit-box;
    background: url(../images/iamge_b.png) no-repeat;
    background-position: 50% 0;
    height: 900px;
    display: -webkit-box;
    background-size: auto 900px;
}
.guanli .xz-right img{
    margin-left: 70px;
}
.guanli .xz-left p span,.xiaolv .xz-left p span{
    width: 114px;
    height: 114px;
    margin: 0 18px;
}
.guanli .xz-left p.active{
    color: #1d92ff;
}
.guanli .xz-left{
    float: right;
    padding-left: 0;
    margin-right: 130px;
}
.xiaolv .xz-left p.active{
    color: #1d92ff;
}
.xiaolv .xz-left p{
    color: #aaaaaa;
}
.xiaolv{
    height: 900px;
    background: #fff;
    display: -webkit-box;
}
.xiezuo .h1{
    /*font-size: 48px;*/
    font-size: 32px;
    color: #fff;
    padding: 50px 0 30px 0;
}
.xiezuo .h1 span{
    margin:0 30px;
}
.xiezuo p{
    text-align: center;
    font-size: 18px;
    color: #fff;
}
.xiaolv .h1,.xiaolv p{
    color: #1c91ff;
}
.xz-content{
    margin-top: 40px;
}
.xz-left p span{
    display: inline-block;
    width: 102px;
    height: 102px;
    cursor: pointer;
    margin: 0 25px;
    background-size: 85%;
}
.xz1{
    background: url('../images/xz1.png') no-repeat;
    background-position: 50% 50%;
}
.xz1.active{
    background: url('../images/xz1-hover.png') no-repeat;
    background-size: 85%;
    background-position: 50% 50%;
}
.xz2{
    background: url('../images/xz2.png') no-repeat;
    background-position: 50% 50%;
}
.xz2.active{
    background: url('../images/xz2-hover.png') no-repeat;
    background-size: 85%;
    background-position: 50% 50%;
}
.xz3{
    background: url('../images/xz3.png') no-repeat;
    background-position: 50% 50%;
}
.xz3.active{
    background: url('../images/xz3-hover.png') no-repeat;
    background-size: 85%;
    background-position: 50% 50%;
}
.xz-left p{
    font-size: 36px;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
.xz-left p.active{
    color: #1d92ff;
}
.xz-left,.xz-right{
    float: left;
}
.xz-left{
    padding-left: 90px;
    padding-top: 120px;
}
.xz-right img{
    width: 295px;
    height: 630px;
    margin-left: 130px;
}
.xz-right p{
    position: absolute;
    top: 20px;
    width: 180px;
    height: 180px;
    line-height: 180px;
    text-align: center;
    background: url('../images/circle-xz.png') no-repeat;
    background-size: 85%;
    border-radius: 50%;
    font-size: 26px;
    color: #fff;
}
.xz-right{
    float: right;
    margin-right: 55px;
    position: relative;
}
.xz-left .xz-button{
    margin: 0;
    margin-bottom: 25px;
}
.guanli .xz-right{
    float: left;
}
.guanli .xz-right p{
    right: -80px;
    background: url(../images/circle-gl.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.xiaolv .xz-right p{
     background: url(../images/circle-xl.png) no-repeat;
     background-position: 50% 50%;
     background-size: 85%;
}
.gl1 {
    background: url(../images/gl1.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.gl1.active{
    background: url(../images/gl1-hover.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.gl2{
    background: url(../images/gl2.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.gl2.active{
    background: url(../images/gl2-hover.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.gl3{
    background: url(../images/gl3.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.gl3.active{
    background: url(../images/gl3-hover.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}

.xl1 {
    background: url(../images/xl1.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.xl1.active{
    background: url(../images/xl1-hover.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.xl2{
    background: url(../images/xl2.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.xl2.active{
    background: url(../images/xl2-hover.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.xl3{
    background: url(../images/xl3.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.xl3.active{
    background: url(../images/xl3-hover.png) no-repeat;
    background-position: 50% 50%;
    background-size: 85%;
}
.intros-bottom{
    height: 928px;
    background: url(../images/intro-bottombg.jpg) no-repeat;
    background-position: 50% 50%;
}
.top-button a:hover{
    font-weight: normal;
}
a:target{
    padding-top: 70px;
}
.xiezuo,.daotu,.guanli,.xiaolv,.intros-bottom,.dingzhi{
    position: relative;
}
.md{
    position: absolute;
    display: block;
    width: 100%;
    height: 70px;
    top:-70px;
    z-index: -1;
}
.joinus-banner{
    display: -webkit-box;
    height: 300px;
    background: url('../images/jion-banner.png') no-repeat;
    background-position: 50% 50%;
}
.joinus_title{
    margin: 245px 0 20px 0;
}
.joinus_title span{
    color: #333;
}
.help_title span{
    color: #fff;
}
.joinus_title .active{
    color: #ff7839;
}
.help_title .active{
    color: #ff7839;
}
.help-banner{
    display: -webkit-box;
    height: 300px;
    background: url('../images/help-banner.png') no-repeat;
    background-position: 50% 50%;
    margin-bottom: 30px;
}
/*.butns span,.thetext,*/
.theright p,.theright .right-img,.intro-item a{
     transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    background-position: 50% 50%;
}
.right-img{
    width: 295px;
    height: 630px;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    margin-left: 130px; 
    background-size: 85% !important;
    background-repeat: no-repeat !important;
}
.guanli .right-img{
    margin-left: 60px;
}
.joinus_title, .help_title{
    margin:0;
}
.joinus-banner,.help-banner{
    padding-top: 240px;
}
.xz-left p.thetext span{
    width: 200px;
    height: auto;
    margin: 0;
}
.msp{
    line-height: 32px;
}
.thetext{
    height: 70px;
    line-height: 70px;
}
@media screen and (max-width: 1030px) {
    .content,.joinus-banner,.footer{
        display: table;
        width: 120%;    
    }
}
.points-top-left img{
    margin: 30px 30px 0 0;
}
.points-top-right{
    background: url(../images/ptrbg.png) no-repeat;
    background-position: 51.5% 100%;
    padding-bottom: 12px;
    display: inline-block;
    width: 100%;
    background-size: 455px;
}
.ptr-box-left{
    width: 260px;
    height: 68px;
    background: url('../images/ptrbox-left.png') no-repeat;
    cursor: pointer;
    margin-left: 290px;
    padding-top: 5px;
}
.ptr-box-left.active{
    background: url('../images/ptrbox-left-hover.png') no-repeat;
}
.ptr-box-right{
    width: 280px;
    height: 68px;
    background: url('../images/ptrbox-right.png') no-repeat;
    cursor: pointer;
    margin-left: -3px;
    padding-top: 5px;
}
.ptr-box-right.active{
    background: url('../images/ptrbox-right-hover.png') no-repeat;
    background-size: cover;
}
.introductions{
    clear: both;
}
.ptr-box-left p{
    text-align: right;
}
.ptr-box-left p,.ptr-box-right p{
    padding: 0 25px;
    font-size: 24px;
    color: #aaaaaa;
    line-height: 30px;
}
.ptr-box-left p span,.ptr-box-right p span{
    font-size: 20px;
}
.ptr-box-left.active p,.ptr-box-right.active p{
    color: #fff;
}
.points-items{
    display: flex;
    width: 100%;
    padding-top: 70px;
    padding: 70px 20px 0 20px;
}
.points-item{
    float: left;
    width: 33.3%;
    display: inline-block;
}
.points-item.center{
    text-align: center;
}
.points-item.right{
    text-align: right;
}
.pbox{
    display: inline-flex;
    width: 90%;
}
.points-item.center .pitem-right{
    text-align: left;
}
.points-item.right .pitem-right{
    text-align: left;
}
.pitem-left img{
    vertical-align: middle;
    margin-bottom: 10px;
}
.pitem-right p{
    font-size: 14px;
    color: #666;
}
.pitem-right .points-q{
    color: #333;
    font-size: 18px;
    font-weight: 600;
}
.pitem-right .points-title{
    font-size: 20px;
    color: #37b39e;
}
.points-gov .pitem-right .points-title{
    color: #f46c62;
}
.points-company{
    /*display: none;*/
}
.pitem-left{
    margin-right: 20px;
    height: 120px;
    text-align: center;
}
.pitem-right{
    display: table;
    height: 120px;
    width: 65%;
}
.pitem-right div{
    vertical-align: middle;
    display: table-cell;
}
.points{
   /* margin: 100px 0;*/
    display: inline-block;
    width: 100%;
    /*margin-bottom: 30px;*/
    /*background-color: rgba(238,238,238,.6);*/
    padding: 100px 0 60px 0;
}
.points-title{
    font-size: 18px;
    font-weight: 100;
}
.webim{
    width: 400px;
    height: 500px;
    /**border: 1px solid #eee;**/
    border-radius: 5px;
    position: fixed;
    bottom: 0;
    right: 5px;
    background: #fff;
    display: none;
    z-index: 1000;
    box-shadow: 0 0 5px #ccc;
}
.webimtitle{
    height: 43px;
    background-color: #42b8f4;
    color: #fff;
}
.webimcontent{
    height: 317px;
    overflow: auto;
}
.webiminput{
    height: 140px;
    border-top: 1px solid #eee;
    position: relative;
}
.webiminput textarea{
    width: 100%;
    height: 70px;
    border: none;
    padding: 10px;
    box-sizing: border-box;
    /**margin-top: 30px;*/
    font-size: 13px;
    line-height: 13px;
    resize: none;
    outline: none;
}
.webiminput .tbar ul li{
    display: inline-block;
}
@font-face {
  font-family: 'webim';
  src: url(../webim/demo/stylesheet/src/font/iconfont.eot);
  src: url(../webim/demo/stylesheet/src/font/iconfont.woff) format("woff"), url(../webim/demo/stylesheet/src/font/iconfont.svg#iconfont) format("svg"); 
}
.font {
    width: 40px;
    height: 40px;
    font-family: 'webim' !important;
    font-size: 40px;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -webkit-text-stroke-width: 0.2px;
    -moz-osx-font-smoothing: grayscale;
}
.font.smaller {
    width: 30px;
    height: 30px;
    font-size: 30px;
    color: #ccc;
    cursor: pointer;
}
.none{
    display: none;
}
.block{
    display: block;
}
.webiminput p a{
    color: #fff;
    background: #ff7839;
    padding: 5px 30px;
    border-radius: 5px;
    position: absolute;
    right: 10px;
    bottom: 10px;
    font-size: 14px;
    cursor: pointer;
}
.webimtitle p{
    height: 43px;
    line-height: 43px;
    background-color: #ff7839;
    color: #fff;
    padding: 0 10px;
}
.dialogitem {
    display: table;
    margin: 0;
    margin-bottom: 10px;
    clear: both;
    width: 100%;
}
.webimcontent .dialogcontent{
    display: inline-block;
    width: 80%;
}
.onleft .dialogcontent{
    margin-left: 10px;
}
.onright .dialogcontent{
    margin-right: 10px;
}
.webimcontent .onleft .webim-msg-value {
    background-color: #d2f5ff;
    float: left;
    margin: 0px 0 0 10px;
    margin: 0;
}
.webimcontent .onright .webim-msg-value {
    float: right;
    margin: 0;
    background-color: #f3f3f3;
}
.webim-msg-value {
    position: relative;
    height: auto;
    max-width: calc(100% - 40px);
    border-radius: 5px;
    box-sizing: border-box;
    padding: 10px;
}
.webimcontent .onleft .webim-msg-icon {
    color: #d2f5ff;
    top: 2px;
    font-size: 10px;
    left: -10px;
    -webkit-user-select: none;
    width: 0;
}
.webimcontent .onright .webim-msg-icon {
    color: #f3f3f3;
    right: 2px;
    font-size: 10px;
    top: 2px;
    -webkit-user-select: none;
    z-index: 0;
    position: absolute;
    width: 0;
}
.onright {
    float: right;
    width: 100%;
    text-align: right;
}
.webim-msg-value > pre {
    white-space: pre-wrap;
    word-break: break-all;
    color: #1a1a1a;
    font-size: 14px;
    line-height: 20px;
    margin: 0;
    font-family: sans-serif;
    text-align: left;
    display: table;
    line-height: 15px;
}
.webim-msg-icon {
    position: absolute;
    top: 4px;
    font-size: 10px;
}
.dialogcontent p{
    font-size: 12px;
    color: #666;
    line-height: 16px;
}
.service-entry {
    position: fixed;
    bottom: 0px;
    right: 10px;
    z-index: 2;
}
.service-entry a {
    background-color: rgba(255, 120, 57, 0.75);
    color: #FFF;
    border-radius: 5px;
    padding: 5px 8px;
    text-align: center;
    text-decoration: none;
    display: block;
    margin-bottom: 10px;
    position: relative;
}
.service-entry .icon{
    background: transparent url(../images/footer-icon.png) no-repeat scroll 0px 0px / 20px 75px;
    width: 20px;
    height: 20px;
    display: inline-block;
    vertical-align: middle;
}
#webimmin{
    float: right;
    cursor: pointer;
}
#webimmin:hover{
    font-weight: normal;
}
#webimmin img{
    width: 25px;
    height: 25px;
    vertical-align: middle;
}
.tbar ul{
    display: none;
    position: absolute;
    top: -177px;
    background: #fff;
    width: 248px;
    border: 1px solid #eee;
    border-radius: 5px;
    text-align: center;
}
/**
.webim-emoji-item img{
    width: 24px;
    height: 24px;
}
**/
.dmessage img{
    max-width: 250px;
}
.scrollnav{
    position: fixed;
    top: 0;
    display: none;
    height: 80px;
    line-height: 80px;
    background: #fff;
    z-index: 100;
    width: 100%;
    box-shadow: rgba(0,0,0,.1)0 1px 5px;
    -webkit-box-shadow: rgba(0,0,0,.1)0 1px 5px;
    -moz-box-shadow: rgba(0,0,0,.1)0 1px 5px;
    -ms-box-shadow: rgba(0,0,0,.1)0 1px 5px;
    -o-box-shadow: rgba(0,0,0,.1)0 1px 5px;
}
.scrollnav ul{
    float: right;
}
.scrollnav ul li{
    list-style: none;
    float: left;
    position: relative;
    width: 70px;
    height: 70px;
    margin: 0 24px;
    cursor: pointer;
}
.scrollnav ul li a{
    position: absolute;
    display: table;
    width: 100%;
    height:100%; 
}
.scrollnav ul li a.dtbg{
    z-index: -1;
}
.scrollnav ul li p img{
    width: 35px;
    height: 35px;
    vertical-align: middle;
}
.scrollnav ul li .scrollpone{
    height: 40px;
    line-height: 40px;
    background-size: 30px;
    background-repeat: no-repeat;
    background-position: 50%;
    margin-top: 5px;
}
.scrollnav ul li.lidt .scrollpone{
    background-image: url(../images/dtimg.png);
}
.scrollnav ul li.lidz .scrollpone{
    background-image: url(../images/dzimg.png);
}
.scrollnav ul li.lixz .scrollpone{
    background-image: url(../images/xzimg.png);
}
.scrollnav ul li.ligl .scrollpone{
    background-image: url(../images/glimg.png);
}
.scrollnav ul li.lixl .scrollpone{
    background-image: url(../images/xlimg.png);
}
.scrollnav ul li.ligov .scrollgov{
    background-image: url(../images/govimg.png);
}

.scrollnav ul li.lidt.active .scrollpone{
    background-image: url(../images/dtimg-hover.png);
}
.scrollnav ul li.lidz.active .scrollpone{
    background-image: url(../images/dzimg-hover.png);
}
.scrollnav ul li.lixz.active .scrollpone{
    background-image: url(../images/xzimg-hover.png);
}
.scrollnav ul li.ligl.active .scrollpone{
    background-image: url(../images/glimg-hover.png);
}
.scrollnav ul li.lixl.active .scrollpone{
    background-image: url(../images/xlimg-hover.png);
}
.scrollnav ul li.ligov.active .scrollgov{
    background-image: url(../images/govimg-hover.png);
}

.scrollnav ul li .scrollptwo{
    height: 16px;
    line-height: 16px;
    font-size: 12px;
}
.scrollnav ul li.active .scrollptwo{
    color: #fff;
}
.scrollnav ul{
    display: table;
    text-align: center;
    margin: 0 auto;
    margin-top: 5px;
}

.dtbg{
    background-image: url(../images/scrollbg.png);
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 64px;
}
.scrollnav ul li.active .dtbg{
    background-image: url(../images/scrollbg-hover.png);
    background-repeat: no-repeat;
    background-size: 64px;
    background-position: 50%;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite;
}
@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
@keyframes rotate {
    0% {
        -webkit-transform: rotate(0);
        transform: rotate(0)
    }
    50% {
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}


@-webkit-keyframes flash {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0.5
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: 0.5
    }
    100% {
        opacity: 1
    }
}
@keyframes flash {
    0% {
        opacity: 1
    }
    25% {
        opacity: 0.5
    }
    50% {
        opacity: 0
    }
    75% {
        opacity: 0.5
    }
    100% {
        opacity: 1
    }
}
.scrolldiv{
    display: inline-block;
    position: relative;
}
.scrolldiv a{
    position: absolute;
    width: 100%;
    height: 100%;
    cursor: pointer;
}
.scrolldiv div{
    float: left;
    height: 80px;
}
.scrolldiv-left img{
    width: 70px;
    height: 70px;
    vertical-align: middle;
    border: 0;
}
.scrolldiv-right p{
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.scrolldiv-right img.logo_zh{
    width: 100px;
}
.scrolldiv-right img.logo_en{
    width: 80px;
}
.scrollgov{
    height: 70px;
    line-height: 70px;
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: 44px;
}
.return-top{
    display: none;
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.return-top img{
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.remodal-confirm:hover, .remodal-confirm:focus {
    background: #ff7839;
}
.remodal-confirm {
    background: #ff7839;
}
.nav li ul{
    display: none;
    position: absolute;
    background: #fff;
    box-shadow: 0 10px 28px 0 rgba(137,157,197,.12);
    top: 60px;
}
.nav li:hover ul{
    display: block;
}
.nav li ul li{
    display: block;
    margin: 0;
    float: none;
    min-width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 10px;
}
.customize.bgright{
    height: auto;
    /*background-image: url(../images/bg-right.png);*/
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 30px;
    background-size: contain;
}
.customize.bgleft{
    height: auto;
    background-image: url(../images/bg-left.png);
    background-repeat: no-repeat;
    background-position: 50%;
    padding: 30px;
    background-size: contain;
}
.customize img{
    width: 100%;
}
.intr-items{
    display: block;
    width: 100%;
    clear: both;
}
.intr-items .intr-item{
    display: inline-block;
    width: 25%;
    float: left;
    text-align: center;
    margin-bottom: 40px;
}
.intr-top{
    display: inline-block;
    position: relative;
    height: 120px;
    line-height: 120px;
    cursor: pointer;
}
.intr-top .img{
    text-align: center;
    height: 120px;
    line-height: 120px;
    display: inline-block;
}
.intr-top .img img{
    width: 120px;
    height: 120px;
    cursor: pointer;
    transition:all 0.3s ease-in-out;
    -ms-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -webkit-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
}
.intr-top:hover .img img{
    /*filter:brightness(0.3);*/
}
.intr-top:hover a{
    display: block;
} 
.intr-top a{
    font-size: 18px;
    font-weight: 500;
    position: absolute;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 1;
    color: #fff;
    top: 0;
    left: 0;
    text-align: center;
    cursor: pointer;
    background: rgba(0,0,0,0.7);
    border-radius: 50%;
    /*background: rgba(255,255,255,.8);*/
    background-color: #ffffff;
    color: #ff7839;
    font-weight: bold;
}
.intr-content{
    text-align: center;
    font-size: 14px;
    height: 110px;
    /*margin-top: 10px;*/
    opacity: 0;
    transition:all 0.7s ease-in-out;
    -ms-transition: all 0.7s ease-in-out;
    -moz-transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    -o-transition: all 0.7s ease-in-out;
}
.intr-content h3{
    font-size: 14px;
}
.ponits-top{
    display: inline-block;
    margin-bottom: 60px;
    width: 100%;
}
.introductions{
    padding-bottom: 80px;
}
.points-top-left{
    text-align: center;
}
.resolve-content{
    display: inline-block;
    width: 100%;
    height: auto;
}
.resolve-content .resolve-item{
    display: inline-block;
    width: 33.3%;
    float: left;
    text-align: center; 
    position: relative;
    margin-bottom: 40px;
}
.resolve-item img{
    width: 200px;
    height: 200px;
}
.resolve-cover{
    display: flex;
    align-items: center;
    padding: 0 8px;
    background: rgba(255,255,255,0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    text-align: center;
    cursor: pointer;
    transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.resolve-cover p{
    color: #000;
    font-weight: 500;
}
.resolve-img{
    display: inline-block;
    position: relative;
}
.resolve-img:hover .resolve-cover{
    opacity: 1;
}
.resolve-top{
    text-align: center;
    display: inline-block;
    width: 100%;
}
.resolve-top img{
    width: 500px;
    margin-bottom: 50px;
}
.ourproduct{
    /*background-color: #ff7839;*/
}
.custom{
    /*padding: 50px 50px 0 50px;*/
}
.radp{
    /*background-image: url(../images/radp.png);
    height: 750px;*/
    background-repeat: no-repeat;
    background-size: contain;
    background-position: 50% 0;
    padding-bottom: 100px;
}
.cus-title{
    padding: 100px 0 30px 0;
    font-size: 32px;
    text-align: center;
}
.cus-title span{
    color: #ff7839
}
.cus-info{
    font-size: 18px;
    line-height: 30px;
    margin-top: 30px;
}
.cus-img{
    text-align: center;
    margin-top: 80px;
}
.cus-img img{
    width: 500px;
}
.probox{
    display: inline-block;
    cursor: pointer;
}
.probox-custom{
    display: inline-block;
    width: 100%;
}
.probox-custom .probox{
    width: 20%;
    float: left;
}
.pro-custom p{
    margin: 20px 0;
    height: 150px;
    line-height: 150px;
    display: inline-block;
}
.pro-normal p{
    margin: 20px 0;
}
.pro-normal .qy{
    margin-left: 150px;
}
.pro-custom p img{
    vertical-align: middle;
}
.pro-title{
    width: 150px;
}
.proitems{
    width: 360px;
    /*margin-left: 100px;*/
}
.proimg img{
    width: 130px;
    transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
}
.protitle{
    text-align: center;
    font-size: 32px;
    margin:0 0 50px 0;
}
.protitle .fontcolor{
    color: #ff7839;
}
.resolve{
    padding: 100px 0 100px 0;
    background: rgba(238,238,238,.6);
}
.mr_frbox{
    height: auto;
    display: flex;
    align-content: center;
    align-items: center;
}
.mr_frBtnL{
    cursor: pointer;
    display: inline;
    float: left;
    height: 46px;
    width: 2%;
    padding-left: 10px;
    padding-right: 5px;
   /* margin-right: 5px;*/
}
/*.mr_frUl{float:left;height:202px;width:1047px;margin-left:10px;}*/
.mr_frBtnR{
    float: right;
    cursor: pointer;
    width: 2%;
    height: 46px;
    padding-right: 10px;
    padding-left: 5px;
    /*margin-left: 5px;*/
}
.mr_frUl ul li{display:inline;float:left;/*height:389px;*/width:300px;overflow:hidden;position:relative;}
.mr_frUl ul li a img{/*display:block;*/width:100%;height: 300px;}
.mr_zhe{width:300px;position:relative;top:0;background:rgba(78, 164, 181, 0.65) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/filter:Alpha(opacity=80);background:#4ea4b5;/*实现IE背景透明*//*height:389px;*/left:0;right:0;}
.mr_zhe_i h1{text-align:center;font-size:182px;height:138px;line-height:138px;margin-top:72px;margin-bottom:64px;font-weight:bold;color:#fff;}
.mr_zhe_p{margin-bottom:60px;}
.mr_zhe_p h3{text-align:center;font-size:15px;font-weight:bold;color:#fff;line-height:30px;}
.mr_zhe_p h3 span{display:block;margin:0 auto;width:260px;font-size:18px;border-bottom:1px solid #f4f4f4;}
.mr_zhe_hover{bottom:-596px;height:200px;position:absolute;width:300px;background:rgba(0, 0, 0, 0.5) none repeat scroll 0 0 !important;/*实现FF背景透明，文字不透明*/filter:Alpha(opacity=80);background:#0a0a0a;/*实现IE背景透明*/}
.mr_zhe_hover h1{text-align:center;height:40px;line-height:40px;margin:22px 0;color:#fff;}
.mr_frUl{
    float: left;
    justify-content: center;
    width: 96%;
    display: flex;
}
.exhover{
    position: absolute;
    top: 0px;
    height: 305px;
    background: rgba(0,0,0,0.7);
    transition:all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    display: flex;
    align-items: center;
    width: 300px;
}
#mr_fu li:hover .exhover{
    top: -303px;
}
.excontent{
    padding: 0 10px;
}
.excontent p{
    color: #fff;
    font-size: 16px;
    font-weight: 500;
}
/*.tempWrap{
    margin-left: 70px;
}*/
.extitle{
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
}
.example{
    margin-bottom: 100px;
    margin-top: 50px;
}
.resolve-title{
    margin-bottom: 5px;
    font-size: 16px;
}
.resolve-cover div{
    font-size: 14px;
    padding: 0 5px;
}
.customize{
    position: relative;
    transition:all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    -moz-transition: all 1s ease-in-out;
    -webkit-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
}
.customize a{
    position: absolute;
}
.customize a.voice-top{
    top: 20%;
    left: 16%;
}
.customize a.voice-top img{
    width: 50px;
}
.customize a.voice-bottom{
    top: 27%;
    left: 9%;
}
.customize a.voice-bottom img{
    width: 50px;
}
.customize a{
    -webkit-animation: flash 1s linear infinite;
    animation: flash 1s linear infinite;
}
.bs{
    display: inline-block;
    margin-left: 100px;
    position: absolute;
    top: 50px;
}
.pro-custom .bs p{
    display: block;
    height: 30px;
    line-height: 30px;
    margin: 0;
}
.pro-custom{
    position: relative;
}
.pro-custom .bs p span{
    margin: 0 13.5px;
    font-size: 12px;
    color: #666;
}
.resolve-top p{
    text-align: center;
    display: inline-block;
    width: 100%;
    font-size: 32px;
    margin-bottom: 50px;
}
.example-title p{
    font-size: 32px;
    text-align: center;
    height: 50px;
    line-height: 50px;
    margin-bottom: 30px;
}
.mr_frUl ul li a{
    display: flex;
}
.core{
    font-size: 28px;
    height: 50px;
    line-height: 50px;
    margin-top: 50px;
    margin-bottom: -20px;
}
.op-item{
    display: inline-block;
    width: 100%;
}
.hfw img{
    float: left;
    width: 110pt;
    height: 110pt;
}
.yjq img{
    float: right;
    width: 110pt;
    height: 110pt;
}
.hfw div{
    float: right;
}
.yjq div{
    float: left;
}
.op-item div{
    width: 380pt;
    height: 90pt;
    background: #fff;
    padding: 10px 40px;
    box-shadow: 2px 2px 5px #ccc;
    margin-top: 10px;
}
.op-item div p{
    font-size: 15px;
    letter-spacing: 1px;
    font-weight: 500;
    margin-top: 3px;
    text-align: justify;
}
.op-item div span{
    font-size: 16pt;
}
.hfw div span{
    color: #1c91ff;
    display: block;
    margin-bottom: 10px;
}
.yjq div span{
    color: #f36c7f;
}
.hfw{
    margin-bottom: 45pt;
}
.op-box{
    padding: 0 200px;
}
.ourproduct{
    background-image: url(./src/images/opbg.png);
    padding: 100px 0 100px 0;
}
.yjq div{
        padding-top: 5px;
}
.hfw-header {
    background: url(../images/hfwintrobg.png) no-repeat;
    background-position: 50% 0;
    height: 227px;
    background-size: 780px 227px;
    text-align: center;
    color: #1c91ff;
}
.hfw-header p{
    font-size: 32px;
    padding: 50px 0 30px 0;
}
.hfw-header span{
    font-size: 20px
}
.hfw-show{
    text-align: center;
    /*margin-top: 30px;*/
    margin-bottom: 100px;
    padding-right: 80px;
}
.hfw-right,.hfw-left{
    display: inline-block;
}
.hfw-right{
    margin-left: 50px;
    vertical-align: bottom;
    margin-bottom: 30px;
}
.hfw-right ul li{
    display: block;
    height: 60px;
    line-height: 60px;
    font-size: 14pt;
    margin-bottom: 20px;
    background: #eee;
    width: 120px;
    cursor: pointer;
    color: #aaaaaa;
}
.hfw-right ul li.active{
    background-color: #1c91ff;
    color: #fff
}
.thecontent{
    width: 900px;
    margin: 0 auto;
    margin-top: 70px;
}
.hfw-left img{
    height: 600px;
}
.footer-left,.footer-right{
    display: inline-block;
    vertical-align: middle;
    margin-left: 50px;
    text-align: left;
}
.footer-right{
    margin-bottom: 15px;
}
.footer-left img{
    width: 80px;
}
.footer-left p:nth-child(1){
    margin-bottom: 5px;
}
.footer-right p{
    font-size: 16px;
    line-height: 30px;
}
.companynews .intro-top{
    font-size: 32px;
    margin-bottom: 30px;
    margin-top: 0;
}
.news-item{
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 30px;
}
.news-item p{
    text-align: left;
    letter-spacing: 1px;
    text-indent: 0;
}
.news-item p:nth-child(1){
    font-size: 18px;
    margin-bottom: 10px; 
    cursor: pointer;
    line-height: 25px;
    margin-bottom: 10px;
}
.news-item p:nth-child(1) span{
    font-size: 12px;
    color: #999;
}
.news-item p a{
    color: #1c91ff;  
}
.news-item p a:hover{
    color: #1c91ff;
    font-weight: normal;
}
.news-item p:nth-child(2){
    font-size: 14px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    clear: both;
}
.companynews{
    padding-bottom: 100px;
    background: rgba(238,238,238,.6);
    padding-top: 100px;
}
.cus-container{
    width: 720px;
    margin: 0 auto;
}
.news-item p img{
    width: 50px;
    height: 50px;
    float: left;
    margin-right: 15px;
}