@charset "utf-8";
/*dill新增common.css代码------start---20191008*/


*{
    margin:0;
    padding:0;
    border:none;
    list-style:none;
    font-family:"微软雅黑";
    outline:none;
    font-size: 14px;
}
p,a,h1,h2,h3,h4,h5,h6{
    color: #333;
}
p{
    word-break: break-all;
}
a{
    text-decoration:none;
    display: inline;
}
a:hover{ 
	text-decoration: none; 
	color: #1955B5;
}


/*状态栏 status*/

.header{
    width:100%;
    height:200px;
    background-color: #FFFFFF;
}
.hd-top{
    width:100%;height:36px;
/*
    border-top:1px solid #b6b4b6;
    border-bottom:1px solid #e5e5e5;
*/
    background: #fff;
}
.hd-top-content{
    width:1200px;height:100%;
    margin:0 auto;
}

/*20200309 dill新增代码start*/
.hd-top-content .hd-top-content-li01{
    width:40%;height:100%;
    float: left;
}
.hd-top-content .hd-top-content-li02{
    width:60%;height:100%;
    float: left;
}
/*
.hd-top-content>li{
    width:50%;height:100%;
    float: left;
}
*/
/*20200309 dill新增代码end*/

/*20200312 dill新增代码start*/
#nogg{
	background-color: #fff; 
	/*height: 132px;*/
    height: 100%;
}
#nogg img{
	width: 100%;
	text-align: center;
    height: 100%;
}

.register-btn{
	position: relative;
    background: #fff;
    border-radius: 3px;
    cursor: pointer;
}

.regi-info{
	position: absolute;
    top: 8px;
    left: 23px;
    height: 32px;
    color: #fff;
    padding: 0 20px;
    line-height: 32px;
    cursor: pointer;
    z-index: 90;
}
.regi-info p{
	display: inline-block;
	color:#FFFFFF;
}
/*.nav-header .header-bar .login-compnoent .no-login*/
.prev-icon{
	position: absolute;
    top: 3px;
    left: 2px;
    width: 20px;
    height: 25px;
    background: url( ../img/img-index/xiala01.png) no-repeat;
    z-index: -1;
}
.last-icon{
	position: absolute;
    top: 8px;
    right: 13px;
    width: 20px;
    height: 25px;
    background: url( ../img/img-index/xiala02.png) no-repeat;
}
.regi-close{
	position: absolute;
    width: 11px;
    height: 11px;
    top: 12px;
    right: 15px;
    z-index: 1;
}
.regiInfoText{
	display: block;
    min-width: 80px;
    max-width: 250px;
    height: 20px;
    line-height: 20px;
    margin-top: 8px;
    background: #e3524b;
    padding-right: 5px;
    overflow: hidden;
    white-space: nowrap;
    word-break: break-all;
    text-overflow: ellipsis;
}
.clearfix:after{
	clear: both;
    content: " ";
    display: block;
    font-size: 0;
    line-height: 0;
    visibility: hidden;
    width: 0;
    height: 0;
}
/*20200312 dill新增代码end*/

div.logout{
    display: block;
}
.login p:nth-child(1){
    height:12px;
    color:#b0b0b0;
    line-height:12px;
    margin-top:12px;
    margin-bottom: 12px;
    float: left;
    margin-right: 10px;
}
.login input{
    height:12px;
    color:#b0b0b0;
    line-height:12px;
    margin-top:12px;
    margin-bottom: 12px;
    float: left;
    cursor: pointer;
    background: none;
    margin-left: 10px;
}
.login input:hover{
    color:#e50012;
}
.hd-top-content a{
    height:12px;
/*    color:#b0b0b0;*/
	color:#333333;
    line-height:12px;
    margin-top:12px;
    margin-bottom: 12px;
    float: left;
}
.hd-top-content a:hover{
    color:#1955b5;
}
.logout a:nth-child(1){
    margin-right:21px;
}
.hd-menu{
    float:right;
    height:100%;
}
.hd-menu>li{
    height: 34px;
    float: left;
    padding:0 10px;
    position: relative;
/*    border:1px solid #333;*/
    z-index:5;
}
.my-more{
    position: absolute;
    top:36px;
    display: none;
    z-index:5;
}
.help-more{
    position: absolute;
    top:36px;
    display: none;
    z-index:5;
}
.my:hover{
    height:144px;
}
.help:hover{
    height:292px;
}
.my:hover,.help:hover{
    background: rgba(255,255,255,0.8);
}
.my:hover ul,.help:hover ul{
    display: block;
}
.hd-middle{
    width:1200px;height:120px;
    margin:0 auto;
}
.hd-middle .logo{
    overflow:hidden;
    float: left;
    margin-top: 28px;
}
.hd-middle .logo img{
    /*width:80px;height: 60px;*/
	height: 56px;
    float: left;
}
.hd-middle .logo p{
    width:145px;height: 60px;
    line-height: 60px;
    float: left; 
    font-size: 30px;
    font-weight: 700;
    text-indent: 5px;
    letter-spacing: 2px;
}
.search{
    width:600px;height:100%;
    float: left;
}
.search-main{
    width:532px;height:40px;
    margin:26px 0 0 60px;
/*    border:2px solid #e50112;*/
	border: 2px solid #1955b5;
}
.search-main input[type=text]{
    width:433px;height:100%;
    float: left;
    text-indent: 10px;
    line-height: 36px;
}
.search-main input[type=text]::-webkit-input-placeholder{
    color:#999;
}
.search-main input[type=button]{
    width:85px;height:100%;
    text-align: center;
    color:#fff;
    background: #e50112;
    font-size: 14px;
    font-weight: 700;
    float: left;
    cursor:pointer;
}
.search-main input[type=submit]{
    width:99px;height:100%;
    text-align: center;
    color:#fff;
/*    background: #e50112;*/
	background: #1955b5;
    font-size: 18px;
    font-weight: 0;
    float: left;
    cursor:pointer;
}
.search-hot{
    width:536px;height:12px;
    margin:8px 0 0 60px;
}
.search-hot p{
    float: left;
    color: #7b7b7b;
}
.search-hot li{
    float: left;
    padding:0 5px;
}
.search-hot li a{
    color: #9e9e9e;
}
.search-hot li a:hover{
/*    color: #e50112;*/
	color: #1955b5;	
}
.myshopcart{
    width: 146px;height: 38px;
    margin-left: 60px;
    border:1px solid #dddddd;
    float: left;
    margin-top: 26px;
    cursor:pointer;
}
.myshopcart img{
    margin:6px 6px 0 15px;
    float: left;
}
.myshopcart p{
    color: #333333;
    float: left;
    margin-top: 13px;
}
.myshopcart p:hover{
/*    color:#e50112;*/
	color:#1955b5;
}
.myshopcart span{
    width:15px;height:15px;
    border-radius:100%;
/*    background:#e50012;*/
    /*dill20191104更改代码--------start*/
/*	background: #1955b5;*/
/*    color:#fff;*/
    background: #f0f0f0;
    color:#e50012;
        /*dill20191104更改代码--------end*/
    float: left;
    text-align: center;
    margin:6px 0 0 5px;
    line-height: 15px;
}
.hd-bottom{
    width:100%;height:44px;
/*    border-bottom:2px solid #333;*/
	background: #1955b5;
	margin-bottom: 0px;
}

.hd-bottom-menu{
    width:220px;
	height:44px;
    position: relative;
    float: left;
/*	background-image: url( ../../img/img-StaSeaFoot/pro-1955b5.jpg);*/
}
.hd-bottom-menu .hd-bottom-nav li{
	width: 220px;
	height: 44px;
	float: left;
	text-align: center;
	line-height: 44px;
	
	
}

.hd-bottom-content{
    width:1200px;height:100%;
    margin:0 auto;
}

/*
.hd-bottom-menu>h1{
    font-weight: 400;
    height:30px;
	color: #fff;
    line-height: 60px;
    text-indent: 26px;
    cursor:pointer;
    float: left;
    font-size: 18px;
}
*/

/*
.hd-bottom-menu>h1:hover{
	position: absolute;
	width: 300px;
	height: 60px;
	background:rgba(255,255,255,1.00);
	color: #1955b5;
	z-index: 10;
}
*/

.hd-bottom-menu>span{
    width:20px;height:20px;
    float: right;
/*    background: url("../images/youjiantou-red.png") no-repeat;*/
    background-size:100%;
    margin:5px 10px 0 0;
}
@keyframes rotate90
{
    from {
        transform:rotate(0deg);
    }
    to {
        transform:rotate(90deg);
    }
}
.hd-bottom-menu:hover>span{
    animation: rotate90 0.5s;
    animation-fill-mode :forwards;
}
.hd-bottom-menu:hover .hd-bottom-sidebar{
    display: block;
}
.hd-bottom-sidebar{
    width:220px;
	height:460px;
    position: absolute;
    z-index:1000;
    top:44px;
    padding-top: 0px;
/*    background: #f2f2f2;*/
	/*background: rgba(0,0,0,.7);*/
	background: rgba(255, 255, 255, 1.0);
    display: none;
/*    border-top:2px solid #f2f2f2;*/
    
}
.hd-bottom-sidebar>li{
    /*width:100%;height:42px;*/
    width:100%;height:36px;
    cursor:pointer;
	/*去掉这一行代码，这个右侧的显示框就可以正确显示了
	再次解释，去掉这一行代码之后，其他界面的下拉菜单下的右侧栏却不能正常的显示了,但是首页的下拉菜单又不能正常显示了
	*/
    position: relative;
}
.hd-bottom-sidebar>li:hover{
	background: rgba(255,255,255,0);
}
.hd-bottom-sidebar>li:hover>ul>li>a{
	color: #ccc;
}
.hd-bottom-sidebar>li:hover .hd-prolist{
    display: block;
}
.hd-bottom-sidebar>li>span:nth-of-type(1){
    width:10px;height:12px;
    float: left;
    margin:14px 0 0 9px;
}
.hd-bottom-sidebar>li>span:nth-of-type(2){
    width:20px;height:20px;
    float: right;
    background: url(" ../img/img-StaSeaFoot/tw008.png") no-repeat;
    background-size:100%;
    margin:10px 10px 0 0;
}
.hd-bottom-sidebar>li:hover>span:nth-of-type(2){
    background: url(" ../img/img-StaSeaFoot/tw008.png") no-repeat;
    background-size:100%;
}
.hd-bottom-sidebar>li>ul{
    height:12px;
    margin-top: 12px;
    float: left;
}
.hd-bottom-sidebar>li>ul>li{
	width: 160px;
    float: left;
    margin-left: 10px;
}
.hd-bottom-sidebar>li>ul>li>a{
    height:14px;
    line-height: 14px;
    color: #000;
}
.hd-bottom-sidebar>li>ul>li>a:hover{
	color:#ccc;
}
.hd-bottom-sidebar-image{
	width: 18px;
    height: 18px;
    float: left;
    padding-right: 20px;
	margin-top: 0px;
}

/*这段代码的意义就是右显示列表的展现--------------------------*/
.hd-prolist{
    width:340px;
    height:460px;
    position: absolute;
    left: 220px;top:-8px;
    z-index:1000;
    display: none;
    /*background: rgba(0,0,0,.7);*/
	background: rgba(255, 255, 255, 1.0);
    margin-top: 8px;
}
.hd-prolist>ul{
    width:100%;
    overflow:hidden;
    padding-top: 4px;
}
.hd-prolist>ul>li{
    width:40%;
    overflow:hidden;
    float: left;
}
.hd-prolist>ul>li>span{
    width:100%;
    float: left;
    margin-top: 20px;
}
.hd-prolist>ul>li>span>a{
    width: 100%;
    text-align: center;
    color: #000;
    font-weight:400;
    display: block;
}
.hd-prolist>ul>li>span>a:hover{
	color:#ccc;
}

/*.hd-prolist>ul>li a:hover{
    color: #1955b5;
}*/


/*dill新增代码-----start*/

.hd-bottom-nav{
    width: 100%;
	height: 44px;
	
}
.hd-bottom-nav>li{
	width: 130px;
	height: 44px;
	float: left;
	text-align: center;
	line-height: 44px;
	margin-top: 0px;
}
.hd-bottom-nav>li:hover{
	background-color: #ffffff;
}
.hd-bottom-nav>li:hover a{
	color: #1955B5;
}
.hd-bottom-nav .english{
	display: block;
	font-size: 12px;
	color: #fff;
	text-decoration: none;
	margin-top: -41px;
	
}
.hd-bottom-nav .chinese {
	display: block;
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	margin-top: 0px;
}
/*供应链的下拉菜单*/
.partner{
    position:relative;
}
.partner-more{

    position: absolute;
    left:0;top:40px;
    display: none;
    z-index:1000;
    background: #fff;
}
.partner-more li{
	width:130px;
}
.partner:hover>a{
    color:#1955b5!important;
}
.partner-more li a{
	color: #333;
    text-align: center;
    font-size: 14px;
    padding:0;
}
.partner:hover{
    height:44px;
    background: rgba(255,255,255,1);
}
.partner:hover .partner-more{
    display:block;
}




/*content代码*/

.content{

    width:1200px;
    overflow-y:hidden;
    overflow-x:visible;
    /*margin-top: 16px;*/
    /*margin-left: 20%;*/
    margin:16px auto ;
    /*min-height:600px;*/

}


.content-title{
    width:100%;height:66px;
}
.content-title ul{
    margin-top: 19px;
    float: left;
}
.content-title ul li{
    float: left;
}
.content-title ul li:first-child:hover a{
    color: #e50012;
}
.content-title ul li a{
    float: left;
    font-size: 14px;
}
.content-title ul li span{
    float: left;
    font-size: 14px;
}
.content-title ul li p{
    float: left;
    font-size: 14px;
}





/*五大特点*/
.char{
	width: 100%;
	height: 130px;
	background-color: #fff;
}
.char ul{
	width: 1200px;
	margin: 0 auto;
	/*background-color: #1755FC;*/
}

.char li{
	display: inline-block;
	width: 160px;
	height: 52px;
	/*background-color:#460001;*/
	margin:51px 50px 0px 20px;	
	float: right;
	
}
.char ul li img{
	display: inline-block;
}
.char ul li span{
	overflow: hidden;
	margin-top: 10px;
	color: #333;
	font-size: 22px;
	float: right;
}

/*底部链接*/
.foot {
    width: 100%;
    min-width: 1200px;
    background: #fafafa;
    height: 140px;
   /* margin-top: 2px;*/
    /*margin-bottom: 17px;*/
    padding: 30px 0;
    overflow: hidden;
}
.foot a{
    color:#999;
    text-decoration: none;
}

.foot .list li {
    float: left;
    width: auto;
    height: 140px;
    padding-right: 20px;
    padding-left: 10px;
    margin-right: 84px;
    line-height: 18px;
    border: 0;
}
.foot .inner{
    width:1200px;
    margin: 0 auto;
}
.foot .list li .foot_phone {
    font-size: 24px;
    height: 40px;
    width: 210px;
    display: inline-block;
    float: right;
    margin-right: 2px;
    background: url(../../images/foot_phone.png) no-repeat 0 0;
}

.foot .list li{
	margin:37px 30px 0 60px;
}
.foot .list .foot-right{
	
	float: right;
    
}
.foot .list .foot-right p{
	color:#FFF;
	}



.foot .list .foot_erweima_l {
    margin-left: 0px;
    padding-right: 0px !important;
    float: right;
    margin-right: 0px;
}

.foot .list .foot_erweima_l p {
    padding-top: 3px;
    background: url() no-repeat 16px 3px;
    width: 100px;
    text-align: center;
    color: #fff;
}

.foot .list li .foot_erweima_r p {
    padding-top: 3px;
    padding-left: 32px;
    background: url() no-repeat 13px 4px;
	color: #FFFFFF!important;
}

.foot .list li .foot_erweima_l, .foot .list li .foot_erweima_r {
    margin-right: 0px;
    padding-right: 0px;
}

.foot .list li span {
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    color: #666;
}

.foot .list li a {
    display: block;
    font-size: 14px;
    line-height: 24px;
}
.foot .list li a:hover {
   		color: #053583;
}
/*dill20191121新增------------start*/
.foot .list .xiMenZi{
    margin-left: 90px;
    margin-top: -72px;
}
.foot .list .aiMoSheng{
    margin-left: 90px;
]}

.foot .list .zhongguoEH{
    margin-left: 90px;
}
/*dill20191121新增------------end*/

/*友情链接下的6个品牌*/
.list-eh{
   margin: -72px 0 0 70px;
    font-size: 14px;
    /*line-height: 24px;*/
}
.list-am{
	margin-left: 70px;
}
.list-xm{
	margin-left: 70px;
}


.foot-icon {
    width: 100%;
    height: 112px;
    background: #fff;
/*dill删减
    margin-top: 60px;
    margin-bottom: -3px;
*/
}

.icon-item {
    margin: 0 auto;
    width: 1200px;
}
.icon-item div {
    float: left;
    width: 240px;
}

.icon-item img {
    margin: 36px 15px 0 50px;
    float: left;
    width: 44px;
}

.icon-item span {
    font-size: 20px;
    float: left;
    margin-top: 45px;
    color: #666;
}

.foot_fm {
    width: 100%;
	height: 36px;
    /*color: #666666;*/
	background-color:#fafafa;
    text-align: center;
	margin-top: 1px;   
}
.foot_fm p{
	/*改变最下层的颜色*/
	color:#666666;
	font-size:12px;
	line-height: 36px;	
}

/*这代码意义是组页还有提示的样式----------start*/

.pagination{
    float: right;
    margin-top: 10px;
}
.pagination *{
    float: left;
}
.pagination li{
    width: 30px;height:30px;
    border:1px solid #e2e2e2;
    color: #333333;
    margin: 0 3px;
    border-radius:4px;
    cursor:pointer;
}
.pagination li:hover{
    color: #e50012;
    border:1px solid #e50012;
}
.pagination .active{
    color: #fff;
    background: #e50012;
}
.pagination .active span{
    color: #fff;
}
.pagination li *{
    /*新增页码居中对齐*/
    margin-left: 35%;
    width: 100%;height: 100%;
    float: none;
    text-align: center;
    line-height: 30px;
}
.mask-tip{
    width:100%;height:100%;
    background: rgba(0 ,0 , 0,0.5);
    position: fixed;
    left: 0;top: 0;
    display: none;
	z-index:99999;
}
.mask-tip>div{
    width:350px;height:133px;
    position: absolute;
    left: 0;right: 0;top: 0;bottom: 0;
    margin: auto;
    background: #fff;
    border-radius:10px;
}
.mask-tip .mask-title{
    width:100%;height:32px;
    background: #e2e2e2;
}
.mask-tip .mask-title p{
    margin:10px 0 0 10px;
    color:#e50112;
    float: left;
    font-size: 12px;
}
.mask-tip .mask-title img{
    width:13px;height:13px;
    float:right;
    margin:10px 24px 0 0;
    cursor: pointer;
}
.mask-tip .mask-text{
    width:100%;height:101px;
    color: #e50012;
    line-height: 101px;
    text-align: center;
}
/*这代码意义是组页还有提示的样式----------end*/

/*网站背景*/
.backgro{
	width: 100%;
	background: #f0f0f0;
	/*颜色浅一点的网站背景
	background: #f7f7f7;*/
}



/*dill新增common.css代码------end---20191008*/




