/*清除默认样式*/
body,ol,ul,li,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;font-weight: normal;}
fieldset,img{border:0;}
img{vertical-align:middle;}
ol,ul,li{list-style-type:none;}
table{border-collapse:collapse;border-spacing:0;}
button,input,select,textarea{font-size:13px;font-family:inherit;margin:0;outline:none;resize:none;border:none;}
html{verflow:-Scroll;overflow-x:hidden;zoom:1;overflow-y:scroll;}
body{color:#666;font-size:13px;line-height:24px;font-family:"微软雅黑","宋体", Arial, Helvetica, sans-serif; }
a{color:#666;text-decoration:none;outline:none;}
a:hover {text-decoration: none;color:#3a3a3a;}
img{-ms-interpolation-mode:bicubic;max-width:100%;-webkit-touch-callout:none;}
p, big, small, span, font, em {margin: 0;}
/*html5 初始化新标签的CSS*/
article,aside,dialog,footer,header,section,footer,nav,figure,menu{display:block;}
/*清除浮动*/
.clearfix:after {clear: both; content: ""; display:block; height: 0; overflow: hidden; visibility: hidden; }
.clearfix { zoom:1;}

/*字体*/
@font-face {
	font-family: "Futura";
	src: url("../font/Futura-Light.woff2");
}
@font-face {
	font-family: "Futura";
	src: url("../font/Futura-Medium.woff2");
}
@font-face {
	font-family: "Alibaba-PuHuiTi-Light";
	src: url("../font/Alibaba-PuHuiTi-Light.ttf");
}
@font-face {
	font-family: "Alibaba-PuHuiTi-Regular";
	src: url("../font/Alibaba-PuHuiTi-Regular.ttf");
}
@font-face {
	font-family: "Alibaba-PuHuiTi-Bold";
	src: url("../font/Alibaba-PuHuiTi-Bold.ttf");
}

/*滚动条样式*/
::-webkit-scrollbar {
    width: 8px;
    height: 8px;
    background-color: transparent;
}
::-webkit-scrollbar-thumb {
    border-radius: 8px;
    -webkit-box-shadow: 0 0 6px rgba(0,0,0,.1);
    background: #067D75;
}
/* CSS活动的公共样式 */
.fl{float:left;}
.fr{float:right;}
.wrap{width:100%;overflow:hidden;}
.ce{text-align:center;}
.hide{overflow:hidden;}
.erp{white-space:nowrap;overflow:hidden;text-overflow: ellipsis;}
.center{text-align:center;}
.normal{font-weight:normal;}
.box{box-sizing: border-box;}
.en {font-family:'Futura';}
.pic-scale{-webkit-transition:opacity 0.55s, -webkit-transform 0.55s;transition: opacity 0.55s, transform 0.55s;-webkit-transform: scale(1);transform: scale(1);}
.radius{ border-radius:25px; -webkit-border-radius:25px; -moz-border-radius:25px; -ms-border-radius:25px; -o-border-radius:25px;}
.container {
	width:100%;
    max-width: 1600px;
    margin: 0 auto;
}


/*头部*/
.header {
    padding: 10px 0;
    border-bottom: none;
    color: #fff;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 9;
    background-image: linear-gradient(to top,rgba(0,0,0,0.01) 0,rgba(0,0,0,.5) 100%);
}

/*头部logo*/
.header .logo {
    width: 14.4%;
    height: 57px;
	margin-top: 1%;
    background: url(../images/logo.svg) no-repeat left center;
    background-size: 70%;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

.header .navitem {
	float:left;
	width:85%;
}

.header .navitem .dianhua {}

.header .navitem .dianhua .submenu {
	float:right;
}
.header .navitem .dianhua .submenu .download {
	font-size: 14px;
	color: #fff;
	padding:0 10px 0 40px;
	background: url(../images/yonghu.svg) no-repeat center left 12px/15px;
}
.header .navitem .dianhua .submenu .tianmao {
	font-size: 14px;
	color: #fff;
	padding:0 10px 0 40px;
	background: url(../images/tm.svg) no-repeat center left 12px/15px;
}
.header .navitem .dianhua .submenu .tel {
	padding: 0 0 0 46px;
	font-size: 20px;
	color: #fff;
	font-family: 'Futura';
    background: url(../images/tel.png) no-repeat 15px rgba(0, 0, 0, 0.0);
}
/*头部绝对定位样式*/
.headerfix .navitem .dianhua .submenu .download {
	color: #333;
	background: url(../images/yonghufix.svg) no-repeat center left 12px/15px;
}
.headerfix .navitem .dianhua .submenu .tianmao {
	color: #333;
	background: url(../images/tmfix.svg) no-repeat center left 12px/15px;
}
.headerfix .navitem .dianhua .submenu .tel {
	color: #067D75;
    background: url(../images/telfix.png) no-repeat 15px rgba(0, 0, 0, 0.0);
}



.header .navitem .daohang {
	padding: 1% 0;
}

/*头部菜单*/
.header .nav {
    width: 80%;
    margin-left:2%;
    line-height: 59px;
}
.header .nav ul {
    width:100%;
}
.header .nav ul li {
    float: left;
    padding: 0 2.5%;
}
.header .nav ul li a {
    font-size: 18px;
    color:#fff;
    padding: 4px 0;
}
.header .nav ul li:hover {
	border-bottom:2px solid #067D75;
    transition: all 0.5s;
}
.headerfix .nav ul li.active>a{
    color:#067D75;
}

/*头部菜单-下拉菜单*/
.header .nav ul li .sub-box {
	display:none;
	position: absolute;
    width: 100%;
	padding:4% 0;
    background: rgba(255,255,255,0.95);
    z-index: 999;
    left: 0;
    overflow: hidden;
    transition: all 0.3s;
}
.header .nav ul li:hover .sub-box {
	display:block;
}
.header .nav ul li .sub-box  .item-fr {
	float: right;
    width: 90%;
}
.header .nav ul li .sub-box  .item-fr a {
	display:block;
	float: left;
    width: 16%;
    max-width: 260px;
    padding: 0 2%;
}
.header .nav ul li .sub-box  .item-fr a .pic {
	border-radius: 10px;
    overflow: hidden;
	transform:all 0.55s;
}
.header .nav ul li .sub-box  .item-fr a .pic img {
	transition:all 0.5s;
}
.header .nav ul li .sub-box  .item-fr a h3 {
	font-size:14px;
	color:#333;
	border-bottom: solid 1px #dddddd;
    padding-top: 8%;
    padding-bottom: 15%;
	transition:transform 0.5s;
}
/*hover*/
.header .nav ul li .sub-box  .item-fr a:hover .pic img {
	transform: scale(1.05);
}
.header .nav ul li .sub-box  .item-fr a:hover h3 {
	color:#067D75;
	transform: translate(10px,0);
}
@media screen and (max-width:1024px){
.header .nav ul li .sub-box {
	position:relative;
    width: 100%;
	padding:4% 0;
}
.header .nav ul li .sub-box  .item-fl {
	display:none;
}
.header .nav ul li .sub-box  .item-fr {
	width: 100%;
}
.header .nav ul li .sub-box  .item-fr a {
    width: 100%;
    padding: 0 4.016%;
}
.header .nav ul li .sub-box  .item-fr a h3 {
	position:relative;
	font-size:14px;
	color:#067D75;
	border-bottom: solid 1px #f6f6f6;
	width:100%;
	padding-left:10%;
    padding-top: 5%;
    padding-bottom: 5%;

}
.header .nav ul li .sub-box  .item-fr a h3:after {
    content: "";
    position: absolute;
    left: 0px;
    top: 40%;
    width: 0;
    height: 0;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 5px solid #067D75;
}
}
/*头部菜单-下拉菜单 END*/

.headerfix .nav ul li a:hover {
    color:#067D75;
}

.header  .search-product {
	float:right;
	width:18%;
	margin:0.5% 0 0 0;
}
.header .search-product .box form {
    display:block;
    margin:0 auto;
}
.header .search-product .box .test {
    float: left;
    width: 80%;
    height: 42px;
    line-height: 42px;
    color: #666;
    border:1px solid #dedede;
    padding: 0 12px;
    font-size: 12px;
	background: rgba(255, 255, 255, 1);
}
.header .search-product .box .button {
    width: 20%;
    height: 42px;
    line-height: 38px;
    background:#067D75 url(../images/search.png) no-repeat center;
}

.header .search-product-fix {
	display: block !important;
    position: fixed;
    left: 0;
    bottom: 1%;
    z-index: 1;
    width: 100%;
    height: 20%;
    padding: 5%;
    background: #fff;
    z-index: 9;
}





.header .menu{ 
    display:none;width:39px; height:39px; margin-left:20px; margin-top:8px;background:url(../images/menu.svg) no-repeat center; background-size:cover;}
	
/*头部绝对定位样式*/
.headerfix,.headerfixmenu {
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background: #fff;
	box-shadow: 0 4px 8px 0 rgb(7 17 27 / 10%);
}

@keyframes headerfix {
    from {
        top: -122px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

@-webkit-keyframes headerfix {
    /*Safari and Chrome*/
    from {
        top: -122px;
        opacity: 0;
    }
    to {
        top: 0px;
        opacity: 1;
    }
}

.headerfix,.headerfixmenu {
    -webkit-animation: headerfix ease-in-out .9s 0.1s both;
    -moz-animation: headerfix ease-in-out .9s 0.1s both;
    animation: headerfix ease-in-out .9s 0.1s both;
}

.headerfix .logo,.headerfixmenu .logo {
    background: url(../images/logofix.svg) no-repeat left center;
    background-size: 70%;
} 
.headerfix .nav ul li a { 
    color:#3a3a3a;
}
.headerfix .submenu .search {
    background: url(../images/searchfix.png) no-repeat center;
}


@media screen and (max-width:1024px){
.header {
    padding:10px 0;
	background: rgba(0,0,0, 0.1);
}
.headerfix, .headerfixmenu {
    background: #fff;
}
.header .logo {
    width: 220px;
    height: 40px;
    background-size:45%;
}
.header .logo a {
    display:block;
    width:100%;
    height:inherit;
    opacity: 0;
}

.header .navitem {
	float:right;
	width:30%;
}

.header .nav {
    display: none;
    position: fixed;
    top: 60px;
    left: 0;
	z-index: 2;
    width: 100%;
    height: 100%;
    margin: 0;
    padding:20px 0;
    line-height: 46px;
    background:#fff;
}
.header .nav ul {
    padding:0 2%;
}
.header .nav ul li {
    float:left;
    width:100%;
    padding-left: 30px;
    border-bottom: 1px solid #f1f1f1;
    background: url(../images/menu-icon.svg) no-repeat 90% 14px/12px;
}
.header .nav ul li a {
    font-size: 16px;
    color:#3a3a3a;
    padding: 0px 10px;
}
.header .menu{ 
    display:block;
    width:32px;
	height:32px; 
	margin-left:20px; 
	margin-top:8px;
	background: url(../images/menu.svg) no-repeat center/26px;
}

.headerfix .menu{ 
	background: url(../images/menufix.svg) no-repeat center/26px;
}
/*搜索产品功能浮窗显示和隐藏样式*/
.header .nav .search-product {
    float:left;
    width:100%;
    display:block;
    margin-top: 3%;
}
.header .nav .search-product-fix {
	position: fixed;
    top: 77px;
    left: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    padding:20px 20px;
    background:#fff;
}
.header .nav .search-product .bg {display:none;}
.header .nav .search-product .box {}
.header .nav .search-product .box .test {
    float: left;
    width:80%;
    height: 42px;
    line-height: 42px;
    color: #252525;
    border:1px solid #ccc;
    padding: 0 12px;
    font-size: 14px;
}
.header .nav .search-product .box .button {
    width: 18%;
    height: 42px;
    line-height: 38px;
    background:#067D75 url(../images/search.png) no-repeat center;

}
.header .submenu {
    display:none;
}
}

/*尾部*/
footer {
	padding:1% 0;
	background: #f6f6f6;
}
.copy {
	padding:0 0 0 0;
	position:relative;
}

.copy .p1{
	font-size:14px;
	color:#333;
	text-align:center;
}
.copy .p1 a {
	font-size:14px;
	color:#666;
}
.copy .p2{
	font-size:14px;
	color:#666;
	text-align:center;
}

@media screen and (max-width:1024px){
footer {
	padding:4%;
}
.copy {
	padding:2% 0 0 0;
}
.copy .p1{
	font-size:14px;
}
.copy .p1 a {
	font-size:14px;
}
.copy .p2{
	font-size:14px;

}
}


/*返回顶部*/
.goTop >img{
    width: 50px;
    height: 50px;
    cursor: pointer;
}
.goTop{
    position: fixed;
    right : 20px;
    bottom : 20px;
}
@media screen and (max-width:1024px){
.goTop >img{
    width: 30px;
    height: 30px;
}
}
/*返回顶部 end*/

/*浮窗视频播放*/
.modal .modal-header{ border-bottom:none;}
.modal{text-align:center; width:100%; height:100%;}
.modal .modal-content{ width:100%; height:100%; position:absolute;margin:0 auto; left:0; right:0;top:50%;margin-top:-275px;max-width:1000px; height:auto;}
.modal .modal-content video{ width:100%; height:100%; height:auto;}


/*浮窗留言-按钮*/
.fix-show {
    position: fixed;
    z-index: 1000;
    height: 80px;
    width: 80px;
    bottom: 20%;
    right: 20px;
	text-align:center;
    background:#067d75;
	border-radius: 50%;
}
.fix-show i {
    display:inline-block;
    width:30px;
    height:24px;
    line-height: 60px;
}
.fix-show i img {
    width:22px;
}
.fix-show span {
	display: block;
    font-size: 10px;
    color: #fff;
}
@media screen and (max-width:1024px){
.fix-show {
    height: 60px;
    width: 60px;
    bottom: 20%;
    right: 20px;

	border-radius: 50%;
}
.fix-show i {
    display:inline-block;
    width:20px;
    height:20px;
    line-height: 40px;
}
.fix-show i img {
    width:22px;
}
.fix-show span {
    font-size: 10px;
}   
}
/*浮窗留言-按钮 end*/



/*浮窗留言-弹出浮窗*/
.fixed-msg {
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    top: 0px;
    left: 0px;
    display: none;
    background: rgba(0, 0, 0, 0.3);
	z-index: 99999999999999;
}
.fixed-msg .msg-box {
    height: 430px;
    width: 50%;
    margin:10% auto;
    padding:50px;
    background:#fff;
    position:relative;
}
.fixed-msg .msg-box h4 {
    height: 50px;
    line-height: 50px;
    font-size: 25px;
    font-weight: bold;
    overflow: hidden;
    text-align: center;
}
.fixed-msg .msg-box h4 strong {
    font-size: 28px;
    color: #067D75;
    background-image: -webkit-linear-gradient(bottom,#067D75,#10afa1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.fixed-msg .msg-box h5 {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    overflow: hidden;
    color: #666666;
    text-align: center;
}
.fixed-msg .msg-box .closefix {
    width: 26px;
    height: 26px;
    position: absolute;
    z-index: 2;
    right: 15px;
    top: 15px;
    cursor: pointer;
    background: url(../images/close.png) no-repeat left top/20px;
}
.fixed-msg .msg-box .form {}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
    float:left;
    background: #f5f5f5;
    border: solid 1px #d2d2d2;
    font-size: 14px;
    padding: 0 5%;
    margin:1%;
    line-height: 46px;
    width: 48%;
    height:46px;
}
.fixed-msg .msg-box .submit{
    float: left;
    width: 100%;
}
.fixed-msg .msg-box .fixSubmit{
    background: #067D75;
    border: 0;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 14px;
    width: 190px;
    line-height: 45px;
    margin: 20px auto;
    clear: both;
    cursor: pointer;
}
.fixed-msg .msg-box .fixSubmit:hover {
    background: #067D75;
    background-image: -webkit-linear-gradient(bottom,#067D75,#10afa1);
}
/*以下代码是自适应样式*/
@media screen and (max-width:1024px){
.fixed-msg .msg-box h4 {
    font-size: 20px;
}
.fixed-msg .msg-box h4 strong {
    font-size: 20px;
}
.fixed-msg .msg-box h5 {font-size:14px;}
.fixed-msg .msg-box {
    height: 100%;
    width: 100%;
    margin:0% auto;
}
.fixed-msg .msg-box .form input,.fixed-msg .msg-box .form select {
	margin:1%;
    line-height: 46px;
    width: 100%;
	height:46px;
}
}

.none-banner {
	height:120px;
}
/*自适应样式*/
@media screen and (max-width:1024px){
.none-banner {
	height:60px;
}
}

/*当前位置*/
.position {
    color: #666;
    font-size: 14px;
	height:50px;
}
.position .position-link {
    min-width: 200px;
    min-height: 50px;
    line-height: 50px;
}
.position .position-link a:hover,.position .position-link a:last-child {
    color:#067D75;
}
.position .position-nav {
    min-width:200px;
}
.position ul li {
    float: left;
    padding-left: 30px;
    height: 50px;
    display: block;
}
.position ul .cur a{
     color: #067D75;
     border-bottom: 3px solid #067D75;
 }
.position ul li a {
    display: block;
    height: 50px;
    line-height: 46px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    border-bottom: 3px solid #f7f7f7;
}
.position-title {
    width:100%;
    padding:4% 0;
}
.position-title p {
    text-align:center;
}
.position-title .en {
    font-size: 24px;
    padding-bottom: 10px;
}
.position-title .cn {
    font-size: 20px;
}

/*分页页码*/
.page {
    padding:30px 0px;
    text-align:center;
    overflow:hidden;
}
.page  li {
    display:inline-block;
    font-size:14px;
    line-height:30px;
    height:30px;
    margin:0 2px;
    padding:0 12px;
    text-align:center;
    color:#333;
    border:1px solid #dedede;
    background:#fff;
}
.page li:hover {
    text-decoration:none;
}
.page li.active {
    line-height:30px;
    padding:0 12px;
    text-align:center;
    margin-left:2px;
    background:#067D75;
    border:1px solid #067D75;
}
.page li.active a {
    color:#fff;
}
/*分页页码 end*/



/*网站sitemap地图*/
.sitemap {
}
.sitemap .linkbox {
	margin:10px 0;
}
.sitemap .linkbox h3 {
	max-width:100px;
	font-size: 16px;
    color: #fff;
    padding: 10px;
    border-bottom:1px dotted #ccc;
	position: relative;
}
.sitemap .linkbox h3 a {
	color: #000;
    font-size: 16px;
}
.sitemap .linkbox ul {}
.sitemap .linkbox ul li {
	display:inline-block;
	padding:10px 15px;
}
.sitemap .linkbox ul li a {}
.sitemap .linkbox ul li:hover a {
	color:#067D75;
}

.sitemap .artkbox {
	margin:10px 0;
}
.sitemap .artbox h3 {
	max-width:100px;
	color: #000;
	font-size: 16px;
    padding: 10px;
	border-bottom:1px dotted #ccc;
}
.sitemap .artbox h3 a {
	color: #000;
    font-size: 16px;
}
.sitemap .artbox ul {
	padding:20px 0;
}
.sitemap .artbox ul li {
	display:inline-block;
	width:30%;
	padding:5px;
}
.sitemap .artbox ul li a {}
.sitemap .artbox ul li:hover a {
	color:#067D75;
}



/*二级-word-banner图*/
.two-banner {
    position:relative;
    overflow:hidden;
}
.two-banner:after {
    content:"";
    position:absolute;
    left:0;
    top:0;
    width:100%;
    height:100%;
    background: rgb(0,0,0,0.2);
    z-index:1;
    transition:all 0.3s;
}
.two-banner .word-fix {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    z-index: 8;
    color: #fff;
    font-weight: 800;
    max-width: 1570px;
    width: 96%;
    text-align: center;
}
.two-banner .word-fix h1 {
    font-size:70px;
    color: #fff;
    font-family: 'Futura';
    text-transform: uppercase;
    margin:0% 0 2% 0;
    transition:all 2s;
}
.two-banner .word-fix hr {
    display: block;
    max-width: 100px;
    height: 3px;
    background:#f08519;
    margin-top: 20px;
    margin-bottom: 20px;
    border: none;
}
.two-banner .word-fix p {
    color: #fff;
    font-size: 24px;
    line-height: 1.8;
    max-width: 700px;
    margin: 0 auto;
}

@media screen and (max-width:1024px){
.two-banner {
}
.two-banner .word-fix {
}
.two-banner .word-fix h1 {
    font-size:24px;
    margin:0% 0 5% 0;
}
.two-banner .word-fix hr {
    max-width: 50px;
    height: 3px;
    margin-top: 10px;
    margin-bottom: 10px;
}
.two-banner .word-fix p {
    font-size: 18px;
    max-width: 700px;

}

}
/*二级-word-banner图 end*/


/*子栏目菜单*/
.twomenu {
	margin:20px auto;
	border-bottom: 1px solid #e5e5e5;
}

.twomenu .title {
	float:left;
	width: 70%;
	overflow: hidden;
}
.twomenu .title ul li {
    float: left;
    display: block;
	margin-right:60px;
	
}
.twomenu .title ul li a {
    display: block;
	padding: 20px 0;
    font-size: 18px;
    color: #666;
	font-weight:600;
	text-align:center;
	position:relative;
}
.twomenu .title ul li.active a {
	color:#067D75;
	background-image: -webkit-linear-gradient(bottom,#067D75,#10afa1);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.twomenu .title ul li a:after {
	content: '';
    position: absolute;
    left: 0;
    bottom:0;
	width:0;
    height: 3px;
	background: #067D75;
	transition:all 0.3s;
	background-image: -webkit-linear-gradient(bottom,#067D75,#10afa1);
}
.twomenu .title ul li.active a:after,.twomenu .title ul li:hover a:after {
    width: 100%;
}

.twomenu .position-link {
    min-width: 200px;
    min-height: 50px;
    line-height: 50px;
}

.twomenu .position-link {
	float:right;
    min-width:200px;
}
.twomenu .position-link ul li {
    float: left;
    padding-left: 30px;
    height: 50px;
    display: block;
}
.twomenu .position-link ul .cur a{
     color: #0c3771;
     border-bottom: 3px solid #0c3771;
 }
.twomenu .position-link ul li a {
    display: block;
    height: 50px;
    line-height: 46px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    border-bottom: 3px solid #f7f7f7;
}
.twomenu .position-link a:hover,.twomenu .position-link a:last-child {
    color:#067D75;
}

/*自适应样式*/
@media screen and (max-width:1024px){
.twomenu {
	margin:20px auto;
	border-bottom: 1px solid #e5e5e5;
}

.twomenu .title {
	float:left;
	width: 100%;
	overflow: hidden;
}
.twomenu .title ul li {
    float: left;
    display: block;
    width: 50%;
    height: 50px;
    margin: 0;
    padding: 0px 2%;
}
.twomenu .title ul li a {
    display: block;
	padding: 20px 0;
    font-size: 16px;
    color: #666;
	position:relative;
}
.twomenu .title ul li.cur a {
	color:#067D75;
}
.twomenu .title ul li a:after {
	content: '';
    position: absolute;
    left: 0;
    bottom:0;
	width:0;
    height: 3px;
	background: #067D75;
	transition:all 0.3s;
}
.twomenu .title ul li.cur a:after,.twomenu .title ul li:hover a:after {
    width: 100%;
}

.twomenu .position-link {
	display:none;
    min-width: 200px;
    min-height: 50px;
    line-height: 50px;
}

.twomenu .position-link {
	float:left;
	width: 100%;
}
.twomenu .position-link ul li {
    float: left;
    padding-left: 30px;
    height: 50px;
    display: block;
}
.twomenu .position-link ul .cur a{
     color: #0c3771;
     border-bottom: 3px solid #0c3771;
 }
.twomenu .position-link ul li a {
    display: block;
    height: 50px;
    line-height: 46px;
    float: none;
    font-size: 16px;
    color: #666;
    padding: 0 8px;
    border-bottom: 3px solid #f7f7f7;
}
.twomenu .position-link a:hover,.twomenu .position-link a:last-child {
    color:#067D75;
}

}
/*自适应样式 end*/



/*查看图片效果*/
.seemore {
    position: relative;
}
.seemore:after {
    opacity: 0;
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 10%;
    height: 10%;
    z-index: 1;
    background: rgba(0, 0, 0, 0.1);
    transition: all 0.6s ease-in-out 0.1s;
}
.seemore:hover:after {
    opacity: 1;
    width: 50px;
    height: 50px;
    background: rgba(6, 126, 117, 0) url(../images/seemore.svg) no-repeat center center/30px;
}
/*查看图片效果 end*/



/*经销商专区账号登录*/
.buss-login {
    padding:2% 0;
}
.buss-login .pic {
    width: 54%;
}
.buss-login .word {
    width: 45%;
    padding:0% 5%;
}
.buss-login .word .mip-reg-heading {
    font-size: 26px;
    color: #067D75;
    font-weight: bold;
    margin:0 0 5% 0;
}
.buss-login .word .form-control {
    height: 48px;
}
.buss-login .word .btn {
    background: #067D75;
    border-color: #067D75;
    margin:5% 0 0 0;
}
@media screen and (max-width:1024px){
.buss-login .pic {
    width: 100%;
}
.buss-login .word {
    width: 100%;
    padding:0% 0%;
    margin:5% 0 0 0;
}
.buss-login .word .mip-reg-heading {
    font-size: 20px;
    margin:0 0 5% 0;
    text-align: center;
}
}
/*经销商专区账号登录 end*/


/*PC端和移动端显示和隐藏  公共样式 自适应样式 end*/
.pc {
	display:block !important;
}
.mobile {
	display:none !important;
}
@media screen and (max-width:1024px){
.pc {
	display:none !important;
}
.mobile {
	display:block !important;
}
}

/*404错误页面*/
.error {
    
}
.error .error-box {
    padding:15% 0;
    background: url(../images/home/about-right-bg.png) no-repeat center center/20%;
}
.error .error-box h2 {
    font-size: 86px;
    color: #067d75;
    letter-spacing: 0;
    font-family: 'Futura';
    text-align: center;
}
.error .error-box h3 {
    font-size: 16px;
    text-align: center;
}
.error .error-box a {
    display: block;
    width: 100px;
    margin:2% auto;
    font-size: 14px;
    text-align: center;
}
.error .error-box a:hover {
    color: #067d75;
}
@media screen and (max-width:1024px){
.error .error-box {
    padding:30% 0;
    background: url(../images/home/about-right-bg.png) no-repeat center center/80%;
}
.error .error-box h2 {
    font-size: 46px;
}
.error .error-box h3 {
    font-size: 14px;
    margin:5% auto 10% auto;
}
.error .error-box a {
    margin:2% auto;
}
}
/*404错误页面 end*/
