html {
    overflow: auto;
}

body {
    overflow: visible;
    padding: 0 auto;
    margin: 0 auto;
    font-family: "Segoe UI", "Lucida Grande", Helvetica, Arial, "Microsoft YaHei", FreeSans, Arimo, "Droid Sans", "wenquanyi micro hei", "Hiragino Sans GB", "Hiragino Sans GB W3", FontAwesome, sans-serif;
}

ul,
li,
ol {
	list-style: none;
	padding: 0;
	margin: 0;
}

a {
	color: #107cb2;
}

a:hover {
	color: #FF9900;
}

/* 首页 */


/* head */
.p11-topbar{
	width: 100%;
}
.mb-width-1200{
	width: 1200px;
	margin: 0 auto;
}

.p11-nav{	
    margin-top: 20px;
	height: 50px;
	background-image: url(../img/p11_nav.png);
	background-repeat: no-repeat;
}

.p11-nav ul{
	float: right;
	width: 60%;
}

.p11-nav ul{
	float: right;
	width: 61%;
	padding-right: 30px;
}

.p11-nav ul li{
    padding-left: 13px;
    padding-right: 13px;
	float: left;
	line-height: 50px;
}

.p11-nav ul li a{
	font-size: 15px;
	font-weight: 700;
	color: #FFFFFF;
}

.p11-nav ul li a:hover{
	color: #FF9900;
}


/* left */
.mb-width-left{
	float: left;
	width: 276px;
}


/* contact */
.mb-left-contact{
	padding-top: 22px;
    padding-left: 13px;
	height: 72px;
	background-repeat: no-repeat;
	background-image: url(../img/p11_contact.jpg);
}

.title{
	color: #107cb2;
	font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1pt;
}

.mb-left-border{
    padding-left: 13px;
    padding-right: 13px;
	background-repeat: repeat-y;	
	background-image: url(../img/p11_border.jpg);
}

.mb-left-border span{
	color: #107cb2;
	display: block;
	font-size: 14px;
    line-height: 25px;
    letter-spacing: 1pt;
}

.mb-left-border-bottom{
	height: 15px;
	background-image: url(../img/p11_border1.jpg);
}


/* message */
.mb-left-message{
	padding-top: 25px;
	padding-left: 95px;
	height: 84px;
	background-image: url(../img/p11_message.jpg);
}

.mb-left-message a{
	font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1pt;	
}


/* business */
.mb-left-business{
	padding-top: 22px;
    padding-left: 13px;
	height: 68px;
	background-repeat: no-repeat;
	background-image: url(../img/p11_business.jpg);
}

.mb-left-border ul li a{
	font-size: 14px;
    line-height: 25px;
    letter-spacing: 1pt;
}


/* right */
.mb-width-right{
	float: right;
	width: 860px;
}


/* company */
.mb-company{
	float: left;
	width: 413px;
}

.mb-company-title{
	padding-top: 22px;
    padding-left: 13px;
	height: 71px;
	background-repeat: no-repeat;
	background-image: url(../img/p11_company.jpg);
}

.mb-company a{
	float: left;
	padding-left: 10px;
    font-size: 14px;
    line-height: 25px;
    letter-spacing: 1pt;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
}


/* case */
.mb-case{
	float: right;
	width: 413px;
}

.mb-case-title{
	padding-top: 22px;
    padding-left: 13px;
	height: 71px;
	background-repeat: no-repeat;
	background-image: url(../img/p11_case.jpg);
}

.mb-case ul{
	padding-left: 8px;
}

.mb-case ul li{
    float: left;
    width: 190px;
    margin-right: 20px;
}

.case-img {
    float: left;
    display: block;
    position: relative;
    height: 0;
    padding-bottom: 100%;
    width: 100%;
    overflow: hidden;
}

.case-img a img {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.mb-case ul li:nth-child(2n) {
    margin-right: 0px;
}


/* products */
.mb-products{
	float: left;
    width: 860px;
    margin-top: 25px;
}

.mb-products-title{
	padding-top: 22px;
    padding-left: 13px;
	height: 68px;
	background-repeat: no-repeat;
	background-image: url(../img/p11_products.jpg);	
}

.mb-products ul {
    padding-left: 20px;
}

.mb-products ul li:nth-child(6n) {
    margin-right: 0px;
}

.mb-products ul li {
    float: left;
    width: 190px;
    margin-right: 20px;
}

.picture-title{
	float: left;
    width: 100%;
    display: block;
	font-size: 14px;
    line-height: 40px;
    letter-spacing: 1pt;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}


/* footer */
.mb-footer{
	margin-top: 30px;
	background-image: url(../img/p11_footer.jpg);
	height: 34px;
	background-repeat: no-repeat;
	text-align: center;
}

.mb-footer ul li{	
	display: inline;
	color: #FFFFFF;
}

.mb-footer ul li a{	
	line-height: 28px;
	font-size: 15px;
    font-weight: 700;
    color: #FFF;
    padding-left: 20px;
    padding-right: 20px;
}

.mb-footer ul li a:hover{	
	color: #FF9900;
}

.mb-footer font{
	display: block;
	color: #107cb2;
	font-size: 14px;
    line-height: 25px;
    letter-spacing: 1pt;
}


/* 回到顶部 */
.byw-am-gotop-fixed .byw-am-gotop-icon {
    width: 100%;
    line-height: 32px;
    background-color: #555;
    vertical-align: middle;
    color: #ddd;  
}

.byw-am-gotop-fixed .byw-am-gotop-icon:hover {
    color: #fff
}

/* 首页结束 */



/* company*/
.mb-company1{
	float: left;
    width: 860px;
}

.mb-company1-title {
    padding-top: 22px;
    padding-left: 13px;
    height: 68px;
    background-repeat: no-repeat;
    background-image: url(../img/p11_company1.jpg);
}

.main-text{
	font-size: 14px;
	line-height: 25px;
    letter-spacing: 1pt;
    color: #107cb2;
    padding-left: 8px;
}

/* company结束*/



/* recruit*/
.mb-recruit-title {
    padding-top: 22px;
    padding-left: 13px;
    height: 68px;
    background-repeat: no-repeat;
    background-image: url(../img/p11_recruit.jpg);
}

/* recruit结束*/


/* contact*/
.mb-contact-title{
	padding-top: 22px;
    padding-left: 13px;
    height: 68px;
    background-repeat: no-repeat;
    background-image: url(../img/p11_contact1.jpg);
}

.contact-text{
	color: #107cb2;
	font-size: 18px;
    font-weight: 700;
    letter-spacing: 1pt;
    padding-left: 150px;
}

/* contact结束*/


/* message*/
.mb-message-title{
	padding-top: 22px;
    padding-left: 13px;
    height: 68px;
    background-repeat: no-repeat;
    background-image: url(../img/p11_message1.jpg);
}

/* message结束*/


/* case*/
.mb-case1-title{
	padding-top: 22px;
    padding-left: 13px;
    height: 68px;
    background-repeat: no-repeat;
    background-image: url(../img/p11_case1.jpg);
}

/* case结束*/


/* business*/
.mb-business-title{
	padding-top: 22px;
    padding-left: 13px;
    height: 68px;
    background-repeat: no-repeat;
    background-image: url(../img/p11_business1.jpg);
}

/* business结束*/


/* products*/
.mb-company1 ul{
	padding-left: 8px;
}

.mb-company1 ul li {
    float: left;
    width: 190px;
    margin-right: 25px;
}

.mb-company1 ul li:nth-child(4n) {
    margin-right: 0px;
}

.picture-title1{
	font-size: 18px;
    line-height: 28px;
    font-weight: 700;
    letter-spacing: 1pt;
    color: #107cb2;
    text-align: center;
}

.products-img{
	text-align: center;
}

.products-img img{
	max-width: 700px;
}

/* products结束*/



/* message*/
.mb-form {
padding: 30px 40px 10px 40px;
}

.mb-form input, 
.mb-form textarea {
	margin-bottom: 20px;
}

.mb-button button{
	margin-right: 30px;
    padding-left: 30px;
    padding-right: 30px;
}
/* message结束*/