/************ HEADER ***************/

#join_box{
    width: 100%;
    height: 40px;
    line-height: 40px;
    background: #e6e6e6;
	}

#join_box_l{
    width: 720px;
    float: left;
    font-size: 12px;
    color: #4d4d4d;
	}

#join_box_r{
    width: 480px;
    float: right;
    font-size: 12px;
    color: #4d4d4d;
    text-align: right;
	}
	
#join_box_r a{
	color: #4d4d4d;
    font-size: 12px;
    margin-left: 20px;
	}
	
#logo{
    width: 100%;
    height: 140px;
	}

#logo_l{
	width: 600px;
    float: left;
	}
	
#logo_l img{
	display: block;
    margin-top: 30px;
	}

#logo_r{
	width: 600px;
    float: right;
	}
	
#tel_div{
    width: 275px;
    padding-left: 90px;
    height: 55px;
    line-height: 53px;
    background: url(../img/tel_bg.png) no-repeat;
    font-size: 34px;
    color: #97050f;
    /* font-family: 'Arial'; */
    font-weight: bold;
    text-align: right;
    /* letter-spacing: 1px; */
    float: right;
    margin-top: 45px;
	}
	
#tel_div span{
	display: block;
    font-size: 12px;
    font-family: '微软雅黑';
    color: #727272;
    font-weight: normal;
    float: left;
    width: 30px;
    line-height: 20px;
    letter-spacing: 2px;
    padding-top: 8px;
	}

#nav{
	width: 100%;
    height: 55px;
    line-height: 55px;
    background: #2360b1;
	}

#nav a{
	display: block;
    float: left;
    width: 140px;
    text-align: center;
    margin: 0px 5px;
    font-size: 15px;
    color: #FFF;
	}

#nav a:hover{
	background:#97050f;
	font-weight:bold;
	}



/************ HEADER ***************/








/************ FOOTER ***************/

.footer{
	width: 100%;
    height: 360px;
    background: #333333;
	}
	
#foot_nav{
	width: 100%;
    height: 84px;
    line-height: 84px;
    border-bottom: 1px #4b4b4b solid;
	}

#foot_nav a{
    font-size: 15px;
    color: #FFF;
    margin: 0px 42px;
	}

#foot_c{
	width: 100%;
    height: 175px;
    padding-top: 55px;
	}

#foot_c_l{
    width: 710px;
    text-align: left;
    float: left;
    font-size: 14px;
    color: #FFF;
    line-height: 32px;
	}
	
#foot_c_l a{
	color:#FFF;
	}

#foot_c_r{
	width: 160px;
    float: right;
	}
	
#foot_c_r img{
	display:block;
	width: 160px;
	}



/************ FOOTER ***************/









/************ INDEX MAIN ***************/

#main_i{
	overflow: hidden;
	margin-top:50px;
	}
	
.index_title{
    width: 100%;
    text-align: center;
    font-size: 15px;
    color: #777777;
    letter-spacing: 1px;
    line-height: 42px;
    height: 80px;
    overflow: hidden;
	}

.index_title span{
    display: block;
    font-size: 36px;
    color: #2360b1;
    font-weight: bold;
    /* letter-spacing: 1px;*/
	}
	
.index_title span i{
	font-style:normal;
	color:#000000;
	}
	
	
	
	
	
	
#index1{
    width: 100%;
    height: 810px;
	}
	
#index1_c{
	width: 100%;
    margin-top: 25px;
    height: 700px;
	}

#index1_l{
	width:235px;
	height:680px;
	background:url(../img/index1_l_bg.jpg) no-repeat;
	float:left;
	padding:10px;
	}

#index1_l_title{
	width: 100%;
    text-align: center;
    font-size: 17px;
    color: #FFF;
    text-transform: uppercase;
    letter-spacing: 1px;
    height: 85px;
    padding-top: 25px;
    line-height: 32px;
	}

#index1_l_title span{
    display: block;
    font-size: 25px;
    font-weight: bold;
	}

#index1_l_c{
	padding: 25px 15px;
    background: #FFF;
    margin: 0px auto;
    height: 300px;
	}

#index1_l_c a{
    display: block;
    height: 44px;
    line-height: 44px;
    border-bottom: 1px #e5e5e5 solid;
    margin-bottom: 15px;
    padding: 0px 20px;
    font-size: 13px;
    color: #000000;
	}
	
#index1_l_c a span{
	float: left;
    margin-top: 13px;
    margin-right: 15px;
	}
	
#index1_l_c a span img{
	display:block;
	width:17px;
	height:17px;
	}
	
#index1_l_c a:hover{
	background:#97050f;
	color:#FFF;
	border-radius: 25px;
    border-bottom: 1px #97050f solid;
	}
	
#index1_l_c a:hover>.index1_l_icon_on{
	display:block;
	}
	
#index1_l_c a:hover>.index1_l_icon{
	display:none;
	}
	
.index1_l_icon{
	display:block;
	}

.index1_l_icon_on{
	display:none;
	}

#index1_l_tel{
    width: 210px;
    height: 70px;
    background: url(../img/index1_l_tel.png) no-repeat;
    margin: 0px auto;
    text-align: center;
    font-family: 'Impact';
    color: #FFF;
    letter-spacing: 1px;
    font-size: 28px;
    line-height: 60px;
    margin-top: 70px;
	}

#index1_l_tel span{
    display: block;
    font-size: 13px;
    text-indent: 45px;
    line-height: 26px;
	}

#index1_r{
    width: 920px;
    float: right;
	}
	
#index1_r1{
    width: 100%;
    height: 460px;
    overflow: hidden;
	}

#index1_r1_l{
	width: 605px;
    float: left;
    height: 460px;
	}

#index1_r1_l a{
	display:block;
	height:460px;
	width:100%;
	}

#index1_r1_l a img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}

#index1_r1_l a span{
    display: block;
    width: 100%;
    text-align: center;
    height: 45px;
    line-height: 45px;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    margin-top: -45px;
    z-index: 9;
    position: relative;
    font-size: 15px;
    letter-spacing: 1px;
	}

#index1_r1_r{
    width: 305px;
    float: right;
    height: 460px;
    overflow: hidden;
	}

#index1_r1_r a{
    display: block;
    width: 100%;
    height: 225px;
    overflow: hidden;
    margin-bottom: 10px;
	}

#index1_r1_r a img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}

#index1_r2{
	width: 100%;
    height: 225px;
    margin-top: 15px;
	}

#index1_r2 a{
	display: block;
    width: 300px;
    float: left;
    height: 225px;
    overflow: hidden;
    margin-right: 10px;
	}
	
#index1_r2 a:nth-child(3){ margin-right:0px;}
	
#index1_r2 a img{
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}
	
	
	
	
	
#index2{
    width: 100%;
    height: 760px;
    padding-top: 60px;
    background: url(../img/index2_bg.jpg) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 50px;
	}
	
#index2_title{
	width: 100%;
    text-align: center;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 1px;
    line-height: 50px;
    height: 100px;
	}
	
#index2_title span{
    display: block;
    font-size: 44px;
    font-weight: bold;
	}
	
#index2_c{
	width: 100%;
    margin-top: 20px;
	}
	
/* CSS Document */
#tab2 {
	width: 100%;
    height: 595px;
    position: relative;
    
	}
/*设置容器高宽等*/
html > body #tab2 { width:100%;}
/*兼容IE6:IE6下宽度不够*/
#tab2 div {
	position: absolute;
    top: 156px;
    left: 0;
    width: 100%;
    height: 480px;
	}
/*设置容器高宽等*/
#tab2 div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab2 .block { display:block;}
/*选中的容器*/
#tab2 h3 {
	float: left;
    width: 124px;
    height: 124px;
    /* line-height: 76px; */
    font-size: 18px;
    cursor: pointer;
    border-radius: 50%;
    border: 1px #FFF solid;
    color: #fff;
    font-family: Microsoft YaHei;
    font-weight: normal;
    text-align: center;
    margin: 0px 87px
	}
	
#tab2 h3 a{
	display: block;
    color: #fff;
    font-size: 18px;
    letter-spacing: 1px;
    width: 124px;
    height: 109px;
    padding-top: 15px;
    border-radius: 50%;
    line-height: 45px;
	}
	
#tab2 h3 a img{
	display: block;
    width: 45px;
    height: 45px;
    margin: 0px auto;
	}
	
/*默认标题样式*/
#tab2 .up a{ 
    background: #97050f;
    color: #fff;
    border-radius: 50%;
    width: 124px;
    height: 109px;
    padding-top: 15px;
	}
	
.ys_c{
	display: block;
    background: #FFF;
    padding: 35px 20px 35px 60px;
    height: 370px;
	}
	
.ys_l{
    display: block;
    width: 490px;
    float: left;
    padding-top: 45px;
	}
	
.ys_l span p{
	margin:0;
	padding:0;
	}
	
.ys_l_title{
	display: block;
    height: 95px;
    overflow: hidden;
	}
	
.ys_l_title_num{
	display: block;
    width: 80px;
    height: 95px;
    text-align: center;
    background: #97050f;
    line-height: 95px;
    font-size: 48px;
    color: #FFF;
    font-family: 'Impact';
    float: left;
	}
	
.ys_l_title_name{
	display: block;
    width: 390px;
    float: right;
    font-size: 22px;
    color: #242424;
    letter-spacing: 1px;
    line-height: 48px;
	}
	
.ys_l_title_name i{
	display: block;
    font-style: normal;
    font-size: 35px;
    color: #97050f;
    font-weight: bold;
	}
	
.ys_content{
    display: block;
    font-size: 14px;
    color: #555555;
    line-height: 36px;
    letter-spacing: 1px;
    margin-top: 50px;
	}

.ys_r{
	display:block;
	width:570px;
	float:right;
	}
	
.ys_r img{
    display: block;
    width: 570px;
    height: 370px;
    object-fit: cover;
	}

	
	
	
	
	
#index3{
	width: 100%;
    margin-top: 50px;
    height: 475px;
	}
	
#index3_c{
	width: 100%;
    height: 365px;
    margin-top: 25px;
	}

.gcal_box{
	height: 365px;
	}

.gcal_box a{
	display: block;
    height: 365px;
    background: #f8f8f8;
    width: 100%;
    overflow: hidden;
	color: #000000;
	}
	
.gcal_box a:hover{
	color:#97050f;
	}
	
.gcal_box a img{
	display: block;
    width: 100%;
    height: 290px;
    object-fit: cover;
	}
	
.gcal_box a span{
    display: block;
    height: 75px;
    line-height: 75px;
    padding: 0px 20px;
    font-size: 15px;
	}
	
.gcal_box a span i{
    display: block;
    float: right;
    font-style: normal;
    width: 30px;
    text-align: center;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    margin-top: 24px;
	}
	
	
	
	
	
#index4{
    width: 100%;
    height: 690px;
    padding-top: 75px;
    background: url(../img/index4_bg.png) no-repeat;
    filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod='scale')";
    -moz-background-size: 100% 100%;
    background-size: 100% 100%;
    margin-top: 50px;
	}
	
#index4_l{
	width: 255px;
    height: 490px;
    background: url(../img/index4_l_bg.jpg) no-repeat;
    padding: 100px 60px;
	float:left;
	}

#index4_l_title{
	font-size: 25px;
    color: #FFF;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 42px;
    height: 90px;
	}

#index4_l_title span{
	display:block;
	}
	
#index4_l2{
	font-size: 14px;
    color: #ffffff;
    line-height: 30px;
    margin-top: 50px;
    height: 80px;
	}

#index4_l3{
    font-size: 12px;
    color: #63a2f7;
	}

#index4_r{
	width:780px;
	float:right;
	}
	
#index4_r img{
    display: block;
    width: 100%;
    height: 300px;
    object-fit: cover;
    border-radius: 0px 30px 30px 0px;
	}

#index4_r b{
	font-size: 28px;
    color: #97050f;
    height: 100px;
    line-height: 100px;
	}

#index4_c{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 13px;
    line-height: 32px;
    color: #111111;
    height: 100px;
	}
	
#index4_c p{
	padding:0;
	margin:0;
	}

#index4_r a{
    display: block;
    width: 150px;
    height: 42px;
    line-height: 42px;
    background: #474747;
    text-align: center;
    font-size: 14px;
    color: #FFF;
    margin-top: 45px;
	}

#index4_r a i{
	display: block;
    float: right;
    width: 40px;
    text-align: center;
    background: #2360b1;
    font-style: normal;
	}
	
	
	
	
	
#index5{
    width: 100%;
    margin-top: 50px;
    height: 395px;
	}

#index5_c{
	width: 100%;
    margin-top: 25px;
    height: 285px;
	}

.gshj_box{
	height:285px;
	}
	
.gshj_box a{
	display:block;
	width:100%;
	height:285px;
	overflow:hidden;
	}
	
.gshj_box a img{
	display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
	}

.gshj_box a span{
	display: block;
    height: 45px;
    line-height: 45px;
    text-align: center;
    background: rgba(0,0,0,0.5);
    color: #FFF;
    margin-top: -45px;
    position: relative;
    font-size: 15px;
	}
	
	
	
	
	
#index6{
    background: #f5f5f5;
    height: 760px;
    margin-top: 50px;
    padding-top: 70px;
	}
	
#index6_c{
	width:100%;
	margin-top:30px;
	}
	
#index6_l{
    width: 400px;
    height: 515px;
    padding: 20px;
    background: url(../img/index6_l_bg.jpg) no-repeat;
	float:left;
	}
	
#index6_l a{
	display:block;
	}
	
#index6_l a img{
	display: block;
    width: 100%;
    height: 325px;
    object-fit: cover;
	}
	
#index6_l a b{
	font-size: 18px;
    color: #000000;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}
	
#index6_l a small{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
    color: #625f5f;
    line-height: 26px;
	}
	
#index6_l a p{
	padding:0;
	margin:0;
	}
	
#index6_l a span{
	display: block;
    font-size: 12px;
    color: #625f5f;
    line-height: 55px;
	}
	
#index6_r{
    width: 760px;
    float: right;
	}

.news_box{
	display: block;
    border: 1px #d5d5d5 solid;
    width: 312px;
    height: 208px;
    overflow: hidden;
    background: #FFF;
    padding: 30px 25px;
    float: left;
    margin-left: 16px;
    margin-bottom: 15px;
	}

.news_box b{
    font-size: 18px;
    color: #000000;
    height: 60px;
    line-height: 60px;
    font-weight: normal;
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
	}

.news_box small{
    display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    font-size: 12px;
    color: #625f5f;
    line-height: 26px;
	}
	
.news_box small p{
	padding:0;
	margin:0;
	}
	
.news_box span{
    display: block;
    font-size: 12px;
    color: #625f5f;
    line-height: 90px;
	}
	
.news_box span i{
	font-style:normal;
	float:right;
	}
	
	
	
	
	


/************ INDEX MAIN ***************/








/************ SIDEBAR ***************/

.sidebar_title{
	width: 100%;
    text-align: center;
    height: 80px;
    background: #005fb1;
    font-size: 15px;
    color: #FFF;
    text-transform: uppercase;

    letter-spacing: 1px;
    line-height: 25px;
	}
	
.sidebar_title span{
	display: block;
    font-size: 24px;
    line-height: 32px;
    font-weight: bold;
    padding-top: 12px;
	}
	
.sidebar_t{
	background: #2360b1;
    padding: 20px 10px;
    margin-bottom: 30px;
	}
	
.sidebar_t_c{
    border: 1px solid #e5e5e5;
    padding: 10px;
    margin-bottom: 20px;
	}
	
.sidebar_t_c a{
	border-bottom: 1px dashed #ededed;
    display: block;
    padding: 0px 10px;
    height: 49px;
    line-height: 49px;
    color: #595959;
    font-size: 12px;
	}
	
.sidebar_t_c a span{
	float: right;
	}
	
.sidebar_t_c a:hover{
	background:#005fb1;
	color:#FFF;
	font-weight:bold;
	text-indent:10px;
	}
	
.sidebar_b_c{
    border: 1px solid #e5e5e5;
    padding: 10px;
    font-size: 12px;
    color: #595959;
    line-height: 36px;
	}

/************ SIDEBAR ***************/








/************ 内页 ***************/

.commoninner{
    width: 1200px;
    margin: 0px auto;
    margin-top: 40px;
    margin-bottom: 50px;
	}
	
.inner-left{
	width: 260px;
    float: left;
	}
	
.inner-right{
	width: 900px;
    float: right;
	}

	
.title{
	margin: 0px;
    padding: 0px;
    height: 79px;
    line-height: 79px;
    /* font-weight: bold; */
    margin-bottom: 20px;
    font-size: 24px;
    color: #005fb1;
    border-bottom: 1px #2360b1 solid;
    letter-spacing: 1px;
	}
	
.weizhi{
	display: block;
    float: right;
    font-size: 12px;
    color: #6e6e6e;
    line-height: 79px;
	}
	
.weizhi a{
	color: #6e6e6e;
	}
	
.de-about-content{}

.de-about-content p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.de-product-list{
    overflow: hidden;
	}

.de-product-list ul{
	padding:0px;
	margin:0px;
	}
	
.de-product-list ul a{
    display: block;
    width: 280px;
    height: 235px;
    float: left;
    border: 1px #dcdcdc solid;
    background: #f4f4f4; 
    text-align: center;
    line-height: 50px;
    color: #282828;
    font-size: 12px;
    font-family: '微软雅黑';
    margin: 0px 9px;
    margin-bottom: 20px;
	}

.de-product-list ul a img{
	display: block;
    width: 280px;
    height: 185px;
    object-fit: cover;
	}
	
.de-product-list ul a:hover{
	background:#005fb1;
	color:#FFF;
	}
	
.MagnifierMain{
	display:block;
	width:100%;
	border:0 !important;
	text-align:center;
	margin:30px auto;
	}
	
.MagnifierMain img{}
	
.MagTargetImg{
    display: block;
    margin: 0px auto;
    max-width: 100%;
	}
	
.prodectInfo{
	width: 1200px;
    margin: 0px auto;
	margin-bottom: 50px;
	}
	
.info-crumbs{
	background: #f6f6f6;
    height: 45px;
    line-height: 45px;
    text-indent: 20px;
    font-size: 14px;
    color: #595959;
	}
	
.info-crumbs a{
	color: #595959;
	}
	
.info-main{
    width: 100%;
    text-align: center;
    margin-bottom: 40px;
	}

.info-main span{
	display: block;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 60px;
	}
	
.info-main img{
	display:block;
	margin:0px auto;
	}
	
.infoCenter-left{
	width: 260px;
    float: left;
	}
	
.infoCenter-right{
	width: 900px;
    float: right;
	}
		
.center-content table{
	width:100% !important;
	text-align:center;
	border-collapse: collapse;
	}
	
.center-content table tr td{
    width: 33%;
    text-align: center;
    border: 1px #282828 solid;
    font-size: 12px;
    line-height: 35px;
	}

	
.infopreview{
	width: 100%;
    height: 460px;
    padding-top: 40px;
	}
	
.center-title{
	font-weight: bold;
    font-size: 18px;
    color: #005fb1;
    line-height: 60px;
    margin-bottom: 20px;
    height: 59px;
    border-bottom: 1px solid #005fb1;
	}
	
.parm{
	float: right;
    width: 55%;
    text-align: left;
    text-indent: 10px;
	}
	
.parm table tr td{
    font-size: 12px;
    border: 1px #000 solid;
    line-height: 32px;
    text-indent: 10px;
	}
	
.center-content p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.de-news-list ul{
	padding:0px;
	margin:0px;
	}
	
.de-news-list ul a{
	display: block;
    width: 870px;
    padding: 10px;
    height: 160px;
    margin-bottom: 25px;
    font-size: 14px;
    line-height: 38px;
    color: #595959;
    box-shadow: 0 0 4px 2px rgb(204 204 204 / 90%);
	}
	
.de-news-list ul a span{
    display: block;
    color: #323232;
    font-weight: bold;
    font-size: 15px;
    line-height: 42px;
	}
	
.de-news-list ul a:hover{
	box-shadow: 0 0 4px 2px rgb(0 95 177 / 90%);
	}
	
.img{
	height: 160px;
    width: 210px;
    float: left;
	}
	
.img img{
	display: block;
    height: 160px;
    width: 210px;
    object-fit: cover;
	}
	
.box{
	width: 640px;
    float: right;
    height: 160px;
	}
	
.box i{
	display: -webkit-box;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    font-style: normal;
	}
	
.news-detail-title{
	padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
	}
	
.h3{
	font-size: 18px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 25px 0 10px;
	}
	
.b{
	font-size: 13px;
    color: #999999;
    line-height: 20px;
	}
	
.news-detail p{
	margin: 0px;
    font-size: 14px;
    line-height: 28px;
	}
	
.newsPage{
    color: #323232;
    font-size: 12px;
    line-height: 26px;
    margin-top: 25px;
	}
	
.page-a{
	height: 44px;
    line-height: 44px;
    border-bottom: 1px #ccc dashed;
    margin-bottom: 10px;
	}
	
.newsPage a{
	color: #323232;
	}
	
.page-a a:hover{
	font-weight:bold;
	color:#014b8b;
	padding-left:10px;
	}
	
.contact-list{
	overflow: hidden;
    margin: 25px auto;
	}
	
.contact-list ul{
	padding:0;
	margin:0;
	}
	
.contact-list li{
    min-height: 28px;
    padding-left: 50px;
    float: left;
    width: 100%;
    font-size: 14px;
    color: #595959;
    line-height: 20px;
    padding-top: 8px;
    margin-bottom: 14px;
    word-wrap: break-word;
	}
	
.icon-01{
	background: url(../images/contact-icon-01.png) no-repeat left top;
	}
	
.icon-02{
	background: url(../images/contact-icon-02.png) no-repeat left top;
	}

.icon-03{
	background: url(../images/contact-icon-03.png) no-repeat left top;
	}

.icon-04{
	background: url(../images/contact-icon-04.png) no-repeat left top;
	}

.icon-05{
    background: url(../images/contact-icon-05.png) no-repeat left top;
	}

.icon-06{
    background: url(../images/contact-icon-06.png) no-repeat left top;
	}
	
#dituContent{
	width: 100%;
    height: 500px;
    margin: 0 auto;
	}
	
.de-message{
	overflow: hidden;
    padding: 0 5px;
	}
	
.tips{
	font-size: 13px;
    line-height: 55px;
    color: #737373;
	}
	
.form-tr{
	overflow: hidden;
	}
	
.form-tr input{
	display: block;
    width: 658px;
    padding: 0 10px;
    height: 38px;
    line-height: 38px;
    border: 1px solid #e6e6e6;
	}
	
.error{
	height: 18px;
    line-height: 18px;
    font-size: 12px;
    color: #f00;
    padding: 0 5px;
	}
	
.form-tr textarea{
	display: block;
    width: 658px;
    padding: 5px 10px;
    height: 168px;
    border: 1px solid #e6e6e6;
	}
	
.code input{
	width: 188px;
    float: left;
	}
	
.verify{
	cursor: pointer;
    float: left;
    margin-left: 25px;
    width: 120px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 0;
	}
	
.verify img{
	display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    max-height: 100%;
	}
	
.submit{
	margin-top: 15px;
    display: block;
    width: 190px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    background: #007b42;
    color: #fff;
    font-size: 15px;
	}
	

/************ 内页 ***************/