@charset "UTF-8";
/*! 盛邦升华 - start-industry */
/* 网站头部 */
/* 焦点图 */
/* 产品介绍 */
/* 团队介绍 */
/* 网站底部 */
h2, h3, h4 {
    text-align: center;
}

h1 {
    /* text-indent: -999px;
    float: left; */
    margin: 0;
    font-size: 12px;
}
/* 自定义 */
.flex{
  display: flex;
}
.flex_b{
  justify-content: space-between;
}
.flex_a{
  justify-content: space-around;
}
.flex_center{
  justify-content:center;
}
.flex_c{
  align-items: center;
}
.flex_w{
  flex-wrap: wrap;
}
.flex_column{
  flex-direction: column;
}
.cursor-p{
  cursor: pointer;
}
/* 按钮 */
.btn:focus, .btn:active:focus{
    outline: none;
}

.navbar-right>li>a {
    line-height: 38px;
}
.navbar-right>li {
    position: relative;
}
.navbar-right>li .nav_menu {
    position: absolute;
    top: 67px;
    left: 0;
    width: 99px;
    /* height: 132px; */
    background: #FFFFFF;
    box-shadow: 0px 3px 6px 1px rgba(0,0,0,0.16);
    border-radius: 6px 6px 6px 6px;
    padding: 17px 14px 0;
    z-index: 1000;
    display: none;
}
.navbar-right li .nav_menu a {
    display: block;
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 500;
    color: #394574;
    margin-bottom: 17px;
    cursor: pointer;
}
.navbar-right>li .nav_menu a:hover {
    font-size: 14px;
}

.navbar-collapse .navbar-right .userBox>a {
    padding: 0 15px;
    display: flex;
    align-items: center;
    height: 68px;
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
}
.navbar-collapse .navbar-right .userBox a>div {
    width: 42px;
    height: 42px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #707070;
    border-radius: 50%;
    overflow: hidden;
    margin-right: 10px;
}
.navbar-collapse .navbar-right .userBox .userBox_menu {
    position: absolute;
    top: 67px;
    right: 0;
    width: 212px;
    /* height: 355px; */
    padding-bottom: 20px;
    background: #FFFFFF;
    box-shadow: 0px 3px 20px 1px rgba(0,0,0,0.1);
    border-radius: 6px 6px 6px 6px;
    z-index: 1000;
    overflow: hidden;
    display: none;
}
.navbar-collapse .navbar-right .userBox .userBox_menu .user_info {
    width: 100%;
    height: 84px;
    background: url('../images/userBox_menu_hd.png');
    background-repeat: no-repeat;
    background-size: cover;
    padding: 19px 0 13px 20px;
    display: flex;
    align-items: center;
}
.userBox .userBox_menu .user_info .sculpture {
    width: 52px;
    height: 52px;
    background: #FFFFFF;
    opacity: 1;
    border: 1px solid #707070;
    border-radius: 50%;
    margin-right: 15px;
    overflow: hidden;
}
.userBox .userBox_menu .user_info .nameId {
    width: calc(100% - 67px);
}
.userBox .userBox_menu .user_info .nameId span {
    font-size: 16px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    line-height: 24px;
}
.userBox .userBox_menu .user_info .nameId .newuserName {
    display: inline-block;
    width: 120px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden
}
.userBox .userBox_menu .user_info .nameId p {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #999999;
    line-height: 20px;
    margin-top: 8px;
}
.userBox .userBox_menu ul {
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding: 0 32px;
}
.userBox .userBox_menu ul li {
    list-style: none;
}
.userBox .userBox_menu ul li a {
    font-size: 14px;
    font-family: PingFang SC, PingFang SC;
    font-weight: 400;
    color: #333333;
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 15px;
}
.userBox .userBox_menu ul li a img {
    width: 41px;
    height: 41px;
    margin-bottom: 10px;
}
.userBox .userBox_menu ul li a:hover {
    font-size: 14px;
}



/*reset css*/
.izl-rmenu {
    margin-right: 0;
    width: 89px;
    position: fixed;
    right: 60px;
    top: 55%;
    /* transform: translate(700px); */
    z-index: 999;

    width: 60px;
    /* height: 209px; */
    background: #FFFFFF;
    box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.09);
    border-radius: 8px 8px 8px 8px;
    padding: 14px 0;

}
.izl-rmenu>div {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.izl-rmenu>div>img {
    margin-bottom: 4px;
}
.izl-rmenu>div>span,.izl-rmenu>div .liuyan {
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;

    width: 48px;
    height: 15px;
    font-family: Microsoft YaHei UI, Microsoft YaHei UI;
    font-weight: 400;
    font-size: 12px;
    color: #545A7B;
    text-align: center;
    font-style: normal;
    text-transform: none;
}
.izl-rmenu .weixin::after,.izl-rmenu .leaveWord::after {
    content: '';
    display: block;
    margin: 16px auto;
    width: 20px;
    height: 3px;
    background: #DDDFE8;
    border-radius: 4px 4px 4px 4px;
}
.izl-rmenu .weixin {
    /* width: 89px;
    height: 102px;
    background: #f2f8ff;
    border-radius: 10px 10px 0 0;
    border-bottom: 1px solid #DBE4ED; */
}
.izl-rmenu .leaveWord .leaveWord_ly {
    text-align: center;
    /* width: 89px;
    height: 102px;
    background: #f2f8ff;
    border-radius: 0 0 10px 10px;
    margin-bottom: 20px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    position: relative; */
}
.izl-rmenu .backToTop {
    /* width: 89px;
    height: 102px;
    background: #f2f8ff;
    border-radius: 10px; */
    width: 60px;
    background: #FFFFFF;
    /* box-shadow: 0px 4px 11px 0px rgba(0,0,0,0.09);
    border-radius: 8px 8px 8px 8px; */
}
.izl-rmenu .weixin .weixin_pic {
    position: absolute;
    top: 0;
    right: 89px;
    width: 134px;
    height: 122px;
    display: none;
}
.izl-rmenu .weixin .weixin_pic img {
    width: 122px;
    height: 122px;
    border-radius: 5px;
}
.izl-rmenu .weixin:hover .weixin_pic {
    display: block;
}
.izl-rmenu  .leaveWord .leaveWordBox {
    position: absolute;
    top: -80px;
    right: 89px;
    width: 342px;
    /* height: 313px; */
    display: none;
    z-index: 1000;
}
.izl-rmenu  .leaveWord .leaveWordBox .leaveWordCenter {
    width: 330px;
    /* height: 313px; */
    padding-bottom: 20px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 3px 20px 1px rgba(0,0,0,0.1);
    cursor:auto;
}
.izl-rmenu  .leaveWord .leaveWordBox .leaveWordCenter .leaveWord_hd {
    width: 100%;
    height: 69px;
    line-height: 69px;
    padding-left: 40px;
    font-size: 18px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    background: url('../images/leaveWordHd.png');
    background-repeat: no-repeat;
    background-size: cover;
}
.izl-rmenu  .leaveWord .leaveWordBox .leaveWordCenter ul {
    padding: 14px 28px 0 18px;
}
.izl-rmenu  .leaveWord .leaveWordBox .leaveWordCenter ul li {
    list-style: none;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    display: flex;
    align-items: center;
    margin-bottom: 14px;
}
.izl-rmenu  .leaveWord .leaveWordBox .leaveWordCenter ul li em {
    color: #EF3129;
}
.izl-rmenu  .leaveWord .leaveWordBox .leaveWordCenter ul li input {
    width: 207px;
    height: 38px;
    background: #FFFFFF;
    border-radius: 2px 2px 2px 2px;
    opacity: 1;
    border: 1px solid #DDDDDD;
}
.izl-rmenu  .leaveWord .leaveWordBox .leaveWordCenter ul li span {
    width: 66px;
    text-align: right;
    margin-right: 10px;
}
.izl-rmenu  .leaveWord .leaveWordBox .leaveWordCenter .leaveWord_btns {
    display: flex;
    margin-top: 30px;
    justify-content: flex-end;
    padding-right: 28px;
}
.izl-rmenu  .leaveWord .leaveWordBox .leaveWordCenter .leaveWord_btns div {
    width: 88px;
    height: 38px;
    line-height: 38px;
    text-align: center;
    background: #EFEFEF;
    border-radius: 4px 4px 4px 4px;
    margin-left: 20px;
    font-size: 14px;
    font-family: Microsoft YaHei, Microsoft YaHei;
    font-weight: 400;
    color: #888888;
    cursor: pointer;
}
.izl-rmenu  .leaveWord .leaveWordBox .leaveWordCenter .leaveWord_btns div:nth-child(2) {
    background: #1685FC;
    color: #fff;
}


#udesk-feedback-tab {
    position: fixed;
    right: 2px;
    top: 65%;
    margin-top: -76px;
    -webkit-box-shadow: #DDD 0px -1px 5px;
    -moz-box-shadow: #DDD 0px -1px 5px;
    box-shadow: #DDD 0px -1px 5px;
    cursor: pointer;
    background-image: url(../images/consult_icon.gif);
    background-repeat: no-repeat;
    background-position: center top;
    display: block;
    height: 76px;
    width: 82px;
    background-color: #FFF !important;
    z-index: 999;
}

.udesk-feedback-tab-left, .izl-rmenu {
    /* opacity: 0.9; */
}

.tanniu {
    padding: 10px 60px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #2c2f34;
    margin-top: 40px;
}

a:hover {
    text-decoration: none;
}

.floatDivBoxs ul, ol {
    list-style: none;
}

.floatDivBoxs img {
    border: none;
    outline: none;
}

.rightArrow a {
    color: #666;
    text-decoration: none;
    outline: none;
}

.rightArrow a:hover {
    color: #e8431f;
}
.banner_img>img{
    height: 500px!important;
}
header {
}

header .header-top {
    background: #3884c0;
}

header .header-top p {
    color: #fff;
    margin-bottom: 0;
    font-size: 15px;
    line-height: 43px;
}

header .header-top form .form-group {
    position: relative;
}

header .header-top form .form-group i {
    position: absolute;
    top: 8px;
    right: 11px;
    color: #05aec7;
    font-size: 16px;
}
/*导航*/
.navbar-form {
     margin-top: 5px;
     margin-bottom: 0;
     border:none;
}
header .navbar {
    margin-bottom: 0;
    box-shadow: 0px 1px 6px 1px rgba(0,0,0,0.1);
}


header nav .nav li a {
	font-size: 16px;
    color: #333333;
}

header nav .nav li a:hover {
    background: #fff;
    color: #1685FC;
	font-size: 16px;
}

header nav .nav .active {
	font-size: 16px;
    color: #1685FC;
	font-weight: bold
}
.name{
	display: block;
    width: 97px;
	padding-top: 19px;
	padding-bottom: 19px;
	color: #707070;
	font-size: 16px;
    cursor: pointer;
}
header nav .logo {
	padding-top: 15px;
	padding-bottom: 15px;
}

.banner div img {
    margin: auto;
    width: 100%;

    display: block;
}

.carousel-inner>.item>img, .carousel-inner>.item>a>img {
    line-height: 1;
    /* height: 400px; */
}

/* 登陆框 */
.info{
	position: relative;
}

.login{
	position: absolute;
	top: 50%;
	right: 10%;
	width: 286px;
	/* height: 350px; */
	background: #FFFFFF;
	border-radius: 10px 10px 10px 10px;
	opacity: 1;
	transform: translate(-50%,-50%);
	text-align: center;
	padding: 13px 23px;
    z-index: 100;
}
.login-title{
	font-size: 16px;
	font-weight: bold;
	color: #333333;
	margin-bottom: 13px;
}

.phoneinput{
	width: 241px;
	height: 35px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #D6D6D6;
	padding: 10px 10px;
    transition: border 0.5s;
}
.phoneinput::placeholder {
    font-size: 12px;
}
.getcode{
    height: 35px;
	display: flex;
    justify-content: space-between;
	margin: 16px 0 0 0;
	border: 1px solid #D6D6D6;
    border-radius: 4px 4px 4px 4px;
}
input:focus-visible{
	outline: none;
}
.getcode input{
	width: 135px;
	height: 33px;
	padding: 10px 10px;
	border: none;
    border-radius: 4px 4px 4px 4px;
}
.getcode input::placeholder {
    font-size: 12px;
}
.getcode button{
    font-size: 12px;
	width: 100px;
	color: #1685FC;
	height: 37px;
	background-color: transparent;
	border: none;
}
.getcodes{
    height: 35px;
	display: flex;
    justify-content: space-between;
	margin: 16px 0 0 0;
	border: 1px solid #D6D6D6;
    border-radius: 4px 4px 4px 4px;
}
input:focus-visible{
	outline: none;
}
.getcodes input{
	width: 135px;
	height: 33px;
	padding: 10px 10px;
	border: none;
    border-radius: 4px 4px 4px 4px;
}
.getcodes input::placeholder {
    font-size: 12px;
}
.getcodes button{
    font-size: 12px;
	width: 100px;
	color: #1685FC;
	height: 37px;
	background-color: transparent;
	border: none;
}
.logintext{
	width: 241px;
	height: 35px;
	line-height: 37px;
	background: #1685FC;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	color: #fff;
	margin-top: 3px;
    cursor: pointer;
} 
.account{
	display: flex;
	justify-content: center;
	font-size: 9px;
	margin-top: 8px;
}
.accountlogin,
.codelogin{
    width: 50%;
	color: #1685FC;
	/* width: 100px; */
	border-right: 1px solid #ccc;
	padding-right: 10px;
	margin-right: 10px;
    text-align: end;
}
.accountlogin,
.codelogin:hover{
	cursor: pointer;
}
.zhdl .codelogin{
    width: 70%;
}
.retrievepassword{
    /* width: 50%; */
    text-align: start;
}
.zhdl .retrievepassword{
    width: 30%;
}
/* 账号密码登陆 */
.codeinfo{
	display: none;
}
.xieyi{
    font-size: 10px;
    color: #666666;
    text-align: start;
    margin-bottom: 0;
    margin-top: 15px;
}
.agreement{
    cursor: pointer;
    color:#1685FC;
}
.password{
	width: 241px;
	height: 35px;
	background: #FFFFFF;
	border-radius: 4px 4px 4px 4px;
	opacity: 1;
	border: 1px solid #D6D6D6;
	padding: 10px 10px;
	margin: 16px 0 0;
}
.password::placeholder {
    font-size: 12px;
}
.profuile {
    padding-bottom: 80px;
    padding-top: 60px;
}

.profuile embed {
    width: 100%;
    border: solid #eee 1px;
}

.profuile h2 {
    padding-bottom: 20px;
    font-weight: bold;
    color: #71716f;
}

.profuile img {
    width: 100%;
}

.profuile h6 {
    border-bottom: solid 3px #3884c0;
    width: 50px;
    margin-top: 13px;
    margin-bottom: 13px;
}

.pr_rongyv {
    padding: 20px 0 40px 0;
    background: #f2f2f2;
}

.pr_rongyv h2{
    margin-top: 10px;
    font-size: 20px;
    font-weight: 600;
}
.pr_rongyv h3{
    font-size: 18px;
    color: #626262;
}
.pr_rongyv p{
    color: #626262;
    width: 87%;
    margin-left: 24px;
}
.profuile p {
    font-size: 14px;
    margin-bottom: 0;
    line-height: 2em;
    color: #4c4944;
}

.profuile p a {
    padding: 10px 60px;
    border-radius: 3px;
    color: #fff;
    font-size: 14px;
    display: inline-block;
    background: #2c2f34;
    margin-top: 40px;
}

.profuile p a:hover {
    text-decoration: none;
    background: #000;
}

.products {
    background: #2c2f34;
    padding-top: 30px;
    padding-bottom: 40px;
    text-align: center;
}

.products #myTabContent {
    text-align: center;
}

.products #myTabContent p {
    margin-top: 10px;
    font-size: 13px;
}

.products #myTabContent img {
    height: 235px;
}

.products h2 {
    color: #fff;
    font-weight: bold;
    margin-bottom: 20px;
}

.products h2 a {
    color: #9ba5af;
}

.products ul {
    text-align: center;
    border-bottom: solid 2px #26292e;
    margin-bottom: 30px;
}

.products ul li {
    float: none;
    display: inline-block;
}

.products ul li a {
    padding: 10px 30px;
    color: #c5d0df;
}

.products .nav > li > a:hover {
    color: #000;
}

.products #myTabContent div a {
    color: #e2e2e2;
    display: block;
    margin-bottom: 20px;
}

.products #myTabContent div a:hover {
    text-decoration: none;
    color: #fff;
}

.products #myTabContent div a img {
    width: 100%;
    border-radius: 3px;
    opacity: 0.5;
}

.products #myTabContent div a p {
    margin-bottom: 0;
    margin-top: 4px;
}

.products #myTabContent div a .products-pmbb {
    border-bottom: solid #909090 1px;
    padding-bottom: 10px;
}

.products div p a {
    border: solid #909090 1px;
    border-radius: 5px;
    width: 100%;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
    color: #eee;
    text-align: center;
    text-decoration: none;
    margin-top: 15px;
    font-size: 14px;
}

.products div p a:hover {
    border: solid #fff 1px;
    color: #fff;
}

.about ul li{
    list-style: none;
    text-align: left;
    /*padding-left: 40px;*/
}
.about_form .hrs{
    width: 5%;
    height: 3px;
    margin: 20px auto;
    background: #3884c0;
}
.about li p{
    font-size: 15px;
}
.about .about_title{
    background: #3884c0;
    color: #fff;
}
.about .about_p{
    padding-top: 11px;
    padding-bottom: 11px;
}
.about .aboutry
.about-aj {
    position: relative;
}

.about .aboutry
.about-aj img {
    width: 100%;
    height: 130px;
    border: solid 1px #000;
    margin-bottom: 10px;
    border-radius: 3px;
}

.about .aboutry
.about-aj .about-ji {
    position: absolute;
    display: inline-block;
    background: #000;
    opacity: 0;
    z-index: 999;
    width: 165px;
    height: 130px;
    top: 0;
    color: #fff;
    line-height: 91px;
    text-align: center;
}

.about .aboutry
.about-aj .about-ji:hover {
    opacity: 0.5;
    font-weight: bold;
}

.about .aboutwh img {
    width: 100%;
    height: 220px;
    -webkit-transition: All 0.4s;
}

.about .aboutwh img:hover {
    -webkit-transform: translate(0, -10px);
}

.about p {
    font-size: 14px;
}

.about ul li {
    font-size: 14px;
    line-height: 1.5em;
    padding-top: 5px;
    padding-bottom: 15px;
}

.about h2 a {
    color: #000;
    font-weight: bold;
}

.about h2 a:hover {
    color: #3984c0;
}

.about h3 a {
    color: #000;
    padding-top: 10px;
}

.about h3 a:hover {
    color: #3984c0;
}
.about_form{
    padding-top: 25px;
    background: url("http://1.rc.xiniu.com/rc/Contents/29122/images/LYbg.png?d=20170508094738839") no-repeat;
    background-size:100% 100%;
    height:550px;
}
.about_form h2{
    margin: 0;
    height: 20px;
    line-height: 20px;
}
.about_form form{
    padding-top: 20px;
    width: 80%;
    height: 500px;
    margin: auto;
    background: #FFF;
}
.about_form ul{
    padding-left: 5%;
    padding-right: 5%;
}
.about_form ul li{
    list-style: none;
}
.about_form span{
    display: block;
    height: 40px;
    line-height: 40px;
    font-weight: bold;
    font-size: 15px;
}
.about_form textarea{
    width: 100%;
    height: 100px;
    background: #eaeeef;
    border: none;
    margin-bottom: 10px;
}
.about_form input{
    width: 100%;
    height: 40px;
    padding-left: 10px;
    line-height: 40px;
    background: #eaeeef;
    border: none;
    box-sizing: border-box;
}
.about_form .about_form_submit{
    display: block;
    width: 120px;
    height: 40px;
    line-height: 40%;
    background: #3984c0;
    color: #fff;
    margin: auto;
}

.join {
    background: #2c2f34;
    padding-top: 30px;
    padding-bottom: 40px;
}

.join h5 a {
    padding-left: 10px;
    margin-left: 15px;
    font-size: 16px;
    font-weight: bold;
    color: #b7b5b5;
    border-left: solid #428bca 3px;
}

.join span a {
    color: #d6d6d6;
    font-size: 15px;
    display: block;
    margin-bottom: 10px;
}

.join img {
    width: 100%;
    height: 170px;
    border-radius: 3px;
    opacity: 0.5;
}

.join time {
    color: #a2a2a2;
    height: 100px;
    display: block;
    padding-top: 9px;
}

.join .joina {
    background: #494d55;
    margin-left: 5px;
    margin-top: 10px;
    display: inline-block;
    color: #fff;
    border-radius: 3px;
    padding-top: 10px;
    padding-bottom: 10px;
    width: 90px;
    text-align: center;
}

.join .joina:hover {
    background: #466394;
    color: #fff;
}

.news {
    padding-top: 30px;
    padding-bottom: 40px;
}

.news div img {
    width: 100%;
    height: 258px;
    border-radius: 3px;
    -webkit-transition: All 0.4s;
}

.news div img:hover {
    -webkit-transform: translate(0, -10px);
}

.news p {
    color: #333;
}

.news .newsa {
    background: #3984c0;
    color: #fff;
}

.news .newsa:hover {
    background: #466394;
}

.news h2 {
    margin-bottom: 20px;
}

.news h2 a {
    color: #000;
    margin-bottom: 20px;
}

.news h4 a {
    color: #000;
    padding-top: 10px;
}

footer {
    padding-top: 30px;
    padding-bottom: 40px;
    background: #171717;
}

footer .footer-top {
	padding: 34px 0;
    margin-bottom: 20px;
	border-bottom: 1px solid #4D4D4D;
}
footer .footer-top>.con {
    width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
}
footer .footer-top div{
	font-size: 16px;
	color: #fff;
}
footer .footer-top div span{
	color: #999;
}
footer .signimg{
	display: inline-block;
	width: 32px;
	height: 32px;
	margin-right: 14px;
}
footer .con a:hover{
	color: #1685FC!important;
}
footer .footer-top a {
    color: #cacbc7;
    margin-left: 10px;
    margin-right: 10px;
}

footer .footer-top a:hover {
    color: #fff;
}

footer .footer-button {
    color: #666;
    text-align: center;
}
.friendlyLinks{
	font-size: 16px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #FFFFFF;
	line-height: 22px;
	height: 50px;
}
.friendlyLinks a{
    font-size: 16px;
    font-family: MicrosoftYaHei-,MicrosoftYaHei;
    font-weight: 400;
    color: #999;
    margin-right: 20px;
    cursor: pointer;
}
.friendlyLinks a:hover{
	color: #1685FC!important;
}
.filingnumber{
	display: flex;
	font-size: 12px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #999999;
	line-height: 24px;
	padding: 20px 0 10px;
	border-top: 1px solid #4D4D4D;
    justify-content: center;
   
}
.filingnumber p{
	width: 50%;
    margin: 0 auto;
	
}
.filingnumber  .icp{
    display: flex;
    width: 50%;
    margin: 0 auto;
    font-size: 12px;
	font-family: MicrosoftYaHei-, MicrosoftYaHei;
	font-weight: normal;
	color: #999999;

}
@media (min-width: 1200px) {
    .container {
        width: 1200px!important;
		padding: 0;
    }
}
@media (max-width: 1200px) {
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        line-height: 1;
        height: 432px;
    }
    .about_form form {
        height: 455px;
    }
    .banner_img>img{
        height: 400px!important;
    }
    .profuile p {
        font-size: 13px;
        margin-bottom: 0;
        line-height: 2em;
        color: #4c4944;
    }
    .profuile p a {
        margin-top: 20px;
    }
    .profuile img {
        width: 100%;
        margin-top: 66px;
    }
    .pr_rongyv{
        padding: 20px 0 40px  0;
        background: #f2f2f2;
    }
    .pr_rongyv h2{
        margin-top: 10px;
        font-size: 20px;
        font-weight: 600;
    }
    .pr_rongyv h3{
        font-size: 18px;
        color: #626262;
    }
    .pr_rongyv p{
        color: #626262;
        width: 100%;
        margin-left: 0;
    }

    .products #myTabContent div img {
        width: 221px;
        height: 177px;
    }

    .about .aboutry img {
        height: 100px;
    }

    .about .aboutwh img {
        height: 230px;
    }
    .about_form{
        height:500px;
    }
}

 #dituContent {
    width: 555px;
    height: 300px;
    border: #ccc solid 1px;
}

.fbwh img {
    width: 100%;
    height: inherit;
}

.falc img {
    width: 100%;
}

.falc ul {
    list-style: none;
}

.falc ul li {
    line-height: 2em;
    font-size: 15px;
}

.newsye {
    margin-top: 50px;
}

.newsye .col-md-4 {
    margin-bottom: 10px;
}

.newsye .col-md-4 > a {
    display: block;
    -webkit-transition: all 0.5s;
}

.newsye .col-md-4 > a:hover {
    -webkit-transform: scale(1.1);
}

.newsye .col-md-4 > a img {
    -webkit-transition: all 0.5s;
    margin-bottom: 10px;
}

.newsye ul {
    list-style: none;
    border: #ccc 1px solid;
    background: #fff;
}

.newsye ul li a {
    display: block;
    padding: 10px 21px;
    color: #808080;
    font-size: 16px;
    border-bottom: #eee solid 1px;
}

.newsye ul li a:hover {
    color: #3884c0;
}

.newsye a img {
    width: 100%;
    height: 180px;
    border-radius: 3px;
}

.newsye p a {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    background: #3884c0;
    color: #fff;
    border-radius: 3px;
}

.newsye p a:hover {
    background: #1e5077;
}

.newsye .news a {
    color: #000;
    font-size: 16px;
    font-weight: bold;
    display: inline-block;
}

.newsye .news a img {
    width: 100%;
    height: 220px;
}

.newsye .news p {
    font-size: 12px;
    font-family: arial;
}

@media (max-width: 1200px) {
    .newsye {
        text-align: center;
    }

    .newsye .pagination li a {
        /*padding: 6px 11px;*/
    }
    .gjianjie p {
        font-size: 14px;
        line-height: 21px;
        color: #333;
}
}

@media (max-width: 720px) {
    .newsye {
        text-align: center;
    }

    .newsye .pagination li a {
        padding: 0 4px;
        font-size: 13px;
    }
}

.products-yemian .products-leul {
    border: solid 1px #d4d4d4;
    padding-top: 5px;
    border-radius: 3px;
}

.products-yemian .products-leul h3 {
    text-align: left;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 15px;
}

.products-yemian .products-leul ul {
    padding-left: 15px;
    padding-right: 15px;
}

.products-yemian .products-leul ul li {
    line-height: 2em;
}

.products-yemian .products-leul ul li a {
    color: #999;
    font-size: 15px;
}

.products-yemian .products-leul ul li a:hover {
    color: #3884c0;
}

.products-yemian .products-leul .products-leli {
    line-height: 1.5em;
    border-top: solid 1px #e5e5e5;
    padding-top: 10px;
}

.products-yemian .products-leul .products-leli .Js-prod-a1 {
    color: #000;
    font-size: 17px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.products-yemian .products-leul .products-leli .Js-prod-a1:hover {
    color: #3884c0;
}

.products-yemian a {
    text-decoration: none;
    cursor: pointer;
    display: block;
}

.products-yemian ul {
    list-style: none;
}

.products-yemian img {
    width: 100%;
    height:195px;
}

.products-yemian strong {
    margin-top: 9px;
}

.products-yemian .products-aniu {
    display: inline-block;
    padding: 10px 15px;
    font-size: 14px;
    background: #3884c0;
    color: #fff;
    border-radius: 3px;
}

.products-yemian .products-aniu:hover {
    background: #1e5077;
    color: #fff;
    border-radius: 3px;
}

.products-yemian .products-border{
    display: block;
    border-radius: 2px;
    margin-bottom: 5px;
    overflow: hidden;
}
.products-yemian .products-border img{
    transition: all 0.6s;
}

.products-yemian .products-border:hover img{
    transform: scale(1.1);
}

@media (max-width: 1200px) {
    .products {
        text-align: center;
    }
    .profuile {
        padding-bottom: 66px;
        padding-top: 30px;
    }
}

@media (max-width: 720px) {

    .navbar-form {
        margin-top: 0;
        margin-bottom: 0;
        border:none;
    }
    .products-yemian {
        text-align: center;
    }

    .newsye .pagination li a {
        padding: 7px 14px;
        font-size: 13px;
    }

    .newsye .dinone {
        display: none;
    }

    .newsye span {
        text-align: center;
        display: block;
    }

    .about .aboutry
    .about-aj .about-ji {
        display: none;
    }
    .join_sul{
        display: none;
    }
}

.joinyemian h5 {
    font-size: 16px;
    font-weight: bold;
}

.joinyemian p {
    font-size: 15px;
    line-height: 2em;
    color: #898989;
}

.joinyemian img {
    width: 100%;
    cursor: pointer;
}

.joinyemian .join-banner img {
    width: 100%;
    height: inherit;
}

.joinyemian .join-banner ul {
    text-align: center;
    margin-top: -45px;
}

.joinyemian .join-banner ul li {
    display: inline-block;
    margin-left: 15px;
    cursor: pointer;
}

.joinyemian .join-banner ul li a {
    color: #9d8581;
    display: block;
    background: #eee;
    padding: 30px 37px;
    border-radius: 50%;
}

.joinyemian .join-banner ul li a:hover {
    background: #dbdfe6;
}

.joinyemian h3 {
    color: #000;
    position: relative;
    margin-bottom: 30px;
    text-align: center;
}

.joinyemian h3 i {
    font-weight: bold;
    font-size: 40px;
}

.joinyemian h3::before,
.joinyemian h3::after {
    content: "";
    display: block;
    width: 41%;
    height: 1px;
    position: absolute;
    top: 32px;
    background: #000;
}

.joinyemian h3::after {
    right: 0;
}

.joinyemian form {
    background: #f9f9f9;
    border-radius: 3px;
    /*padding: 50px;*/
    border: solid 1px #dadada;
    margin-bottom: 20px;
}

.joinyemian form .join-jine-inp10 {
    margin-left: 0;
}

.joinyemian form .input-txt1 {
    width: 336px;
    height: 35px;
    border-radius: 5px;
    margin-bottom: 10px;
}

.joinyemian form label {
    width: 100px;
    float: left;
    color: #000;
    font-weight: bold;
    margin-right: 40px;
    text-align: right;
}

.joinyemian form span {
    font-size: 15px;
    /*margin-left: 30px;*/
}

.joinyemian form .join-jine input {
    width: 15px;
    height: 15px;
    margin-left: 50px;
}

.joinyemian form .join-inp-txt {
    width: 70%;
    height: 140px;
}

.joinyemian form p a {
    display: inline-block;
    border-radius: 5px;
    background: #ff8a47;
    padding: 10px 28px;
    font-size: 15px;
    font-weight: bold;
    color: #fff;
    margin-top: 20px;
}

.joinyemian form p a:hover {
    background: #d64e00;
}

@media (max-width: 1200px) {
    .joinyemian p {
        line-height: 1.3em;
        font-size: 14px;
    }

    .joinyemian form span {
        font-size: 12px;
    }

    .joinyemian h3::before,
    .joinyemian h3::after {
        content: "";
        display: block;
        width: 37%;
        height: 1px;
        position: absolute;
        top: 32px;
        background: #000;
    }
}


@media (max-width: 1025px) {
    .products ul {
        margin-bottom: 40px;
    }

    .products ul li a {
        padding: 7px 21px;
    }

    .products div img {
        height: 160px;
    }

    .news div img {
        height: 200px;
    }

    .join img {
        height: 150px;
    }

    .dinone {
        display: none;
    }

    .tanniu {
        margin-top: 20px;
    }

    .products #myTabContent div a p {
        text-align: left;
    }

    .newsye .col-md-4 {
        text-align: left;
    }

    .joinyemian p {
        line-height: 1.5em;
    }

    .about
    .aboutry
    .about-aj {
        position: relative;
    }

    .about
    .aboutry
    .about-aj img {
        width: 100%;
        height: 130px;
        border: solid 1px #000;
        margin-bottom: 10px;
        border-radius: 3px;
    }

    .about
    .aboutry
    .about-aj .about-ji {
        position: absolute;
        display: inline-block;
        background: #000;
        opacity: 0;
        z-index: 999;
        width: 131px;
        height: 91px;
        top: 0;
        color: #fff;
        line-height: 91px;
        text-align: center;
    }

    .about
    .aboutry
    .about-aj .about-ji:hover {
        opacity: 0.5;
        font-weight: bold;
    }

    .products {
        text-align: left;
    }

    .about .aboutry
    .about-aj img {
        height: 91px;
    }

     #dituContent {
        width: 467px;
        height: 266px;
        border: #ccc solid 1px;
        margin-top: 20px;
    }
}
@media (max-width: 970px) {
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        line-height: 1;
        height: 370px;
    }
    .news div img {
        height: 300px;
    }
    header .nav a {
        padding: 12px 10px;
        font-size: 12px;
    }

    .profuile p {
        text-align: center;
    }

    .profuile h6 {
        display: none;
    }

    .products #myTabContent img {
        width: 100%;
        height: inherit;
    }

    .about {
        text-align: center;
    }

    .about .aboutry img {
        width: 100%;
        height: 260px;
    }

    .about .aboutwh img {
        width: 100%;
        height: inherit;
    }
}


@media (max-width: 1024px) {
    .newsye ul{
        padding: 0;
    }
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        height: 375px;
    }
    .about ul li {
        padding-bottom: 5px;
    }
    .banner_img>img{
        height: 350px!important;
    }
    .gjianjie img {
        height: 338px;
    }
    .about_form{
        /*height: 390px;*/
    }
}


@media (max-width: 720px) {
    .banner_img>img {
        height: 190px!important;
    }
    .joinyemian form .nameSpan {
        display: block;
        padding-left: 10px;
        text-align: left;
    }

    .joinyemian form .input-txt1 {
        width: 200px;
    }

    .joinyemian .join-banner ul {
        margin: 0 auto;
        text-align: inherit;
    }

    .joinyemian .join-banner ul li {
        font-size: 12px;
        padding: 2px 5px;
    }

    .joinyemian h3::before,
    .joinyemian h3::after {
        content: "";
        display: block;
        width: 30%;
        height: 1px;
        position: absolute;
        top: 32px;
        background: #000;
    }

    .joinyemian form label {
        width: 100%;
        float: none;
        color: #000;
        font-weight: bold;
        margin-right: 40px;
        text-align: center;
    }
    .about_form {
        height: 564px;
    }
    .about_form form {
        height: 528px;
    }
    #dituContent {
        width: 100%;
        height: 100%;
    }
    .about .row .aboutry .about-aj img {
        height: 233px;
    }
    .about ul{
        padding-left: 0;
    }
    .about ul li{
        padding-left: 0;
    }

    .products #myTabContent div p {
        text-align: center;
        font-size: 16px;
    }

    .products #myTabContent div img {
        height: 233px;
        margin-top: 20px;
    }

    .join div img {
        height: 208px;
    }

    .join div time {
        height: 60px;
    }

    #dituContent {
        width: 100%;
        height: 283px;
        border: #ccc solid 1px;
    }
}
@media (max-width: 750px) {
    .carousel-inner>.item>img, .carousel-inner>.item>a>img {
        line-height: 1;
        height: 188px;
    }
    .about .aboutwh img {
        height: 220px;
    }
    .aboutwh p{
        text-align: left;
    }
    .profuile .le{
        text-align: left;
    }
    .profuile .cen{
        text-align: center;
    }
    .join p{
        text-align: center;
    }
    .news .cen{
        text-align: center;
        margin-bottom: 20px;
    }
    h2{
        font-size: 22px;}
    h3{
        font-size: 20px;
    }
    .products #myTabContent div a p {
        text-align: center;
    }
    .produ
    p {
        text-align: center!important;
    }

    header ul li a {
        text-align: center;
    }

    header p {
        display: none;
    }

    header .navbar-toggle {
        border: solid #000 1px;
    }

    header .navbar-toggle span {
        border-bottom: 1px #000 solid;
    }

    header .header-top .btn-default {
        width: 100%;
        background: #1e69a5;
        color: #fff;
        cursor: pointer;
        border-color:#1e69a5!important;
    }

    .products img {
        display: block;
        margin: 0 auto;
    }

    .products p {
        width: 70%;
        margin: auto;
    }

    .profuile h6 {
        display: none;
    }

    .about .aboutry img {
        width: 100%;
        height: 111px;
    }
}
@media (max-width: 991px) {
    .joinyemian form .nameSpan {
        display: block;
        padding-left: 120px;
    }
}

.errorMessage {
	opacity: 0;
    transition: opacity 0.5s;
	color: red;
    font-size: 10px;
	text-align: left;
    margin-top: 2px;
    padding-left: 5px;
	position: absolute;
}

.messageError {
	opacity: 0;
    transition: opacity 0.5s;
	color: red;
    font-size: 10px;
	text-align: left;
    margin-top: 55px;
    padding-left: 75px;
	position: absolute;
}

.login-code {
    width: 43%;
    height: 35px;
    text-align: end;
}

.login-code img {
    cursor: pointer;
    vertical-align: middle
}


.login-code-img {
    height: 34px;
}