@charset "UTF-8";
html,body,div,ol,ul,li,ol,h1,h2,h3,h4,p,dl,dt,dd,form,a,input,textarea,select,label,img {margin: 0;padding: 0;font-weight: normal;}
body,button,input,select,textarea {font-family:"微软雅黑", '宋体', sans-serif;font-size: 14px;}
body {color: #333;min-width: 320px; background: #fff;}
a{text-decoration: none;color: #333;}
a:hover {text-decoration: none;color: #c4002f;}
a:focus {text-decoration: none;}
img {border: 0;vertical-align: top;}
ul,ol,li {list-style: none;}
a,a:focus,input,input:focus {outline: none;}

/*返回顶部*/
.cbbfixed {
  position: fixed;
  transition: bottom ease .3s;
  bottom: 230px;
  right: -85px;
  z-index: 3;
  cursor: pointer;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;
}
.cbbfixed .cbbtn {width: 40px;height: 40px;display: block;background-color: #1c4295;}
.cbbfixed .gotop {transition: background-color ease 0.3s;border-top-left-radius: 3px;border-bottom-left-radius: 3px;}
.cbbfixed .gotop .up-icon {float: left;margin: 14px 0 0 9px;width: 23px;height: 12px;background: url(../images/side-icon02.png);}
.cbbfixed .gotop:hover {background-color: #ee751b;}

.box_main{max-width: 770px; margin: auto; border: 1px solid #0f57a8;}
.box_main img{max-width: 100%; margin: auto; height: auto; display: block;}
.cclink_nr{padding: 0px 20px; position: relative;}
.cclink_bg{position: absolute; top: 0px; left: 0px; right: 0px; z-index: -1;}
.cclink_nr dt{width: 55%; float: left; font-size: 30px; color: #0d73ba; font-weight: bold; text-align: center; line-height: 48px; padding-top: 18px;}
.cclink_nr dd{width: 43%; float: right;}
.cclink_text{padding: 10px 10px;border: 1px solid #73bcce;background: #c7edfd; font-size: 18px; line-height: 28px; color: #333;
background: -webkit-linear-gradient(rgba(198,237,253,.8),rgba(237,250,255,.8));
background: -moz-linear-gradient(top,rgba(198,237,253,.8) 0%,rgba(237,250,255,.8) 80%); /*FireFox*/
background: -o-linear-gradient(top,rgba(198,237,253,.8) 0%,rgba(237,250,255,.8) 80%);  /* Opear */
background: -ms-linear-gradient(rgba(198,237,253,.8),rgba(237,250,255,.8));}
.cclink_text span{font-weight: bold; color: #c4002f;}
.cclink_textp{font-weight: normal !important; color: #333 !important; font-size: 16px !important; padding-left: 56px;}
.cclink_text_dizhi{font-size: 18px !important;}
.cclink_nr p{font-size: 20px; line-height: 36px; padding: 20px 10px; color: #333;}
.hyyc_pic{margin: 40px 20px 0px;}
.hyyc_pic h1{margin-bottom: 40px;}
.hyyc_pic_main table,.hyyc_pic_main tbody{width: 100% !important; display: block;}
.hyyc_pic_main td{line-height: 30px; font-size: 18px; color: #333; vertical-align: top; padding: 10px 20px;}
.hyyc_pic_main tr{border-bottom: 1px solid #fff; display: block;background: #e7f3f4;}
.hyyc_pic_main tr:nth-child(2n){background: #f3f9fa;}
.hyyc_pic_main tr:last-child{border-bottom: 0px !important;}
.hyyc_pic_main span{color: #1c4396;}

.ljbm_main{margin: 40px 20px 0px;}
.ljbm_main h1{margin-bottom: 40px;}
.ljbm_form{padding: 30px 20px 10px; background: #f9f9f9;}
.ljbm_form li{margin-bottom: 20px; text-align: center;}
.ljbm_form span{font-size: 18px; color: #333; display: inline-block; vertical-align: middle;}
.ljbm_form input {
    width: 80%;
    padding: 0px 2%;
    height: 40px;
    font-size: 18px !important;
    color: #333 !important;
    border: 1px solid #999;
    border-radius: 9px;
    outline: none;
    background: none !important;
    display: inline-block;
    vertical-align: middle;
}
.gouxuan{width: 20px !important; height: 20px !important; display: inline-block; vertical-align: middle;}
.ljbm_form button {
	  position: relative;
    border: none;
    cursor: pointer;
    outline: none;
    background-color: #c4002f;
    height: 48px;
    line-height: 48px;
    text-align: center;
    width: 280px;
    border: none;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    border-radius: 24px;
		margin-top: 10px;
}
.ljbm_form button:before{ position: absolute; opacity: 0; left: 0;right: 0; top:0; bottom: 0; border: 5px solid #888;content: ''; border-radius: 40px;}
.ljbm_form button:hover{background: #888;color: #fff;}
.ljbm_form button:hover:before{ animation: dh-0 .6s both; -webkit-animation: dh-0 .6s both;}
.cclink_ditu{margin: 40px 20px;}
.copy{background: #d0d8e8; padding: 10px 20px; text-align: center; font-size: 18px; color: #333;}
.copy span{font-size: 20px; font-weight: bold;}
.yama_fixed{position: fixed;bottom: 0px; width: 770px; left: 50%; margin-left: -385px;
  -webkit-transition: all 0.3s linear;
  -moz-transition: all 0.3s linear;
  transition: all 0.3s linear;}
.yama_fixed a{display: block; line-height: 48px; background-image: linear-gradient(to right, #1158a7 0%, #1c4396 100%); font-size: 18px; font-weight: bold; color: #fff; text-align: center;}

@media (max-width:768px){
.box_main{border: none;}
.cclink_nr{padding: 0px 15px;}
.cclink_nr dt{width: 100%; float: none; font-size: 24px;line-height: 36px; margin-bottom: 20px; padding-top: 0px;}
.cclink_nr dd{width: 100%; float: none;}
.cclink_text{font-size: 16px; line-height: 28px;}
.cclink_textp{font-size: 16px !important; padding-left: 48px;}
.cclink_text_dizhi{font-size: 16px !important;}
.cclink_nr p{font-size: 16px; line-height: 24px; padding: 20px 0px;}
.hyyc_pic{margin: 0px 15px 0px;}
.hyyc_pic h1,.cclink_ditu{margin-bottom: 20px; margin-top: 20px;}
.hyyc_pic h1 img,.cclink_ditu h1 img{height: 40px;}
.hyyc_pic_main td{line-height: 28px; font-size: 16px;padding: 0px 20px; display: block;}
.hyyc_pic_main tr{padding: 10px 0px;}

.ljbm_main{margin: 30px 15px 0px;}
.ljbm_main h1{margin-bottom: 30px;}
.ljbm_main h1 img{height: 40px;}
.ljbm_form li{margin-bottom: 15px;}
.ljbm_form span{font-size: 14px;}
.ljbm_form{padding: 20px 0px;}
.ljbm_form input {
    width: 70%;
    padding: 0px 2%;
    height: 36px;
    font-size: 14px !important;
}
.ljbm_form button {
    height: 40px;
    line-height: 40px;
    width: 200px;
    font-size: 18px;
		margin-top: 0px;
}
.cclink_ditu{margin: 30px 15px;}
.copy{background: #d0d8e8; padding: 10px 0px; text-align: center; font-size: 14px; color: #333;}
.copy span{font-size: 16px; font-weight: bold;}
.yama_fixed{width: 100%; left: 0; margin-left: 0;}
}

@-webkit-keyframes dh-0{
	from{opacity: 1; }
	to{opacity: 0; left: -10px; top: -10px; bottom: -10px; right: -10px;}
}
@keyframes dh-0{
	from{opacity: 1; }
	to{opacity: 0; left: -10px; top: -10px; bottom: -10px; right: -10px;}
}


@keyframes dh-1 {
    from { opacity: 0; transform: translate3d(0,50px,0); -webkit-translate3d(0,50px,0); }
    to { opacity: 1; transform: translate3d(0,0,0); -webkit-translate3d(0,0,0); }
}

@-webkit-keyframes dh-1 {
    from { opacity: 0; transform: translate3d(0,50px,0); -webkit-translate3d(0,50px,0); }
    to { opacity: 1; transform: translate3d(0,0,0); -webkit-translate3d(0,0,0); }
}

@keyframes dh-2 {
    from {transform: scale(0); -webkit-transform: scale(0);}
    to {transform: scale(1); -webkit-transform: scale(1);}
}

@-webkit-keyframes dh-2 {
    from {transform: scale(0); -webkit-transform: scale(0);}
    to {transform: scale(1); -webkit-transform: scale(1);}
}

@keyframes dh-3 {
    from {transform: translate(150px,0); -webkit-transform: translate(150px,0);opacity: 0; }
    to {transform: translate(0px,0); -webkit-transform: translate(0px,0);opacity: 1; }
}

@-webkit-keyframes dh-3 {
    from {transform: translate(150px,0); -webkit-transform: translate(150px,0);opacity: 0; }
    to {transform: translate(0px,0); -webkit-transform: translate(0px,0);opacity: 1; }
}

@keyframes dh-4 {
    from {transform: translate(-150px,0); -webkit-transform: translate(-150px,0);opacity: 0; }
    to {transform: translate(0px,0); -webkit-transform: translate(0px,0);opacity: 1; }
}

@-webkit-keyframes dh-4 {
    from {transform: translate(-150px,0); -webkit-transform: translate(-150px,0);opacity: 0; }
    to {transform: translate(0px,0); -webkit-transform: translate(0px,0);opacity: 1; }
}
