* {
    margin: 0;
    padding: 0;
}

HTML, body, div, h1, h2, h3, h4, h5, h6, ul, ol, dl, li, dt, dd, p, blockquote, pre, form, fieldset, table, th, td {
    border: none;
    font-size: 14px;
    margin: 0px;
    padding: 0px;
}

html, body {
    height: 100%;
    width: 100%;
}

address, caption, cite, code, dfn, em, strong, th, var {
    font-style: normal;
    font-weight: normal;
}

a {
    text-decoration: none;
}

a:link {
    color: #000;
}

a:visited {
    color: #000;
}

a:hover {
    color: #000;
}

a:active {
    color: #000;
}

input::-ms-clear {
    display: none;
}

input::-ms-reveal {
    display: none;
}

input {
    -webkit-appearance: none;
    margin: 0;
    outline: none;
    padding: 0;
}

input::-webkit-input-placeholder {
    color: #ccc;
}

input::-ms-input-placeholder {
    color: #ccc;
}

input::-moz-placeholder {
    color: #ccc;
}

input[type=submit], input[type=button] {
    cursor: pointer;
}

button[disabled], input[disabled] {
    cursor: default;
}

img {
    border: none;
}

ul, ol, li {
    list-style-type: none;
}

/*鍏叡鏂规硶*/

.clear {
    clear: both;
}

.clearleft {
    clear: left;
}

.clearright {
    clear: right;
}

.floatleft {
    float: left;
}

.floatright {
    float: right;
}

.cursor {
    cursor: pointer;
}

/*鑳屾櫙鍙婅壊鍊艰〃*/

.bg000 {
    background: #000;
}

.color000 {
    color: #000;
}

.head {
    width: 100%;
    border-bottom: 1px solid #e8e8e8;
    height: 80px;
}

.headn {
    width: 80%;
    margin: 0 auto;
}

.headn .tit {
    width: 100%;
}

.headn .tit .left {
    float: left;
}

.headn .tit .left img {
    padding-top: 10px;
    padding-bottom: 10px;
}

.headn .tit .right {
    float: right;
}

.headn .tit .right a {
    color: #545454;
    font-size: 16px;
    line-height: 75px;
    margin-right: 20px;
}

.headn .tit .right a i {
    color: #61c22a;
}

.headn .tit .right a.zb {
    border-right: 2px solid #61c22a
}

.headn .tit .right .yz {
    position: relative;
    display: inline-block;
    color: #545454;
    font-size: 16px;
    padding: 15px;
}

.headn .tit .right .yz i {
    color: #545454;
}

.headn .tit .right .languageBox {
    display: none;
    top: 22px;
    position: absolute;
    right: 0;
    box-shadow: 0 1px 5px #ccc;
    background: #fff;
    border: 1px solid #eee;
    text-align: center;
}

.headn .tit .right .languageBox a {
    margin-right: 0;
    line-height: 35px;
    padding-left: 20px;
    padding-right: 20px;
}

.headn .tit .right .yz:hover {
    color: #61c22a;
}

.headn .tit .right .yz:hover i {
    color: #61c22a;
}

.headn .tit .right .yz:hover .languageBox {
    display: block;
    transition: all .5s;
}

.headn .tit .right .ss {
    display: inline-block;
    margin-left: 10px;
    position: relative;
}

.headn .tit .right .ss .for {
    position: absolute;
    top: 35px;
    right: 0;
    width: 220px;
    display: none;
}

.headn .tit .right .ss .for input {
    float: left;
}

.headn .tit .right .ss .for .serach {
    border: 1px solid #ccc;
    height: 35px;
    float: left;
    border-right: 0px
}

.headn .tit .right .ss .for .sr {
    width: 37px;
    height: 37px;
    background: url(../images/ss.png)no-repeat 5px;
    border: 1px solid #ccc;
}

.dh {
    width: 100%;
    text-align: center;
    background: #fff;
    box-shadow: 0 1px 5px rgba(50, 50, 50, .2);
}

.dh ul li {
    display: inline-block;
}
.my-kefu-tel{opacity: 0;}
.dh ul li a {
    font-size: 19px;
    line-height: 80px;
    margin-right: 80px;
}

.dh ul li:hover >a {
    color: #61c22a;
}

.dh ul li a.cur {
    color: #61c22a;
}
.headn .tit .right a{position: relative;display: inline-block;}
.headn .tit .right a .ewm{
    width: auto;
    padding: 7px;
    height: auto;
    position: absolute;
    z-index: 999;
    left: 0;
    top: 40px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    display: none;
    line-height: 0;
    transition: all .7s;
}
.headn .tit .right a:hover .ewm{
    display: block;
    height: 180px;
}
.container {
    margin-left: 80px;
	margin-right: 80px;
	overflow: hidden;
	text-align: center;
}
.container .tit {
    font-size: 36px;
    position: relative;
    text-align: center;
    line-height: 46px;
    margin: 120px 0 60px;
    display: inline-block;
}
.container .tit:before {
    content: '';
    display: block;
    width: 1200px;
    height: 1px;
    background: #DADADA;
    position: absolute;
    top: 50%;
	margin-top: -0.5px;
	left: -1215px;
}
.container .tit:after {
	right: -1215px;
	content: '';
    display: block;
    width: 1200px;
    height: 1px;
    background: #DADADA;
    position: absolute;
    top: 50%;
    margin-top: -0.5px;
}
.div1{width: 45%;display: inline-block;padding: 0 20px;box-sizing: border-box;border: 1px solid #DCDCDC;margin: 0 2%;}
.inp01{display: block;margin: 0 auto;font-size: 18px;height: 60px;width: 98%;border: 0}
#CheckCode{display: inline-block;font-size: 18px;height: 60px;width: 60%;border: 0}
#codeimg{float: right;height: 50px;margin-top: 10px;}
.container form{max-width: 1150px;margin: 0 auto;}
.tj{margin-top: 30px;}
.inp02{    width: 225px;
    color: #fff;
    font-size: 18px;
    background: #61c22a;
	display: inline-block;
	border-radius: 5px;
	border: 0;
    padding: 15px 0;
    text-align: center;
    margin: 50px 0 40px;
}
.inp022{    width: 225px;
	border-radius: 5px;
    color: #000;
    font-size: 18px;
    background: #F5F5F5;
	display: inline-block;
	border: 0;
    padding: 15px 0;
    text-align: center;
    margin: 50px 0 40px;
}
.ssjg{margin-top: 30px;width: 100%;  }
.ssjg .divn{background: #61c22a;display:inline-block;width: 19%;font-size: 16px;line-height: 60px;color: #fff;}
.ssjg1 .divn1{width: 100%;font-size: 16px;line-height: 60px;color: #000;text-align: left}
.ssjg1{  margin:30px 3%;border-bottom: 1px solid #ccc}
.ssjg1 .divn1 span{float: right;color: #61c22a;}
.fh{margin: 100px auto;display: block;background:#61c22a;line-height: 60px;width: 200px; border-radius: 5px;color: #fff !important;}
.xbanner{width: 100%;}
.xbanner img{width: 100%;display: block;}