/*------------编辑器  start----------------*/
.notice{
	background: #eaedef;
	height: 66px;
	font-size: 18px;
    line-height: 66px;
    font-weight: 300;
    color: #0e0c36;
    letter-spacing: 1px;
}


.introduct{
	overflow: hidden;
	padding: 80px 0;
	border-bottom: 1px solid #eeeeee;
}
.introduct .ban_title{
	margin-bottom: 40px;
    margin-top: 20px;
	height: 90px;
}
.introduct h1{
    float: left;
    margin-bottom: 020px;
    font-size: 35px;
    line-height: 40px;
    font-weight: 800;
    color: #0e0c36;
    position: relative;
}
.introduct h1 i{
    display: block;
	font-size: 24px;
	font-weight: 800;
}
.introduct .pro_logo{
	width: 80px;
    float: left;
	margin-right: 16px;
}
.introduct h1 .mark_img {
    position: absolute;
    top: -10px;
    left: 420px;
	animation: pronamei 1s infinite both;
    -webkit-animation: pronamei 1s infinite both;
}
@keyframes pronamei {
  0% {
      top:-25px;
  }
 
  50%{
    top:-15px;
  }
 
  100% {
      top:-25px;
  }
}

@-webkit-keyframes pronamei {
   0% {
      top:-25px;
  }
 
  50%{
    top:-15px;
  }
 
  100% {
      top:-25px;
  }
}

.introduct p{
	width: 90%;
	font-size: 24px;    
	line-height: 36px;
	font-weight: 300;
	color: #0e0c36;
	margin-bottom: 40px;
	letter-spacing: 1px;
}
.introduct .p_2 {
    font-size: 18px;
    margin-bottom: 12px;
    color: #ff5f00;
}

.introduct .ban_img{
	max-width: 100%;
}
.a_form, .a_link {
    display: inline-block;
    padding: 20px 8%;
	border-radius: 60px!important;
    font-size: 18px;    
	font-weight: 400;
    cursor: pointer;
}
.a_form{
	color: #fff;
	background: #0e0c36;
	border: 2px solid #0e0c36;
	position: relative;
}
.a_form:hover{
	color: #fff;
	background: #ff6300;
	border: 2px solid #ff6300;
}

.a_link{
	margin-left: 12px;
	color: #0e0c36;
	border: 2px solid #0e0c36;
}
.a_link:hover{
	color: #ff5f00;
	border: 2px solid #ff5f00;
}

.download_box{
	margin-top: 30px;
}
.download_box span{
	display: block;
	float: left;
	line-height: 26px;
}
.download_box a{
	width: 26px;
	height: 26px;
	display: block;
	float: left;
	margin-left: 10px;
	background: url("../images/ico_terminal.png") no-repeat;
}
.download_box a.ico1{
	background-position: 0 0;
}
.download_box a.ico2{
	background-position: 0 -26px;
}
.download_box a.ico3{
	background-position: 0 -52px;
}
.download_box a.ico4{
	background-position: 0 -78px;
}


.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: 10px;
    right: 16px;
    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: 50px 20px 20px;
    margin: 0 auto;
    overflow: hidden;
    position: relative;
}
#rd2{
	width: 730px;
	margin: 10% 20%; 
}
.rdd .tc_title {
	padding: 16px;
	font-size: 24px;
    font-weight: 600;    
	border-bottom: 1px solid #e5e5e5;
}

#rd2 .tc_text {
	padding: 40px;
}
#rd2 .tc_text .hd{
	border-bottom: 1px solid #a7b0b8;
}
#rd2 .tc_text .hd ul{
	margin-bottom: 0;
}
#rd2 .tc_text .hd li{
	cursor: pointer;
	display: inline-block;
	padding: 16px;
	font-size: 16px;
    color: #646c74;
    font-weight: 300;
}
#rd2 .tc_text .hd li.on{
	color: #fff;
	background: #a7b0b8;
}

#rd2 .tc_text .bd{
	width: 100%;
	padding: 20px;
	overflow: hidden;
}
#rd2 .tc_text dl {
    line-height: 1.8;
	font-size: 16px;
    font-weight: 300;
    color: #646c74;
    letter-spacing: 0.2px;
}
#rd2 .tc_text dt {
    font-size: 18px;
	line-height: 30px;
    font-weight: 600;
    color: #646c74;
}
#rd2 .tc_text dd p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #646c74;
    letter-spacing: 0.2px;
	text-indent: 2em;
}


#rd3 {    
	width: 1000px;
	padding: 60px 40px 40px;
	margin: 10% 0;
}
#rd3 .h1_title {
	display: block;
	text-align: center;
	margin-bottom: 40px;
	margin-top: 0;
	color: #0e0c36;
	font-weight: 600;
}
form_box {
    margin: 0 050px;
}
.form_box .form-control{
	display: inline-block;
	width: 48%;
	margin: 0 0 30px 0;
	background: #ffffff;
	border: 1px solid #eeeeee;
	font-weight: 300;
	border-radius: 6px;
}
.form_box select.form-control{
	height: 54px;
}
.form_box .btn{
	width: 240px;
	text-align: center;
    height: 65px;
    line-height: 65px;
    border-radius: 33px;
    font-size: 18px;
    z-index: 2;
    display: block;
    color: #0e0c36;
    transition: all 0.5s ease;
    background: #f36b16;
	font-weight: 600;
	margin: 30px auto 0;
}
.form_box .form-control#tel,
.form_box .form-control#tel2,
.form_box .form-control#email,
.form_box .form-control#email2{
	float: right;
}

.privacy_box{
	display: block;
	text-align: center;
	font-size: 16px;
	line-height: 20px;
	color: rgba(14,12,54,0.8);
	margin:  20px auto 0;
	position: relative;
	background: url("../images/line_1.png") no-repeat center center;
	background-size: auto 1px;
}
.privacy_box:hover{
	color: rgba(14,12,54,1);
}


.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: 15px;
}
.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: 80px;
	text-align: center;
	font-size: 44px;
	font-weight: 300;
	color: #646c74;
}





.esignType {    
	margin: 60px auto 80px;
}
.esignType ul {
	overflow: hidden;
}
.esignType li{
	float: left;
	width: 31.33%;
	margin: 1%;    
}
.esignType li>div {
	background: #f0f3f8;
	overflow: hidden;
	padding: 40px 20px 40px;
	border-radius: 10px;
	position: relative;
	height: 580px;    
    margin-top: 30px;
	border: 2px solid #f0f3f8;
}
.esignType li:nth-child(2)>div {
    margin-top: 0;
    height: 640px;
	padding: 50px 20px;
}
.esignType li:hover>div{
	box-shadow: 0 8px 20px rgba(14,12,54,0.1);
	background: #f9f9f9;
	border: 2px solid #ff6300;
}
.esignType li .img_angle{
	position: absolute;
	right: 0;
	top: 0;
	width: 100px;
}
.esignType li dt {
	float: left;
	margin-right: 12px;
}
.esignType li h1 {
	font-size: 24px;
	line-height: 30px;
	font-weight: 600;
    color: #0e0c36;
	margin-bottom: 0;
	margin-top: 0;
}
.esignType li h1 i {
	font-family: Barlow;
	font-style: normal;
	font-weight: 700;
	letter-spacing: -1px;
}
.esignType li h1 span {
	font-size: 16px;
	font-weight: 300;
    color: #0e0c36;
	margin-left: 8px;
}
.esignType li p {
	font-size: 16px;
	line-height: 26px;
	font-weight: 300;
	color: #646c74;
	margin-bottom: 12px;
}
.esignType li p.p_2 {
	position: absolute;
    bottom: 010px;
    margin-bottom: 0;
	opacity: .8;
	font-size: 14px;
}
.esignType li .label_box { 
	font-size:0;
    margin-bottom: 20px;
    overflow: hidden;
}
.esignType li .label_box span {
    display: inline-block;
    color: #0E0C36;
    font-size: 16px;
    font-weight: 500;
    padding: 6px 12px;
    border: 2px solid #fff;
	letter-spacing: -0.4px;
	margin: 0 8px 8px 0;
}
.esignType li .label_box span ii{
	font-size: 12px;
}

.esignType .btn_box{
	position: absolute;
	bottom: 40px;
}
.esignType li:nth-child(2) .btn_box{
	bottom: 50px;
}
.esignType .btn_box .a_form,
.esignType .btn_box .a_link{
	padding: 16px 20px;
	font-size: 16px;
}
.esignType .a_form em {  
	font-family: Barlow;
	font-style: normal;
}

.esignType .btn_box2{
	overflow: hidden;
	margin: 40px auto 0;
	text-align: center;
}
.esignType .btn_box2 .a_form,
.esignType .btn_box2 .a_link {  
	padding: 20px 80px;
}
.a_1 {  
	margin: 20px auto;
    display: block;
    text-align: center;
	color: #646c74;
	font-size: 16px;
	line-height: 24px;
    font-weight: 300;
}
.a_1:hover {  
	text-decoration: underline;
}




.function{
	margin: 0 auto;
	padding: 60px 0;
	background: #fbaa19;
}
.function .h1_title{
	color: #0e0c36;
	margin-bottom: 40px;
	font-weight: 400;
}

.slideBox{
	position: relative;
}
.slideBox .a_form{
	position: absolute;
	bottom: 40px;
}
.slideBox .a_form:hover{
	color: #0e0c36;
	background: #fff;
	border: 2px solid #fff;
}

.slideBox .hd{
	padding: 0 10px;
}
.slideBox .hd ul{
	text-align: center;
	border-bottom: 1px solid rgba(14,12,54,.3);
}
.slideBox .hd li{
	cursor: pointer;
	display: inline-block;
	width: auto;
	margin: 0 15px;
	padding: 20px 0;
	font-size: 20px;
    color: #0e0c36;
    font-weight: 300;
	letter-spacing: -1px;
}
.slideBox .hd li.on{
	font-size: 22px;
    font-weight: 600;
	border-bottom: 5px solid #0e0c36;
}

.slideBox .bd{
	width: 100%;
	margin-top: 80px;
	overflow: hidden;
}
.slideBox .cont{
	margin: 0 50px;
}
.slideBox .cont_l{
	padding: 0;
	position: relative;
}
.slideBox .cont_l img{
	max-width: 100%;
}
.slideBox .cont_l .pro_img{
	width: 64%;
	position: absolute;
	top: 16px;
	left: 18%;
	right: auto;
}

.slideBox dl{
	text-align: left;
	padding: 20px 0;
}
.slideBox dl p{ 
	font-size: 24px;
	line-height: 40px;
    font-weight: 300;
    color: #0e0c36;
}




.function-editor {
	margin: 80px auto 0;
}
.function-editor li {
	margin-bottom: 80px;
	padding: 0 30px;
	min-height: 520px;
}
.function-editor .li_img {
	border: 1px solid rgba(0,0,0,.2);
	margin-bottom: 24px;
	float: left;
}
.function-editor .li_img img {
    max-width: 100%;
    margin: 0;
    padding: 0;
    display: block;
}
.function-editor h2 {
    font-size: 28px;
    font-weight: 400;
    color: #646c74;
	margin-bottom: 12px;
	margin-top: 60px;
}
.function-editor p {
    font-size: 17px;
    line-height: 30px;
	min-height: 90px;
    font-weight: 300;
    color: #646c74;
	margin-bottom: 12px;
}
.a_more {
	display: block;
	font-size: 16px;
	font-weight: 600;
    color: #ff5f00;
    letter-spacing: 0.2px;
	transition: all 0.3s ease-out 0s;
	margin-bottom: 12px;
}
.a_more i {
	display: inline-block;
    width: 15px;
    height: 10px;
	margin-left: 6px;
    background: url("../images/a_link2.png") no-repeat 0px center;
    background-size: 15px 10px;
	transition: all 0.3s ease-out 0s;
}
.a_more:hover {
    color: #0e0c36;
}
.a_more:hover i {
    background: url("../images/a_link.png") no-repeat 0px center;
    background-size: 15px 10px;
}


.advantage{
	margin: 60px auto 100px;
}
.advantage ul {
	overflow: hidden;
}
.advantage li {
	width: 46%;
    margin: 0 2%;
    float: left;
	margin-bottom: 60px;
	padding: 0;
}
.advantage .fun_icon {
	width: 100px;
    height: 100px;
    display: block;
    float: left;
}
.advantage .fun_icon img {
	width: 100%;
}
.advantage .fun_text{
	float: right;
	width: calc(100% - 120px);
}
.advantage h2 {
	margin-top: 0;
	margin-bottom: 8px;
	font-size: 28px;
	font-weight: 400;
	color: #646c74;
	letter-spacing: 0.2px;
}
.advantage p {
	font-size: 18px;
	line-height: 30px;
	font-weight: 300;
	color: #646c74;
	letter-spacing: 0.2px;
}
.advantage .a_link2 {
	margin-top: 0;
}




.bangg{
    padding: 80px 0;
	text-align: center;
    background: url(../images/form_bg.jpg) no-repeat 0px 0px;
    background-size: cover;
    color: #fff;
}
.bangg h1 {
    font-size: 48px;
    font-weight: 600;
}
.bangg p {
    font-size: 24px;
    line-height: 36px;
    font-weight: 300;
    color: #0e0c36;
    margin-bottom: 30px;
    letter-spacing: 1px;
}
.bangg .download_box {    
	display: inline-block;
}
.bangg .download_box span{
	font-size: 22px;
	line-height: 40px;
}
.bangg .download_box a{
	width: 40px;
	height: 40px;
	margin-left: 16px;
	background: url("../images/ico_terminal2.png") no-repeat;
	cursor: pointer;
}
.bangg .download_box a.ico1{
	background-position: 0 0;
}
.bangg .download_box a.ico2{
	background-position: 0 -40px;
}
.bangg .download_box a.ico3{
	background-position: 0 -80px;
}
.bangg .download_box a.ico4{
	background-position: 0 -120px;
}



.getMore {
	margin: 60px auto;
}
.getMore .title {
	font-size: 44px;
    font-weight: 400;
    color: #646c74;
	border-bottom: 1px solid #bbc1ca;
	margin-bottom: 40px;
}
.getMore li {
	padding: 0 40px;
}
.getMore li img {
    width: 48px;
    display: block;
	margin-bottom: 20px;
}
.getMore li h2 {
	margin-bottom: 30px;
    font-size: 28px;
    font-weight: 300;
    color: #646c74;
    letter-spacing: 0.2px;
}
.getMore li a {
    display: block;
	font-size: 16px;
	line-height: 24px;
    color: #ff5f00;
    font-weight: 600;
    letter-spacing: 0.2px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eeeeee;
	margin-bottom: 16px;
}
.getMore li a em {
	display: inline-block;
	padding: 1.5px 8px;
	margin-right: 6px;
    background: #26135c;
	font-size: 12px;
	color: #fff;
	font-style: normal;
}
.getMore li a i {
	display: inline-block;
    width: 15px;
    height: 10px;
	margin-left: 6px;
    background: url("../images/a_link2.png") no-repeat 0px center;
    background-size: 15px 10px;
	transition: all 0.3s ease-out 0s;
}
.getMore li a:hover {
    color: #0e0c36;
}
.getMore li a:hover i {
    background: url("../images/a_link.png") no-repeat 0px center;
    background-size: 15px 10px;
}



.links{
	padding: 40px 0;
	background: #f0f3f8;
}
.links .links_title{
	float: left;
	width: 22%;
	padding: 0 40px;
	color: rgba(14,12,54,0.2);
	font-size: 58px;
	line-height: 56px;
	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 50px;
	font-size: 16px;
    font-weight: 400;
	line-height: 36px;    
    color: #646c74;
	cursor: pointer;
}
.links ul li a {
	display: block;
	line-height: 36px;   
    font-weight: 400;
	color: #646c74;
}
/*------------船舶图纸管理系统  end----------------*/




@media (max-width: 639px){
	.contact{
		padding: 30px 30px 80px;
		margin: 0 auto;
	}
	.contact_left{
		width: 100%;
	}
	.contact_left h1{
	}
	.contact_left p{
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px
	}
	.contact_left form .input {
		height: 72px;
		line-height: 72px;
		font-size: 24px;
		margin-bottom: 44px;
	}
	.contact_left form .button {
		height: 72px;
		line-height: 72px;
		font-size: 24px;
		margin-top: 14px;
	}

	.contact_right{
		width: 100%;
		margin-top: 80px;
	}
	.contact_right h1{
		font-size: 36px;
		margin-top: 44px;
		padding-left: 44px;
	}
	.contact_right p{
		font-size: 24px;
		background: url(../images/mail.png) no-repeat 44px 0px;
		background-size: 30px 30px;
		margin-bottom: 56px;
	}
	.contact_right .ico_box{
		height: 80px;
		line-height: 80px;

	}
	.contact_right .ico_box a{
		margin: 0 30px;
	}
	.contact_right .ico_box a img{
		width: 40px;
	}

}

