/*------------船舶图纸管理系统  start----------------*/
.introduct{
	margin: .6rem auto 0;
	overflow: hidden;
	padding-bottom: .6rem;
	border-bottom: 1px solid #eeeeee;
}
.introduct .pro_logo{
	width: .8rem;
	margin-right: .16rem;
}
.introduct h1{
	padding-right: .5rem;
    display: inline-block;
	margin-bottom: .3rem;
	font-size: .42rem;
	font-weight: 800;
	color: #0e0c36;
}
.introduct p{
	width: 90%;
	font-size: .24rem;    
	line-height: .36rem;
	font-weight: 300;
	color: #0e0c36;
	margin-bottom: .4rem;
	letter-spacing: 1px;
}
.introduct iframe{
	width: 100%;
    height: 330px;
    padding: 0.5rem 0.2rem 0.2rem;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}


.introduct .a_link{
	display: inline-block;
	padding: .16rem .6rem;
	border-radius: .6rem;
	font-size: .18rem;    
	font-weight: 600;
	color: #fff;
	background: #ff5f00;
	border: 2px solid #ff5f00;
	position: relative;
}
.introduct .a_link:hover{
	background: #0e0c36;
	border: 2px solid #0e0c36;
}

.introduct .a_form{
	margin-left: .12rem;
	display: inline-block;
	padding: .16rem .6rem;
	border-radius: .6rem;
	font-size: .18rem;    
	font-weight: 600;
	color: #0e0c36;
	border: 2px solid #0e0c36;
}
.introduct .a_form:hover{
	color: #ff5f00;
	border: 2px solid #ff5f00;
}

.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: 600px;
	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;
}
#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;
}



.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{
	float: left;
	width: 30%;
	margin: 2% 1%;    
}
.esignType li:first-child{
	width: 34%;   
}
.esignType li>div {
	background: #f0f3f8;
	overflow: hidden;
	padding: 30px 20px 40px;
	border-radius: 20px!important;
	position: relative;
	height: 560px;    
	border: 2px solid #f0f3f8;
}
.esignType li:hover>div,
.esignType li.on>div{
	box-shadow: 0 8px 20px rgba(14,12,54,0.1);
	background: #fff;
	border: 2px solid #ff6300;
}
.esignType li .img_angle{
	position: absolute;
	right: 0;
	top: 0;
	width: 89px;
}
.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: .2rem;
}
.esignType li p.p2 {
	font-weight: 400;
	color: #fbaa19;
}
.esignType li .label_box { 
	font-size:0;
    overflow: hidden;
}
.esignType li .label_box span {
    display: inline-block;
    color: #0E0C36;
    font-size: 16px;
    font-weight: 500;
    padding: 6px;
    border: 2px solid #fff;
	margin-bottom: 4%;
	text-align: center;
	float: left;
	position: relative;
}
.esignType li:first-child .label_box span {
    padding: 6px 0;
}
.esignType li:hover .label_box span,
.esignType li.on .label_box span{
	background: #f0f3f8;
    border: 2px solid #f0f3f8;
}
.esignType li .label_box span ii{
	font-size: 13px;
    line-height: 20px;
    display: block;
	font-style: italic;
}
.esignType li .label_box span .angle_coming {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 46px;
}

.esignType li ul{
	margin-bottom: 16px;    
	color: #646c74;
	background: rgba(255,255,255,.6);
	border-radius: 12px!important;
	padding: 16px 10px;
	overflow: hidden;
}
.esignType li ul p{
	margin-bottom: 12px;  
}
.esignType li ul span{
	color: #ff5f00;
    font-style: italic;
    font-weight: 600;
}
.esignType li ul li{
	float: left;
	width: 100%;
	margin: 0;
	font-weight: 100;
	font-size: 15px;
	line-height: 24px;
	position: relative;
	padding-left: 20px;
	letter-spacing: -0.3px;
}
.esignType li ul li:before{
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	position: absolute;
	left: 0;
	top: 6px;
	background: url("../images/application-icon.png") no-repeat left center;
	background-size: 12px 12px;
}
.esignType li ul li i{
	display: block;
	font-size: 13px;
	letter-spacing: -0.2px;
}
.esignType li ul b{
	float: right;
	font-size: 18px;
	color: #ff5f00;
}
.esignType li ul b em {
    font-family: Barlow;
    font-style: normal;
}


.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;
}
.w100{
	width: 100%!important;
}
.w23{
	width: 23%!important;
}
.w23_5{
	width: 23.5%!important;
}
.w30{
	width: 30%!important;
}
.w32{
	width: 32%!important;
}
.w66{
	width: 66%!important;
}
.h84{
	height: 84px!important;
}
.mr2{
	margin-right: 2%!important;
}
.mr4{
	margin-right: 4%!important;
}
.pd6{
	padding: 6px!important;
}
.tex_l{
	text-align: left!important;
}
.esignType li i {   
	font-size: 14px;
    line-height: 20px;
    font-weight: 100;
    color: #646c74;
	display: inline-block;
	overflow: hidden;
	width: 100%;
}
.esignType .btn_box{
	position: absolute;
    bottom: .4rem;
}
.esignType .btn_box .a_form{
	display: inline-block;
	padding: .16rem .5rem;
	border-radius: .6rem;
	font-size: .18rem;    
	font-weight: 400;
	color: #fff;
	background: #0e0c36;
}
.esignType .btn_box .a_form:hover{
	background: #ff6300;
}
.esignType .btn_box .a_more{
	display: inline-block;
	padding: .16rem .3rem;
	border-radius: .6rem;
	font-size: .18rem;    
	font-weight: 400;
	color: #0e0c36;
	border: 2px solid #0e0c36;
}
.esignType .a_more:hover{
	color: #ff6300;
	border: 2px solid #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: 0 0 .4rem; 
	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; */
	width: 100%;
	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----------------*/




.ggBox_tc{
	display: none;
	overflow: hidden;
	width: 546px;
	height: 427px;
	position: fixed;
	left: 50%;
	margin-left: -273px;
	top: 50%;
	margin-top: -213px;
	z-index: 3;
}
.ggBox_tc img {
	width: 546px;
	display: block;
	margin: 0 auto;
}
.ggBox_tc .a_link{
	display: block;
	width: 285px;
	height: 36px;
	position: absolute;
	left: 50%;
	margin-left: -143px;
	bottom: 44px;
	z-index: 3;
	background: linear-gradient(to bottom,#bf43e3,#963dd4);
	border: 1px solid #ecbef7;
	border-radius: 4px;
	font-size: 16px;
	line-height: 34px;
	color: #fff;
	text-align: center;
}
.ggBox_tc .a_close{
	display: block;
	width: 30px;
	height: 30px;
	position: absolute;
	right: 10px;
	top: 10px;
	z-index: 3;
	background: url(../images/close_btn.png) no-repeat center center;
    background-size: 20px 20px;
	cursor: pointer;
}



@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;
	}

}

