@charset "utf-8";
/* CSS Document */
html,body,h1,h2,h3,h4,h5,h6,div,dl,dt,dd,ul,ol,li,p,blockquote,pre,hr,figure,table,caption,th,td,form,fieldset,legend,input,button,textarea,menu{
    /* [disabled]margin:0; */
    padding: 0;
    font-family: "microsoft yahei", "宋体";
    color: #000; margin:0;

}
body{background-size: cover; background:#f8f8f8; -moz-background-size: cover;-webkit-background-size: cover;overflow-x: hidden;}
.contents{ width: 92%; margin: 0 4%; margin-top:135px;}
.new * {
    box-sizing: border-box;
}
header,footer,section,article,aside,nav,hgroup,address,figure,figcaption,menu,details{display:block;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{font-weight:normal;}
html,body,fieldset,img,iframe,abbr{border:0;vertical-align: middle;}
i,cite,em,var,address,dfn{font-style:normal;}
[hidefocus],summary{outline:0;}
li{list-style:none;}
h1,h2,h3,h4,h5,h6,small{font-size:100%; font-weight:normal}
sup,sub{font-size:83%;}
pre,code,kbd,samp{font-family:inherit;}
q:before,q:after{content:none;}
textarea{overflow:auto;resize:none;}
label,summary{cursor:default;}
a,button{cursor:pointer;}
del,ins,u,s,a,a:hover{text-decoration:none;}

a,a:hover{color:#000;}
.clearfix:after{content:".";display:block;clear:both;visibility:hidden}
/* 全局通用 */

.clearfix:after{content:".";display:block;height:0;clear:both;visibility:hidden}
.clearfix{*+height:1%;}
button, html input[type="button"], input[type="reset"], input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}
button[disabled], html input[disabled] {
    cursor: default
}
button::-moz-focus-inner, input::-moz-focus-inner {
    border:0;
    padding:0
}
input {
    line-height: normal
}
input[type="checkbox"], input[type="radio"] {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
    height:auto
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
    -webkit-appearance:none
}
.fl{ float:left}
.fr{ float:right!important}

.tit_h2{ border-bottom:#e7e7e7 1px solid; font-size:16px; padding-bottom:10px; margin-bottom:13px}
.tit_h2 span{ border-bottom:#194387 3px solid; color:111; font-weight:bold; padding:0 10px 9px}

.more {
    position: absolute;
    right: 10px;
    top: 1px;
}
.more a{ font-size:14px; color:#a6b4cb;}
.title_name{
    width:100%;
    margin-top:20px;
}
.title_name img{ width:146px;}

body .yourclass {
    width: 40%;
    height: 180px;
    box-shadow: none;
    color: #fff !important;
    background:#184390 url(site_bg.png) center center no-repeat;
}
.layui-layer-shade {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    _height: expression(document.body.offsetHeight+"px");
}
.layui-layer, .layui-layer-shade {
    position: fixed;
    _position: absolute;
    pointer-events: auto;
}
.js_img_bg{background:url(site_bg_icon.png) top center  no-repeat; height:65px; width:65px;margin-top: 50px;display: inline-block;float:left;margin-left: 100px;}
.js_txt{margin-top: 65px;
    display: inline-block;
    float: left;
    font-size: 30px;
    font-weight: bold;
    color: #fff;
    margin-left: 25px;}


/*通用ul列表*/
.currency_ul{ width:100%; overflow:hidden}
.currency_ul li{ background:url(20160826img04xll.png) 0 12px no-repeat; padding-left:11px; line-height:28px;width: 100%;}
.currency_ul li a{width: 84%;display: inline-block;line-height: 20px; margin-bottom: 6px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
.currency_ul li a:hover{ color:#194387}
.currency_ul li span{ float:right; color:#a8abb7; font-size:12px;margin-right: 11px;line-height: 20px;display: inline-block;}
.currency_ul p{ margin-bottom:15px; line-height:27px}
/*点击按钮*/
.navbtn{ position:absolute;top:18px; right:30px;width:45px;  height:45px; background:#112f63}



.navToggle
{
    width:30px;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s; float:right;  height:40px; height:30px; margin:20px 8px 0 0;
}
.navToggle .icon
{
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    height: 4px;
    width: 30px;
    background-color: #fff;
}
.navToggle .icon:before
{
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
    top: -10px;
}
.navToggle .icon:after
{
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    position: absolute;
    width: 30px;
    height: 4px;
    background-color: #fff;
    content: "";
    top: 10px;
}
.navToggle .icon:hover
{
    cursor: pointer;
}
.navToggle.open .icon
{
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    background: transparent;
}
.navToggle.open .icon:before
{
    -webkit-transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
    transform: rotateZ(45deg) scaleX(1.25) translate(6.5px, 6.5px);
}
.navToggle.open .icon:after
{
    -webkit-transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
    transform: rotateZ(-45deg) scaleX(1.25) translate(6px, -6px);
}

.app_head{ display:none}


.header {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 99999;
    border: 0;

}
/*导航*/
.nav{ width:100%; height:80px; background:#184390; position:relative}
.nav ul{float:left;overflow:hidden;margin: 22px 20px 0 0; width:33%}
.nav ul li{float:left; overflow:hidden; margin:10px 5% 0px; text-align:center; font-size:18px; line-height:18px; color:#fbfbfb; }
.nav ul li a{display:block;color:#fbfbfb; text-decoration:none;}
.nav ul li a:hover{color:#5792ff; border-bottom:2px solid #5792ff;}
/*top*/
.in_top{width:100%; background:url(top_bj.jpg) repeat-x;border-bottom: 2px solid #003466; height:45px;color:##454444; font-size:12px;}
.in_top .txt_l{float:left;overflow:hidden; height:45px; line-height:45px;padding-left:30px; color:#FFF}
.in_top .txt_r{float:right;overflow:hidden; height:45px; line-height:45px;padding-right:22px;}
.in_top .txt_r a{color:#454444;  text-decoration:none; margin-left:10px; font-size:12px;}
.in_top .txt_r a:hover{color:#5792ff;}
.logo_bg{float:left;margin-left:30px; margin-top:15px; width:22%}
.logo_bg span{ background:url(tit_bj.png) 10px  18px no-repeat; float:left;font-size:28px; padding-left:25px; color:#FFF; display:inline-block;margin-top: 4px;}

.logo_bg img{ height:50px; float:left}
/*搜索*/
.searchBox{ float:left; width:35%;background-color: #e7edf8; margin-top:18px;}
.searchInput {color: #000;width: 82%;border: 0;background-color: #e7edf8;height:45px; line-height:45px; text-indent:10px; font-size:16px}
.searchbut{ width:45px; height:45px; background:url(search.png) center no-repeat; border:none; display:block; float:right}
/*弹出层*/
.cd_list{background:#000; height:65px; 	background-color: rgba(0,0,0,0.85);	opacity: 1;	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)"; position:fixed; top:125px; width:100%; display:none; z-index:9999}
.cd_list .link_list{ float:left}
.cd_list .link_list h2{ background:#171717; width:97px; line-height:65px; float:left; text-align:center; color:#FFF}
.cd_list .link_list ul{ float:left; overflow:hidden; margin-right:20px;	}
.cd_list .link_list ul li{ float:left; line-height:65px; padding-left:40px; font-size:14px;height: 65px;}
.cd_list .link_list ul li span img{ position: relative;top: 4px;display: inline-block;padding-right: 3px;}
.cd_list .link_list ul li strong{ padding-right:6px;position: relative;top: 5px;}
.cd_list .link_list ul li a{ color:#b5b5b5;display: block;}

.currency_ulw2{ width:95%;}

@media screen and (max-width:1758px) {
    /*头部*/
    .logo_bg {
        width: 25%;
    }
    .nav ul {
        width: 28%;
    }
    .nav ul li {
        margin: 10px 3% 0px;
    }
}
@media screen and (max-width:1680px) {
    .currency_ul li a{ width:80%;}
    .zc_box_right{ padding-bottom:19px;}
    .zc_hiden {
        display: none;
    }
}

@media screen and (max-width:1440px) {
    .currency_ul li a{width: 75%;display: inline-block;line-height: 20px; margin-bottom: 6px;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
    .contents {   margin-top: 130px;   }

    .nav {
        /*! height: 80px; */
    }
    .logo_bg {
        margin-top: 20px;
    }
    .nav ul {
        /*! margin: 25px 20px 0 0; */
    }
    .searchInput {
        height: 45px;
        line-height: 45px;
    }
    .searchbut {
        width:45px;
        height:45px;
    }
    .searchBox {
        /*! margin-top: 20px; */
    }
    .navbtn {
        position: absolute;
        /*! top: 20px; */
        right: 30px;
        width: 45px;
        height:45px;
        background: #112f63;
    }
    .navToggle {
        /*! margin: 20px 7px 0 0 !important; */
    }
    .cd_list {
        top: 125px;
    }

    .in_top {
        height:45px;
        font-size: 30px;
    }
    .in_top .txt_l {
        height: 45px;
        line-height: 45px; font-size:12px
    }
    .in_top .txt_r {
        height: 45px;
        line-height: 45px; font-size:12px
    }




    /*头部*/
    .nav ul {width: 30%;}
    .logo_bg {width: 25%;}

    .logo_bg span {background: url(tit_bj.png) 10px 14px no-repeat;  font-size: 22px;margin-top: 4px;}
    .logo_bg img {  height: 39px; }
    .searchBox {width: 33%;}
    .cd_list .link_list ul li {font-size: 14px;padding-left: 29px;}
    .cd_list .link_list h2 {width: 77px; font-size: 14px;}
    /*-------头部结束--------*/

}

@media screen and (max-width: 1366px) {
    /*头部*/
    .cd_list .link_list ul li {font-size: 14px;padding-left: 20px;}


}
@media screen and (max-width:1280px) {
    .logo_bg {/*! margin-top: 25px; *//*! width: 25%; */}
    .nav ul {/*! margin: 33px 20px 0 2%; */ /*! width: 30%; */}
    .nav {/*! height: 100px; */}
    .navbtn {/*! width: 60px; *//*! height:60px; *//*! top: 18px; *//*! right: 30px; */}
    .searchBox {/*! margin-top: 20px; */}
    .searchInput {/*! width: 80%; *//*! height: 60px; *//*! line-height: 60px; */}
    .searchbut {/*! width: 60px; *//*! height:60px; */}
    .nav ul { /*! margin-right:0; */ /*! margin-left:1% */}
    .searchBox {/* width: 32%;*/}
    .navToggle {/*! margin: 28px 15px 0 0; */}
    .contents {
        margin-top: 145px;
    }
    .cd_list .link_list ul{ margin-right:10px;	}
}
@media screen and (max-width:1251px) {
    .logo_bg {
        width: 24%;
    }

}
@media screen and (max-width:1145px) {
    .logo_bg {
        width: 28%;
    }

}

@media screen and (max-width:1024px) {
    .navbtn{right: 10px;}
    .logo_bg {width: 28%;}
    .nav ul {width:36%;}
	.logo_bg span{font-size:19px; margin-top: 9px;}
	.logo_bg img{width:47px; width: 64%;}
    /*.searchBox_1024{ margin-right:80px; background:#112f63 url(icon30.png) no-repeat center;cursor:pointer }*/
    .searchBox {margin-top: 20px; width:25%; }

    .cd_list .link_list ul li {font-size: 14px;padding-left: 10px;}
    .cd_list .link_list ul {margin-right: 0;}
    .cd_list .link_list ul li span { display: none}

}
@media screen and (max-width:919px) {
    .logo_bg {
        width:33%;
    }
    .logo_bg span {
        background: url(tit_bj.png) 10px 14px no-repeat;
        font-size:20px;
    }
}
@media screen and (max-width:814px) {
    .logo_bg {
        width:25%;
    }
    .logo_bg span { display:none}
}

@media screen and (max-width:769px) {
    .contents {
        margin-top: 75px;
    }

    .nav{ display:none}
    .app_hide{ display: block; margin-top:25px}
    .app_head{ display:block}
    .in_top{ display:none}
    /*头部*/
    .app_logo {float: left;
width: 257px;
height: 45px;
background: url(app_logo.png);
margin-left: 1%;
margin-top: 8px;}

    .header-cyy { width:100%; margin:0 auto; height:60px; position: fixed; background: rgba(24,67,144,1) !important;
        background: #184390;filter: Alpha(opacity=90); z-index: 99999999; top: 0px; display:block}
    .header-cyy_main { width:95%; margin:0 auto; height:60px;}
    .search-icon-cyy{width:40px; height: 40px; background:url(201650ss1zwl.png) no-repeat center;margin: 0 15px; vertical-align: middle; display:block; float:left}
    .hmb-icon-cyy{ display: block; width:40px; height: 40px; background:url(201650lmzwl.png) no-repeat center; margin: 0 5px; vertical-align: middle; float:left}
    .nav-jit-hid{ display: none; width: 100%; background:rgba(255,255,255,0.9); position: fixed; top: 60px; z-index: 999999;  }
    .nav-jit-hid li{ padding:15px; border-bottom: 1px solid #e5e5e5; width: 100%;}
    .nav-jit-hid li a{ display: block; width: 100%; height: 100%;  }
    .hidded-nav-jit{ float: right; margin-top: 10px; }
    .search-jit-hid{display: none; position: fixed; top:60px;background:#e7edf8; width:100%; padding:10px 0; z-index:9999999;}
    .search-frame{ width:96%; border: 1px solid #ccc; border-radius:6px; background:#fff; height:40px ; margin:0 auto;}
    .search-btn-jit{ width: 9%; height: 38px; border: 0px; float: right;  background:#f6f6f6 url(201650sszwl.png) no-repeat center; margin-right:0.1%}
    .search-box-jit{ height:38px; line-height:38px; width: 89%; margin-left:1%; border: none; float: left;font-size: 16px;   }
    .currency_ul li {
        line-height: 28px;
        width: 100%;
        margin-bottom: 15px; overflow:hidden;
    }
    .currency_ul li a {
        width: 100% !important;
        display: inline-block;
        line-height: 20px;
        margin-bottom: 0px;
        /*! overflow: auto; */
        text-overflow: inherit;
        white-space: inherit;
        float: left;
    }
    .currency_ul li span {
        float: right;
        font-size: 14px;
        display: block;
    }
}
@media screen and (max-width:480px) {
    .zc_box .currency_ul span{display: none;}
    .zc_box .currency_ul a{width:100%}
	.app_logo {
    width: 180px;
    background: url(app_logo.png) no-repeat;
        background-size: auto auto;
    background-size: 100%;
    margin-top: 13px;}
}


/*版权*/
.lga_zuijiafenbianlv{text-align:right;font-size:16px;color:#797979;}
.copyright_box{ width:100%;}
.copyright{width:100%;margin: 0 auto;position: relative;overflow: hidden;/* padding: 30px 4.5%; */background: #fff;}
.copyright p{ /*! background: url(footer04.gif) no-repeat; */ padding-left:0px; height:65px; line-height:65px; font-size:16px; float:left }
.copyright span{ padding-left:10px; float:left;}
.copyright_a {margin-left:10px; position:absolute; left:50%;}
.copyright ul{ float:right; overflow:hidden}
.copyright ul li{ float:left; line-height:50px}
.copyright ul li a{ padding-right:10px; margin-left:10px}
.copyright_box_lhj{ background: #fff; }

/*友情链接*/
.Relevant_down{ width:70%; float:left;  }
.Relevant_down .metro .selected, .metro li{ background:#2b3e62; color:#FFF}
.Relevant_down .metro{ border:1px solid #26375a}
.Relevant_down .metro .selected::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border-radius: 0 2px 2px 0;
    box-shadow: none;
}
.Relevant_down .metro:hover .selected::after{
    box-shadow: none;
}

.Relevant .information_inputbox{  width:20%; margin:0 ; float:left; }
.Relevant .information_input{ width:98%; height:37px; line-height:37px; border:1px solid #d8d8d8;font-size:13px; color:#a4a3a3; text-indent:10px}
.Button_group{ width:183px; height:40px; float:right;margin-left:5px; margin-right:2px; margin-top:18px;}
.information_but{ width:87px; height:40px; line-height:40px; background:#194387; color:#FFF; border:none; }
.information_butbj{  background:#a2b8db!important}

@media screen and (max-width:1366px) {
    .Navigation_con {padding-left: 280px;}
    .Relevant_down{ width:90%; float:left; }
}


@media screen and (max-width:1024px) {
    /*底部*/
    .Navigation_main{ padding-top:20px}
    .copyright_a {margin-left:10px; position:absolute; left:50%; margin-left:-51px; bottom:0px}
    .copyright {
        width: 91%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* padding:50px 0 */
    }
    .Navigation_con {
        /* background: url(logo_bg1.png) no-repeat left top;*/
        padding-left: 250px;
        margin-bottom: 30px;
    }

}
@media screen and (max-width:769px) {
	
    /*底部*/
	.lga_zuijiafenbianlv{text-align:center;}
    .Navigation{width:100%; margin:0 auto; }
    .Navigation_con{ background:none;padding-top:0px;}
    .copyright ul li a { padding-right: 5px;margin-left: 5px;}
    .Navigation_main dl{ width:100%}
    .Navigation_main dl dt{ width:100%; text-align:left; margin-bottom:5px }
    .Navigation_main dl dd{ width:100%; margin-bottom:5px}
    .Navigation_main dl dd a {display: inline-block; padding-right:20px}
    .Relevant{ display:none}
    .Navigation_con{ margin-bottom:30px; width:90%; margin-left:5%; padding-left:0}
    .copyright{ width:100%}
    .copyright{border-top:1px solid #656565;margin:0px;/* padding-top:30px */}
    .copyright p{ /*background: url(footer04.gif) no-repeat center top;*/ padding-left:0; height:auto;height: auto; line-height:30px; padding-top:70px; text-align:center; width:100%}
	.copyright p a { position:absolute; top::0px; left:50%; margin-left: -25px; margin-top: -70px;}
    .copyright span{ padding-left:10px; display:block; text-align:center; width:100%; overflow:hidden}
    .copyright ul{ float:none; width:320px; margin:0 auto}
    .copyright_a { left:50%;}

}

/*网站地图*/
.footer{ width:100%; background:url(footer1.jpg) no-repeat ; border-bottom:3px solid #13336e;border-top:3px solid #13336e}
.Navigation{ width:100%; margin:25px auto 0 auto;padding-bottom:30px;  }
.Navigation_con{background: url(logo_bg.png) no-repeat left top; padding-left:350px; margin-bottom:30px}

.Navigation_main{ width:91%; margin:0 auto; padding-top:30px}
.Navigation_main dl{ float:left; width:20%;}
.Navigation_main dl dt{ text-align:center; color:#fff; margin-bottom:20px; font-size:16px}
.Navigation_main dl dd a{ display:block; font-size:12px; text-align:center; line-height:30px; color:#fff}
.Relevant{ width:91%; margin:0 auto; border-top:1px  solid #253756; padding:30px 0 0}
.Relevant h2{ color:#fff; font-size:18px; margin-right: 2%;float: left; overflow:hidden;line-height: 37px;}

/*版权*/
.copyright_box{ width:100%; background:#fff;}
.copyright{width: 100%;margin: 0 auto;position: relative;overflow: hidden;/* padding: 30px 4.5%; */background: #fff;box-sizing: border-box;}
.copyright p{ /*! background: url(footer04.gif) no-repeat; */ padding-left:0px; height:65px; line-height:65px; font-size:16px; float:left }
.copyright span{ padding-left:10px}
.copyright_a {margin-left:10px; position:absolute; left:50%;}
.copyright ul{ float:right; overflow:hidden}
.copyright ul li{ float:left; line-height:50px}
.copyright ul li a{ padding-right:10px; margin-left:10px}
.copyright_box_lhj{ background: #fff; }






/*友情链接*/
.Relevant_down{ width:70%; float:left;  }
.Relevant_down .metro .selected, .metro li{ background:#2b3e62; color:#FFF}
.Relevant_down .metro{ border:1px solid #26375a}
.Relevant_down .metro .selected::after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 60px;
    border-radius: 0 2px 2px 0;
    box-shadow: none;
}
.Relevant_down .metro:hover .selected::after{
    box-shadow: none;
}

.Relevant .information_inputbox{  width:20%; margin:0 ; float:left; }
.Relevant .information_input{ width:98%; height:37px; line-height:37px; border:1px solid #d8d8d8;font-size:13px; color:#a4a3a3; text-indent:10px}
.Button_group{ width:183px; height:40px; float:right;margin-left:5px; margin-right:2px; margin-top:18px;}
.information_but{ width:87px; height:40px; line-height:40px; background:#194387; color:#FFF; border:none; }
.information_butbj{  background:#a2b8db!important}

@media screen and (max-width:1366px) {
    .Navigation_con {padding-left: 280px;}
    .Relevant_down{ width:90%; float:left; }
}


@media screen and (max-width:1024px) {
    /*底部*/
    .Navigation_main{ padding-top:20px}
    .copyright_a {margin-left:10px; position:absolute; left:50%; margin-left:-51px; bottom:0px}
    .copyright {
        width: 91%;
        margin: 0 auto;
        position: relative;
        overflow: hidden;
        /* padding:50px 0 */
    }
    .Navigation_con {
        /*  background: url(logo_bg1.png) no-repeat left top;*/
        padding-left: 250px;
        margin-bottom: 30px;
    }

}
@media screen and (max-width:769px) {
    /*底部*/
    .Navigation{width:100%; margin:0 auto; }
    .Navigation_con{ background:none;padding-top:0px;}
    .copyright ul li a { padding-right: 5px;margin-left: 5px;}
    .Navigation_main dl{ width:100%}
    .Navigation_main dl dt{ width:100%; text-align:left; margin-bottom:5px }
    .Navigation_main dl dd{ width:100%; margin-bottom:5px}
    .Navigation_main dl dd a {display: inline-block; padding-right:20px}
    .Relevant{ display:none}
    .Navigation_con{ margin-bottom:30px; width:90%; margin-left:5%; padding-left:0}
    .copyright{ width:100%}
    .copyright{border-top:1px solid #656565;margin:0px;padding-top:30px;}
    .copyright p{ /*background: url(footer04.gif) no-repeat center top;*/ padding-left:0; height:auto;height: auto; line-height:30px; padding-top:70px; text-align:center; width:100%}
    .copyright span{ padding-left:10px; display:block; text-align:center; width:100%; overflow:hidden}
    .copyright ul{ float:none; width:235px; margin:0 auto; padding-bottom: 20px;}
    .copyright_a { left:50%;}

}

@media screen and (max-width:480px) {
	.contents{ width:100%; margin:0;}
	.xyh_information{ width:100% !important;}
	#Zoom p{ padding: 0 10px !important;}
	.pages-date { margin: 20px 10px 20px 10px !important;}
	.pages_print { position: absolute; left: -10px;}
    #_ideConac a {position:absolute;top::0px;left:50%;margin-left: -25px;margin-top: -70px;}
    .Navigation_main dl dd a {display: inline-block; padding-right:7px}
	}


@media screen and (max-width:320px) {
    .currency_ul li span{ display:none;}
    .currency_ul li a{width:98%;}





}
.copyright_box .copyright p{color:#000;}