/*------------船舶图纸管理系统  start----------------*/
.introduct{
	margin: .6rem auto 0;
	overflow: hidden;
	padding-bottom: .6rem;
	border-bottom: 1px solid #eeeeee;
}
.introduct .pro_logo{
	width: .72rem;
	margin-right: .12rem;
	margin-left: -.1rem;
}
.introduct h1{
	padding-right: .5rem;
    display: inline-block;
	margin-bottom: .3rem;
	font-size: .42rem;
	font-weight: 800;
	color: #0e0c36;
	position: relative;
}
.introduct h1 .img_angle {
    position: absolute;
    right: -.6rem;
    top: 0;
    width: 1.1rem;
}
.introduct p{
	width: 90%;
	font-size: .24rem;    
	line-height: .36rem;
	font-weight: 300;
	color: #0e0c36;
	margin-bottom: .4rem;
	letter-spacing: 1px;
}
.introduct .a_form{
	display: inline-block;
	padding: .16rem .6rem;
	border-radius: .6rem;
	font-size: .18rem;    
	font-weight: 400;
	color: #fff;
	background: #0e0c36;
}
.introduct .a_form:hover{
	background: #ff6300;
}

.video_btn{
	cursor: pointer;
}
/*视频弹窗*/
#mask_box{
	background: rgba(0,0,0,0.1);
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 2;
    display: none;
}
.tc_content {
    display: none;
    z-index: 3;
    position: fixed;
    top: 10%;
    left: 50%;
    margin-left: -500px;
}
.tc_close {
	position: absolute;
    top: .1rem;
    right: .16rem;
    font-size: 32px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    opacity: .2;
	z-index: 11;
}
.tc_close:hover, .tc_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}
.rdd {    
	position: relative;
	display: none;
	width: 100%;
    max-height: 900px;
    background: #fff;
    border-radius: 6px!important;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.rdd iframe{
	width: 1000px;
    height: 545px;
	padding: .5rem .2rem .2rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#rd2{
	width: 640px;
	margin:30%; 
}
.rdd .tc_title {
	padding: .16rem;
	font-size: 24px;
    font-weight: 600;    
	border-bottom: 1px solid #e5e5e5;
}
#rd2 .tc_text {
	padding: .2rem;
}
#rd2 .tc_text h3 {
    line-height: 1.8;
	font-size: .16rem;
    font-weight: 300;
    color: #6a6a6a;
    letter-spacing: 0.2px;
}
#rd20,#rd21,#rd22,#rd23{
	width: 640px;
	margin:30%; 
}

#rd20 .tc_text,#rd21 .tc_text,#rd22 .tc_text,#rd23 .tc_text {
	padding: .2rem;
	display: flex;
    flex-direction: column;
}
#rd20 .tc_text a,#rd21 .tc_text a,#rd22 .tc_text a,#rd23 .tc_text a {
    margin-bottom: 10px;
    font-size: 16px;
    color: #333;
}


#rd3{
	width: 1000px;
}
#rd3 table {
	margin: .2rem;
}
#rd3 table th,
#rd3 table td{
	min-width: 1.4rem;
	border: 1px solid #e5e5e5;
	line-height: .3rem;
	padding: .1rem;    
	color: #172b4d;
    font-size: .16rem;
}
#rd3 table th{    
	font-size: .18rem;
    font-weight: 600;
}
#rd3 table td span{
	display: block;
}


.video_bg {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9;
    background: rgba(0,0,0,0.1);
}
.video_play{
    width: 800px;
    display: none;
    z-index: 10;
    position: fixed;
    top: 20%;
    left: 50%;
	margin-left: -400px;
    padding: 15px;
    background: #fff;
	border-radius: 6px!important;
    border: 1px solid rgba(0,0,0,.2);
    box-shadow: 0 5px 15px rgba(0,0,0,.5);
}
.video_play video{
    width: 100%;
    max-height: 900px;
    z-index: 10;
    margin-top: .15rem;
}
.video_close {
    float: right;
    font-size: 21px;
    font-weight: 700;
    line-height: 1;
    color: #000;
    filter: alpha(opacity=20);
    opacity: .2;
}
.video_close:hover, .video_close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    filter: alpha(opacity=50);
    opacity: .5;
}


/*参与公测*/
.introduct .a_link{
	margin-left: .2rem;
	display: inline-block;
	padding: .16rem .55rem .16rem .32rem;
	border-radius: .6rem;
	font-size: .16rem;    
	font-weight: 600;
	color: #26135c;
	border: 2px solid #26135c;
	position: relative;
}
.introduct .a_link:after {
    content: '';
	position: absolute;
	top: 50%;
	margin-top: -.05rem;
	right: .3rem;
	display: block;
	width: .15rem;
	height: .1rem;
	background: url("../images/a_link.png") no-repeat 0px center;
}
.introduct .a_link:hover{
	color: #ff6300;
	border: 2px solid #ff6300;
}
.introduct .a_link:hover:after {
	background: url("../images/a_link2.png") no-repeat 0px center;
}



.h1_title{
	margin-bottom: .8rem;
	text-align: center;
	font-size: .44rem;
	font-weight: 300;
}



.function{
	margin: .8rem auto 0;
}
.function li {
	margin-bottom: .8rem;
}
.function .fun_icon {
	width: 100px;
	height: 100px;
    max-width: 100%;
    display: inline-block;
    position: relative;
	margin-bottom: .4rem;
}
.function .fun_icon em {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/ship-icon.png");
    background-repeat: no-repeat;
    background-size: 600% auto;
}
.function .fun_icon .fun_icon_1 {
    background-position: 0 center;
}
.function .fun_icon .fun_icon_2 {
    background-position: -100px center;
}
.function .fun_icon .fun_icon_3 {
    background-position: -200px center;
}
.function .fun_icon .fun_icon_4 {
    background-position: -300px center;
}
.function .fun_icon .fun_icon_5 {
    background-position: -400px center;
}
.function .fun_icon .fun_icon_6 {
    background-position: -500px center;
}
.function h2 {
	margin-top: 0;
	margin-bottom: .24rem;
	font-size: .28rem;
	font-weight: 300;
	color: #0e0c36;
	letter-spacing: 0.2px;
}
.function p {
	font-size: .16rem;
	line-height: .24rem;
	height: .96rem;
	font-weight: 300;
	color: #6a6a6a;
	letter-spacing: 0.2px;
}



.application{
	margin: 0 auto 1rem;
}
.application li {
	position: relative;    
	padding-left: .32rem;
	margin-bottom: .6rem;
}
.application li:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    height: .24rem;
    width: .24rem;
    position: absolute;
    background: url("../images/application-icon.png") no-repeat 0px 0px;
    background-size: contain;
}
.application h3 {
    font-size: .28rem;
    font-weight: 300;
	color: #0e0c36;
	letter-spacing: 0.2px;
	margin-top: 0;
}
.application p {
    font-size: .16rem;
	line-height: .24rem;
	font-weight: 300;
	color: #6a6a6a;
	letter-spacing: 0.2px;
}
.application img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}



/*电子签章内容介绍*/
.introduct-sign{
	padding: .2rem .4rem;
	border: solid #eeeeee 1px;
	overflow: hidden;
	margin: .5rem auto;
}
.introduct-sign h2 {
    font-size: .28rem;
    font-weight: 300;
    color: #0e0c36;
    letter-spacing: 0.2px;
    margin-bottom: .2rem;
}
.introduct-sign h2 span {
    display: block;
	width: .9rem;
	height: .2rem;
	line-height: .2rem;
    color: #9f9f9f;
    border: solid #6a6a6a 1px;
    font-size: .12rem;
    font-weight: 300;
	margin: 0 auto .1rem;
}
.introduct-sign p {
    font-size: .16rem;
	line-height: 24px;
    font-weight: 250;
    color: #6a6a6a;
	letter-spacing: 0.2px;
	overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    position: relative;
}
.introduct-sign .read_more_btn {
	cursor: pointer;
	display: block;
    text-align: center;
    font-size: .12rem;
    font-weight: 300;
    color: #9f9f9f;
	margin: .2rem auto;
}



/*电子签章插件*/
.esignType {    
	margin: .6rem auto 0;
}
.esignType li>div {
	background: #f0f3f8;
	overflow: hidden;
	padding: .3rem;
	border-radius: .1rem;
	height: 6.9rem;
	position: relative;
}
.esignType li .img_angle{
	position: absolute;
	right: 0;
	top: 0;
	width: .8rem;
}
.esignType li h1 {
	font-size: .3rem;
	line-height: .4rem;
	font-weight: 600;
    color: #0e0c36;
	margin-bottom: .16rem;
	margin-top: 0;
}
.esignType li p {
	font-size: .16rem;
	line-height: .26rem;
	font-weight: 300;
	color: #646c74;
	margin-bottom: .4rem;
}
.esignType li p.p2 {
	font-weight: 400;
	color: #fbaa19;
}
.esignType li .label_box { 
	font-size:0;
    margin-bottom: .3rem;
    overflow: hidden;
}
.esignType li .label_box span {
	width: 46%;
    display: inline-block;
    color: #0E0C36;
    font-size: .16rem;
    font-weight: 500;
    padding: .06rem .16rem;
    margin: 0;
    border: 2px solid #fff;
	letter-spacing: -0.4px;
	margin: 0 .08rem .08rem 0;
}
.esignType li:first-child .label_box span {
	width: 100%;
}
.esignType li:first-child .label_box span:first-child {
    padding: .06rem .12rem;
    font-size: .14rem;
}
.esignType li .label_box span ii{
	font-size: .12rem;
}
.esignType li table{   
	margin-bottom: .3rem;
}
.esignType li table th{
	background: #fff;
}
.esignType li table th,
.esignType li table td{
	border: 2px solid #fff;
    width: 50%;
	line-height: .3rem;
	padding: .06rem;    
	color: #0E0C36;
    font-size: .14rem;
}
.esignType li table td span{
	display: block;
}
.esignType li .price_box {    
	margin-bottom: .3rem;
}
.esignType li .price_box h2 { 
	display: inline-block;
	font-size: .16rem;
    font-weight: 600;
	color: #ff5f00;
	margin-bottom: .3rem;
}
.esignType li .price_box h2 b {    
	font-size: .36rem;
	padding-left: .08rem;
	font-family: Barlow;
}
.esignType li .price_box span {    
	font-size: .16rem;
	padding-left: .4rem;
	color: #0e0c36;
}
.esignType li .price_box span em {  
	font-style: normal;
	text-decoration: line-through;
}
.esignType li i {   
	display: block;
	font-size: .16rem;
	line-height: .26rem;
	font-style: normal;
	font-weight: 300;
	color: #646c74;
}
.esignType li i em {  
	font-style: normal; 
	color: #ff5f00;
	font-weight: 600;
}
.esignType .a_form{
	position: absolute;
    bottom: .4rem;
	display: inline-block;
	padding: .16rem .32rem;
	border-radius: .6rem;
	font-size: .16rem;    
	font-weight: 600;
	color: #fff;
	background: #26135c;
}
.esignType .a_form:hover{
	background: #ff6300;
}

.esignType li .a_link {
    display: block;
	font-size: .18rem;
	line-height: .3rem;
	color: #ff5f00;
	font-weight: 600;
    position: relative;
	margin-bottom: .2rem;
	cursor: pointer;
}
.esignType li:nth-child(2) .a_link,
.esignType li:nth-child(3) .a_link {
	position: absolute;
    bottom: .9rem;
}
.esignType li .a_link:after {
    content: '';
    position: absolute;
    top: 50%;
    margin-top: -.05rem;
    left: .8rem;
    display: block;
    width: 15px;
    height: 10px;
    background: url(../images/a_link2.png) no-repeat 0px center;
    background-size: 15px 10px;
}
.esignType li:nth-child(2) .a_link:after,
.esignType li:nth-child(3) .a_link:after {
    left: 1.2rem;
}


/*电子签章功能一览*/
.function-sign li {
	margin-bottom: .8rem;
}
.function-sign .fun_img img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.function-sign li ul>li {
	margin-bottom: .2rem;
	font-size: .16rem;
    line-height: .24rem;
    font-weight: 300;
    color: #6a6a6a;
    letter-spacing: 0.2px;
	position: relative;    
	padding-left: .32rem;
}
.function-sign li ul>li:before {
    content: '';
    display: block;
    left: 0;
    top: 0;
    height: .24rem;
    width: .24rem;
    position: absolute;
    background: url(../images/application-icon.png) no-repeat 0px 0px;
    background-size: contain;
}
.function-sign h2 {
    font-size: .28rem;
    font-weight: 300;
    color: #0e0c36;
    letter-spacing: 0.2px;
	margin-bottom: .2rem;
	margin-top: .6rem;
	padding: 0 .4rem 0 .2rem;
}
.function-sign p {
    font-size: .16rem;
    line-height: .24rem;
    font-weight: 300;
    color: #6a6a6a;
    letter-spacing: 0.2px;
	padding: 0 .6rem 0 .2rem;
	margin-bottom: 0;
}

/*电子签章选择理由*/
.reason {
    margin: 0 auto 1rem;
}
.reason li {
	text-align: center;
}
.reason li img {
	width: 1.1rem;
}
.reason li h3 {
    margin-bottom: .24rem;
    font-size: .28rem;
    font-weight: 300;
    color: #0e0c36;
    letter-spacing: 0.2px;
}


.code{
	width: 100%;
	padding: .8rem 0;
	background: url("../images/form_bg.jpg") no-repeat 0px 0px;
	background-size: 100% 100%; 
}
.code .h1_title{
	color: #fff;
}
.form-control{
	background: #fff;
	border: 1px solid #000;
	margin-bottom: .3rem;
}
label.form-control{
	color: #212628;
	font-weight: 400;
}
select.form-control{
	height: .46rem;
}
.code .btn{
	display: block;
    padding: .16rem .6rem;
    border-radius: .6rem;
    font-size: .16rem;
    line-height: .24rem;
    font-weight: 600;
    color: #fff;
    background: #26135c;
    transition: all 0.5s ease;
	margin: .3rem auto 0;
}
.code .btn:hover{
    background: none;
}

.privacy_box{
	width: 100%;
    float: left;
	display: block;
	text-align: center;
	font-size: .16rem;
	line-height: .2rem;
	color: rgba(255,255,255,0.6);
	margin:  .2rem auto 0;
	position: relative;
	background: url("../images/line_1.png") no-repeat center center;
	background-size: auto 1px;
}
.privacy_box:hover{
	color: rgba(255,255,255,0.8);
}


.links{
	padding: .4rem 0;
	background: #f0f3f8;
}
.links .links_title{
	float: left;
	width: 22%;
	padding: 0 .4rem;
	color: rgba(14,12,54,0.2);
	font-size: .58rem;
	line-height: .56rem;
	font-family: Barlow;
	font-weight: 600;
	text-transform: uppercase;
	border-right: 1px solid #d9dbdd;
}
.links ul{
	float: right;
	width: 68%;
	text-align: left;
}
.links ul li {
	display: inline-block;
	margin: 0 .5rem;
	font-size: .16rem;
    font-weight: 400;
	line-height: .36rem;    
    color: #646c74;
	cursor: pointer;
}
.links ul li a {
	display: block;
	line-height: .36rem;   
    font-weight: 400;
	color: #646c74;
}
/*------------船舶图纸管理系统  end----------------*/







@media (max-width: 639px){
	.contact{
		padding: .3rem .3rem .8rem;
		margin: 0 auto;
	}
	.contact_left{
		width: 100%;
	}
	.contact_left h1{
	}
	.contact_left p{
		font-size: .24rem;
		line-height: .3rem;
		margin-bottom: .3rem
	}
	.contact_left form .input {
		height: .72rem;
		line-height: .72rem;
		font-size: .24rem;
		margin-bottom: .44rem;
	}
	.contact_left form .button {
		height: .72rem;
		line-height: .72rem;
		font-size: .24rem;
		margin-top: .14rem;
	}

	.contact_right{
		width: 100%;
		margin-top: .8rem;
	}
	.contact_right h1{
		font-size: .36rem;
		margin-top: .44rem;
		padding-left: .44rem;
	}
	.contact_right p{
		font-size: .24rem;
		background: url(../images/mail.png) no-repeat .44rem 0px;
		background-size: .3rem .3rem;
		margin-bottom: .56rem;
	}
	.contact_right .ico_box{
		height: .8rem;
		line-height: .8rem;

	}
	.contact_right .ico_box a{
		margin: 0 .3rem;
	}
	.contact_right .ico_box a img{
		width: .4rem;
	}

}

