/*----------------------- Reset ------------------------*/
* {
    margin:0;
    padding:0;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after,:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}
html {
    overflow-x:hidden;
    -webkit-text-size-adjust:none;
}

body {
    font-size:14px;
    font-family: "microsoft yahei", arial, tahoma, "\5b8b\4f53", sans-serif;
    color:#000;
}
ul,ol,li,dl{
    list-style: none;
}
a,a:visited,a:active,a:hover,a:focus {
    text-decoration:none!important;
    outline:none;
}
a {
    color: #616161;
}
img {display: block;border:none;margin:0 auto;max-width:100%;}
.t2 { text-indent: 2em;}
em { font-style: normal;}
.tx-c { text-align: center;}
.tx-r { text-align: right;}
.overf {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
/*Model top*/
.pt9 { padding-top: 90px;}
.pd9{padding:90px 0;}

/*LAYOUT*/
.cl_vessel {
    width: 100%;
    max-width: 1600px;
    min-width: 1000px;
    margin: 0 auto;
}
.bgColor{background-color: #f8f2f2;}
@media (max-width:1220px){
    .inner-wrap {
        padding-left: 20px;
        padding-right: 20px;
    }
}
.transition {
    -webkit-transition: all ease .4s;
    -moz-transition: all ease .4s;
    -ms-transition: all ease .4s;
    -o-transition: all ease .4s;
    transition: all ease .4s;
}

/*FLOAT*/
.fl{float: left;}
.fr{float: right;}

/*CLEAR the FLOAT*/
.cl-bt { clear:both}
.cl-float {zoom:1;}
.cl-float:after{
    content:".";
    clear:both;
    visibility: hidden;
    display: block;
    height:0;
}
/*----------------Header&Navigation----------------*/
header{
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:90px;
    z-index:999999;
    color: #000;
    background-color: #fff;
    webkit-box-shadow: 0 0 22px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 22px rgba(0,0,0,.15);
    box-shadow: 0 0 22px rgba(0,0,0,.15);
    transition: all ease .4s;
}
.logo{
    width:424px;
    height:90px;
    display: flex;
    align-items: center;
}
/*Navigation*/
.nav{height:90px;font-size:16px;display: flex;justify-content: space-between;margin-left: 30px;}
.nav>li{position:relative;padding:0 10px;}
.nav>li>a{display: block;width:100%;height:90px;line-height:90px;text-align:center;font-weight:400;}
.nav>li>a:hover {color:#ff9946;border-bottom:3px solid #ff9946;}
.nav li #nav-slide{
    display: none;
    position:absolute;
    left:2px;
    top:96%;
    width:100px;
    z-index:10;
    border-top:3px solid #ff9946;
    opacity:0.9;
    -webkit-box-shadow: 0 0 22px rgba(0,0,0,.15);
    -moz-box-shadow: 0 0 22px rgba(0,0,0,.15);
    box-shadow: 0 0 22px rgba(0,0,0,.15);
}
.nav li #nav-slide:after{
    content: " ";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -10px;
    border-width: 10px;
    border-style: solid;
    border-color: transparent transparent #ff9946 transparent;
}
#nav-slide a {
    display: block;
    float:left;
    width:100%;
    height: 40px;
    text-align:center;
    color: #fff;
    background-color:#313336;
    line-height: 40px;
    border-top: 1px dashed #5e5e60;
}
#nav-slide a:hover {
    color: #ff9946;
}
.nav li.hassub:hover  #nav-slide { display: block;}

/*Relate*/
.relate{width:220px;height:45px;display: flex;justify-content: space-around;margin-top: 20px;}
.relate-phone{width:140px;height:45px;position:relative;margin-top: 5px;}
.relate-phone .head-circle11{position:absolute;top:6px;left:0;display: block;width:30px;height:30px;background: url(../imagess/dianhua.png) no-repeat;}
.head-circle{display: block;width:30px;height:30px;line-height:26px;text-align:center;border:2px solid #333;border-radius:15px;font-size:17px;color:#616161;}
.relate-phone .phone-p{position:absolute;top:0;right:0;}
.relate-wx{position:relative;margin:11px 25px;}
.wx-slide{display:none;position:absolute;top:160%;left:-50%;z-index:999;width:6.25rem;height:6.25rem;-webkit-border-radius: 1.25rem;-moz-border-radius: 1.25rem;border-radius: 1.25rem;background-color: #fff;overflow:hidden;-webkit-box-shadow: 1px 1px 1.25rem rgba(247,182,136,.8);-moz-box-shadow: 1px 1px 1.25rem rgba(247,182,136,.8);box-shadow: 1px 1px 1.25rem rgba(247,182,136,.8);}
.relate-wx:hover .wx-slide{display: block;}
.head-circle:hover {color:#f6ab6f;border:2px solid #f6ab6f;}
.out,#bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:-10;}
/*Top-Bg*/
.top-bg{width:100%;position:relative;}
.md0{width:100%;position:absolute;top:0;left:0;color:#fff;}
.md0-1{font-size:70px;position: absolute;top:130px;left:0;font-weight:bold;}
.md0-2{font-size:20px;position: absolute;top:170px;left:340px;}
.md0-2 span{display: inline-block;width:10px;height:10px;border:1px solid #fff;border-radius:5px;margin-right:40px;margin-bottom:3px;}

/*------------------------Foot&Back-to-top------------------*/
footer{position:relative;width:100%;height:462px;background:url(../imagess/foot-bg.jpg) no-repeat 100% 100%;}
footer .foot{width:100%;height:100%;position:absolute;top:0;left:0;}
.foot-nav {width:80%;display: flex;justify-content:space-between;margin:0 auto;}
.foot-nav li{width:10%;font-size:16px;color:#fff;}
.foot-nav li a{display: block;width:100%;color:#fff;text-align:center;}
.foot-line{display: block;width:100%;height:3px;background-color:#ffffff;margin:15px auto;}
.foot-link{display: flex;width:100%;margin:30px auto;color:#fff;}
.foot-link ol{display: flex;justify-content:space-around;flex-direction: column;width: 45%;}
.foot-link ol li{line-height:1.3;font-size:14px;letter-spacing: 2px;margin-bottom: 10px;}
.foot-link ol li i{display: inline-block;width: 14px;height: 14px;}
.foot-link ol li .ft_dianhua{background: url(../imagess/ft_dianhua.png) no-repeat;}
.foot-link ol li .dizhi{background: url(../imagess/dizhi.png) no-repeat;}

.product_all{display: flex;justify-content: space-between;width: 640px;margin-top: 30px;}
.product_all a:hover{color:#F64C00 ;}
/*Back-to-Top*/
#rocket-to-top div {
    left:0;
    margin:0;
    overflow:hidden;
    padding:0;
    position:absolute;
    top:0;
    width:149px;
}
#rocket-to-top .level-2 {
    background:url("/images/rocket_button_up.png") no-repeat scroll -149px 0 transparent;
    display:none;
    height:250px;
    opacity:0;
    z-index:1;
}
#rocket-to-top .level-3 {
    background:none repeat scroll 0 0 transparent;
    cursor:pointer;
    display:block;
    height:150px;
    z-index:2;
}
#rocket-to-top {
    background:url("/images/rocket_button_up.png") no-repeat scroll 0 0 transparent;
    cursor:default;
    display:block;
    height:250px;
    margin:-125px 0 0;
    overflow:hidden;
    padding:0;
    position:fixed;
    right:0;
    top:75%;
    width:120px;
    z-index:999;
}
/*PageList-Style*/
DIV.pageinfo {PADDING-RIGHT: 7px; PADDING-LEFT: 7px; FONT-WEIGHT: bold; PADDING-BOTTOM: 7px; MARGIN: 3px; PADDING-TOP: 7px; TEXT-ALIGN: center;margin-top: 30px;}
DIV.pageinfo A {border: #ece96b 2px solid; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; PADDING-BOTTOM: 2px; MARGIN: 2px; PADDING-TOP: 2px; BACKGROUND-COLOR: #fff; TEXT-DECORATION: none;color:#000;}
DIV.pageinfo A:hover {BORDER: #ffb580 2px solid; BACKGROUND-COLOR: #ffb580;color:#000;}
DIV.pageinfo A:active {BORDER: #ffb580 2px solid; BACKGROUND-COLOR: #ffb580;color:#000;}
DIV.pageinfo SPAN.thisclass {BORDER: #ffb580 2px solid; PADDING-RIGHT: 5px; PADDING-LEFT: 5px; FONT-WEIGHT: bold; PADDING-BOTTOM: 2px; MARGIN: 2px; PADDING-TOP: 2px; color:#000;BACKGROUND-COLOR: #ffb580;}
DIV.pageinfo SPAN.disabled {DISPLAY: none;}

/*Link Us*/
.link{background-color:#f8f2f2;padding-bottom:40px;}
.link p{font-size:20px;margin:20px 0;text-align:center;}
/*-----------------------loading------------------------*/
#loading {
    z-index:999999;
    background:#fff;
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    max-height:100%;
    text-align:center;
}
#loading .more-loading {
    margin-top:24%;
}

#loading p {
    margin:10px 0;
    font-size:16px;
    line-height:25px;
    color:#666;
}
.more-loading {
    background-color: #dd4250;
    background-image: url("../images/more.gif");
    background-position: 50% 10px;
    background-repeat: no-repeat;
    border-radius: 4px;
    height: 30px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 60px;
    width: 100px;
}
/*Background-line*/
.out,#bg-animation{position:fixed;top:0;left:0;width:100%;height:100%;overflow:hidden;}
/*.head-add{width:100%;height:90px;}*/
/*-----------------------Banner--------------------------*/
.slideBox{ width:100%; height:auto; overflow:hidden; position:relative; border:1px solid #ddd; margin-top: 90px }
.slideBox .hd{ width:50px;height:16px; overflow:hidden; position:absolute; right:0;left:0;margin: auto; bottom:20px; z-index:1; }
.slideBox .hd ul{ display: flex;width:100%; justify-content: space-around;}
.slideBox .hd ul li{ width:12px; height:12px;border-radius: 6px;cursor:pointer;overflow:hidden;background:#fff; }
.slideBox .hd ul li.on{ background:#f00;}

.slideBox .bd{ position:relative; height:100%; z-index:0;   }
.slideBox .bd li{ zoom:1; vertical-align:middle; }
.slideBox .bd img{ width:100%;  display:block;  }

/* 下面是前/后按钮代码，如果不需要删除即可 */
.slideBox .prev,
.slideBox .next{ position:absolute; left:3%; top:50%; margin-top:-25px; display:block; width:32px; height:40px; background:url(../imagess/slider-arrow.png) -110px 5px no-repeat; filter:alpha(opacity=50);opacity:0.5;   }
.slideBox .next{ left:auto; right:3%; background-position:8px 5px; }
.slideBox .prev:hover,
.slideBox .next:hover{ filter:alpha(opacity=100);opacity:1;  }
.slideBox .prevStop{ display:none;  }
.slideBox .nextStop{ display:none;  }

/*Banner-End*/

/*----------------------------Business----------------------*/
.Business{width:100%;}
.bg-white{padding:30px 0 60px;background-color:#fff;position: relative;z-index: 20;}
h2{text-align:center;letter-spacing:15px;font-size: 45px;}
h3{text-align:center;font-size:16px;}
.Business ul{display: flex;justify-content: space-around;position:relative;z-index:30;margin-top:50px;}
.Business ul li{width:230px;height:350px;position:relative;}
.Business ul li .busi-prev{width:100%;height:180px;font-size:20px;position:absolute;top:75px;background-color:#fff;z-index:60;transition:all 1s;}
.busi-prev img{margin:0 auto;}
.busi-prev p{text-align:center;}
.busi-prev .busi-prev-p{font-weight:bold;letter-spacing: 2px;
                        background: -webkit-gradient(linear,left top,right top,color-stop(0, #000),color-stop(0.3, #000),color-stop(0.5, #f3984f),color-stop(0.8, #000),color-stop(1, #000));
                        background-clip: text;
                        -webkit-background-clip: text;
                        -webkit-text-fill-color: transparent;
                        text-fill-color: transparent;
                        -webkit-animation: slidetounlock 4s linear infinite;
                        animation: slidetounlock 4s linear infinite;
}
@-webkit-keyframes slidetounlock {
    0% {background-position: -130px 0;}
    80%{background-position: 100px 0;}
    100% {background-position: 130px 0;}
}
@keyframes slidetounlock {
    0% {background-position: -130px 0;}
    80%{background-position: 100px 0;}
    100% {background-position: 130px 0;}
}
.Business ul li .busi-next{padding:20px 10px;font-size:16px;color:#fff;background-color:#f3984f;position:absolute;bottom:100px;z-index:50;opacity: 0;transition:all 1s;}
.Business ul li:hover .busi-prev{top:0;border:2px solid #f3984f;}
.Business ul li:hover .busi-next{opacity:1;}
.Business ul li:hover .bn1{bottom:14px;}
.Business ul li:hover .bn2{bottom:0;}
.Business ul li:hover .bn3{bottom:35px;}
.Business ul li:hover .bn4{bottom:0;}

.md2-choose{width:100%;height:auto;}
.md2-text{width:650px;padding:10px 20px;border:2px dotted #f3984f;text-align:center;line-height:40px;margin:40px auto;letter-spacing:3px;}
.md2-text weight{font-size:20px;color:#d41f28;font-weight:bold;}
.md2-choose ol{width:920px;display: flex;justify-content:space-between;flex-wrap:wrap;margin:0 auto;}
.md2-choose ol li{width:420px;overflow:hidden;margin-bottom:30px;}
.md2-choose ol li div{width:350px;}
.md2-choose ol li div h4{color:#f3984f;letter-spacing:3px;font-size:16px;}
.md2-choose ol li span{display: block;float: right;width:60px;height:60px;}
.md2-choose ol li .fy_1688{background: url("../images/fy_1688.png") no-repeat;}
.md2-choose ol li .fy_fuwu{background: url("../images/fy_fuwu.png") no-repeat;float:left;}
.md2-choose ol li .fy_zhuanye{background: url("../images/fy_zhuanye.png") no-repeat;}
.md2-choose ol li .fy_bendi{background: url("../images/fy_bendi.png") no-repeat;float:left;}

.md3-product{width:100%;height:970px;padding: 50px 0 80px;background-color:#999;position:relative;z-index:100;overflow:hidden;}
.md3-datas{width:1030px;display: flex;justify-content:space-between;margin:0 auto;}
/*.md3-datas li em{font-family:"站酷高端黑";}*/
.md3-datas li .md3-numbers{color:#f39448;font-size:60px;}
.md3-datas li .md3-text{color:#fff;font-size:30px;}
.md3-product b{display: block;width:900px;height:1px;border-top:1px dashed #f0ebeb;margin:40px auto;}
.md3-product h2{text-align:center;color:#fff;letter-spacing:10px;font-size:45px;}
.md3-product h3{text-align:center;font-size:16px;color:#fff;letter-spacing:5px;}

.md3-items{width:900px;height:900px;position:absolute;bottom:-450px;left:0;right:0;margin:auto;border:1px solid #fff;border-radius:500px;}

/*-------------------------圆形遮罩层------------------------*/
.ch-grid li {
    width: 100px;
    height: 100px;
    position:absolute;
}
.ch-grid li:nth-child(1){top:-50px;left:0;right:0;margin:auto;}
.ch-grid li:nth-child(2){top:0;left:192px;}
.ch-grid li:nth-child(3){top:0;right:192px;}
.ch-grid li:nth-child(4){top:130px;left:35px;}
.ch-grid li:nth-child(5){top:130px;right:35px;}
.ch-grid li:nth-child(6){top:310px;left:-45px;}
.ch-grid li:nth-child(7){top:310px;right:-45px;}
.ch-info-wrap{
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    box-shadow:
        0 0 0 20px rgba(255,255,255,0.2),
        inset 0 0 3px rgba(115,114, 23, 0.8);
}
.ch-info{
    display: block;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -ms-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    -o-transform-style: preserve-3d;
    -ms-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.ch-info > div {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border-radius: 50%;
    background-position: center center;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -o-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
}
.ch-info .ch-info-front{display: block;font-size:24px;font-weight:bold;color:#fff;background-color:#f39448;text-align:center;padding-top: 18px;}
.ch-info .ch-info-back {
/*    font-size:45px;line-height:100px;text-align:center;*/
    -webkit-transform: rotate3d(0,1,0,180deg);
    -moz-transform: rotate3d(0,1,0,180deg);
    -o-transform: rotate3d(0,1,0,180deg);
    -ms-transform: rotate3d(0,1,0,180deg);
    transform: rotate3d(0,1,0,180deg);
    background: #d41f28;
    position: relative;
}
.ch-info .ch-info-back i{display: block;position: absolute;top: 0;bottom: 0;left: 0;right: 0;margin: auto;width: 50px;height: 50px;}

.ch-info .ch-info-back .pro_ruzhu{background: url(../images/pro_ruzhu.png) no-repeat;}
.ch-info .ch-info-back .pro_yunying{background: url(../images/pro_yunying.png) no-repeat;}
.ch-info .ch-info-back .pro_paishe{background: url(../images/pro_paishe.png) no-repeat;}
.ch-info .ch-info-back .pro_sheji{background: url(../images/pro_sheji.png) no-repeat;}
.ch-info .ch-info-back .pro_yingxiao{background: url(../images/pro_yingxiao.png) no-repeat;}
.ch-info .ch-info-back .pro_cheng{background: url(../images/pro_cheng.png) no-repeat;}
.ch-info .ch-info-back .pro_bibei{background: url(../images/pro_bibei.png) no-repeat;}

.ch-item:hover .ch-info-wrap {
    box-shadow:
        0 0 0 0 rgba(255,255,255,0.8),
        inset 0 0 3px rgba(115,114, 23, 0.8);
}

.ch-item:hover .ch-info {
    -webkit-transform: rotate3d(0,1,0,-180deg);
    -moz-transform: rotate3d(0,1,0,-180deg);
    -o-transform: rotate3d(0,1,0,-180deg);
    -ms-transform: rotate3d(0,1,0,-180deg);
    transform: rotate3d(0,1,0,-180deg);
}

.item-contents{width:370px;height:300px;position:absolute;top:130px;left:0;right:0;margin:auto;padding-top:60px;}
.item-contents p{font-size:20px;color:#fff;line-height:45px;text-align:center;}

/*----------------------Anli------------------------*/
.md4-anli{width:100%;}
.picScroll-left{width:960px;margin:50px auto;}
.picScroll-left .hd{margin-top:30px;position:relative;}
.picScroll-left .hd .prev,.picScroll-left .hd .next{ display:block;  font-size:40px; cursor:pointer; position:absolute;top:-200px;}
.picScroll-left .hd .next{right:-60px;}
.picScroll-left .hd .prev{left:-60px;}
.picScroll-left .hd .prev:hover,.picScroll-left .hd .next:hover{color:#d41f28;}
.picScroll-left .hd ul{ width:112px;margin:10px auto;overflow:hidden;}
.picScroll-left .hd ul li{ float:left;  width:14px; height:14px;  margin-right:5px; text-indent:-999px; cursor:pointer; border-radius:7px;background-color:#e2878c;}
.picScroll-left .hd ul li:last-child{margin-right:0;}
.picScroll-left .hd ul li.on{ background-color:#d41f28; }
.picScroll-left .bd ul{ overflow:hidden; zoom:1; }
.picScroll-left .bd ul li{ margin:0 8px; float:left; _display:inline; overflow:hidden; text-align:center;  }
.picScroll-left .bd ul li .pic a{width:300px; display: block;position:relative;}
.picScroll-left .bd ul li .pic img{ width:100%;}
.picScroll-left .bd ul li .pic span{position:absolute;width:283px;height:194px;background-color:rgba(243,148,72,.5);color:#fff;font-weight:bold;font-size:30px;text-align:center;line-height:194px;top:-180px;left:7px;opacity:0;transition:all 1s;}
.picScroll-left .bd ul li .title{ line-height:24px; }
.picScroll-left .bd ul li:hover .pic-shadow{opacity:1;top:11px;}
.anli-more{display: block;width:100px;margin:30px auto;}
.anli-more img{width: 100%;}

/*-------------------md5-links------------*/
.md5-links{width:100%;height:774px;position:relative;z-index:200;background:url(../images/link-bg.jpg) no-repeat;padding-top:80px;}
.link-content p{font-size:50px;text-align:center;letter-spacing:3px;color:#f0f0f0;}
.link-content p em{color:#f39448;}
.link-infos{padding-top:72px;}
#link-infos ul{width:600px;display: flex;justify-content:space-between;flex-wrap:wrap;}
#link-infos ul li{height:50px;border:1px solid #fff;font-size:16px;line-height:50px;margin-bottom:25px;padding-left: 5px;color:#fff;}
#link-infos ul li:nth-child(1){width:300px;background-color:#71777b;}
#link-infos ul li:nth-child(2){width:250px;background-color:#71777b;}
#link-infos ul li:nth-child(3){width:300px;background-color:#71777b;}
#link-infos ul li:nth-child(4){width:250px;background-color:#71777b;}
#link-infos ul li:nth-child(5){width:600px;background-color:#71777b;}
#link-infos ul li:nth-child(6){width:600px;height:auto;border:none;}
input.link-inputs{border:none;background-color:#71777b;height:40px;}


.hvr-rectangle-out{
    display:block;width:100px;height:40px;margin:0 auto;line-height:37px;font-size:16px;
    vertical-align: middle;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    box-shadow: 0 0 1px rgba(0, 0, 0, 0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    background:#8b080f;
    -webkit-transition-property: color;
    transition-property: color;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    color: #fff;
}
.hvr-rectangle-out:before {
    content: "";
    position: absolute;
    z-index: -1;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #eb7c82;
    -webkit-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: transform;
    transition-property: transform;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
}
.hvr-rectangle-out:hover,.hvr-rectangle-out:focus,.hvr-rectangle-out:active {
    color: #fff;
}
.hvr-rectangle-out:hover:before,.hvr-rectangle-out:focus:before,.hvr-rectangle-out:active:before {
    -webkit-transform: scale(1);
    transform: scale(1);
}
.link-ticks{width:600px;}
.link-ticks div{width:180px;height:30px;line-height:30px;float: left;position:relative;padding-left:35px;margin-bottom:10px;}
.link-ticks div input{width:18px;height:18px;position:absolute;top:7px;left:0;}
.link-infos span{display: block;width:1px;height:480px;border-left:1px dashed #fff;margin:0 30px;}

.other-links h6{font-size:30px;color:#f0f0f0;font-weight:normal;margin-bottom:20px;text-align: left;}
.other-links p{color:#f0f0f0;font-size:15px;text-align:left;margin:11px 0;word-wrap: break-word;word-break: normal;}















































