﻿

@font-face
{
font-family: "REGULAR";
src: url('GoboldBold.ttf');
}

@font-face
{
font-family:"NewJune-Bold-Italic";
src:url('NewJune-Bold-Italic.otf');
}


*{
    padding:0px;
    margin:0px;
    border:0px;
    font-family:Arial;
	font-size:20px;
}

@font-face
{
font-family: "REGULAR";
src: url('GoboldBold.ttf');
      /* IE9 */
	  

}

@font-face
{
font-family:"NewJune-Bold-Italic";
src:url('NewJune-Bold-Italic.otf');
}

a{
    color:white;
    text-decoration:none;
}

*{margin:0;padding:0;}
/*底部永远贴底*/
html{height:100%;}
body{min-height:100%;margin:0 auto;padding:0;position:relative; width:100%;}
#contain{
	padding-bottom:100px;
	width:100%;
}
.newcontain{width:100%; margin:0 auto}
ul {
    list-style:none;
}
#floot{
	position: absolute;
	bottom: 0px;
	/*left: 5px;*/
}
/*底部永远贴底*/		
		
body{ font-family:Arial, Helvetica, sans-serif;text-align:center; font-size:12px;} 

body{margin:0 auto;width:100%;}

header {
    display:none;
}
header a{
    text-decoration:none;
}
.foot_menu{display:none;}
#menue{
/*background:rgba(255,255,255,0.7);*/
background:rgba(0,151,172,1);
height:100px;
font-size:16px;
font-family:Arial;
/*position:fixed; 
z-index:9999;*/
/*width:1920px;*/
width:100%;/*1920px;*/
}    /*整个菜单 opacity:0.7*/

#menue .link{
	padding:18px 0 0 80px;
	float:left;
}
#menue #menu{
	float:right;
	list-style:none;
	padding-right:30px;
    height:100px;
}
#menue #menu li{
	float:left;
	/*border-left:1px solid #d7d7d7;*/
	/*border-right:1px solid #d7d7d7;*/
	height:100px;
    /*line-height:100px;*/	
}
#menue #menu li.split_line{
    width:1px;
    height:20px;
    background-color:#d7d7d7;
    margin-top:40px;
}

.dropdown-content {
	width:240px;
	display: none;
	position:absolute;
	min-width: 117px;
	z-index:2;
	background-color:#0097AC;
	box-shadow: 5px 2px 6px gray;
	border:1px solid #939ca7;
	padding-left:10px;
	padding-right:10px;
	padding-bottom:4px;
}
.dropdown:hover .dropdown-content {
  display: block;
}
.dropdown:hover .dropdown-title {
	/*color:#FFF;
	background-color:#06F;*/
	font-weight:bold;
}

.dropdown:hover .dropdown-title a {
	/*color:#FFF;
	background-color:#06F;*/
	font-weight:bold;
}

.dropdown-title a{text-decoration:none; }

.dropdown-link {
	padding-bottom:15px;
	padding-top:15px;
	text-align:left;
	display:block;
}

.dropdown-sanji {
	padding-bottom:15px;
	padding-top:15px;
	text-align:left;
	display:block;
}

.dropdown-link:hover{
	/*background-color:#06F;
	color:#FFF;*/
}

#contain #videoLogo{
    display:block;
}

#contain #divlogo {
    position:absolute; 
    left:0;
    top:0;
    transform: translate(50%,80%);
    /*margin-left:576px;
    margin-right:576px;
    margin-top:550px;*/
    /*width:782px;
    height:293px;*/   
    width:50%;
    /*margin:0 auto;*/
    
}
#contain #detail {
    width:100%;/*1920px;*/
    /*height:660px;*/
    cursor:pointer;
}
    #contain #detail .detail_pic {
        float:left;
        margin-top:0px;
        width:20%;
        position:relative;
    }
        #contain #detail .detail_pic .detail_pic_big {
            width:100%;            
            float:left;
        }
        #contain #detail .detail_pic .detail_pic_s {
            width:100%;
            position:absolute;
            top:50%;
            left:0;
            /*width:376px;
            height:77px;
            position:absolute;
            margin-left:-384px;
            z-index:10; 
            margin-top:291px;*/
        }
        #contain #detail .detail_pic .detail_pic_s img{
            width:100%;
        }
#contain #mapjpg {
    width:1920px;
    height:600px;
}
    #contain #mapjpg img {
        width:1920px;
        height:600px;
    }
#contain .pic {
    width:100%;
    background:url(../imgs/1.%20index/页底图.jpg) no-repeat;
    background-attachment:fixed; 
    background-size:cover;
}
    #contain .pic img {
        /*width:782px;
        height:217px;
        padding-top:341px;*/
    }

.menudian{background-color:#d7d7d7; width:1px;height:20px}

.menutext{width:auto;text-align:center}
.search{
	
	position:absolute; 
	height:30px;
	width:200px; 
	right:10px; 
	top:15px;
	/*border:1px solid #CCC;*/
	border-radius:10px;
	}
.searchico{
	position:absolute; 
	height:16px;
	width:16px; 
	right:10px; 
	top:7px;
	background-image:url(../imgs/search.png);
	}
	
.searchtext{
position:absolute; 
height:16px;
width:150px; 
right:35px; 
top:7px;
border:1px solid #CCC;
}

.dropdown-content a {text-decoration: none;}
.dropdown-content a{vertical-align: middle;/*margin:10px;*/}
.dropdown-content a:link{color: white;}
.dropdown-content a:visited{color:white; }
.dropdown-content a:hover{/*color:white;*/font-weight:bold}
.dropdown-content a:active{color: white;}


.a-menu{
	display:table-cell; 
	height:60px; 
	vertical-align:middle; 
	text-align: center;
	text-decoration:none;
	color: black;
	}
.a-menu:hover  {
	color:red;
	font-weight:bold;
}

.dropdown-title{
vertical-align:middle;
text-align: left;
height:100px;
line-height:100px;
font-weight:bold;
color:white;
padding-right:50px;

}


.sanji{
	margin-left:190px; 
	margin-top:-50px;
	width:160px; 
    /*background-color:#FFF;*/
	display: none;
	position: absolute;
	
	background-color:#0097AC;
	box-shadow: 5px 2px 6px gray;
	border:1px solid #939ca7;
	padding-left:10px;
	padding-right:10px;
	
	
	
	}
#sanjicontent:hover .sanji {
	display: block;
}

#bannerimg{
	width:100%;
	height:70px;
	/*background:url(../imgs/banner.png) no-repeat center center;*/
	margin:auto;
	text-align:center;
	}
#floot{
	width:100%;
	/*height:560px;*/ 
	/*margin:auto;
	margin-top:0px;*/
	background-color:#222222;
	color:#FFF;
	text-align:left;
	display:block;
	text-decoration:none;
    font-family: arial;
	
	/*新加的*/
	font-size:15px;
	}
    #floot #floot_top {
        margin:0 auto;
        width:1360px;
        height:350px;
    }
    #floot #floot_top div{
        /*float:left;*/
        /*width:350px;
        margin-left:50px;*/
    }
    #floot #floot_top #aboutus{
        width:272px;
        height:149px;
        float:left;
    }
    #floot #floot_top #rpl{
        width:272px;
        height:329px;
        float:left;
    }
    #floot #floot_top #contarcus{
            width:408px;
            height:301px;
            float:left;
        }
    #floot #floot_top #send{
            width:408px;
            height:157px;
            float:left;
        }
    #floot #floot_top #send form{
        width: 100%;
        height: 36px;
        padding-right: 120px;
        box-sizing: border-box;
        position: relative;
    }
    #floot #floot_top #send form .input_text{
            width: 100%;
            border: solid 1px #a3a3a3;
            box-sizing: border-box;
            text-indent: 10px;
            background: none;
            height: 36px;
    }
    #floot #floot_top #send form .send_btn{
        position: absolute;
        right: 0px;
        top: 0px;
        display: block;
        width: 100px;
        border: none;
        text-align: center;
        height: 36px;
        line-height: 36px;
        font-size: 14px;
        color: #fffefe;
        background: #e50000;
    }
    #floot #floot_top #send form .send_btn .iconfont {
        font-family: "iconfont" !important;
        font-size: 16px;
        font-style: normal;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    #floot #floot_top #send .share {
        width: 30px;
        height: 30px;
        border-radius: 30px;
        font-size: 1.4rem;
        background: #FFFFFF;
        text-align: center;
        display: block;
        float: left;
        margin-right: 10px;
        
        color: #232323;
        line-height: 30px;
    }
    #floot #floot_top #send .footer_link{
        padding: 20px 0px;
    }
    #floot #floot_top #send .footer_link label {
    float: left;
    line-height: 30px;
    color: #ffffff;
    font-size: 18px;
    padding-right: 10px;
}
    #floot .m {
    max-width: 1360px;
    min-width: 320px;
    margin: 0 auto;
    overflow: hidden;
}
    #floot .m .f_nav {
    width: 100%;
    height: 20px;
    text-align: center;
    padding-top: 15px;
}
    #floot .m .f_nav a {
    padding: 0px 15px;
    display: inline-block;
    border-right: solid 1px #4b4b4b;
    font-size: 14px;
    color: #b2b2b2;
}
    #floot .m .copyright {
    padding: 5px;
    text-align: center;
    line-height: 24px;
    color: #999999;
}
    #floot .m .copyright  a {
    color: #999999;
}
    #floot .line_foot {
    width: 100%;
    height: 1px;
    margin-bottom: 20px;
    background: #747474;
}

    #floot #floot_top ul li{
        line-height:35px;
        font-size:14px;
        color:#999999;
    }
    #floot #floot_top ul li a{
        color:#999999;
    }
    #floot h2{
        margin-top:20px;
        font-family: arial;
        font-weight:normal;
        line-height:80px;
        font-size:20px;
    }
#floot a{text-decoration: none;color:#FFF;}
#floot table{margin:0 auto;}


.searchtext input {
outline:none;
background:transparent;
border:none;
outline:medium;
    }
.searchtext *:focus { 
outline: none;
background-color: transparent;
}

img{border:0px}

.floottitlecontent{
	text-align:left; 
	height:222px; 
	margin-left:20px;
	margin-right:20px;
	margin-top:30px;
	}
.floottitle{
	font-size:16px; 
	font-weight:bold; 
	margin-bottom:20px;
	color:#FFF;
	}
.flootlink {
	margin-bottom:10px;
	color: white;
	font-size:16px;
	text-align:left;
}
.flootdian{
	background-color:#5E5E5E; 
	width:1px;
	height:350px;
	margin-top:30px;
}


.flootlink a{font-size:14px;text-decoration: none}
.flootlink a:link{color: white;}
.flootlink a:visited{color:black;}
.flootlink a:hover{color:red;}
.flootlink a:active{color: black;}

#contbeian a{font-size:14px;text-decoration: none}
#contbeian a:link{color: white;}
#contbeian a:visited{color:black;}
#contbeian a:hover{color:red;}
#contbeian a:active{color: black;}



.bottomtable a{text-decoration:none; color:#FFF; display:block;}


/*-----------------------------------floatBox-------------------------------------------------*/
.float_box {
	z-index: 999;
	width: 185px;
	border: 1px solid #f1f1f1;
	box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.13);
	padding: 5px;
	overflow: hidden;
	position: fixed;
	top: 60%;margin-top: -280px;
	right: 20px;
	background: #FFF;
	font-size: 12px;
}

.float_box_title {
	background: #0091ec;
	height: 24px;
	line-height: 24px;
	color: #FFF;
	padding-left: 5px;
	position: relative;
	margin-bottom: 10px;
}

.float_box_title span {
	float: left;
	text-overflow: ellipsis;
	overflow: hidden;
	height: 24px;
	width: 160px;
	font-size: 12px;
}

#fold {
	border-color: #0091EC #FFFFFF #0091EC #0091EC;
	border-style: solid;
	border-width: 4px;
	float: right;
	height: 0;
	margin: 8px 3px 0 0;
	overflow: hidden;
	position: relative;
	width: 0;
	z-index: 999;
}

.float_box.hold-close {
	width: 60px;
	overflow: hidden;
}

.float_box.hold-close .float_box_title {
	width: 55px;
	overflow: hidden;
	height: 24px;line-height: 24px;
}

.float_box.hold-close .float_box_title span.fold_title {
	display: none
}

.float_box.hold-close .float_box_title span.fold_click_title {
	display: block;
	width: 47px;
	font-size: 12px;
}

.float_box .float_box_title span.fold_click_title {
	display: none
}

.float_box.hold-close .float_top span {
	display: none
}

.float_box.hold-close #fold {
	border-right: none;
	border-left: 4px solid #FFF
}

.float_box.hold-close .float_bottom {
	width: 52px;
	overflow: hidden
}

.float_box.hold-close .float_bottom a {
	color: #f3f3f3;
	padding-left: 3px;
}

.triangle {
	border-left: 3px solid transparent;
	border-right: 3px solid transparent;
	border-top: 3px solid #0091EC;
	height: 0;
	left: 24px;
	overflow: hidden;
	position: absolute;
	top: 24px;
	width: 0;
}

.float_top {
	line-height: 140%;
	height: 50px;font-size: 12px;
}
.float_top span {
	font-size: 12px;line-height:24px;
}
.float_top img {
	float: left;
	margin-right: 10px;
	max-height: 50px;
	max-width: 50px;
}

.float_top a {
	color: #0091ec
}

.float_bottom a {
	/*background: #f3f3f3;*/
	display: block;
	width: 170px;
	margin: 5px 0;
	padding: 0 5px 5px 10px;
	color: #3486e0;
	text-decoration: none
}

.float_bottom a:hover {
	/*background: #f3f3f3*/
}

.float_tb1 {
	background: url(../images/float_tb.png) no-repeat 0 1px;
	width: 32px;
	height: 32px;
	display: inline-block;
	padding-left: 10px;
	margin-top: 5px;
}

.float_tb2 {
	background: url(../images/float_tb.png) no-repeat 0 -35px;
	width: 32px;
	height: 32px;
	display: inline-block;
	padding-bottom: 5px;
}

/*new social media 2016.5.4*/
.float-media-list {
	padding-left: 0
}

.float-media-list li {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 55px;
	margin: 5px 0;
	text-align: center;
}

.float-media-list a {
	display: inline-block;
	*display: inline;
	zoom: 1;
	width: 32px;
	height: 32px;
	background: url(../images/media.png) 0 0 no-repeat;
}

.float-media-list a.float-media-list-twitter {
	background-position: 0 -185px;
}

.float-media-list a.float-media-list-youtobe {
	background-position: 0 -224px;
}

.float-media-list a.float-media-list-linkedin {
	background-position: 0 -111px;
}

.float-media-list a.float-media-list-pinterest {
	background-position: 0 -148px;
}

.float-media-list a.float-media-list-googleplus {
	background-position: 0 -37px;
}

.float-media-list a.float-media-list-instagram {
	background-position: 0 -74px;
}

.supplier-photo-img savm img {
	width: 55px;
	height: 55px;
}


/*news.html*/
.news{
    width:1200px;
}
.news .news_L{
    width:460px; 
    height:400px; 
    float:left;
    margin-top:100px;
}
.news .news_R{
    width:650px; 
    height:400px; 
    float:right; 
    margin-top: 100px
}

/*news.html*/
/*-----------------------------------floatBox-------------------------------------------------*/











#floot_new{
    width:100%;
    height:360px;
    /*background:url(../imgs/foot-background.jpg) no-repeat center;*/
	background:rgba(0,151,172,1);
}
#floot_new #logo{
    background:url(../imgs/foot-logo.png) no-repeat;
    width:150px;
    height:65px;
    margin:0px auto;
    position:relative;
    top:20px;
}
#floot_new #link{
    width:300px;
    list-style:none;
    height:24px;
    margin-top:50px;
    margin-bottom:20px;
    margin-left:auto;
    margin-right:auto;
}
#floot_new #link li{
    float:left;
    width:30px;
    height:24px;
    margin:0px 30px;
    text-align:center;
}
#floot_new #foot_menu{
    list-style:none;
    margin:0 auto;
    width:972px;
    overflow:hidden;
	font-weight:bold;
}
#floot_new #foot_menu li{
    float:left;
    margin:0 10px;
    color:white;
    line-height:30px;
    font-family:Arial;
    font-style:italic;

	
}
#floot_new #foot_menu li a{
	font-size:20px;
}
#floot_new #copyright{
    width:100%;
    text-align:center;
    margin-top:5px;
    color:white;
    display:block;
    line-height:35px;
    font-family:arial;  
}



/*-----------------------------------------------------------------------------------我添加的css-------------------------*/

.downsanji>a>div>span{
float:right;
font-weight:normal;
margin-right:25px;
}


.dropdown-content>a>div{
	font-size:16px;
	background: url(../imgs/间隔条.png) no-repeat -2px 44px;
	background-size:230px;
}

.sanji>a>div{
	font-size:16px;
	/*background-color:red;*/
	background: url(../imgs/间隔条.png) no-repeat -2px 44px;
	
}
.downsanji>a>div{
	font-size:16px;
	background: url(../imgs/间隔条.png) no-repeat -2px 44px;
	background-size:230px;
/*	background-color:orange;*/
}





@media only screen and (max-width: 1432px){
	#menue{height:200px;}
}




@media only screen and (max-width: 1193px){
    #menue{display:none
        }
    header {
    display:block;
}
#contain{
    width:100%;  
}
#contain #videoLogo{
    display:none;
}
    .div-link {
        display:none;
    }

#contain .myvideo1{
    width:100%;
}
#contain .myvideo2{
    float:left; 
    /*height:970px;*/ 
    width:100%;/*1920px;*/ 
}
    #contain #detail {
        width:100%;
    }
        #contain #detail .detail_pic  {
            width:50%;
        }
        #contain #detail .detail_pic .detail_pic_big{
            width:100%;
        }
    #contain #mapjpg {
        display:none;
    }
    #contain .pic
    {
        display:none;
    }

.foot_menu {
    display: block;
    width:100%;
    background: #fbfbfb;
    /*height: 42px;*/
    border-top: solid 1px #e5e5e5;
    position: fixed;
    bottom: 0px;
    left: 0px;
    padding: 5px 0px;
    z-index: 999;
    }
.foot_menu a{
    text-decoration: none;
    color:#555555;
    font-size:14px;
    font-family:Arial;
}
.foot_menu ul{
    list-style:none;
}
.foot_menu ul li{
    float:left;
    width:25%;
}
#floot{
    display:none;
}
#floot_new{
	display:none;
}

.float_box{
    display:none;
}

    .picshow {
        width:100%;
    }
    .picshow .img1,.picshow .img2,.picshow .img3{
        width:30%;
    }

    /*news.html*/
    .news{
        width:100%;
    }
    .news .news_L{
        width:80%;
        float:none;
    }
    .news .news_R{
        width:80%;
        float:none;
        margin-top:0px;
        height:auto;
    }
    .news .news_R img{
        width:100%;
    }

    /*news.html*/
}

@media (min-width: 1200px) {
	
}
/*在992 和1199 像素之间的屏幕里，中等屏幕，分辨率低的PC*/
@media (min-width: 992px) and (max-width: 1199px) {
	
}
/*在768 和991 像素之间的屏幕里，小屏幕，主要是PAD*/
@media (min-width: 768px) and (max-width: 991px) {
	
}
/*在480 和767 像素之间的屏幕里，超小屏幕，主要是手机*/
@media (min-width: 480px) and (max-width: 767px) {
	#contain #detail {
        width:100%;
    }
        #contain #detail .detail_pic  {
            width:100%;
        }
        #contain #detail .detail_pic .detail_pic_big{
            width:100%;
        }
    #contain #mapjpg {
        display:none;
    }
}
/*在小于480 像素的屏幕，微小屏幕，更低分辨率的手机*/
@media (max-width: 479px) {
	#contain #detail {
        width:100%;
    }
        #contain #detail .detail_pic  {
            width:100%;
        }
        #contain #detail .detail_pic .detail_pic_big{
            width:100%;
        }
    #contain #mapjpg {
        display:none;
    }
}